﻿
html {
    box-sizing: border-box;
}
*,*:before,*:after {
    box-sizing: inherit;
}

.informa-banner .pillar-nav__header {
    padding: 6px 30px 6px 15px;
}
.informa-banner a {
    padding: 4px 8px 4px 8px;
}
.informa-banner ul {
    margin: 0;
    border-bottom: 1px solid #c0c0c0;
}
#iribbon-container p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
#iribbon-detail ul, #iribbon-detail ul li {
    list-style: none;
}
#iribbon-detail ul li.iribbon-mainlink a {
    text-transform: none;
    font-weight: bold;
    text-decoration: none;
}
#iribbon-detail ul li {
    padding: 0 10px 0 5px;
    line-height: 1em;
    border-right: 1px solid #A5ACAF;
}
.informa-banner .pillar-nav__inner {
    background-color: #ffffff;
    padding: 4px 0px 1px 0px;
    /* font-family: Arial,Helvetica,sans-serif; */
    display: none;
}
@media (min-width: 992px) {
    .informa-banner .pillar-nav__inner {
        display: block;
    }
}

@media (min-width: 992px) {
    .informa-banner {
        display: block;
    }
}

#iribbon-container {
    background: #525a5c;
    border-bottom: 1px solid #a5acaf;
    color: #fff;
    font-size: 13px;
    min-height: 35px;
    line-height: 18px;
    position: absolute;
    font-weight: normal;
    z-index:10;
    width:100%;
}
#iribbon-container nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 1em 0;
}
#iribbon-container nav ul li {
    list-style: outside none none;
    margin: 0;
    padding: 1em 0;
}
#iribbon-container ul, #iribbon-container ol {
    margin: 0 0 20px 20px;
}
#iribbon-container a {
    color: #fff;
    padding: 1px 0 0 0;
    font-weight: normal;
}

#iribbon-title {
    background: url(iribbon-logo.gif) no-repeat center top;
    border: none;
    bottom: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 16px;
    left: 50%;
    margin: 10px auto 10px -46px;
    padding-top: 0;
    position: absolute;
    text-indent: -999em;
    transition: none;
    width: 92px;
}
@media not all,not all {
    #iribbon-title {
        background: rgba(0,0,0,0) url(iribbon-logo@2x.png) repeat 0 0/92px 34px;
    }
}
#iribbon-detail {
    margin: 0 auto;
    max-width: 1180px;
    overflow: hidden;
    padding: 0 15px 2em 15px;
    transition: max-height 0.8s ease;
}
#iribbon-detail.ribbon-hide {
    display: none;
    max-height: 0px;
}
#iribbon-detail.ribbon-show {
    display: block;
    max-height: 400px;
}
@media (min-width: 992px) {
    #iribbon-detail {
        padding-bottom: 2em;
    }
    #iribbon-detail.ribbon-hide {
        display: none;
        max-height: 0px;
    }
    #iribbon-detail.ribbon-show {
        display: block;
        max-height: 400px;
    }
}
#iribbon-detail p {
    margin: 0;
    padding: 0;
}
#iribbon-detail ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    border-bottom: none;
}
#iribbon-detail ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    line-height: 1em;
    padding: 0 8px 0 0;
}
#iribbon-detail ul li:last-child {
    border: 0 none;
}
#iribbon-detail ul li a {
    /* text-decoration: underline; */
    text-transform: uppercase;
    padding-left: 10px;
    /* border-left: 1px solid #a5acaf; */
}
#iribbon-detail ul li.iribbon-mainlink {
    border: 0 none;
    padding-left: 0;
}
#iribbon-detail ul li.iribbon-mainlink a {
    padding-left: 0px;
    border: none;
    text-transform: none;
}
#iribbon-left {
    float: left;
    margin: 40px 0;
    max-width: 570px;
    padding: 0 15px 0 15px;
    /* width: 50%; */
}
#iribbon-left p {
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    #iribbon-left {
        float:left;
        margin: 40px 0;
        max-width: 590px;
        padding: 0 15px 0 15px;
        width: 50%;
    }
}
#iribbon-right {
    float: left;
    padding: 0px 5px 15px 15px;
    width: 100%;
}
@media (min-width: 992px) {
    #iribbon-right {
        float:left;
        margin: 40px 0;
        max-width: 590px;
        padding: 0 15px 0 15px;
        width: 50%;
        border-left: 1px solid #a5acaf;
        float: right;
        padding-left: 2%;
    }
}
#iribbon-title.active {
    background-position: center bottom;
}

#iribbon-detail p {
    color:white;
}


@media handheld,
only screen and (max-width:1140px) {

    .mk-header:not(.header-style-4) .mk-header-holder {
        position: relative !important;
        top: 30px !important;
    }
}

.mk-grid {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.mk-footer-logo {
    float: left;
    display: inline-block;
    padding: 8px 20px 8px 0;
}
.mk-header.sticky-style-fixed .header-logo.logo-has-sticky img {
    transition: opacity .2s ease;
    margin-top: 6px;
}

#mk-footer-navigation {
    float: left;
}

.mk-footer-copyright {
    line-height: 16px;
    float: right;
    padding: 35px 0 35px;
    font-size: bold;
    opacity: .8;
    color: #ffffff
}

#sub-footer {
    background-color: #525a5c;
}
.informa-footer {
    background-color: #525a5c;
}
#sub-footer-menu {
    background-color: #000;
}
.sub-footer-menu {
    background-color: #000;
}
@media (min-width: 992px) {
    #mk-footer img {
        padding-top: 0px;
        max-width: 100%;
        height: auto;
    }
}

@media handheld, only screen and (max-width: 767px){
    .mk-footer-copyright {
        display: block;
        float: none!important;
        text-align: left;
        clear: none!important;
        padding: 10px 10px 5px!important;
    }
}

@media handheld, only screen and (max-width: 767px){
    #mk-footer-navigation ul li {
        float: none!important; 
        width: auto!important;
    }
}
#mk-footer-navigation ul {
    display: inline-flex;
    max-height: 30px;
    margin: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}

#mk-footer-navigation ul li {
    display: inline-block;
    float: left;
    margin: 0.25em 0;
    padding: 0;
    border-right: 1px solid #ccc;
}

#mk-footer-navigation ul li a {
    color: white;
}

#mk-footer-navigation ul li:last-child {
    border: 0;
}

#mk-footer-navigation ul li a {
    margin: 0px 12px 0px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 80;
    -khtml-opacity: 80;
    opacity: 80;
    opacity: .8;
}


.informa-markets-2, .informa-markets-3, .informa-markets-4 {
    display: none;
 }
 
 @media only screen and (max-width: 992px){
    .informa-markets-1, .informa-markets-3, .informa-markets-4 {
      display: none;
    }
 
    .informa-markets-2{
      display: block;
    }
 }

 @media only screen and (max-width: 768px){
    .informa-markets-1,.informa-markets-2, .informa-markets-3{
      display: none;
    }
 
    .informa-markets-4{
      display: block;
    }
 }

 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }