﻿:root {
    --activeLinkColor: #FFC72C;
    --favouriteStarColor: #FFC72C;
    --profilePicBorderColor: #FFC72C;
    --tileBorderColorLight: rgba(255, 255, 255, 0.5);
    --featuredRibbonColor: #28AAE1;
    --topLinkActiveColor: #FFC72C;
    --logoutLinkColor: #FFC72C;
    --primaryButtonColor: #FFC72C;
    --secondaryButtonColor: #FFC72C;
    --tertiaryButtonColor: #b2b2b2;
    --tertiaryButtonHoverColor: #FFC72C;
    --attendeeTileHeaderBackground: #FFC72C;
    --exhibitorTileHeaderBackground: #FFC72C;
    --accountHomeTileBackground: transparent;
    --loadingColorOne: #f15e41;
    --loadingColorTwo: #bad375;
    --loadingColorThree: #26a9e0;
}

/*#region Fonts */
@font-face {
    font-family: 'FontAwesomeRegular';
    src: url('../../fonts/font-awesome/fa-regular.eot');
    src: url('../../fonts/font-awesome/fa-regular.eot?#iefix') format('eot'), url('../../fonts/font-awesome/fa-regular.woff') format('woff'), url('../../fonts/font-awesome/fa-regular.woff2') format('woff2'), url('../../fonts/font-awesome/fa-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesomeSolid';
    src: url('../../fonts/font-awesome/fa-solid.eot');
    src: url('../../fonts/font-awesome/fa-solid.eot?#iefix') format('eot'), url('../../fonts/font-awesome/fa-solid.woff') format('woff'), url('../../fonts/font-awesome/fa-solid.woff2') format('woff2'), url('../../fonts/font-awesome/fa-solid.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeBook';
    src: url('../../fonts/Avantgarde-Book/avantgarde_book-webfont.woff2') format('woff2'), url('../../fonts/Avantgarde-Book/avantgarde_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GibsonLight';
    src: url('../../fonts/GibsonLight-Regular/gibsonlight-regular-webfont.woff2') format('woff2'), url('../../fonts/GibsonLight-Regular/gibsonlight-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*#region Fonts*/
@font-face {
    font-family: AvenirLTPro-Roman;
    src: url(../../fonts/AvenirLTPro-Roman/3ADECA_0_0.8e3c57323d2a6ef9af2b.eot);
    src: url(../../fonts/AvenirLTPro-Roman/3ADECA_0_0.8e3c57323d2a6ef9af2b.eot?#iefix) format("embedded-opentype"), url(../../fonts/AvenirLTPro-Roman/3ADECA_0_0.1864e092e0b74fcb3411.woff2) format("woff2"), url(../../fonts/AvenirLTPro-Roman/3ADECA_0_0.ed1e8cb06e05034461b9.woff) format("woff"), url(../../fonts/AvenirLTPro-Roman/3ADECA_0_0.d13ef1515c3b3f890437.ttf) format("truetype");
}

@font-face {
    font-family: AvenirLTPro-Medium;
    src: url(../../fonts/AvenirLTPro-Roman/3ADECA_1_0.a9b29e668297839d1214.eot);
    src: url(../../fonts/AvenirLTPro-Roman/3ADECA_1_0.a9b29e668297839d1214.eot?#iefix) format("embedded-opentype"), url(../../fonts/AvenirLTPro-Roman/3ADECA_1_0.567642b1bbd38c1623b0.woff2) format("woff2"), url(../../fonts/AvenirLTPro-Roman/3ADECA_1_0.7d569170f98277b807ff.woff) format("woff"), url(../../fonts/AvenirLTPro-Roman/3ADECA_1_0.914ad5ef9df53fe6b954.ttf) format("truetype");
}

@font-face {
    font-family: AvenirLTPro-Roman;
    src: url(../../fonts/AvenirLTPro-Roman/3ADECA_2_0.14357975c41563a34b8d.eot);
    src: url(../../fonts/AvenirLTPro-Roman/3ADECA_2_0.14357975c41563a34b8d.eot?#iefix) format("embedded-opentype"), url(../../fonts/AvenirLTPro-Roman/3ADECA_2_0.99db6f3b05d15bb569e8.woff2) format("woff2"), url(../../fonts/AvenirLTPro-Roman/3ADECA_2_0.d722893211f4c11f0029.woff) format("woff"), url(../../fonts/AvenirLTPro-Roman/3ADECA_2_0.a71311cc48f35a10498f.ttf) format("truetype");
    font-weight: 700;
}
/*#endregion*/


#ctl00_pMenu {
    margin-left: -10px;
}
/*#region Html*/
body,
html {
    height: 100%;
    color: #000;
    font-family: AvenirLTPro-Roman, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.875;
    text-align: inherit;
    margin: 0;
}

/*#endregion*/

ul li {
    list-style-type: square;
}

input[type=text], input[type=password], textarea {
    font-family: AvenirLTPro-Roman, sans-serif;
    color: black;
    font-size: 15px;
    font-weight: 300 !important;
    padding: 7px 8px;
    background-repeat: repeat-x;
    background-position: top left;
    border: solid 1px #ddd;
}

select {
    font-family: AvenirLTPro-Roman, sans-serif;
    color: #303030;
    font-size: 15px;
    font-weight: 300 !important;
    padding: 7px 5px;
    color: #303030;
    background-repeat: repeat-x;
    background-position: top left;
    border: solid 1px #ddd;
    background-color: #f9f9f9;
}

input[type=radio], input[type=checkbox] {
    cursor: pointer;
}
/*#endregion*/

/*#region Navigation Top*/
.navigation-top .user > div > ul > li > a.log-out {
    color: var(--logoutLinkColor) !important;
}
/*#endregion*/

/*#region Messe Frankfurt Events specific */
.messe-frankfurt-only {
    display: none !important;
}
/*#endregion*/

/*#region Language specific */
#content :lang(de) {
    font-style: italic;
    color: #777;
}

    #content :lang(de) .step-n, #content :lang(de) .step-n a {
        color: #cc3300;
    }
/*#endregion*/

/*#region Primary Colours */
#header,
.event-details-row {
    background: #ffffff;
}

#menu a {
    color: #000000;
}
/*#endregion*/

/*#region Header*/
#preheader {
}

    #preheader .pha1 {
        height: 100%;
        background: url('../../images/messe-frankfurt/MF_logo.jpg') no-repeat center center #fff;
        background-size: 155px 30px;
        margin-top: -6px;
        margin-left: 16px;
    }

#header {
    margin-top: 55px;
    background: #fff;
    padding: 5px 0;
}

    #header .logo-1 {
        background-image: url('../../images/wtm-africa-2024/WTM-Africa.png');
        background-size: 185px;
        background-repeat: no-repeat;
        background-position: 10px center;
        height: 115px;
    }

@media (min-width: 1200px) {
    #header .logo-1 {
        background-size: 185px;
        height: 115px;
    }
}

.event-details-row {
    background: #FFC72C;
}

.primary-color {
    color: var(--activeLinkColor) !important;
}

.primary-color-background {
    background-color: #FFC72C !important;
}

.session-noncancellable {
    color: grey !important;
    opacity: 0.6;
}

.event-details-box {
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-top: -30px;
}

.event-details-box-title {
    font-family: "Proxima_Nova",Arial;
    font-weight: 400;
    display: block;
    font-size: 15px;
    line-height: 20px;
}

.event-details-box-subtitle {
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.event-details-box-button {
    display: inline-block;
    margin: 0 auto;
    font-size: 15px;
    padding: 13px 20px 13px 20px;
    text-transform: uppercase;
    transition-duration: 400ms;
    transition-property: color, background-color, border-color;
    white-space: normal;
    font-weight: 400;
    border: 2px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 768px) {
    .event-details-row {
        width: 230px;
        margin-top: -220px;
    }

    .event-details-box {
        padding: 30px 30px 20px 30px;
    }

    .event-details-box-title {
        font-size: 22px;
        line-height: 28px;
    }


    .event-details-box-subtitle {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (min-width: 1024px) {
}
/*#endregion*/

/*#region Menu*/
#menu-wrapper {
    height: 125px;
    margin-top: -125px !important;
    margin-bottom: 60px;
}

#menu {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 125px;
}

    #menu ul {
        margin-left: 180px;
    }

    #menu li {
        display: inline;
        float: left;
        border-collapse: separate;
    }

        #menu li:first-child {
        }

        #menu li.sep {
        }

        #menu li.vmmlondon08 {
            display: none;
        }

    #menu a {
        font-size: 15px;
        padding: 10px 12px;
        line-height: 40px;
    }

        #menu a span {
        }

            #menu a span span {
            }

        #menu a:visited {
        }

        #menu a:hover,
        #menu a:focus {
            color: var(--activeLinkColor) !important;
            background-color: transparent;
        }

        #menu a.arbitrary {
            color: var(--activeLinkColor);
        }

    #menu li.translate {
        display: none;
    }


@media (min-width: 768px) {
    #menu ul {
        margin-left: 180px;
    }

    #menu a {
        font-size: 16px;
        padding: 14px 16px;
        line-height: 44px;
    }
}

@media (min-width: 992px) {

    #menu a {
    }
}

@media (min-width: 1200px) {

    #menu a {
    }
}

/*#endregion*/

/*#region Footer*/
#footer-cont {
    background: #000;
    color: grey;
}

#footer {
}

.footer-cont .signage a {
    color: grey !important;
}

    .footer-cont .signage a:hover {
        color: darkgrey !important;
    }
/*#endregion*/

/*#region Headings */
.title-container {
    background-color: #FFC72C;
    margin-top: -46px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

h1, .h1 {
    color: #fff;
    font-family: AvenirLTPro-Medium, sans-serif;
    color: black;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.4;
}

h2, .h2 {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.4;
    margin-bottom: .6875rem;
}
/*
@media screen and (min-width: 768px) {
    h1, .h1 {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 20px;
    }

    h2, .h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 0 0 20px;
    }
}

@media screen and (min-width: 1024px) {
    h1, .h1 {
        font-size: 50px;
        line-height: 54px;
        margin: 0 0 30px;
    }

    h2, .h2 {
        font-size: 36px;
        line-height: 50px;
        margin: 0 0 20px;
    }
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, p {
    width: 100%;
}*/
/*#endregion*/

/*#region Hyperlinks */
a:link,
a:visited {
    color: var(--activeLinkColor);
    text-decoration: none;
}

a:active,
a:hover {
    color: black;
    text-decoration: none;
}
/*#endregion*/

/*#region Content*/
#content {
    margin-bottom: 80px;
}

.section-container {
    padding-top: 5px;
    padding-bottom: 5px;
}


#content, .steps-list li.step span.valign {
    clear: both;
    /*font-size: 15px;*/
}

    #content p, .steps-list li.step span.valign, ol.steps-list li.step span.valign {
    }

.info, .success, .warning, .error, .validation {
    background-position-x: 10px !important;
    border-radius: unset;
    padding: 15px 30px 15px 60px !important;
    font-family: 'GibsonLight', Arial;
    text-shadow: none !important;
    box-shadow: none;
    border-bottom-width: 0;
    font-size: 15px !important;
    margin: 1.1em 0 1.1em 0;
    vertical-align: middle;
    font-weight: 700 !important;
    color: black !important;
    line-height: 1.2;
    background-color: transparent !important;
    border: none;
}

/*#endregion*/

/*#region Standard Form: Meeting + Note Form */
.standard-form-cont .section-cont table.section td {
    /*border-top: dotted 1px gainsboro;*/
    border-bottom: none;
}

    .standard-form-cont .section-cont table.section td.label {
        padding: 20px 20px 20px 0;
        text-align: left;
        color: #000000;
        font-weight: bold;
        vertical-align: top;
        line-height: 1.4;
        font-size: 15px;
        width: 22.5%;
    }

    .standard-form-cont .section-cont table.section td.req {
        padding: 5px 20px;
        font-size: 15px;
    }

    .standard-form-cont .section-cont table.section td.value p {
        line-height: 1.4 !important;
    }

    .standard-form-cont .section-cont table.section td.value {
        padding: 15px 20px 15px 0;
        font-size: 15px;
        line-height: 1.4 !important;
        width: 320px;
    }

        .standard-form-cont .section-cont table.section td.value input[type=text] {
            width: 320px;
            font-size: 15px;
        }

        .standard-form-cont .section-cont table.section td.value textarea {
            width: 320px;
            font-size: 15px;
        }

        .standard-form-cont .section-cont table.section td.value select {
            width: 337px;
            font-size: 15px;
        }

    .standard-form-cont .section-cont table.section td.req {
        color: #cc0000;
        font-size: 15px;
        padding: 15px 20px 15px 0;
    }

    .standard-form-cont .section-cont table.section td.rf {
        padding: 20px;
    }

ul.meeting-list-cont {
    font-size: 15px;
}

    ul.meeting-list-cont li h3 a {
        font-size: 15px;
    }

    ul.meeting-list-cont li {
        padding: 0 10px;
        margin: 60px;
        border: none !important;
    }

        ul.meeting-list-cont li .details-cont td {
            padding: 5px 10px 5px 0;
        }


.standard-form-cont .section-cont table.section td.label {
    font-size: 15px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .standard-form-cont .section-cont table.section td.label {
        padding-left: 15px;
        text-align: left;
    }

    .standard-form-cont .section-cont table.section td.value input[type=text] {
        width: 450px;
    }

    .standard-form-cont .section-cont table.section td.value textarea {
        width: 450px;
    }

    .standard-form-cont .section-cont table.section td.value select {
        width: 455px;
    }
}
/*#endregion*/

/*#region Button and Links Sets*/
ul.button-set-cont li a {
    font-family: AvenirLTPro-Roman, sans-serif;
    color: #000;
    margin: 0;
    padding: 8px 10px;
    background: #f2f2f2;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, rgba(0, 0, 0, .1)));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .1));
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /*box-shadow: 0 2px 1px rgba(0,0,0,.05);*/
    /*border: solid 1px #ccc;*/
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    /*-o-transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;*/
    font-style: normal;
    cursor: hand;
    cursor: pointer;
}

    ul.button-set-cont li a:hover {
        background: #f2f2f2;
        text-decoration: none;
    }

    ul.button-set-cont li a:active {
        background: #f2f2f2;
        text-decoration: none;
    }

    ul.button-set-cont li a:visited {
    }

    ul.button-set-cont li a.parent {
        backgound: #f2f2f2;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, rgba(0, 0, 0, .1)));
        background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .1));
        line-height: normal;
        padding: 6px 10px 6px 10px;
        padding-left: 25px;
        padding-right: 25px;
    }

ul.button-set-cont .sub {
    margin-top: 2px;
}

    ul.button-set-cont .sub ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        width: 160px;
    }

        ul.button-set-cont .sub ul li {
            width: 100%;
            pointer: cursor;
            font-size: 14px;
        }

ul.button-set-cont li input[type=checkbox] {
    margin-top: 2px;
}

ul.small-button-set-cont li a {
    padding: 6px 9px !important;
}

ul.button-set-cont li .sub {
    top: 32px !important;
    background: #b2b2b2 !important;
    color: #ffffff;
    padding: 0px;
    border: none;
}

ul.button-set-cont .sub a {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    line-height: 1.6em !important;
    padding: 0.1em 0.25em !important;
    color: #50555f !important;
    font-weight: bold !important;
    font-weight: normal !important;
    text-shadow: none !important;
}

    ul.button-set-cont .sub a:hover, ul.button-set-cont .sub a:active {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        line-height: 1.6em !important;
        padding: 0.1em 0.25em !important;
        color: #50555f !important;
        font-weight: bold !important;
        font-weight: normal !important;
        text-shadow: none;
        text-decoration: underline !important;
    }
/*#endregion*/

/*#region Messe Frankfurt Login Widget */
.mfWidget.content {
    background-color: #f3f3f3;
    padding: 30px 40px 40px 40px;
    margin: 20px 0;
}

    .mfWidget.content #loginboxTitle {
        font-family: "Proxima_Nova",Arial;
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 10px;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

.mfWidget {
    padding: 0;
}

    .mfWidget p {
        margin: 0;
    }

    .mfWidget h2 {
    }

    .mfWidget #messeLogo {
        float: left;
    }

    .mfWidget #mfLoginButton {
        font-family: 'GibsonLight', Arial;
        font-weight: normal;
        font-size: 18px;
        padding-left: 22px;
        line-height: 18px;
    }

    .mfWidget #loginboxSubtitle {
        font-family: 'GibsonLight', Arial;
        font-size: 15px;
        margin: 0 0 20px 0;
        padding-bottom: 10px;
    }

    .mfWidget #buttonLogin {
        font-size: 11px;
        font-weight: bold;
        cursor: default;
        display: none !important;
        margin-bottom: .5em;
        color: #8D8F95 !important;
    }

    .mfWidget #MyAccountLwStatusText,
    .mfWidget a#cancelLogin,
    .mfWidget .customLink,
    .mfWidget #MyAccountLwLogoutButton,
    .mfWidget #MyAccountLwRegisterButton,
    .mfWidget #manageProfile {
        display: none;
    }

    .mfWidget.loggedIn .customLink {
        display: block;
    }

    .mfWidget.loggedIn #MyAccountLwStatusText {
        display: block;
        font-size: 13px;
        margin-bottom: 2px;
    }

    .mfWidget.registration #MyAccountLwRegisterButton {
        display: block;
    }

    .mfWidget input {
        border: 1px solid #8D8F95;
        color: #50555F;
        margin-bottom: .5em;
        padding: 3px;
        width: 150px;
    }

    .mfWidget #MyAccountPassword {
        display: none;
    }

    .mfWidget input:focus {
        display: none;
    }

    .mfWidget input:first-child {
        margin-top: .5em;
    }

    .mfWidget input#MyAccountLwUsername {
        display: none;
    }

    .mfWidget #MyAccountLwLoginButton {
        display: none;
    }

        .mfWidget #MyAccountLwLoginButton:hover {
            display: none;
        }

    .mfWidget #MyAccountLwForgotPasswordButton {
        display: none;
    }

    .mfWidget #loginError {
    }

    .mfWidget input.err {
        border: 1px solid red;
    }

    .mfWidget #MyAccountModalFields {
    }

    .mfWidget.footer {
        width: 175px;
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .mfWidget .buttonStyles {
        display: inline;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 25px;
        font-size: 14px;
        line-height: 1.42857;
        border-radius: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #FFC72C;
        background-color: transparent;
        border-color: #FFC72C;
        font-size: 15px;
        padding: 11px 20px 9px 20px;
        text-transform: uppercase;
        transition-duration: 400ms;
        transition-property: color, background-color, border-color;
        white-space: normal;
        font-family: 'GibsonLight',Arial;
        font-weight: 400;
        border-width: 2px;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 10px;
    }

        .mfWidget .buttonStyles:hover {
            background-color: transparent;
            border-color: #FFC72C;
            color: #FFC72C;
        }

    .mfWidget.content .icn:link {
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 25px;
        font-size: 14px;
        line-height: 1.42857;
        border-radius: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #FFC72C;
        background-color: transparent;
        border-color: #FFC72C;
        font-size: 15px;
        padding: 11px 20px 9px 20px;
        text-transform: uppercase;
        transition-duration: 400ms;
        transition-property: color, background-color, border-color;
        white-space: normal;
        font-family: 'GibsonLight',Arial;
        font-weight: 400;
        border-width: 2px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .mfWidget.content .icn:link:hover {
            background-color: transparent;
            border-color: #FFC72C;
            color: #FFC72C;
        }

    .mfWidget.context {
        position: absolute;
        top: 0;
        right: 38px;
        height: 70px;
        line-height: 70px;
        max-width: 220px;
        cursor: pointer;
    }

        .mfWidget.context .profile-pic {
            margin: 22px 20px 0 0;
            width: 25px;
            height: 25px;
            display: block;
            float: left;
            background-image: url(../../images/profile-pic.png);
            background-position: center left;
            background-size: 25px 25px;
            background-repeat: no-repeat;
            border-radius: 50%;
        }

        .mfWidget.context #loginboxTitle {
            display: none;
        }

        .mfWidget.context .icn-cont {
            position: absolute;
            top: 60px;
            right: -10px;
            background: #fff;
            text-align: center;
            display: none;
            width: 200px;
            box-shadow: 0 10px 5px 5px rgba(0,0,0,.1);
            padding: 10px 10px 20px 0;
        }

            .mfWidget.context .icn-cont a:before {
                content: "\45";
                font-family: MF-Iconset;
                font-size: 12px;
                margin-right: 5px;
            }

        .mfWidget.context a.icn {
            font-size: 15px;
            line-height: 34px;
            color: #a5a5a5;
            font-weight: 400;
        }

        .mfWidget.context #MyAccountLwStatusText {
            display: none;
            float: left;
            font-size: 15px;
            padding-top: 1px;
        }

#events-programme .tabs {
    border-bottom: 3px solid #b2b2b2;
}

    #events-programme .tabs div {
        background: none;
    }

        #events-programme .tabs div a:hover {
            background-color: var(--activeLinkColor) !important;
        }

.outer {
    display: none;
    margin-top: 0px !important;
    vertical-align: bottom;
}

.inner {
    display: none;
    margin-top: 0px !important;
    vertical-align: bottom;
    cursor: pointer;
}

.sub ul li label {
    cursor: pointer;
    padding: 5px 0 5px 25px;
    display: block;
}

.sub ul li:hover {
    cursor: pointer;
}

.InnerCheckboxChecked {
    background-color: #FFC72C !important;
    cursor: pointer;
}

.ContainsCheckbox:hover .inner {
    display: inline-block;
    transition: 0.3s ease-in-out;
}


.ContainsCheckbox:hover {
    padding-right: 17px !important;
}

    .ContainsCheckbox:hover .outer {
        display: inline-block;
        transition: 0.3s ease-in-out;
    }

    .ContainsCheckbox:hover .IconCheckboxDownArrow {
        display: none;
        transition: 0.3s ease-in-out;
    }

.create-button-set-cont-top {
    display: none;
}


.PrimaryButtonStyle {
    background-color: var(--primaryButtonColor) !important;
}

    .PrimaryButtonStyle:hover, .PrimaryButtonStyle:focus {
        color: var(--primaryButtonColor) !important;
        border: solid 1px var(--primaryButtonColor) !important;
    }

.SecondaryButtonStyle {
    background-color: #ffffff !important;
    color: var(--secondaryButtonColor) !important;
    border: solid 1px var(--secondaryButtonColor) !important;
}

    .SecondaryButtonStyle:hover, .SecondaryButtonStyle:focus {
        background-color: var(--secondaryButtonColor) !important;
        color: #ffffff !important;
        border: solid 1px var(--secondaryButtonColor) !important;
    }

.TertiaryButtonStyle {
    background-color: var(--tertiaryButtonColor) !important;
    color: #ffffff !important;
    background-image: none !important;
    border: solid 1px transparent !important;
    border-radius: 5px !important;
    padding: 8px 10px;
    font-size: 14px !important;
    -o-transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;
    -webkit-appearance: none !important;
    cursor: pointer;
}

    .TertiaryButtonStyle:hover, .TertiaryButtonStyle:focus {
        background-color: var(--tertiaryButtonHoverColor) !important;
        color: #ffffff !important;
        background-image: none !important;
    }

.EmptyStar::before {
    color: var(--favouriteStarColor);
}

.IconFilledStar::before {
    color: var(--favouriteStarColor);
}

@media screen and (min-width: 768px) {
    .mfWidget.context {
        width: 220px;
    }

        .mfWidget.context #MyAccountLwStatusText {
            display: block;
        }

        .mfWidget.context .icn-cont {
            right: 20px;
        }

        .mfWidget.context a.icn {
        }
}


@media screen and (max-width: 825px) {


    .ViewProfileImage {
        max-width: none;
        padding-bottom: 10px;
    }

    .profile-card {
        max-width: none;
    }

    .profile-details {
        max-width: none;
    }

    .qtip-active {
        width: 95% !important;
    }
}



.country {
    width: 260px;
    word-wrap: break-word;
}

.part-profile-cont {
    padding: 0px;
}

/*#endregion*/

.profile-details-footer {
    font-weight: 400 !important;
}

/*#region Video Meeting*/
.video-meeting .header {
}

    .video-meeting .header .logo .imgLogo {
        max-width: 140px;
        margin-left: -10px;
    }

    .video-meeting .header .attendees .item .photo {
        max-width: 125px;
    }

        .video-meeting .header .attendees .item .photo img {
            border-radius: 50%;
        }

    .video-meeting .header .attendees .item .content {
        font-size: 15px;
        text-align: left;
    }

.video-meeting .ad {
    background-color: red;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

    .video-meeting .ad:before {
        content: "Ad space";
    }

.margin-bottom-1 {
    margin-bottom: 1em;
}

.margin-bottom-2 {
    margin-bottom: 2em;
}

.video-meeting .image-background {
    border: solid 6px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 94px;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}

.video-meeting .image {
    border: solid 2px #FFC72C !important;
    background-color: #f8f8f8;
    vertical-align: middle;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-size: cover;
    background-position: center center;
}


/*#endregion*/

/*#region Account Home Page */
.account-home .middle-column {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid rgb(221, 221, 221);
}

.account-home .buttons {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - 8px));
    gap: 16px;
    padding: 16px;
}

    .account-home .buttons .button {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        height: 100px !important;
        background: none;
        background-size: cover !important;
        background-position: center center !important;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }

    .account-home .buttons .my-event-button {
        background-image: url(../../images/africa-travel-week-2021/home-buttons/my-event.jpg) !important;
    }

    .account-home .buttons .exhibitors-list-button, .account-home .buttons .products-list-button {
        background-image: url(../../images/africa-travel-week-2021/home-buttons/exhibitors.jpg) !important;
    }

    .account-home .buttons .meetings-list-button {
        background-image: url(../../images/africa-travel-week-2021/home-buttons/meetings.jpg) !important;
    }

    .account-home .buttons .attendees-list-button {
        background-image: url(../../images/africa-travel-week-2021/home-buttons/attendees.jpg) !important;
    }

    .account-home .buttons .availability-button {
        background-image: url(../../images/africa-travel-week-2021/home-buttons/availability.jpg) !important;
    }

    .account-home .buttons .sessions-list-button, .account-home .buttons .speakers-list-button, .account-home .buttons .videoondemand-list-button {
        background-image: url(../../images/africa-travel-week-2021/home-buttons/schedule.jpg) !important;
    }
/*#endregion*/

@media (max-width: 768px) {
    .flex-grid {
        flex-direction: column;
    }

    .LiveComingUpContainer {
        display: none;
    }

    .LiveSessionSuggestionsContainer {
        display: none;
    }
}

/*-------------------------------*/


.homeCotainer h1 {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .homeCotainer h1 span {
        color: black;
    }

.homeCotainer p {
    margin-top: 10px;
}

/*-------------------------------*/
/*------------- Ads -------------*/
/*-------------------------------*/

.adContainer {
    display: flex;
}

    .adContainer .imageAd {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

.Schedule {
    max-width: 302px;
    max-height: 533px;
    /*    padding-top: 20px;*/
}

.Session {
    max-width: 302px;
    max-height: 485px;
    padding-bottom: 20px;
}

.VideoMeeting {
    max-width: 366px;
    max-height: 206px;
    padding-top: 16px;
    margin-left: auto;
    margin-right: auto;
}

.exhibitorDirectoryContainer .adWrapper {
    width: 287px;
    height: 318px;
}

.exhibitorDirectoryContainer .tile .imageAdContainer {
    display: flex;
    max-width: 287px;
    max-height: 318px;
}

    .exhibitorDirectoryContainer .tile .imageAdContainer .imageAd {
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }


/*-------------------------------*/

.SessionFilterText {
    font-size: 15px;
    line-height: 24px;
}

.filterTop {
    padding: 15px 15px 10px 15px;
}

.filterMiddle {
    padding: 0px 15px 10px 15px;
}

.filterBottom {
    padding: 0px 15px 15px 15px;
}

/*#launcher {
    left: auto !important;
    right: 125px;
    bottom: 5px !important;
}*/

.myEventContainer .results .row .title:hover {
    color: var(--activeLinkColor);
}

.myEventContainer .results .row .actionsContainer a:hover {
    color: var(--activeLinkColor);
    border: 1px solid var(--activeLinkColor);
}

.navMenuContainer .navList .selected {
    color: var(--activeLinkColor);
}

    .navMenuContainer .navList .selected .linkLayout {
        border-left: 3px solid var(--activeLinkColor);
    }

.exhibitorListings .tile .tileHeader {
    background: var(--exhibitorTileHeaderBackground);
}

.tile .companyNameContainer {
    color: var(--activeLinkColor) !important;
}

.tile .companyLogoWrapper .companyLogoContainer {
    border: 2px solid var(--activeLinkColor) !important;
}

.tile .companyLogoWrapper {
    border-top: 7px solid var(--tileBorderColorLight) !important;
}

    .tile .companyLogoWrapper .borderLeft {
        border-left: 7px solid var(--tileBorderColorLight) !important;
    }

    .tile .companyLogoWrapper .borderRight {
        border-right: 7px solid var(--tileBorderColorLight) !important;
    }

.exhibitorDetailsWrapper .backLinkContainer .returnToList:hover {
    color: var(--activeLinkColor) !important;
}

.exhibitorDetailsWrapper .detailsWrapper .contentHeader .favouriteContainer .favourite:hover {
    color: var(--favouriteStarColor) !important;
}

.exhibitorDetailsWrapper .detailsWrapper .contentHeader .favouriteContainer .solid {
    color: var(--favouriteStarColor) !important;
}

.exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .profileImageWrapper .profileImageContainer {

}

.productContainer .productWithLink:hover {
    border: 2px solid var(--activeLinkColor) !important;
}

.exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .actionsContainer a:hover {
    color: var(--activeLinkColor) !important;
}

.exhibitorDetailsWrapper .detailsWrapper .contentHeader .companyNameContainer .meetNow {
    background-color: var(--activeLinkColor) !important;
    border: 1px solid var(--activeLinkColor) !important;
}

    .exhibitorDetailsWrapper .detailsWrapper .contentHeader .companyNameContainer .meetNow:hover {
        background-color: white !important;
        color: var(--activeLinkColor) !important;
        border: 1px solid var(--activeLinkColor) !important;
    }

.exhibitorDetailsWrapper .detailsWrapper .productDetailsContainer .favouriteContainer .favourite:hover {
    color: var(--favouriteStarColor) !important;
}

.exhibitorDetailsWrapper .detailsWrapper .productDetailsContainer .favouriteContainer .solid {
    color: var(--favouriteStarColor) !important;
}

.exhibitorDetailsWrapper .hall a,
.exhibitorDetailsWrapper .stand-number a {
    color: rgb(88, 89, 91);
    pointer-events: none;
}

.navigation-top .icons ul li:hover,
.navigation-top .icons ul li:hover a,
.navigation-top .icons ul li.active,
.navigation-top .icons ul li.active a {
    color: var(--topLinkActiveColor) !important;
    border-bottom-color: var(--topLinkActiveColor) !important;
}

.myEventContainer .results .contactRow .profileImageWrapper .profileImageContainer {
    border: 1px solid rgb(221, 221, 221) !important;
}

.myEventContainer .results .companyRow .companyLogoContainer {
    border: 2px solid var(--profilePicBorderColor);
}

.myEventContainer .results .companyRow .actionsContainer .removeLink:hover {
    color: var(--activeLinkColor);
    border: 1px solid var(--activeLinkColor);
}

.myEventContainer .results .contactRow .actionsContainer a:hover {
    color: var(--activeLinkColor);
    border: 1px solid var(--activeLinkColor);
}

.myEventContainer .results .companyRow .detailsContainer .companyName:hover {
    color: var(--activeLinkColor);
}

.myEventContainer .results .row .readMoreContainer .readMoreLink:hover {
    color: var(--activeLinkColor);
}

.exhibitorDetailsWrapper .detailsWrapper .websiteLinkWrapper .websiteLinkContainer a:hover {
    color: var(--activeLinkColor) !important;
}

.tile .tileHeader .ribbon span {
    background-color: var(--featuredRibbonColor);
}

.navigation-top .icons ul li a:hover {
    color: var(--topLinkActiveColor) !important;
}


.switch-success {
    background-color: var(--activeLinkColor) !important;
}

.myEventContainer .results .row .actionsContainer .unbookSession {
    color: var(--activeLinkColor);
    border-color: var(--activeLinkColor);
}

.myEventContainer .results .row .startingSoonTag {
    background-color: var(--activeLinkColor) !important;
}

.attendee[data-activity-status="Online"] .header,
.attendee[data-activity-status="InMeeting"] .header {
    background: var(--attendeeTileHeaderBackground) !important;
}

.attendee[data-activity-status="Online"] .body .image {
    border-color: var(--profilePicBorderColor) !important;
}


.attendee[data-activity-status="Online"] a {
    /*color: var(--activeLinkColor) !important;*/
}

.attendee .button-meet,
.attendee .button-in-meeting,
.attendee .button-in-meeting:hover,
.attendee .button-in-meeting:focus,
.attendee .button-accept,
.attendee .button-decline,
.attendee .button-cancel {
    background-color: var(--activeLinkColor) !important;
    color: white !important;
    border-color: var(--activeLinkColor) !important;
}

    .attendee .button-meet:hover,
    .attendee .button-accept:hover,
    .attendee .button-decline:hover,
    .attendee .button-cancel:hover {
        background-color: white !important;
        color: var(--activeLinkColor) !important;
        border-color: var(--activeLinkColor) !important;
    }

.attendee .button-block {
    background-color: white !important;
    color: var(--activeLinkColor) !important;
    border-color: var(--activeLinkColor) !important;
}

    .attendee .button-block:hover {
        background-color: var(--activeLinkColor) !important;
        color: white !important;
        border-color: var(--activeLinkColor) !important;
    }

.attendee-search .attendees .list .footer .pager span {
    background: var(--activeLinkColor) !important;
    color: #fff !important;
}

.backgroundLayout {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-attachment: fixed !important;
    background-position: top !important;
}

.documentWithLink:hover, .sessionWithLink:hover {
    border: 2px solid var(--activeLinkColor) !important;
}


.SessonComingUpContainerLink {
    color: #000 !important;
}

    .SessonComingUpContainerLink:hover, .SessonComingUpContainerLink:active {
        color: var(--activeLinkColor) !important;
    }

.SessonSuggestionsContainerLink {
    color: #000 !important;
}

    .SessonSuggestionsContainerLink:hover, .SessonSuggestionsContainerLink:active {
        color: var(--activeLinkColor) !important;
    }



.readMoreContainer .readMoreLink:hover {
    color: var(--activeLinkColor);
}

.LiveCenterRowDocument a:hover {
    color: var(--activeLinkColor) !important;
}

.linksWrapper .linkBorderContainer:hover {
    border: 2px solid var(--activeLinkColor) !important;
}


.linksWrapper .fieldDescription .linksContainer .link .linkActionsContainer td a:hover {
    color: var(--activeLinkColor) !important;
}


.exhibitorListings .tabsContainer {
}

    .exhibitorListings .tabsContainer .tab:hover, .exhibitorListings .tabsContainer .tabActive {
        border-bottom: 3px solid var(--activeLinkColor) !important;
    }

.SessionListViewDetailsButton:hover {
    color: var(--activeLinkColor) !important;
    border: 1px solid var(--activeLinkColor);
}

.liveVirtualSessionButton:hover {
    color: white !important;
    border-color: #fb1214;
}

/*#region Loading progress update spinner */

/*CM SPINNER */
.cm-spinner {
    border-top-color: var(--loadingColorOne);
}

    .cm-spinner::before {
        border-top-color: var(--loadingColorTwo);
    }

    .cm-spinner::after {
        border-top-color: var(--loadingColorThree);
    }

/*CM Bounce*/

.spinner > div {
    background-color: var(--loadingColorOne);
}

.spinner .bounce1 {
    background-color: var(--loadingColorTwo);
}

.spinner .bounce2 {
    background-color: var(--loadingColorThree);
}

/*#endregion*/

/*#region Cookies Concent*/
#c-bns button:first-child, #s-bns button:first-child, .cc_div .c-bn {
    background-color: var(--primaryButtonColor) !important;
}

    #c-bns button:first-child:hover, #s-bns button:first-child:hover {
        background-color: white !important;
        color: var(--primaryButtonColor) !important;
        border: 1px solid var(--primaryButtonColor) !important;
    }

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
    color: var(--primaryButtonColor) !important;
    border: 1px solid var(--primaryButtonColor) !important;
    background-color: white !important;
}

.cc_div .cc-link {
    color: var(--primaryButtonColor) !important;
    border-bottom: 1px solid var(--primaryButtonColor) !important;
}
/*#endregion*/

.ms-choice {
    font-family: AvenirLTPro-Roman, sans-serif;
}

.Topic1 {
    background-color: red !important;
    color: #000000 !important;
}

.Topic2 {
    background-color: green !important;
    color: #000000 !important;
}

.OthersMisc {
    background-color: rgb(247, 159, 87) !important;
    color: #000000 !important;
}
