/*** COLOURS
BRIGHT GREEN #92C020
DARK GREEN #04252C
COOL GREY #6A6E6E
YELLOW #FEEB18
LIGHT BROWN #EAE8DD
***/
 
html, body {
    color: #000;
    font-family: 'Muli', sans-serif;
    font-size: 18px;  
    line-height: 22px; 
    font-weight: 300;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background: rgb(255,255,255);
    background: linear-gradient(183deg, rgba(255,255,255,1) 20%, rgba(252,252,252,1) 29%, rgba(252,252,252,1) 100%);
}

img.fill-loading {
    width: 200px !important;
    height: 200px !important;
    margin-left: 50% !important;
    transform: translate(-50%, 0);
}

.grecaptcha-badge {
    display: none;
}

.cookieinfo {
    font-family: 'Muli', sans-serif!important;
    font-size: 18px!important;
    line-height: 22px!important;
    padding:20px 25px!important;
}
.cookieinfo-close {
    border-radius:0!important;
    padding:8px 15px!important;
}


body {
    color: #000;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

.loading {
    background:rgba(0,0,0,0.5);
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:-1;
    opacity:0;
    transition:opacity 0.5s ease-in;
}
.loading.show {
    z-index: 99999;
    opacity: 1;
}
.loading .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
}

h1 {
    font-size: 30px;
    font-weight: 800;
    color: #04252C;
}
h3 {
    font-size: 25px;
    line-height: 30px;
}

@media (min-width: 992px) {
    h1 {
        font-size: 50px;
        line-height:55px;
    }
    h3 {
        font-size: 30px;
        line-height: 35px;
        font-weight:800;
    }
}

h2 {
    font-size: 34px;
    font-weight: 800;
    color: #04252C;
}

h7 {
    font-size: 0.95rem;    
    line-height:1.1rem;
}

.likeh2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 800;
    color: #04252C;
}

.relative {
    position:relative!important;
}

.likeh3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #04252C;
}

h4.umbraco-forms-caption {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #04252C;
}

ul, ol {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

.button {
    display: inline-block;
    background-color: #92C020;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    padding: 15px 80px;
    border-radius: 0px;
    border: 0px;
    color:white!important;
    text-decoration:none!important;
}

.button.small-button {
    padding: 15px 20px;
}

@media (max-width: 991px) {
    .button {
        padding: 15px 30px;
    }
}

    .button:hover {
        background-color: #8FBA26;
        color: white;
    }

.butt-green-dark-text {
    background-color: #92C020;
    color: #04252C!important;
}

.button.blank-button {
    background-color: transparent;
    color: #04252C;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #04252C;
    padding: 10px 40px;
}

input[type="submit"] {
    -webkit-appearance: none;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.font-300 {
    font-family: 'Muli 300', sans-serif;
}
.font-400 {
    font-family: 'Muli 400', sans-serif;
}
.font-600 {
    font-family: 'Muli 600', sans-serif;
}
.font-800 {
    font-family: 'Muli 800', sans-serif;
}

main {
    margin: 0;
    padding: 0;
}

.bg-white {
    background-color: #ffffff;
}
.bg-grey {
    background-color: #313a3f;
}
.bg-green {
    background-color: #000;
}
.bg-brown {
    background-color: #EAE8DD;
}
.bg-darkblue {
    background-color: #0063b9;
}
.bg-blue {
    background-color: #04252C;
}
.bg-light-grey {
    background-color: #F1F1F1;
}
.bg-red {
    background-color: #f03564;
}
.bg-teal {
    background-color: #01d3d3;
}
.bg-orange {
    background-color: #d97d20;
}
.bg-magenta {
    background-color: #c120a0;
}
.bg-yellow {
    background-color: #FEEB18;
}
.bg-bright-green {
    background-color: #92c020;
}



.text-white {
    color: #ffffff;
}

.text-grey {
    color: #072739;
}

.text-light-grey {
    color: #999;
}

.text-green {
    color: #04252C;
}

.text-blue {
    color: #527AC5;
}

.rounded-25 {
    border-radius:25px;
}

a:link,
a:visited,
a:active {
    color:#04252C;
    text-decoration:underline;
}

.font-size-14,
.font-size-14 p {
    font-size: 14px;
    line-height: 16px;
}

.font-size-16,
.font-size-16 p {
    font-size: 16px;
    line-height: 18px;
}

.font-size-18,
.font-size-18 p{
    font-size: 16px;
    line-height: 25px;
}
.font-size-22,
.font-size-22 p{
    font-size: 16px;
    line-height: 25px;
}
.font-size-28,
.font-size-28 p{
    font-size: 22px;
    line-height: 26px;
}
.font-size-36,
.font-size-36 p{
    font-size: 24px;
    line-height: 28px;
}
.font-size-42,
.font-size-42 p{
    font-size: 32px;
    line-height: 38px;
}
.font-size-50,
.font-size-50 p{
    font-size: 36px;
    line-height: 45px;
}

@media (min-width: 992px) {
    .font-size-14,
    .font-size-14 p {
        font-size: 14px;
        line-height: 16px;
    }
    .font-size-18,
    .font-size-18 p {
        font-size: 18px;
        line-height: 28px;
    }
    .font-size-22,
    .font-size-22 p {
        font-size: 22px;
        line-height: 25px;
    }
    .font-size-28,
    .font-size-28 p {
        font-size: 28px;
        line-height: 35px;
    }
    .font-size-36,
    .font-size-36 p {
        font-size: 36px;
        line-height: 48px;
    }
    .font-size-42,
    .font-size-42 p {
        font-size: 42px;
        line-height: 50px;
    }
    .font-size-50,
    .font-size-50 p {
        font-size: 50px;
        line-height: 57px;
    }
}

.weight-200 {
    font-weight:200;
}
.weight-400 {
    font-weight: 400;
}
.weight-600 {
    font-weight: 600;
}
.weight-700,
.weight-700 p{
    font-weight: 700;
}
.weight-800 {
    font-weight: 800;
}

.card-shadow {
    box-shadow: 0px 10px 30px -7px rgba(0,0,0,0.10);
}

.todo {
    background-color:hotpink;
    color:#000;
    padding:50px;
    text-align:center;
    margin:20px 0;
}

.todoapi {
    background-color: lime;
    padding:20px!important;
    margin-top:20px;
}


.private {
    background-color: red;
}
.todo.locked {
    background-color: lime;
}

main {
    padding-top:55px;
}

@media (min-width: 768px) {
    main {
        padding-top: 78px;
    }
}

@media (min-width: 992px) {
    main {
        padding-top:115px;
    }
}

#headslider h1 {
    font-size: 1.75rem;
    line-height:1.9rem;
}

@media (max-width:991px) {
    #headslider h1 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}

.scrollshrink {
    box-shadow: 0px 10px 30px -7px rgba(0,0,0,0.20);
    transition: all .3s ease-out;
}

/*SEARCH*/
.floating-search-account .searchinp {
    background:white;
    border-radius:50px;
    border:0;
    padding:5px 30px 5px 10px;
    position:relative;
}
.floating-search-account .searchinp:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    color:#000;
    right: 10px;
    height:15px;
    width:15px;
    content: "\f002";
}
.floating-search-account a.signin:link,
.floating-search-account a.signin:active,
.floating-search-account a.signin:visited {
    color:white;
    text-decoration:none;

}

#navloginout a.signinbutt:link,
#navloginout a.signinbutt:active,
#navloginout a.signinbutt:visited {
    background: #5078ce;
    color: white !important;
    text-decoration: none;
    padding: 10px 15px;
    top: 2px;
    position: relative;
}

.navbar-collapse .signinbutt a:link,
.navbar-collapse .signinbutt a:active,
.navbar-collapse .signinbutt a:visited {
    background: #5078ce;
    color: white !important;
    text-decoration: none;
    padding: 10px 15px;
    top: 2px;
    position: relative;
}

.navbar-collapse .signinbutt {
    margin-bottom:15px;
}

.searchsubmit {
    position:absolute;
    right:20px;
    top:20px;
}
.searchsubmit:hover {
    cursor:pointer;
}

.latest-articles-big.search-hr .tile-img.bg-img {
    background-size:contain!important;
}

.searchitem {
    background: white;
    border-radius: 5px;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 7%);
    transition: all .3s ease-out;
}
.searchitem:hover {
    background: white;
    border-radius: 5px;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 5%), 0 2px 30px 0 rgb(0 0 0 / 7%);
    transition: all .3s ease-out;
}

/*home*/
#headslider .carousel-control-next, #headslider .carousel-control-prev {
    width: 5%;
}
#headslider {
/*    border:1px solid #04252C;
*/    border-radius:5px;
}
    #headslider .slideleft {
        background: url('/media/dkhnqncw/grad-shape.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        bottom: -1px;
        padding: 25px 145px 25px 25px;
        width: 500px;
        height: 158px;
    }

    @media (max-width:991px) {
        #headslider .slideleft {
            padding: 20px 165px 20px 25px;
            width: 500px;
            height: 138px;
        }
        .nav-link {
            padding: 0.1rem;
        }
        .dropdown-menu .bg-light-grey {
            background:transparent;
        }
        .menu-left-border {
            border-left: 0px solid #e1e1e1!important;
            padding-left:0!important;
        }
    }

    #headslider .carousel-item {
        background-position:top -30px center!important;
        height:480px!important;
    }

    @media (min-width:1500px) {
        #headslider .carousel-item {
            height: 550px !important;
        }
    }

    @media (max-width:991px) {
        #headslider .carousel-item {
            background-position: top 0px center !important;
            height: 400px !important;
        }
    }

    @media (max-width:767px) {
        #headslider .carousel-item {
            height: 300px !important;
        }
    }

    

    #headslider .button {
        position:absolute;
        bottom:0;
        right:0;
        border-radius:0!important;
        color:white!important;
    }
    #headslider .button img {
        height:25px;
    }
    #headslider .carousel-control-next, #headslider .carousel-control-prev {
        width: 74px;
        opacity: 0;
    }
    #headslider .carousel-control-next img {
        width:100%;
        margin-right:-30px;
    }
    #headslider .carousel-control-prev img {
        width: 100%;
        margin-left: -30px;
    }
    .carousel-inner .slide-mob-img {
        height: 250px;
    }
    #headslider .carousel-indicators {
        bottom: -40px;
    }
    #headslider .carousel-indicators li {
        background: #C1C1C1;
        border: 0 !important;
    }
    #headslider .carousel-indicators .active {
        background:#92C020;
    }

.section-sep:before {
    content:"";
    height:20px;
    width:100%;
    position:relative;
    background:url('/images/section-sep.png');
    background-size:contain;
    background-repeat:no-repeat;
    top:10px;
    left:15px;
    right:15px;
}

.signup-content {
    z-index:2;
    position:relative;
}

.article-holder {
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 0px;
    transition: all .3s ease;
}
.article-holder:hover {
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
}
.articletopic {
    font-size:14px;
    line-height:14px;
}
.latest-articles .latest-articles-big .tile-img {
    height: 210px;
    border-radius: 0;
}
.latest-articles .latest-articles-small .tile-img {    
    border-radius: 0px;
}
.latest-articles .tile-img.feature {
    height: 300px;
}
.hubtopic-latest .latest-articles .tile-img.feature {
    height: 400px;
}
.latest-articles-big .source-img {
    height: 40px;
    max-width: 40px;
}
.latest-articles-big .source-img.marketplace-source-img {
    height: auto;
    max-height:40px;
    max-width: 200px;
}
@media (max-width: 991px) {
    .latest-articles-big .source-img.marketplace-source-img {
        max-width: 170px;
    }
}
.latest-articles-small .source-img {
    height: 30px;
    max-width: 30px;
}
.latest-articles-small .source-img.marketplace-source-img {
    height: auto;
    max-height: 40px;
    max-width: 200px;
}
@media (max-width: 991px) {
    .latest-articles-small .source-img.marketplace-source-img {
        max-width: 170px;
    }
}
.latest-articles .article-pub-time {
    vertical-align: bottom;
}
.latest-articles a:link,
.latest-articles a:visited,
.latest-articles a:active {
    color:#04252C;
}


/*Topic filter*/
.filter-cont {
    min-width: 200px;
    display: inline-block;
    position: absolute!important;
    right: 25px;
}

    .filter-cont .filterbutton {
        height: 45px;
        padding: 15px;
        line-height: 12px;
    }
    .filter-cont .custom-select {
        border-radius: 0rem;
        height: 45px;
    }
    .multiselect-native-select .btn-group {
        min-width: 200px;        
        display: inline-block;
        text-align: right !important;
    }
        .multiselect-native-select .btn-group button {
            min-width: 200px;
            display: inline-block;
            text-align: right !important;
        }
        .multiselect-native-select .btn-group .multiselect-container button {
            min-width: 200px;
            display: inline-block;
            text-align: left !important;
        }
        .multiselect-native-select .btn-group .multiselect-container button .form-check-input {
            position:absolute;
            left:-9999px;
            opacity:0;
        }
            .multiselect-native-select .btn-group .multiselect-container button .form-check {
                padding: 0 5px 0 5px;
            }
    .multiselect-native-select .multiselect-container .multiselect-option:hover,
    .multiselect-native-select .multiselect-container .multiselect-group:hover,
    .multiselect-native-select .multiselect-container .multiselect-all:hover {
        background-color: lightgrey !important;
        color:black!important;
    }

 .multiselect-container .multiselect-option{
    padding: 0.5rem!important;
}


    .multiselect-native-select .multiselect-container .multiselect-option.active:focus,
    .multiselect-native-select .multiselect-container .multiselect-group.active:focus,
    .multiselect-native-select .multiselect-container .multiselect-all.active:focus {
        background-color: #527AC5 !important;
        color: white !important;
    }

    .multiselect-native-select .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
    .multiselect-native-select .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
    .multiselect-native-select .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
    .multiselect-native-select .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
    .multiselect-native-select .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
    .multiselect-native-select .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
        background-color: #527AC5;        
        color: white !important;
    }

.multiselect-container.dropdown-menu.show {
    position: absolute !important;
    transform: none !important;
    top: 50px !important;
    left: unset !important;
    right: 0px !important;
    will-change: transform;
    max-height: 400px !important;
    overflow-y: scroll !important;
    box-shadow: 0 20px 56px 0 rgba(0,0,0, 0.2);
    transition: all .3s ease;
    border: 1px solid #ccc;
}


/*Trending*/
.trending-articles .tile-img {
    height: 170px;
}

.trending-articles .article-pub-time {
    vertical-align: bottom;
}

.trending-articles a:link,
.trending-articles a:visited,
.trending-articles a:active {
    color: #04252C;
}

/*Expert opinion*/
.expert-opinion a:link,
.expert-opinion a:visited,
.expert-opinion a:active {
    color: #04252C;
}
.expert-opinion .article-pub-time {
    vertical-align: bottom;
}
.expert-opinion .source-img {
    height: 40px;
    max-width: 40px;
}
.expert-opinion .source-img.marketplace-source-img {
    height: auto;
    max-height: 40px;
    max-width: 200px;
}

@media (max-width: 991px) {
    .expert-opinion .source-img.marketplace-source-img {
        max-width: 170px;
    }  
}
.expert-img {
    min-height:200px;
}

/*EVENTS*/

.navbar .event-repeat-box {
    height: 300px;
}

.nonwf-event .structured-content-rich-text img {
    max-width:100%;
}

.navbar .event-repeat-box-title {
    background: url(/media/dkhnqncw/grad-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 25px 145px 25px 25px;
    width: 100%;
    height: 178px;
}
.event-repeat-box {
    border: 1px solid #eaeaea;
}

.event-repeat-box-title {
    color: #04252C;
}



@media (max-width: 1199px) {
    .dropdown-menu .event-repeat-box-title {
        font-size: 16px !important;
        line-height: 16px !important;
        padding: 50px 125px 25px 15px !important;
    }
    a.nav-event-link.button {
        padding: 7px 15px !important;
        font-size: 16px;
        line-height: 18px;
    }
    .event-list .event-repeat-box-title {
        font-size: 22px !important;
        line-height: 26px !important;
        padding: 15px!important;
    }

    .event-list .event-repeat-box .button {
        padding: 15px 30px;
    }

}

@media (max-width: 992px) {
    .event-repeat-box-title {
        font-size: 18px !important;
        line-height: 20px !important;
        padding: 25px 125px 5px 15px !important;
    }
}

.event-repeat-box-desc {
}

.event-repeat-box-image {
    position: relative;
    height: 300px;
}

@media (max-width: 1499px) {
    .event-repeat-box-image {
        height: 250px;
    }
}

.event-repeat-box-date {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    padding:15px 20px;
    height:auto;
}

.event-repeat-box button {
    border-radius: 5px;
}

.leftrightimg, .leftrightimg2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 991px) {
    .leftrightimg, .leftrightimg2 {
        position: relative;
        height: 400px;
        right: 0;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .leftrightimg {
        margin-top:30px;
    }
    .leftrightimg2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .leftrightimg, .leftrightimg2 {
        height: 300px;
        margin-bottom:30px;
    }
}

.leftrightcontent ul {
    margin:0;
    padding:0;
}
.leftrightcontent li {
    padding: 15px 15px 15px 60px;
    background-image: url(/images/green-arrow.svg);
    background-position: left top 20px;
    background-repeat: no-repeat;
    background-size: 30px;
    list-style:none;
}

.countimg {
    height:70px;
}

.logo-white {
    filter: brightness(0) invert(1);
    height:100px;
}

/*Item Slider*/

.item-slider {
    padding-left: 0px;
}

.item-slider .mutiitem-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align:left;
}

.areastoexplore .mutiitem-title {
    background: url('/media/dkhnqncw/grad-shape.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right:0;
    bottom: -1px;
    padding: 20px 145px 25px 25px;
    height: 85px;
    font-weight:600;
}

.item-slider a.swiper-slide {
    border-radius: 0;
    border: none;
    color: #614775;
    min-width: 200px;
    text-decoration: none;
    opacity: 0.8;
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.item-slider a.swiper-slide:hover {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.itemcont .slidernav-ico i {
    background: #F0EFF4;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 15px;
    padding: 8px 0px 0px 0px;
    margin-right: 7px;
}


/*TESTIMONIALS*/

.test-card {
    border-radius:2px;
}
.speech {
    position:absolute;
    left:53px;
    top:20px;
    height:20px;
}
.test-card .position {
    font-size:14px;
    line-height:16px;
    font-weight:600;
    margin-bottom:0px
}
.test-card .org {
    font-size: 14px;
    margin-bottom: -5px
}


/*KEYNOTE*/
.bg-arrows {    
    background-size: auto 90%;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.bg-blue-grad {
    background: rgb(79,119,207);
    background: linear-gradient(110deg, rgba(79,119,207,1) 0%, rgba(120,164,97,1) 100%);
}
.bg-blue-grad.bg-arrows {
    background: rgb(79,119,207);
    position:relative;
    background: linear-gradient(110deg, rgba(79,119,207,1) 0%, rgba(102,144,148,1) 100%), url(/images/Arrows.svg);
}
.bg-blue-grad.bg-arrows:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/images/new-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .keynote .bg-img {
        height: 300px;
        margin-bottom: 20px;        
    }
}


/*Diffs*/
.key-differentiators ul, .packageslist ul {
    margin: 0;
    padding: 0;
}
.packageslist li, .key-differentiators li {
    list-style: none;
    margin:0;
    padding: 15px 0px 15px 45px;
    background-image: url(/images/green-circle.svg);
    background-size: 15px;
    background-position: left 10px top 19px;
    background-repeat: no-repeat;
}
.packagecost {
    position:absolute;
    right:30px;
    top:20px;
}

/*REGISTER INTEREST*/
.register-contacts img {
    height:40px;
    vertical-align:middle;
}

/*SPEAKERS*/
.speakerimg {
    width:100px;
    height:100px;
    margin-top:-120px;
    left:50%;
    margin-left:-50px;
    border-radius:100px;
    position:absolute;
}
.speaker-slider.swiper-container {
    padding-top:50px;
}
.speaker-slider .swiper-slide {
    padding:70px 20px 20px 20px;
}
.speaker-slider .orglogo {
    max-width:100%;
    height:35px;
}

/*CLIENTS*/

.client-slider.swiper-container {
    padding-top: 0px;
}

.client-slider .swiper-slide {
    padding: 0px 20px 20px 20px;
}

.client-slider .orglogo {
    width: 100%;    
}

/*CLIENTS NON SLIDER*/

.clientcont .orglogo {
    width: 100%;
    position: relative;
    /*top: 50%;
    transform: translateY(-50%);*/
}


.clientjob {
    /*margin-top: 50px !important*/
    margin-bottom:30px;
}


section.logossection {
    background: #fff;
    padding:40px 0;
}

@media (min-width: 1500px) {
    .class-attendees section .bg-img .container, .class-partners section .bg-img .container {
        min-height: 700px;
    }
}

.class-attendees .clientcont .orglogo {
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
}

/*PREMIUM*/

.prem-slider.swiper-container {
    padding-top: 0px;
}

.prem-slider .orglogo {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/*OTHErs*/

.other-slider.swiper-container {
    padding-top: 0px;
}

.other-slider .orglogo {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}



.p-hrd-min {
    height:600px;
    overflow:hidden;
}
.p-hrd-min-bg {
    position:relative;
}
.p-hrd-min-bg:after {
    content: "";
    position: absolute;
    bottom: 105px;
    left: 0;
    right: 0;
    height: 500px;
    background-image: linear-gradient(0deg, #ffffff, transparent 100%);
}



/*LOGOSLIDER*/
.logo-slider.swiper-container {
    padding-top: 0px;
}

.logo-slider .swiper-slide {
    padding: 0px 20px 20px 20px;
}

.logo-slider .orglogo {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.login-box {
    margin-top:-40px;
}

/*** CONTACT FORM ***/
.contact-label {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

    .contact-label:nth-child(1) {
        margin-top: 0px;
    }

.contactform fieldset {
    text-align: left;
    border: 0px;
    padding: 0;
}

.contactform label {
    font-size: 16px;
    line-height: 22px;
}

.contactform fieldset input[type="text"], .contactform fieldset textarea, .login-box input[type="password"] {
    border: 1px solid #ccc;
    border-radius: 5px;
}

a:link.contactlinks, a:visited.contactlinks {
    color: #04252C;
}

.class-contact-us input[type="checkbox"], .checkbox {
    opacity: 1;
    position: relative;
}

.contactform fieldset:nth-child(3):before {
    padding: 30px 0px;
    content: "Expedite Business Development Consulting Ltd. take your privacy seriously. By completing this information, we will keep you updated regarding our forthcoming events and services by telephone and or email. If you agree to be contacted in this way, please tick the relevant box.";
}

.gdpr .umbraco-forms-label {
    display: none;
}

.gdpr {
    margin: 30px 0px 0px 0px;
}

    .gdpr .help-block {
        float: left;
    }

    .gdpr .umbraco-forms-field-wrapper {
        float: left;
        width: 40px;
        height: 40px;
    }

.antispam label {
    display: none;
}

.icon-facebook-with-circle {
    color: #3B5998
}

.icon-linkedin-with-circle {
    color: #007AB9
}

.icon-twitter-with-circle {
    color: #55ACEE
}

.icon-instagram-with-circle {
    color: #B46600
}

.contactform input[type="submit"] {
    display: inline-block;
    color: #04252C;
    margin-top: 30px;
    background-color: #92C020;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    padding: 15px 80px;
    border-radius: 5px;
    border: 0px;
    margin-bottom:50px;
}

    .contactform input[type="submit"]:hover {
        cursor: pointer;
    }

.field-validation-error {
    color: red;
    margin-bottom: 20px;
    margin-top: -5px;
    display: block;
}

.class-contact-us input[type="checkbox"] {
}
.contactform fieldset input[type="text"],
.contactform fieldset input[type="email"],
.contactform fieldset textarea,
.login-box input[type="password"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    width:100%;
    margin-bottom:20px;
}
.umbraco-forms-field.recaptcha2 label {
    display:none;
}
.contactform fieldset textarea {
    height:200px;
}

.contactform .input-validation-error {
    border-color: red !important;
}

/*NEWSLETTER*/
.mailchimpform h4 {
    color: white !important;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 70px;

}

.mailchimpform h4:after {
    content:"Stay up to date with the latest in the HR world";
    position:absolute;
    left:15px;
    right:15px;
    top:50px;
    font-size:18px;
    line-height:22px;
    font-weight:200;
}
.mailchimpform .umbraco-forms-field {
    text-align:left;
}

.mailchimpform input[type="submit"] {
    display: inline-block;
    color: #fff;
    margin-top: 30px;
    background-color: #92C020;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    padding: 15px 80px;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 50px;
    margin-left: -15px;
}

.mailchimpform input[type="submit"]:hover {
    cursor: pointer;
}

.mailchimpform .umbraco-forms-container.col-md-4 {
    float:left;
    padding-left:0px;
    margin-bottom:10px;
}

.mailchimpform .umbraco-forms-container.col-md-4 input {
    width: 100%;
    border-radius: 0px;
    padding: 12px;
    border:2px solid transparent;
    
}

.mailchimpform .umbraco-forms-fieldset {
    /*margin:70px 0 0 0;*/
}


.mailchimpform .field-validation-error {
    margin-top: 5px;
}

.mailchimpform .input-validation-error {
    border-color:red!important;
}


/*ARTICLE*/
.article-main-img {
    max-width: 100%;
}
.article-source-img {
    width: 35px;
}
.article-source-img-big {
    width: 75px;
}
.article-source-img-big.article-logo-hr {
    width:auto;
    max-height:75px;
}
.author {
    font-size:16px;
}
.related-articles .source-img {
    height: 30px;
    max-width: 30px;
}
.related-articles .source-img.marketplace-source-img {
    height: auto;
    max-height: 40px;
    max-width: 200px;
}
@media (max-width: 991px) {
    .related-articles .source-img.marketplace-source-img {
        max-width: 170px;
    }
}
.img-credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    background: rgba(255,255,255,0.88);
    padding: 3px 8px;
    border-radius: 2px;
    font-size: 12px;
}

@media (min-width: 1500px) {
    .img-credit {
        right: 20px;
    }
}

@media (max-width: 1200px) {
    .related-articles .tile-img.h-100 {
        height:150px!important;
        margin-bottom:10px;
    }
    .related-articles .col-12.col-xl-5 {
        padding:0!important;
    }
}

@media (max-width: 767px) {
    .related-articles .tile-img.h-100 {
        height: 250px !important;
    }

    .related-articles .col-12.col-xl-5 {
        padding: 0 !important;
    }
}

/*HR MARKETPLACE*/
.class-hr-marketplace {
    background: #F3F3F3;
}

.hr-search input {
    border-radius:200px;
    border:0;
}

.hr-results .itemcontent .main {
    background: white;
    border-radius: 5px;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 7%);
    transition: all .3s ease-out;
}

.hr-results .itemcontent .main:hover {
    transition: all .3s ease-out;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 7%);
}

.hr-results .itemcontent:link,
.hr-results .itemcontent:visited,
.hr-results .itemcontent:active {
    color:#04252C;
}

.hr-results .itemcontent .main .bg-img {
    height:100px;
    width:200px;
    display:block;
    margin:0 auto;
    background-size:contain;
}

.hr-results .itemcontent .comp-name {
}

.hr-results .itemcontent .contactname {
}

.hr-results .itemcontent .specialist, 
.hrbig .specialist {
    white-space: pre-line;
}

.hrbig-img {
    max-height:300px;
    max-width:100%;
}



/*AGENDA*/
.non-accord-table {
    background: #71952D;
    color: white;
    width: 100%;
}

.non-accord-table th {
    text-align: left;
}

.non-accord-table th:nth-child(1), 
.non-accord-table td:nth-child(1) {
    width: 14.28%;
    vertical-align: top;
    padding: 10px 3rem;
}

.non-accord-table.bg-blue {
    background-color: #04252C;
}

.non-accord-table.bg-brown {
    background-color: #EAE8DD;
}

@media (max-width: 991px) {
    .non-accord-table th:nth-child(1),
    .non-accord-table td:nth-child(1) {
        width: auto;
        padding: 20px;
    }
    .likeh3 {
        font-size: 18px;
        line-height: 22px;
    }
}

.keynote-time {
    display: block;
}

.keynote-speaker {
}

.keynote-img {
    display: block;
    float: left;
    height: 80px;
    width: 80px;
    border-radius: 500px;
    background-position: center;
    background-size: cover;
}

.keynote-details {
    float: left;
}

.keynote-name {
    display: block;
    font-weight: 600;
}

.keynote-position {
    display: block;
    font-size: 14px;
}

.keynote-org {
    display: block;
}

.stream-table img {
    height: 40px;
    margin-top: 15px;
}

.agenda-table th, .agenda-table td, .stream-table th, .stream-table td {
    border: 1px solid #ccc;
    width: 14.28%;
    vertical-align: top;
    padding: 10px;
}

.agenda-table th, .stream-table th {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    border-bottom: 0px solid #ccc;
}

.agenda-table td, .stream-table td {
    font-size: 14px;
    line-height: 18px;
    border-top: 0px solid #ccc;
}

.agenda-table, .stream-table {
    border-collapse: collapse;
}

.stream-table img {
    height: 40px;
    margin-top: 15px;
}
.agenda-table th:nth-child(1),
.agenda-table th:nth-child(3),
.agenda-table th:nth-child(5),
.agenda-table th:nth-child(7),
.agenda-table td:nth-child(1),
.agenda-table td:nth-child(3),
.agenda-table td:nth-child(5),
.agenda-table td:nth-child(7) {
    background: #EAE8DD
}
.agenda-time {
/*    margin-right: 30px;
*/}
.agenda-item-type {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 16px;
    display: block;
}

@media (max-width: 991px) {
    .agenda-table {
        display: block;
        width:100%;
    }
    .accordion {
        width:100%;
    }
    .agenda-table tr,
    .agenda-table td,
    .agenda-table tbody {
        display: block;
        width: 100%;
    }

    /*.stream-table,
    .stream-table tr,
    .stream-table th,
    .stream-table tbody {
        display: block;
        width: 100%;
    }*/
}


.accordion.xlarge .accordion-content {
    padding: 0rem;
}

.accordion.xlarge a {
    background-color: #04252C;
    color: white;
    padding: 10px 3rem;
    font-size: 26px;
    font-weight:normal;
    border: 1px solid #04252C;
    text-decoration:none!important;
    cursor:pointer!important;
}

@media (max-width: 991px) {
    .accordion.xlarge a {
        padding: 20px;
        font-size: 18px;
        line-height: 22px;
    }
}

.accordion.xlarge a:hover {
    cursor: default !important;
}




/**** SIGN IN ***/
.class-sign-in input[type="email"], .class-sign-in input[type="password"] {
    width:100%;
    max-width: 400px;
    padding: 1.3rem 1.5rem;
}

.class-sign-in input[type="email"], .class-sign-in input[type="password"] {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.class-sign-in input[type="submit"]:hover {
    cursor: pointer;
}

/*** PW RESET ***/
.class-password-reset label {
    font-size: 16px;
    line-height: 22px;
}

.class-password-reset button {
    display: inline-block;
    color: #04252C;
    margin-top: 30px;
    background-color: #92C020;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    padding: 15px 80px;
    border-radius: 5px;
    border: 0px;
}

.class-password-reset button:hover {
    cursor: pointer;
}
.class-forgotten-password input[type="email"],
.class-forgotten-password input[type="password"] {
    width: 100%;
    max-width: 400px;
    padding: 1.3rem 1.5rem;
}

.class-forgotten-password input[type="email"], 
.class-forgotten-password input[type="password"] {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.class-forgotten-password input[type="submit"]:hover {
    cursor: pointer;
}

.class-register input[type="email"],
.class-register input[type="password"],
.class-register input[type="text"] {
    width: 100%;
    max-width: 400px;
    padding: 1.3rem 1.5rem;
}

.class-register input[type="email"],
.class-register input[type="password"],
.class-register input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.class-register input[type="submit"]:hover {
    cursor: pointer;
}

#errorbar {
    color:red;
}




/*NAVIGATION*/

.navbar {
    background-color: #fff;
}

.navbar img {
    max-width: 100%;
    max-height: 80px
}

.navbar .mainnav-ul {
    margin-top: 20px;
}

.navbar .mainnav-ul li {
    display: inline-block;
}

#navloginout a {
    color: #000 !important;
    font-size: 17px !important;
    line-height: 20px !important;
}
a.nav-link {
    color: #000 !important;
    font-size: 17px !important;
    line-height: 20px !important;
}


.parentnav-link:link,
.parentnav-link:visited,
.parentnav-link:active {
    color: white;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
    position: fixed;
    top: 110px;
    border-radius: 0;
    left: -1px;
    right: -1px;
    box-shadow: 0px 60px 50px 0px rgba(0,0,0,0.20);
}
.dropdown-menu {
    border: 0px solid rgba(0,0,0,.15);
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu a:link,
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu a:visited,
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu a:active {
    color: #000;
    text-decoration: none;
    margin-bottom:10px;
}
.topnavitem.nav-item {
    padding:8px;
}

.mega-menu a.button.bg-bright-green {
    font-size: 16px;
    padding: 5px 10px !important;
}

@media (min-width: 992px) {
    .topnavitem.nav-item.dropdown.mega-dropdown.show {
        background: #527AC5;
        color: white !important;
    }

    .topnavitem.nav-item.dropdown.mega-dropdown.show > a {
        color: white !important;
    }

    .scrollnav {
        max-height: 100%;
        max-height: calc(100vh - 270px);
        overflow-y: auto;
    }
    .dropdown-menu.mega-menu {
        max-height:calc(100vh - 150px);
    }

}

.nav-underlay {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    width:100vw;    
    bottom: 0;
    z-index: 5;
    opacity: 1;
    display:none;
}
a.nav-viewall {
    text-decoration: underline !important;
    font-weight: 400 !important;
    font-size: 16px;
}

.navbar {
    position:fixed;
    left:0;
    right:0;
    z-index:9999;
}

.nav-search {
    padding-right: 30px;
    border-radius: 0 !important;
    background: #FCFCFC;
}

a.nav-link:hover {
    cursor:pointer;
}

a.nav-event-link.button {
    border-color:white;
    padding:10px 20px!important;
}

.menu-left-border {
    border-left: 1px solid #e1e1e1;
}
.menu-top-grad {
    position:relative;
}
.menu-top-grad:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    height: 6px;
    background: linear-gradient(110deg, rgba(79,119,207,1) 0%, rgba(120,164,97,1) 100%);
}

@media (min-width: 992px) {
    .collapse.navbar-collapse {
        display: block !important;
        text-align:right;
        width:100%;
    }
    .collapse .form-inline {
        display: block !important;
        text-align: right;
        width: 100%;
        margin-top:10px;
    }
    .collapse.navbar-collapse .nav-item,
    .collapse.navbar-collapse a.nav-link{
        display: inline;
    }

    .collapse .navbar-nav.ml-auto {
        margin-right:0;
        display:block;
        width:100%;
        padding:15px 0;
    }
    .navbar img {
        max-width: 100%;
        max-height: 90px
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.2rem;
        padding-left: 0.2rem;
    }
    .nav-search {
        width:auto;
    }
    .nav-item.signinbutt,
    .nav-item.accountbutt,
    .nav-item.signoutbutt {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        margin-top:10px;
    }

    #navloginout .signinbutt,
    #navloginout .accountbutt,
    #navloginout .signoutbutt {
        display: none!important;
    }

    .navbar-toggler, .navbar-toggler:focus {
        right: 15px;
        padding:0;
        top: -52px;
        position: absolute;
        border: 0 !important;
        outline: 0 !important;
        border-radius:2px;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(81,121,199, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .toggler-label {
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        bottom: -10px;
        right: 0;
    }

    

    /*.signinbutt {
        position: absolute;
        bottom: 10px;
        right: 0;
    }*/
    .searchsubmit {
        position: absolute;
        right: 25px;
        top: 32px;
    }
    .navbar img {
        max-height: 50px;
    }
    .nav-search {
        width: 100%!important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
        top: 0px;
        position:relative;
        padding:15px 15px 0 15px!important;
        background:rgba(255,255,255,0.1);
        box-shadow:none;
    }
        .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu .container {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

    .navbar-collapse.collapse.show {
        max-height:calc(100vh - 160px);
        overflow-x:hidden;
        overflow-y:auto;
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        margin-left:-10px;
    }
    .navbar-toggler, .navbar-toggler:focus {
        right: 0;
        top: -52px;
    }
    .toggler-label {
        bottom: -10px;
        right: -1px;
    }
}




@media (max-width: 480px) {
    .navbar-expand-lg .navbar-nav .event-repeat-box-image {
        height: 150px;
    }
    .navbar-expand-lg .navbar-nav .button.blank-button {
        padding: 10px 10px;
    }
}



ul.footer-list {
    list-style:none;    
}


@media (min-width: 480px) {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    /*.item-slider a.swiper-slide {
    }

    .itemcont {
        padding: 0px 0 120px 0;
    }*/
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}



@media (min-width:1500px) {
    .container {
        max-width: 1440px
    }
}




/**** REGISTER INTEREST ***/
.class-register-your-interest input[type=radio] {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.class-register-your-interest .radiobuttonlist label {
    background: white;
    color: #04252C;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 15px 45px;
    width: auto;
}

    .class-register-your-interest .radiobuttonlist label:hover {
        cursor: pointer;
    }

.class-register-your-interest .radiobuttonlist input[type="radio"]:checked + label {
    background-color: #04252C;
    color: white;
    border: 1px solid #04252C;
}

.class-register-your-interest .radiobuttonlist br {
    display: none;
}

.class-register-your-interest .radiobuttonlist {
    margin: 0px 0px 20px 0;
}

.class-register-your-interest input[type="text"] {
    max-width: 400px;
}

.class-register-your-interest select {
    background-color: #fff;
    padding: 10px;
    margin: 0 0 1.5rem 0;
    color: #04252C;
    border-radius: 5px;
    border: 1px solid #ccc;
    max-width: 400px;
    width: 100%;
}

.class-register-your-interest .eventlist {
    position: absolute;
    left: -9999px;
}

.robot .umbraco-forms-label {
    display: none;
}

.umbraco-forms-form.registeryourinterest .help-block {
    display: block;
    padding: 15px;
    font-size: 14px;
    background: #d8d4c3;
    border-radius: 8px;
    margin-bottom: 8px;
    max-width: 400px;
}

.umbraco-forms-field {
    margin-bottom:20px;
}

.umbraco-forms-form fieldset input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding:10px;
}

.umbraco-forms-form input[type="submit"] {
    display: inline-block;
    color: #04252C;
    margin-top: 30px;
    background-color: #92C020;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    padding: 15px 80px;
    border-radius: 0px;
    border: 0px;
}
.split5050  {
    margin-bottom:40px;
}
.split5050 img{
    max-height:100%;
    max-width:100%;
}
    .split5050 ul  {
        padding:0;
    }
.split5050 ul li {
    list-style:none;
    background-image:url(/images/green-arrow.svg);
    background-size:30px 15px;
    background-position:left top 5px;
    background-repeat:no-repeat;
    padding-left:50px;
    padding-bottom:20px;
}

    @media (max-width: 767px) {
        .split5050.reverse-order .col-md-6:first-of-type {
        order: 1;
    }
}

    

/*.split5050 {
    width: 100%;*/ /* Full width of the container */
    /*height: 100%;*/ /* Full height of the container */
    /*background-repeat: no-repeat;
    background-position: center right;*/ /* Position the background image to the right */
    /*background-size: 50% auto;*/ /* Cover 50% of the width while maintaining aspect ratio */
/*}*/

