html,
body {
    font-size: 14px;
}

body {
    color: #333333;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
    border-bottom: 0;
}

a:hover {
    cursor: pointer;
}

a:focus, input:focus, h3:focus {
    outline: none;
}

.clear {
    clear: both;
}

object,
embed {
    max-width: 100%;
    height: auto;
}

object,
embed {
    height: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.search .control-label {
    display: none !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.hide {
    display: none;
}

.red {
    color: #EF3836;
    margin: 0;
}

    .red.error {
        color: #EF3836;
        margin: 0;
        font-size: 0.857em;
        display: block;
        background: #fce9e9;
        padding: 0.1em;
    }

.green {
    color: green;
    margin: 0;
}

.delegate.error {
    color: #EF3836;
    margin: 0;
    position: relative;
    top: -10px;
    display: block;
}

.small {
    font-size: 80%;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
}

img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

/* Styles for screen only */
@media screen {
    .wrap {
        margin: 0 auto;
        padding: 0 10px;
    }

    .button {
        padding: 0.5em;
        font-size: 1.28em;
        border: 0 none;
        display: inline-block;
    }

        .button.full {
            display: block;
            margin-bottom: 0.5em;
            clear: both;
        }

    .right-column .button.full {
        margin-left: 0.56em;
    }

    .left-column .button.full {
        margin-right: 0.72em;
    }

    .button a {
        display: block;
    }

    .button.blue {
        background: #004188;
        color: #fff;
    }

        .button.blue a {
            color: #fff;
        }

    .button.green {
        background: #00aba8;
        color: #000;
    }

        .button.green a {
            color: #000;
        }

    .button.ltblue {
        background: #025cc0;
        color: #fff;
    }

        .button.ltblue a {
            color: #fff;
        }

    .button.grey {
        background: #e0dfdf;
        color: #333;
    }

        .button.grey a {
            color: #333;
        }

    .big-button {
        background: #0154af;
        color: #fff;
        font-size: 1.28em;
        width: 7.77em;
        height: 7.77em;
        margin: 0 0.55em 0.56em 0;
        float: left;
        position: relative;
    }

        .big-button a {
            color: #fff;
            display: block;
            position: absolute;
            bottom: 8px;
            left: 8px;
            padding-top: 5em;
        }

        .big-button.standards {
            background: url('../images/button-standards.png') top right no-repeat #0154af;
        }

        .big-button.committees {
            background: url('../images/buttons-committees.png') top right no-repeat #0154af;
        }

        .big-button.projects {
            background: url('../images/buttons-projects.png') top right no-repeat #0154af;
        }

        .big-button.discussions {
            background: url('../images/button-discussions.png') top right no-repeat #0154af;
        }

    .top-nav ul {
        list-style: none outside none;
        float: right;
        width: auto;
    }

        .top-nav ul li {
            float: left;
            width: 7.15em;
            min-height: 2.65em;
            background: #f0f0f0;
            margin-left: 0.5em;
        }

            .top-nav ul li:hover {
                background: #e0dfdf;
            }

            .top-nav ul li.green {
                background: #38cac7;
            }

                .top-nav ul li.green:hover {
                    background: #00aba8;
                }

            .top-nav ul li a {
                color: #000;
                display: block;
                padding: 1em 0 0 7px;
            }

                .top-nav ul li a:hover {
                    text-decoration: none;
                }

    .logo {
        float: left;
        margin-top: 0.3em;
        width: 55em;
    }

        .logo a {
            float: left;
        }

        .logo .strapline {
            float: left;
            margin-left: 2em;
            margin-top: 2.5em;
            width: 39em;
            max-width: 20em;
        }

        .logo .summary {
            float: right;
            margin-left: 2em;
            width: 39em;
        }

        .logo .strapline a h3 {
            color: #004188;
            margin-bottom: 0.8em;
            line-height: 1.25;
        }

        .logo .summary p {
            font-size: 0.92em;
            margin-top: 0;
        }

    .search {
        float: right;
        background: #f0f0f0;
        width: 24em;
        margin-top: 3em;
    }

        .search input[type="text"] {
            background: #f0f0f0;
            border: 0 none;
            float: left;
            font-size: 1em;
            height: 2.75em;
            margin: 0;
            width: 20em;
        }

        .search input[type="submit"] {
            background: url("../images/search.png") no-repeat scroll center 10px #C7C7C7;
            border: 0 none;
            float: right;
            height: auto;
            margin: 0 !important;
            width: auto;
        }

    .main-nav {
        padding-top: 10px;
    }

        .main-nav .flexnav li {
            margin-left: 0.5em;
            height: 3.2em;
        }

            .main-nav .flexnav li:hover, .main-nav .flexnav li.current {
                background: #f0f0f0;
            }

            .main-nav .flexnav li.login {
                background: url('../images/arrow-blue.png') top right no-repeat #004188;
                float: right;
            }

            .main-nav .flexnav li.logged-in {
                background: url('../images/arrow-grey.png') top right no-repeat #e0dfdf;
                float: right;
            }

            .main-nav .flexnav li a {
                color: #333;
                font-size: 1.28em;
                padding: 0.75em 2.45em 0 0.75em;
            }

            .main-nav .flexnav li.login a {
                color: #fff;
                padding: 0.75em 0.75em 0;
            }

            .main-nav .flexnav li.logged-in a {
                padding: 0.75em 2em 0 0.75em;
            }

    .feature-banner {
        background: #004188;
        padding: 0.75em 0 0;
    }

        .feature-banner .login-box {
            padding-bottom: 0.75em;
            display: none;
        }

        .feature-banner .register-info {
            width: calc(100% - 21.7em);
            padding: 20px;
            box-sizing: border-box;
            column-count: 3;
            column-gap: 15px;
            float: left;
            background: #fff;
        }

            .feature-banner .register-info .column {
                width: 31%;
                margin: 0 0.72em;
                float: left;
            }

        .feature-banner .login-form {
            width: 19.28em;
            margin: 0 0 0 0.72em;
            padding: 0.72em;
            float: right;
            background: #00aba8;
            position: relative;
            min-height: 13em;
        }

            .feature-banner .login-form .login-close {
                cursor: pointer;
                position: absolute;
                top: 8px;
                right: 8px;
                width: 20px;
                height: 20px;
                color: transparent;
                background: url('../images/close-icon.png') top right no-repeat transparent;
            }

    .feature-buttons {
        width: 21.44em;
        float: left;
    }

    .feature-slider {
        width: 42.85em;
        float: left;
        position: relative;
    }

        .feature-slider li {
            overflow: hidden;
            width: 600px !important;
        }

    .feature-event {
        height: 20.71em;
        position: relative;
        width: 20.68em;
        margin: 0 0 0.5em 0.72em;
        float: right;
        background: url('../images/arrow-ltblue.png') bottom right no-repeat #0154af;
    }

    .slider-caption {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
        padding: 1em;
        position: absolute;
        top: 40%;
        width: 70%;
    }

        .slider-caption h1 {
            margin-bottom: 0.5em;
        }

        .slider-caption p {
            font-size: 1.14em;
        }

            .slider-caption p:last-of-type {
                margin-bottom: 0;
            }

    .bx-controls {
        position: absolute;
        bottom: 8px;
        right: 8px;
    }

        .bx-controls .bx-pager-item {
            float: left;
            margin-left: 2px;
        }

            .bx-controls .bx-pager-item a {
                color: transparent;
                display: block;
                height: 9px;
                width: 9px;
                background: url('../images/pager-inactive.png') top left no-repeat transparent;
            }

                .bx-controls .bx-pager-item a.active {
                    background: url('../images/pager.png') top left no-repeat transparent;
                }

    .feature-event > h3 {
        color: #FFFFFF;
        margin-bottom: 0.5em;
        padding: 0.5em 0 0 0.5em;
    }

        .feature-event > h3 a {
            color: #FFFFFF;
        }

    .feature-event p {
        padding-left: 0.65em;
        margin: 0;
        color: #fff;
    }

    .feature-event > p:last-of-type {
        margin-bottom: 1em;
    }

    .feature-event a {
        color: #fff;
    }

    span.explore-link {
        position: absolute;
        bottom: 1em;
        left: 0;
    }

    .feature-event-link {
        float: right;
        bottom: 0em;
        position: absolute;
        right: 0;
    }

    .main-content {
        background: #e0dfdf;
        padding-top: 0.72em;
        padding-bottom: 1.5em;
    }

        .main-content > .wrap {
            position: relative;
        }

    .content-column {
        background: #fff;
        box-shadow: 3px 3px 3px #d6d6d6;
        width: 75%;
        float: left;
    }

    .right-column {
        width: 25%;
        float: right;
    }

    .left-column {
        width: 25%;
        float: left;
    }

    .content-column.l-col {
        float: right;
    }

    .sector-icons, .eemua-engage, .search-facets, .eemua-offers {
        margin: 0em 0.5em 0.5em 0.5em;
        clear: both;
    }

    .icon-container {
        float: left;
        text-align: center;
        width: 20%;
    }

        .icon-container p {
            font-size: 1.14em;
            padding: 0 1em;
        }

    .sector-icons.home {
        border-top: 0 none;
    }

    .sector-icons {
        border-top: 4px solid #f0f0f0;
        padding-top: 1em;
    }

    h2.intro-heading {
        border-top: 4px solid #EEEEEE;
        color: #666666;
        margin: 0.5em 0 1em;
        padding-top: 0.5em;
    }

    .eemua-offers h2 {
        color: #666;
        padding-top: 0.5em;
    }

    .eemua-engage {
        margin-bottom: 1em;
    }

    .engage-left {
        float: left;
        margin-right: 1em;
        width: 32%;
    }

    .industry-update {
        border-top: 4px solid #38cac7;
        background: #f0f0f0;
        padding-bottom: 0.5em;
        margin-bottom: 0.5em;
    }

        .industry-update > h3, .facet-box > h3 {
            padding: 0.5em 0 0 0.5em;
            margin-bottom: 0.5em;
        }

        .industry-update div.signup-form, .industry-update p {
            padding-left: 0.5em !important;
            padding-right: 0.5em !important;
        }

        .industry-update input {
            background: #fff !important;
        }

    .engage-right {
        width: 66%;
        float: right;
    }

    .facet-box {
        width: 32%;
        margin-right: 1.2em;
        background: #f0f0f0;
        border-top: 4px solid #38cac7;
        float: left;
    }

        .facet-box:last-of-type {
            margin-right: 0;
        }

    span.clear {
        display: block;
    }

    .facet-box ul {
        list-style: none outside none;
        padding-top: 0.5em;
    }

        .facet-box ul li {
            margin-bottom: 0.5em;
        }

    .facet-box img, .sidebar-box.training > img, .feature-event > img {
        height: auto;
        margin-bottom: 0.5em;
        width: 100%;
    }

    .facet-box.blue-box {
        border-top: 4px solid #025cc0;
        padding-bottom: 0;
        overflow: hidden;
        margin-bottom: 1em;
    }

    .facet-box a img {
        margin-bottom: 0;
        margin-left: -0.675em;
    }

    .facet-box.blue-box:nth-of-type(3n+3) {
        margin-right: 0;
    }

    .eemua-offers {
        border-top: 4px solid #f0f0f0;
        padding-bottom: 1em;
    }

    .sidebar-box {
        background: #f0f0f0;
        margin-left: 0.72em;
        padding: 0.72em;
        margin-bottom: 1em;
    }

        .sidebar-box.blue-box, .sidebar-box-left.blue-box {
            border-top: 4px solid #025cc0;
        }

        .sidebar-box.green-box, .sidebar-box-left.green-box {
            border-top: 4px solid #38cac7;
        }

        .sidebar-box > h3 {
            margin-bottom: 0.5em;
        }

        .sidebar-box.pubs img {
            float: left;
            margin: 0 0.72em 0.72em 0;
        }

        .sidebar-box.training {
            padding: 0 0 0.72em 0;
        }

            .sidebar-box.training > h3 {
                padding: 0.5em 0 0 0.5em;
            }

            .sidebar-box.training ul {
                list-style: none outside none;
                padding-top: 0.5em;
            }

                .sidebar-box.training ul li {
                    margin-bottom: 0.5em;
                }

            .sidebar-box.training p {
                padding: 0 0.72em;
            }

        .sidebar-box.twitter .tweet {
            position: relative;
        }

            .sidebar-box.twitter .tweet .imagecontainer > img {
                float: left;
                height: auto;
                margin-bottom: 0.72em;
                margin-right: 0.72em;
                max-width: 50px;
            }

            .sidebar-box.twitter .tweet .author {
                color: #333333;
                display: block;
                font-size: 1.14em;
            }

            .sidebar-box.twitter .tweet .username {
                color: #333333;
                display: block;
                margin-bottom: 1em;
            }

            .sidebar-box.twitter .tweet .timestamp {
                position: absolute;
                right: 0;
                top: 0;
            }

            .sidebar-box.twitter .tweet .tweetbody {
                margin-left: 60px;
            }

            .sidebar-box.twitter .tweet .tweetfooter {
                font-size: 80%;
                margin-left: 60px;
                margin-top: 0.5em;
            }

        .sidebar-box.event-box {
            background: url('../images/arrow-ltblue.png') bottom right no-repeat #0154af;
            color: #FFFFFF;
        }

            .sidebar-box.event-box > h3, .sidebar-box.event-box a {
                color: #FFFFFF;
            }

            .sidebar-box.event-box > p {
                color: #FFFFFF;
                margin-bottom: 0;
            }

                .sidebar-box.event-box > p:last-of-type {
                    margin-bottom: 1em;
                }

            .sidebar-box.event-box .explore-link {
                position: static;
                margin-left: 0.72em;
            }

                .sidebar-box.event-box .explore-link > p {
                    margin: 0;
                }

    .sidebar-box-left {
        background: #f0f0f0;
        margin-right: 0.72em;
        padding: 0.72em;
        margin-bottom: 1em;
    }

        .sidebar-box-left.discussions p.small {
            font-size: 90%;
            margin-bottom: 0;
        }

        .sidebar-box-left.subscriptions p.update {
            margin-top: 1.5em;
            margin-bottom: 0;
        }

            .sidebar-box-left.subscriptions p.update a {
                font-size: 1.14em;
            }

    .shop-actions {
        position: absolute;
        right: 0;
        top: 0;
    }

        .shop-actions .shop-links {
            height: 2.65em;
            background: #f0f0f0;
            padding: 0.72em;
            display: inline-block;
            text-align: left;
            float: left;
            margin-right: 0.72em;
        }

            .shop-actions .shop-links ul {
                list-style-image: url('../images/shop-bullet.png');
            }

            .shop-actions .shop-links a {
                display: block;
                line-height: 1.3;
            }

        .shop-actions .shop-basket {
            height: 2.65em;
            background: url('../images/shop-basket.png') 10px 10px no-repeat #00aba8;
            padding: 0.72em;
            display: inline-block;
            width: 11em;
            padding-left: 4em;
        }

            .shop-actions .shop-basket h3 {
                margin: 0;
                cursor: pointer;
            }

                .shop-actions .shop-basket h3:hover {
                    text-decoration: underline;
                }

            .shop-actions .shop-basket .cost, .shop-actions .shop-basket .count {
                width: 50%;
                float: left;
                margin-top: 0.3em;
            }

            .shop-actions .shop-basket .cost {
                text-align: right;
            }

        .shop-actions .basket-panel {
            background: none repeat scroll 0 0 #FFFFFF;
            padding: 0;
            position: absolute;
            right: 0;
            width: 15.72em;
            display: none;
            z-index: 9999;
            top: 100%;
        }

    .basket-item {
        position: relative;
        padding: 0.5em;
        border-bottom: 1px solid #f0f0f0;
    }

        .basket-item > img {
            float: left;
            margin-right: 10px;
            max-width: 50px;
            height: auto;
        }

        .basket-item > p {
            margin-left: 60px;
        }

        .basket-item h4 {
            position: absolute;
            left: 70px;
            bottom: 0.5em;
            margin: 0;
        }

        .basket-item p.small {
            position: absolute;
            right: 0.5em;
            bottom: 0.5em;
            margin: 0;
        }

    .basket-panel-bottom {
        background: #f0f0f0;
        text-align: center;
        padding: 0.5em;
        border-bottom: 8px solid #00aba8;
    }

        .basket-panel-bottom .button {
            display: inline-block;
        }

    .basket-panel span.close {
        background: url('../images/close-icon.png') top right no-repeat transparent;
        width: 20px;
        height: 20px;
        position: absolute;
        right: -10px;
        top: -10px;
        cursor: pointer;
    }

    .shop-feature {
        margin-bottom: 1em;
        border-top: 4px solid #38cac7;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #e5f7f6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5f7f6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#e5f7f6 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#e5f7f6 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#e5f7f6 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#e5f7f6 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f7f6',GradientType=0 ); /* IE6-9 */
    }

        .shop-feature .feature-left {
            float: left;
            margin: 0.72em;
            width: 20%;
        }

            .shop-feature .feature-left > img {
                height: auto;
                margin-bottom: 1em;
                width: 100%;
                max-width: 250px;
            }

        .shop-feature .feature-right {
            float: left;
            margin: 0.72em;
            width: 75%;
        }

            .shop-feature .feature-right .intro-heading {
                border: 0 none;
                margin: 0 0 1em;
                padding: 0;
            }

            .shop-feature .feature-right .price {
                margin: 0 0 0.5em;
            }

            .shop-feature .feature-right .button {
                float: right;
            }

            .shop-feature .feature-right a {
                color: #2090F6;
            }

            .shop-feature .feature-right h2 a {
                color: #004188;
            }

    .shop-item a {
        color: #2090F6;
    }

    .shop-item h2 a {
        color: #004188;
    }

    .shop-listing {
        margin: 0.72em;
    }

    .shop-header, .shop-item, .search-header {
        border-bottom: 4px solid #f0f0f0;
    }

        .shop-header .results, .search-header .results {
            width: 20%;
            float: left;
            padding-top: 0.25em;
        }

        .shop-header .pagination, .search-header .pagination {
            width: 60%;
            float: left;
            padding: 0;
            margin-bottom: 0.72em;
        }

        .shop-header .sorting, .search-header .sorting {
            width: 20%;
            float: right;
        }

            .shop-header .sorting > select, .search-header .sorting > select {
                float: right;
                width: 8em;
                margin: 0;
                border-radius: 0;
                border: 1px solid #ddd;
                padding: 1px;
            }

            .shop-header .sorting > label, .search-header .sorting > label {
                float: left;
                padding-top: 0.25em;
                line-height: 1;
                margin-right: 0;
                width: auto;
            }

    .shop-item {
        padding: 0.72em 0;
    }

    .shopitem-left {
        float: left;
        margin-right: 0.72em;
        width: 14%;
    }

        .shopitem-left > img {
            height: auto;
            max-width: 120px;
        }

    .shopitem-right {
        float: right;
        width: 84.5%;
        padding-top: 0.5em;
    }

        .shopitem-right h4.price {
            margin-bottom: 0.5em;
        }

        .shopitem-right .button {
            float: right;
        }

        .shopitem-right a p {
            color: #004188 !important;
        }

    .shop-feature .feature-right .AddToCartContainer a {
        color: #000;
    }

    .tabs h2 a {
        color: #004188;
    }

    .pages-of-interest h2 a {
        color: #004188;
    }

    .shop-footer .pagination {
        margin-bottom: 0;
        padding: 0.72em 0;
    }

    .shop-footer .logos {
        border-top: 4px solid #f0f0f0;
        padding: 0.72em 0;
    }

    .left-column .shop-filters {
        border-top: 4px solid #025cc0;
        position: relative;
    }

    span.toggle-filters {
        display: none;
    }

    .left-column .shop-filters h3 {
        color: #004188;
    }

    .left-column .shop-filters hr {
        border: 2px solid #e0dfdf;
    }

    .shop-filters .search, .news-search .search {
        background: none repeat scroll 0 0 #FFFFFF;
        margin-top: 0;
        width: 100%;
        margin-bottom: 1em;
    }

        .shop-filters .search input[type="text"], .news-search .search input[type="text"] {
            background: none repeat scroll 0 0 #FFFFFF;
            height: 2em;
            width: 15em;
        }

        .shop-filters .search input[type="submit"], .news-search .search input[type="submit"] {
            background-position: center center;
            height: 2em;
            width: 2em;
        }

    .shop-filters .filter_group ul {
        list-style: none outside none;
        margin: 0;
    }

    .filter_group.product-type li {
        border-bottom: 1px solid #DDDDDD;
        padding: 0.5em 0;
        vertical-align: top;
    }

        .filter_group.product-type li label {
            margin: 0;
            width: 90%;
            display: inline-block;
        }

        .filter_group.product-type li > input {
            margin: 0.3em 0 0;
            float: right;
        }

    .shop-filters p.small {
        margin-top: 0.72em;
    }

    .footer-upper {
        background: #f7f6f6;
        padding: 1em 0;
    }

    .footer-lower {
        background: #004188;
        padding: 1em 0;
    }

    .footer-nav {
        margin: 0;
        list-style: none outside none;
    }

        .footer-nav > li > a, .footer-nav > li > p > a {
            color: #333;
        }

    .footer-column {
        margin-right: 3.25em;
        float: left;
        padding: 0.72em;
    }

        .footer-column ul {
            list-style: none outside none;
        }

    .social {
        padding-top: 0.7em;
    }

    .footer-upper .social {
        float: right;
    }

    .footer-column:last-of-type {
        margin-right: 0;
    }

    .tinynav {
        display: none;
    }

    .footer-lower p, .footer-lower a, .footer-lower {
        color: #fff;
    }

        .footer-lower ul {
            list-style: none outside none;
            margin: 0 0 1.5em;
            padding: 0;
        }

    .body-content {
        margin: 0.72em;
        padding-bottom: 0.72em;
    }

        .body-content ul {
            list-style-image: url('../images/bullet.png');
        }

            .body-content ul li, .body-content ol li {
                line-height: 1.2;
                margin-bottom: 0.5em;
            }

        .body-content h2, .body-content h3, .body-content h4, .body-content h5 {
            margin-top: 1.5em;
        }

        .body-content a {
            color: #2090F6;
        }

    .event-item .event-detail a {
        color: #2090F6;
    }

    .event-item .event-detail h3 a {
        color: #004188;
    }

    img.left {
        margin: 0 0.72em 0.72em 0;
    }

    img.right {
        margin: 0 0 0.72em 0.72em;
    }

    .breadcrumb {
        padding-bottom: 0.72em;
        font-size: 0.9em;
    }

        .breadcrumb, .breadcrumb a {
            color: #fff;
        }

    .image-container.left {
        margin: 0.72em 0.72em 0.72em 0;
    }

    .image-container.right {
        margin: 0.72em 0 0.72em 0.72em;
    }

    .image-container span {
        text-align: right;
        margin-right: 0.72em;
        color: #00aba8;
        font-size: 0.9em;
        display: block;
    }

    .sidebar-box.menu-box {
        padding: 0;
        background: #0154af;
    }

    .side-menu, .side-menu li ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        .side-menu > li {
            border-top: 1px solid #005fc7;
            border-bottom: 1px solid #004188;
            position: relative;
        }

            .side-menu > li > div > a {
                font-size: 1.285em;
            }

        .side-menu li a {
            padding: 0.3em 0.72em;
            display: block;
        }

        .side-menu a {
            color: #fff;
        }

        .side-menu li ul {
            background: #fff;
        }

            .side-menu li ul li {
                padding-left: 1em;
                border-bottom: 1px solid #ddd;
            }

                .side-menu li ul li:last-of-type {
                    border: 0 none;
                }

                .side-menu li ul li a {
                    color: #004188;
                    padding: 0.5em 0.72em;
                }

        .side-menu .pane > div > a {
            width: 70%;
        }

        .side-menu .toggler {
            width: 25px;
            height: 25px;
            display: inline-block;
            background: url('../images/accord-arrow-right.png') center center no-repeat transparent;
            position: absolute;
            right: 0.72em;
            top: 0.35em;
            cursor: pointer;
        }

            .side-menu .toggler.active {
                background: url('../images/accord-arrow-down.png') center center no-repeat transparent;
            }

        .side-menu .content {
            display: none;
        }

            .side-menu .content .highlight {
                background: none repeat scroll 0 0 #EEEEEE;
            }

    .pane > .highlight {
        background: none repeat scroll 0 0 #004188;
    }

    .sub-navigation {
        margin: 0.72em;
        border-top: 4px solid #f0f0f0;
        padding-bottom: 0.72em;
    }

        .sub-navigation h3 {
            color: #666;
            margin-top: 0.5em;
        }

        .sub-navigation > ul {
            padding: 0;
            margin: 0;
            text-align: center;
            width: 100%;
        }

    .subnav-item {
        background: none repeat scroll 0 0 #0154AF;
        display: inline-block;
        margin: 0.72em;
        min-height: 3em;
        padding: 0.3em 0.5em;
        vertical-align: text-top;
        width: 20%;
        *display: inline;
        *zoom: 1;
    }

        .subnav-item > a {
            color: #fff;
        }

    .intro-icon {
        float: left;
        margin: 1em;
    }

    .tabs {
        border-top: 4px solid #38CAC7;
        margin: 1em 0;
    }

    ul.ui-tabs-nav {
        float: left;
        width: 20%;
        margin: 0;
        list-style: none outside none;
        padding: 0;
    }

        ul.ui-tabs-nav li {
            background: #e0dfdf;
            margin: 0;
        }

            ul.ui-tabs-nav li h2 {
                margin: 0;
                padding: 0.5em;
            }

            ul.ui-tabs-nav li.ui-tabs-active {
                background: #f0f0f0;
            }

    div.ui-tabs-panel {
        float: right;
        width: 80%;
        background: #f0f0f0;
    }

        div.ui-tabs-panel .tab-content {
            padding: 1em 1em 0;
            min-height: 10em;
        }

    .event-filters {
        border-bottom: 4px solid #f0f0f0;
        margin: 0.72em;
    }

        .event-filters h2.intro-heading {
            border: 0 none;
        }

        .event-filters > input[type="checkbox"] {
            margin-right: 0.5em;
        }

        .event-filters label {
            display: inline;
            margin-right: 1em;
            float: none !important;
        }

    .event-list {
        margin: 0.72em;
        border-bottom: 4px solid #f0f0f0;
    }

        .event-list .event-item {
            border-top: 4px solid #38CaC7;
            padding-top: 0.5em;
            clear: both;
        }

    .event-list2 {
        margin: 0.72em 0.72em 0;
    }

        .event-list2 .event-item {
            border-top: 4px solid #38CaC7;
            padding-top: 0.5em;
            clear: both;
        }

    .event-detail {
        float: left;
        width: 76%;
        padding-bottom: 2em;
    }

    .event-actions {
        float: right;
        width: 20%;
        margin: 0 0 10px;
    }

        .event-actions .attachment a {
            margin-bottom: 0.5em;
        }

            .event-actions .attachment a > img {
                float: left;
                margin-right: 0.5em;
                margin-bottom: 0.5em;
            }

    .event-detail h4.date {
        margin-bottom: 0;
    }

    .event-detail > img {
        float: left;
        margin-right: 0.72em;
        margin-bottom: 0.72em;
        max-width: 100px;
        height: auto;
    }

    .news-list {
        margin: 0.72em;
        border-bottom: 4px solid #f0f0f0;
    }

    .news-item {
        border-top: 4px solid #0154AF;
        padding: 1em 0 1.5em;
    }

    .news-main-img {
        float: left;
        margin-right: 1em;
        margin-bottom: 1em;
        max-width: 180px;
        height: auto;
    }

    .news-second-img {
        float: right;
        margin-left: 1em;
        margin-bottom: 1em;
        max-width: 60px;
        height: auto;
    }

    .sidebar-box.newsletters > input[type="text"] {
        background: none repeat scroll 0 0 #FFFFFF;
    }

    .sidebar-box.newsletters label {
        display: inline;
    }

    .sidebar-box.newsletters ul {
        list-style: none outside none;
        margin: 0;
    }

    .button.news-archive {
        margin: 0.72em;
    }

    .news-images {
        float: right;
        margin-right: 0.72em;
        text-align: right;
        width: 20%;
        margin-left: 0.72em;
    }

        .news-images .news-main-img img, .news-images .news-second-img img {
            max-width: 100%;
            height: auto;
            float: none;
        }

        .news-images .news-main-img, .news-images .news-second-img {
            margin: 0 0 1em;
            float: none;
        }

    .committee-events h2 {
        margin: 0 0.5em;
    }

    .committee-forums, .related-content {
        margin: 0.72em;
    }

        .related-content table {
            width: 100%;
        }

        .related-content tr > th, .related-content tr > td {
            width: 15%;
            text-align: center;
        }

            .related-content tr > th:first-child, .related-content tr > td:first-child {
                width: 70%;
                text-align: left;
            }

        .related-content td a {
            line-height: 20px;
        }

            .related-content td a > img {
                max-width: 20px;
                height: auto;
                margin-right: 0.5em;
            }

    .committee-forums {
        position: relative;
    }

        .committee-forums a.forum-rss {
            position: absolute;
            right: 0;
            top: 1em;
        }

        .committee-forums .forum-post {
            padding-bottom: 1em;
        }

        .committee-forums h3 {
            margin-bottom: 0.3em;
        }

    .sector-icons.kc h2 {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
    }

    .sector-icons.kc .icon-container {
        margin-bottom: 1.5em;
    }

    .search-item {
        border-bottom: 4px solid #f0f0f0;
        padding-bottom: 0.72em;
    }

        .search-item h2 {
            margin-top: 0.5em;
        }

        .search-item .button {
            float: right;
        }

        .search-item a {
            color: #2090F6;
        }

        .search-item h2 a {
            color: #004188;
        }

    .body-content .search {
        margin: 0 0 2em;
        width: 100%;
    }

        .body-content .search input[type="text"] {
            width: 80%;
        }

    .filter_group.product-type ul li > ul {
        margin: 0.3em 0 0 0.72em;
    }

    .filter_group.product-type li > ul > li {
        border: 0 none;
    }

    .event-image-container img {
        width: 100%;
        max-height: auto;
    }

    .event-full-width .tabs {
        border-top: 0 none;
        box-shadow: 3px 3px 3px #D6D6D6;
        background: #f0f0f0;
    }

    .event-full-width ul.ui-tabs-nav {
        width: 100%;
        background: #f0f0f0;
        display: block;
        position: relative;
        z-index: 4;
    }

        .event-full-width ul.ui-tabs-nav li {
            display: inline;
            float: left;
            background: #f0f0f0;
        }

            .event-full-width ul.ui-tabs-nav li.ui-tabs-active {
                background: #fff;
                border-bottom: 4px solid #fff;
            }

            .event-full-width ul.ui-tabs-nav li a {
                color: #333333;
                display: inline-block;
                font-size: 1.14em;
                padding: 0.5em 1.2em 0.3em;
                width: 100%;
                box-sizing: border-box;
                -mox-box-sizing: border-box;
            }

    .event-full-width div.ui-tabs-panel {
        background: #fff;
        width: 100%;
        border-top: 4px solid #38cac7;
        position: relative;
        z-index: 1;
    }

    .event-committee {
        list-style: none outside none;
    }

        .event-committee li {
            padding-top: 0.5em;
        }

        .event-committee h4 {
            margin-bottom: 0.2em;
        }

    .speaker {
        clear: both;
    }

    .speaker-img {
        float: right;
        width: 15%;
        text-align: right;
    }

        .speaker-img img {
            max-width: 100%;
            height: auto;
            margin-bottom: 1em;
        }

    .speaker-detail {
        float: left;
        width: 85%;
    }

    .tabs.programme-tabs {
        box-shadow: 0 0 0 transparent;
    }

    .programme-tabs ul.ui-tabs-nav {
        border-bottom: 0 none;
        height: 3em;
        background: #fff;
    }

        .programme-tabs ul.ui-tabs-nav li {
            width: 49%;
            border-bottom: 0 none;
        }

            .programme-tabs ul.ui-tabs-nav li:last-of-type {
                float: right;
            }

            .programme-tabs ul.ui-tabs-nav li a {
                font-size: 1.4em;
                padding: 0.3em 0.5em;
            }

            .programme-tabs ul.ui-tabs-nav li.ui-tabs-active {
                background: none repeat scroll 0 0 #004188 !important;
                border: 0 none;
            }

                .programme-tabs ul.ui-tabs-nav li.ui-tabs-active a {
                    color: #fff;
                }

    .programme-tabs .ui-tabs-panel {
        padding: 0.72em 0;
        border: 0 none !important;
        z-index: 2;
    }

        .programme-tabs .ui-tabs-panel table {
            width: 100%;
        }

            .programme-tabs .ui-tabs-panel table td:first-of-type {
                width: 10%;
            }

            .programme-tabs .ui-tabs-panel table td:last-of-type {
                width: 20%;
            }

            .programme-tabs .ui-tabs-panel table th {
                text-align: left;
                font-size: 1.285em;
                color: #666;
                font-weight: normal;
                padding-left: 0.5em;
            }

    .inbox {
        margin-bottom: 1em;
    }

    .pages-of-interest h3 {
        border-top: 4px solid #0154af;
        padding-top: 0.5em;
    }

    .MyMessages .unigrid-actions {
        padding: 0;
    }

        .MyMessages .unigrid-actions .btn {
            background: none repeat scroll 0 0 #38CAC7;
            color: #000000;
            font-size: 1em;
            margin: 3px;
        }

    .MyMessages .unigrid .checkbox > input {
        margin: 0;
    }

    .MyMessages .unigrid .checkbox > label {
        display: none;
    }

    .MyMessages .form-horizontal.mass-action .btn {
        clear: both;
        font-size: 1em;
        margin: 0 0 0 3px;
    }

    .MyMessages .form-horizontal.mass-action select {
        margin-right: 3px;
        width: 30% !important;
    }

    .MyMessages .form-horizontal.mass-action {
        margin-top: 1em;
    }

    .MyMessages .unigrid-content .pagination select {
        width: 10% !important;
    }

    .MyMessages .unigrid-content .pagination label {
        width: auto;
    }

    .MyMessages .unigrid-content .pagination {
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 0;
        padding-bottom: 1em;
    }

    .PortalContextMenu.WebPartContextMenu {
        background: none repeat scroll 0 0 #FFFFFF;
        position: relative;
        top: 0.55em;
        border: 1px solid #EEEEEE;
    }

    .PortalContextMenu .ItemPadding {
        padding: 0.5em 1em;
    }

    .PortalContextMenu .Name {
        font-size: 1em;
    }

    .PortalContextMenu .Item {
        padding: 0;
    }

    .MyMessages .header-panel .btn {
        font-size: 1em;
        margin: 0.5em 0;
    }

        .MyMessages .header-panel .btn[value="New message"] {
            font-size: 1.28em;
            float: right;
        }

    .MyMessages .PageContent {
        clear: both;
    }

    .MyMessages .message-view .btn[value*="Add to"] {
        background: none repeat scroll 0 0 #38CAC7;
        color: #000000;
        font-size: 1em;
        margin: 0 0 0 3px;
    }

    .MyMessages .message-view .form-control-text {
        line-height: 2em;
    }

    .MyMessages .PageContent > div > span {
        border-top: 1px solid #EEEEEE;
        clear: both;
        display: block;
        padding-top: 1em;
    }

    .member-nav ul li {
        background: none repeat scroll 0 0 #0154AF;
        margin-right: 0.3em;
        padding: 0.75em 1.5em 0.3em 0.5em;
    }

        .member-nav ul li:last-of-type {
            float: right;
            padding: 0.75em 2em 0.3em 0.5em;
            margin-right: 0;
        }

        .member-nav ul li a {
            font-size: 1.14em;
        }

        .member-nav ul li.current {
            background: #e0dfdf;
        }

            .member-nav ul li.current a {
                color: #333;
            }

    .full-width {
        width: 100%;
        margin-bottom: 1em;
    }

    .profile-form .half-width {
        width: 47%;
        float: left;
        margin-left: 5em;
    }

        .profile-form .half-width:nth-child(2) {
            float: right;
            margin-left: 0;
        }

    .profile-form label {
        clear: both;
        float: left;
        width: 25%;
        text-align: right;
        margin-right: 1em;
        line-height: 2em;
    }

    .content-column label {
        clear: both;
        float: left;
        width: 25%;
        text-align: right;
        margin-right: 1em;
        line-height: 2em;
    }

    .profile-form select, .profile-form input[type="text"], .profile-form textarea {
        float: left;
        width: 55%;
    }

    .content-column select, .content-column input[type="text"], .content-column textarea {
        float: left;
        width: 55% !important;
    }

    .profile-form input[type="submit"] {
        margin-right: 5.45em;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .content-column input[type="submit"] {
        margin-right: 5.45em;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .content-column input.search-submit[type="submit"] {
        margin: 0;
    }

    .half-width > select {
        background: #f0f0f0;
        border: none;
        padding: 0.35em;
    }

    .content-column select {
        background: #f0f0f0;
        border: none;
        padding: 0.35em;
    }

    .profile-form .half-width ul {
        list-style: none outside none;
    }

        .profile-form .half-width ul li > label {
            width: 55%;
            line-height: 1.5;
            text-align: left;
            margin-left: 2em;
        }

    .tc-sections, .comp-sections {
        padding-bottom: 1em;
    }

    .tc-item {
        float: left;
        margin-left: 0.72em;
        width: 23.5%;
    }

        .tc-item img {
            height: auto;
            width: 100%;
        }

        .tc-item p {
            margin-top: 1em;
        }

        .tc-item .section {
            position: relative;
        }

            .tc-item .section > p {
                background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
                bottom: 0;
                color: #000000;
                font-size: 1em;
                left: 0;
                margin: 0;
                padding: 0.5em;
                position: absolute;
                right: 0;
                text-align: center;
            }

    .comp-sections .tc-item {
        width: 31.8%;
    }

    .related ul {
        list-style: none outside none;
        margin: 0;
    }

    .shop-item-img {
        float: left;
        margin-right: 0.72em;
        width: 20.5%;
        margin-bottom: 1em;
    }

        .shop-item-img > img {
            height: auto;
            margin-bottom: 0.72em;
            max-width: 100%;
        }

        .shop-item-img img {
            width: 100%;
        }

    .shop-item-detail table {
        float: right;
        width: 70%;
    }

        .shop-item-detail table input[type="radio"] {
            margin: 0.5em 0;
        }

    .shop-item-detail > input[type="text"] {
        width: 3em !important;
        float: right;
    }

    .shop-item-detail label {
        clear: none;
    }

    .shop-item-detail input[type="submit"] {
        clear: right;
        margin-right: 0;
    }

    .shop-item-detail .button {
        float: right;
    }

    .item-qty {
        float: right;
        width: 20%;
    }

        .item-qty label {
            width: 50%;
        }

        .item-qty > input[type="text"] {
            float: right;
            width: 5em !important;
        }

    .itemQty {
        border: 0 none;
        display: inline-block;
        text-align: left !important;
    }
}

.sidebar-shop-item {
    text-align: left;
    margin-top: 1.5em;
}

    .sidebar-shop-item img {
        margin-bottom: 1em;
        max-width: 100px;
        height: auto;
    }
}

.sidebar-shop-item > h4, .sidebar-shop-item p {
    margin-left: 115px;
}

.sidebar-shop-item > img {
    float: left;
    margin-right: 1em;
}

.sidebar-box.related-shop .event-detail {
    float: none;
    width: 100%;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

/* Default Link Styles */
a {
    color: #004188;
    text-decoration: none;
    line-height: inherit;
    font-weight: normal;
}

    a:hover, a:focus {
        text-decoration: underline;
    }

    a img {
        border: none;
    }

/* Default paragraph styles */
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 1em;
    color: #333;
    text-rendering: optimizeLegibility;
    line-height: 1.2;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1em;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}

h1 {
    font-size: 2em;
    color: #000;
    padding-top: 0.5em;
}

h2 {
    font-size: 1.428em;
    color: #000;
}

h3 {
    font-size: 1.285em;
    color: #000;
}

h4, h5, h6 {
    font-size: 1em;
    color: #000;
    font-weight: bold;
}

hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0;
}

/* Helpful Typography Defaults */
em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    font-weight: 700;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: bold;
    color: #7f0a0c;
}

/* Lists */
ul,
ol,
dl {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    list-style-position: outside;
    font-family: inherit;
}

ul, ol {
    margin-left: 1em;
}

.bx-wrapper ul, .bx-wrapper ol {
    margin-left: 0;
}

/* Unordered Lists */
ul li ul,
ul li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
    font-size: 1em;
    /* Override nested font-size change */
}

ul {
    list-style-image: url("../images/list-arrow.png");
}

    ul.square li ul, ul.circle li ul, ul.disc li ul {
        list-style: inherit;
    }

    ul.square {
        list-style-type: square;
    }

    ul.circle {
        list-style-type: circle;
    }

    ul.disc {
        list-style-type: disc;
    }

    ul.no-bullet {
        list-style: none;
    }

/* Ordered Lists */
ol li ul,
ol li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
}

/* Definition Lists */
dl dt {
    margin-bottom: 0.3em;
    font-weight: bold;
}

dl dd {
    margin-bottom: 0.75em;
}

/* Abbreviations */
abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222222;
    border-bottom: 1px dotted #dddddd;
    cursor: help;
}

abbr {
    text-transform: none;
}

/* Blockquotes */
blockquote {
    margin: 0 0 1.25em 1em;
    padding: 0.5625em 1.25em 0 1.1875em;
    border-left: 1px solid #dddddd;
}

    blockquote cite {
        display: block;
        font-size: 0.8125em;
        color: #555555;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a,
        blockquote cite a:visited {
            color: #555555;
        }

    blockquote,
    blockquote p {
        line-height: 1.6;
        color: #6f6f6f;
    }

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    .show-for-print {
        display: inherit !important;
    }
}

/* Standard Forms */
form {
    margin: 0 0 1em;
}

/* Label Styles */
label {
    font-size: 1em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.1875em;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    background-color: #f0f0f0;
    font-family: inherit;
    color: #000;
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 none;
    outline: none;
    border-radius: 0;
}

.registration-form input[type="password"] {
    width: 55%;
    float: left;
}

div.password-strength-text {
    float: left;
    margin-bottom: 1em;
    margin-left: 25%;
    padding-left: 1em;
}

.RegisterButton.btn {
    clear: both;
    float: right;
    margin-right: 12.75em !important;
}

    .RegisterButton.btn.dbl-button {
        clear: none;
        float: left;
        margin-left: 1em;
        margin-right: 0 !important;
    }

        .RegisterButton.btn.dbl-button.disabled, .checkoutButtonNext.btn.btn-default.disabled {
            background-color: #dddddd;
        }

.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="date"],
.login-form input[type="datetime"],
.login-form input[type="datetime-local"],
.login-form input[type="month"],
.login-form input[type="week"],
.login-form input[type="email"],
.login-form input[type="number"],
.login-form input[type="search"],
.login-form input[type="tel"],
.login-form input[type="time"],
.login-form input[type="url"],
.login-form textarea {
    max-width: 28.5em;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    outline: none;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
    background-color: #dddddd;
}

input [type="submit"] {
    border-radius: 0;
    border: 0 none;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1em 0;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 1em;
}

/* Normalize file input width */
input[type="file"] {
    width: 100%;
}

/* We add basic fieldset styling */
fieldset {
    border: solid 1px #dddddd;
    padding: 1.25em;
    margin: 1.125em 0;
}

    fieldset legend {
        font-weight: bold;
        background: white;
        padding: 0 0.1875em;
        margin: 0;
        margin-left: -0.1875em;
    }

.date-pick {
    background: url('../images/cal-icon.png') 98% 50% no-repeat;
}
/* UI Datepicker */
.ui-datepicker {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 0.5em 1.5em 0.5em 0.5em;
    width: 13.6em;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }
/* end datepicker */

/* Pagination */
.pagination {
    display: block;
    height: 1.5em;
    margin-bottom: 1em;
    padding: 0.5em 0;
}

    .pagination ul {
        text-align: center;
    }

    .pagination li {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        color: #333;
        font-size: 1em;
    }

        .pagination li a {
            padding: 0.1em 0.4375em;
            color: #000;
            background: #e0dfdf;
        }

            .pagination li:hover a,
            .pagination li a:focus {
                background: #38cac7;
                color: #000;
                text-decoration: none;
            }

        .pagination li.unavailable a {
            cursor: default;
            color: #fff;
        }

            .pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
                background: transparent;
            }

        .pagination li.current a {
            background: #38cac7;
            color: #000;
            cursor: default;
        }

            .pagination li.current a:hover, .pagination li.current a:focus {
                background: #38cac7;
                text-decoration: none;
            }

.pagination-centered {
    text-align: center;
    clear: both;
}

    .pagination-centered ul {
        margin: 0;
    }

        .pagination-centered ul > li {
            float: none;
            display: inline-block;
            *display: inline;
            zoom: 1;
        }

.pagination li.prev a, .pagination li.next a, .pagination li.first a, .pagination li.last a {
    font-size: 1em;
    background: #e0dfdf;
    color: #000;
}

    .pagination li.prev a:hover, .pagination li.next a:hover, .pagination li.prev a:active, .pagination li.next a:active, .pagination li.prev a:focus, .pagination li.next a:focus {
        background: #38cac7;
        color: #000;
        text-decoration: none;
    }

    .pagination li.first a:hover, .pagination li.last a:hover, .pagination li.first a:active, .pagination li.last a:active, .pagination li.first a:focus, .pagination li.last a:focus {
        background: #38cac7;
        color: #000;
        text-decoration: none;
    }

/* Tables */
table {
    background: white;
    margin-bottom: 1.25em;
}

    table thead,
    table tfoot {
        background: whitesmoke;
        font-weight: bold;
    }

        table thead tr th,
        table thead tr td,
        table tfoot tr th,
        table tfoot tr td {
            padding: 0.5em 0.625em 0.625em;
            font-size: 1em;
            color: #37434f;
            text-align: left;
        }

    table tr th,
    table tr td {
        padding: 0.5625em 0.625em;
        font-size: 1em;
        color: #37434f;
        text-align: left;
    }

    table tr.even, table tr.alt, table tr:nth-of-type(even) {
        background: #efeff0;
    }

    table thead tr th,
    table tfoot tr th,
    table tbody tr td,
    table tr td,
    table tfoot tr td {
        display: table-cell;
        line-height: 1.125em;
        vertical-align: top;
    }

/* EEMUA Shop Checkout*/
.shop-full-width {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 3px 3px 3px #D6D6D6;
    padding: 1em;
}

.firstLine span {
    font-weight: bold;
}

.col1 {
    float: left;
    width: 65%;
    min-height: 35px;
}

.col2, .col3, .col4, .col5 {
    float: left;
    width: 10%;
    min-height: 35px;
}

.col5 {
    text-align: right;
    width: 5%;
}

.Item {
    padding: 1em 0;
    border-bottom: 4px solid #f0f0f0;
}

.ImageCol img {
    margin-right: 1em;
}

.InfoCol span {
    display: block;
}

.Name {
    font-size: 1.285em;
    margin-bottom: 0.5em;
}

.Amount > div > div:first-child {
    float: left;
    margin-right: 2px;
    width: 35px;
}

.discountCoupon {
    float: left;
    margin: 2em 0;
}

    .discountCoupon .col1 {
        float: none;
        width: 100%;
    }

.col25 {
    float: none;
    width: 100%;
}

.discountCoupon span {
    display: block;
    margin-bottom: 0.5em;
}

.discountTitle {
    font-size: 1.285em;
}

.btn {
    background: none repeat scroll 0 0 #004188;
    color: #FFFFFF;
    border: 0 none;
    display: inline-block;
    font-size: 1.28em;
    padding: 0.5em 1em;
}

.CofirmationCheckbox .checkbox input {
    float: left;
}

.shoppingCartTotals {
    float: right;
    width: 25%;
    margin-top: 2em;
}

    .shoppingCartTotals .Label {
        display: inline;
        font-size: 1.285em;
        width: 70%;
    }

    .shoppingCartTotals .Value {
        float: right;
        font-size: 1.285em;
        text-align: right;
        width: 30%;
    }

.footerButtons {
    clear: both;
}

/* checkout step 2 - addresses */

.shop-full-width .customer-detail {
    width: 48%;
}

.shop-full-width .radio.table .td {
    clear: both;
}

.shop-full-width .radio.table input {
    float: left;
}

.shop-full-width .EditingFormTable.table .tr {
    clear: both;
}

.shop-full-width #AccountType .FieldLabel.td > label {
    font-size: 1.285em;
    margin-bottom: 0.625em;
}

.shop-full-width .billing-address, .shipping-address {
    float: left;
    width: 48%;
}

.shop-full-width .billing-address {
    margin-right: 2%;
}

.shop-full-width .ShowAddressCheckbox input {
    float: left;
}

.shop-full-width .ecommerce_address .form-group {
    clear: both;
}

.shop-full-width .editing-form-label-cell {
    margin-top: 1em;
}

.shop-full-width .ecommerce_address input, .ecommerce_address select {
    margin: 0;
}

.shop-full-width .explanation-text {
    color: #666666;
    font-size: 0.75em;
    margin-top: 0.5em;
}

.shop-full-width .ShowAddressCheckbox .checkbox {
    display: block;
    margin-bottom: 1.5em;
    margin-top: 3.05em !important;
}

.shop-full-width #field_AddressZip input {
    width: 25%;
}

select {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 0 none;
    font-size: 0.9em;
    padding: 0.45em 0.45em 0.45em 0.2em;
    width: 100%;
}

/* checkout step 3 - logon */

.logon.table .tr {
    clear: both;
}

.logon.table .checkbox input {
    float: left;
}

.RegisterButton.btn {
    float: right;
}

.filters-container .filter_group h3 {
    margin-bottom: 2em;
}

.filters-container .checkbox input {
    float: right;
    margin: -0.25em 0 0;
}

.filters-container .checkbox label {
    border-bottom: 1px solid #DDDDDD;
    margin-top: -0.25em;
    padding-bottom: 0.825em;
}

.LogonDialog .checkbox > input {
    float: left;
}

.LogonDialog .tr {
    clear: both;
}

.LogonDialog .btn.btn-primary {
    float: right;
}

.LogonDialog label {
    color: #000000;
}

.Forum table {
    width: 100%;
}

    .Forum table td:first-child {
        width: 5%;
    }

    .Forum table td:nth-child(2) {
        width: 90%;
    }

    .Forum table td {
        width: 10%;
    }

.ForumName, .GroupName {
    display: block;
    font-size: 1.4em;
    margin: 0.25em 0 0.1em;
}

.ForumDescription, .GroupDescription {
    font-size: 0.875em;
}

.Forum td.Threads, .Forum td.Posts {
    text-align: center;
}

.Header td {
    font-size: 0.875em;
}

.ForumDescription {
    color: #666666;
    font-size: 0.875em;
}

.LastPost {
    font-size: 0.875em;
}

.Actions {
    background: transparent !important;
}

    .Actions td {
        width: auto !important;
    }

.ActionLink {
    background: none repeat scroll 0 0 #004188;
    border: 0 none;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    margin-left: 5px;
    padding: 0.5em 1em;
}

.Actions select {
    float: right;
}

.PostActionLink {
    background: none repeat scroll 0 0 #004188;
    border: 0 none;
    color: #FFFFFF;
    display: inline-block;
    padding: 0.5em 1em;
}

.PostUserName {
    display: block;
}

.PostSeparator {
    display: none;
}

.PostTime {
    color: #666666;
    font-size: 0.875em;
}

.PostSubject {
    border-bottom: 1px solid #DDDDDD;
    display: block;
    font-size: 1.285em;
    margin: 0.5em 0;
    padding-bottom: 0.5em;
}

.PostsTable > tbody > tr {
    background: transparent !important;
}

    .PostsTable > tbody > tr > td {
        padding: 0;
    }

.ForumNewPost .form-group {
    clear: both;
    display: block;
}

.ForumNewPost .cke {
    width: 100% !important;
}

.ForumNewPost label {
    text-align: left;
    width: 15%;
}

.Title {
    display: block;
    font-size: 1.285em;
    margin-bottom: 1em;
}

.ForumNewPost .checkbox > input {
    float: none;
    margin-top: 0.5em;
}

.ForumNewPost .btn {
    font-size: 1em;
    margin: 5px !important;
}

.ForumInfo .ActionLink {
    background: transparent !important;
    border: 0 none;
    color: #004188;
    display: inline-block;
    float: left;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0em;
}

.areasOfInterest-container .areasOfInterest_group h3 {
    margin-bottom: 2em;
}

.areasOfInterest-container .checkbox input {
    float: right;
    margin: -0.25em 0 0;
}

.areasOfInterest-container .checkbox label {
    border-bottom: 1px solid #DDDDDD;
    margin-top: -0.25em;
    padding-bottom: 0.825em;
}

.qualifications-container .qualifications_group h3 {
    margin-bottom: 2em;
}

.qualifications-container .radio input {
    float: right;
    margin: -0.25em 0 0;
}

.qualifications-container .radio label {
    border-bottom: 1px solid #DDDDDD;
    margin-top: -0.25em;
    padding-bottom: 0.825em;
}

.feature-event .explore-link > a {
    margin-left: 0.625em;
}

.content-column .industry-update input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF !important;
    float: none;
    width: 100% !important;
}

.dl-permissions-dialog {
    background: none repeat scroll 0 0 #FFFFFF;
}

    .dl-permissions-dialog .DialogPageContent {
        box-sizing: border-box;
        padding: 5px;
    }

.TabsHeader {
    height: 50px;
}

.MyMessages .nav-tabs {
    border-bottom: 4px solid #38CAC7;
    margin: 0;
}

    .MyMessages .nav-tabs li {
        display: inline;
        margin-bottom: 0 !important;
    }

        .MyMessages .nav-tabs li a {
            background: none repeat scroll 0 0 #F0F0F0;
            padding: 20px 50px 3px 10px;
            color: #000;
        }

.LinkSelected {
    background: none repeat scroll 0 0 #38CAC7;
}

.nav-tabs-container-horizontal {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.attendee-list {
    margin-bottom: 10px;
    display: block;
}

.right-column .attendee-list {
    margin-left: 10px !important;
}

.attendee-form {
    margin-top: 10px;
}

.event-attendance {
    color: #38cac7;
    font-weight: bold;
}

.content-column div.td span.EditingFormLabel {
    clear: both;
    float: left;
    width: 25%;
    text-align: right;
    margin-right: 1em;
    line-height: 2em;
}

.content-column div.editing-form-label-cell span.control-label {
    clear: both;
    float: left;
    width: 25%;
    text-align: right;
    margin-right: 1em;
    line-height: 2em;
}

.footerButtons {
    padding-top: 20px;
}

.grouploginpage input[type="text"] {
    width: 20em !important;
    margin-right: 1em;
}

.grouploginpage input[type="password"] {
    width: 20em !important;
}

.bx-wrapper ul, .bx-wrapper ol {
    margin: 0;
}

.flexnav, .slimmenu ul, .footer-nav {
    padding: 0;
}

body > form {
    margin: 0;
}

.shop-actions .shop-links ul {
    margin: 0;
    padding-left: 15px;
}

.NewsletterSubscription label {
    text-align: left;
    float: none;
    width: 100%;
    font-size: 80%;
    color: #666;
}

.NewsletterSubscription input[type="text"] {
    background-color: White !important;
}

.industry-update input.SubscriptionButton {
    background: transparent !important;
    color: #004188;
    padding: 0;
    margin: 0 0 1em;
    font-size: 100%;
}

.MyMessages .breadcrumb {
    display: none;
}

.profile-form input[type="submit"] {
    float: right;
}

.profile-form .half-width .checkbox input[type="checkbox"] {
    clear: both;
    float: right;
    margin: 0.5em 8em 0 0;
}

.profile-form .half-width .checkbox-list-vertical label {
    clear: none;
    float: left;
    text-align: left;
    width: 70%;
}

.MyMessages .nav-tabs {
    padding: 0;
}

.send-message .form-group {
    clear: both;
}

.send-message .form-control-text {
    display: block;
    padding: 0.5em 0;
}

.send-message .btn {
    float: left;
    font-size: 1em;
    margin: 0 !important;
    padding: 0.4em 1em;
}

.send-message textarea {
    width: 100% !important;
}

.event-image-container {
    margin-bottom: -10px;
}

a:focus .customisable-highlight {
    color: #666;
}

.facet-box > p, .facet-box > a {
    padding-left: 10px;
}

.facet-box {
    height: 380px;
}

.message-board .DialogPageBody {
    padding: 10px;
    min-width: 550px;
}

.message-board .ModalPopupDialog {
    background: none repeat scroll 0 0 #FFFFFF;
    min-width: 550px;
}

.message-board .CheckBoxMovedLeft.checkbox {
    float: left;
    margin-top: 8px;
}

.message-board .DialogPageBody .btn {
    float: left;
    font-size: 12px;
    margin: 0;
}

.message-board .cke {
    clear: both;
}

.message-board .form-group {
    clear: both;
}

.message-board .DialogPageBody .btn[value="Clear"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    color: #666666;
    margin-left: 12.5em;
    margin-top: -1em;
    padding: 0 0 1em;
    text-decoration: underline;
}

.DialogPageContent.DialogScrollableContent {
    min-width: 550px;
}

.HiddenButton {
    display: none;
}

ul, ol {
    padding: 0;
}

.forgottenPwd {
    margin-top: 1em;
}

.ConfirmationSeparator {
    clear: both;
}

.shop-full-width .new-customers .password-strength-text {
    clear: both;
    margin-left: 0;
    padding: 0;
}

.feature-event img {
    width: 100%;
}

input {
    border-radius: 0;
}

.feature-banner + .feature-banner {
    padding: 0;
}

.programme-tabs ul.ui-tabs-nav li {
    list-style-type: none;
    padding: 0;
    line-height: 1.6;
    overflow: hidden;
}

.SubscriptionsGroup .btn-actions .btn {
    font-size: 1em;
    margin-right: 3px;
    margin-top: 1em;
}

.SubscriptionsGroup table, .SubscriptionsGroup thead {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.SubscriptionsGroup .checkbox > label {
    display: none;
    margin: 0;
}

.SubscriptionsGroup .checkbox > input {
    margin: 0;
}

.SubscriptionsGroup th, .SubscriptionsGroup td {
    line-height: 1;
    padding: 10px 10px 0 0;
    vertical-align: middle;
}

.SubscriptionsGroup select {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 20%;
}

.subscriptions h4 {
    margin-top: 1.5em;
}

.user-reset-form .button {
    font-size: 1em;
    margin-top: 0 !important;
    padding: 0.4em 1em;
}

.user-reset-form span {
    margin-left: 17em;
}

.eemua-offers .facet-box {
    height: auto;
}

    .eemua-offers .facet-box img {
        display: block;
        margin: 0;
    }

    .eemua-offers .facet-box h3 {
        margin-bottom: 0;
    }

.CMSSiteMapList ul {
    margin-top: 0.5em;
}

/*mobile fixes*/
@media screen and (max-width: 669px) {
    .left-column .shop-filters h3 {
        max-width: 200px;
    }

    .pagination li:nth-of-type(8),
    .pagination li:nth-of-type(9),
    .pagination li:nth-of-type(10),
    .pagination li:nth-of-type(11),
    .pagination li:nth-of-type(12) {
        display: none;
    }

    .pagination ul > a {
        display: none;
    }

    .shoppingCartItem .InfoCol .Availability {
        display: none;
    }

    .shoppingCartItem .InfoCol .Name {
        font-size: 0.85em;
    }

    .shoppingCartItem .Remove.col5 {
        float: none;
    }

    .shoppingCartItem .Subtotal.col4 .ProductPriceDetailLink {
        display: none;
    }

    .shoppingCartItem .firstLine {
        font-size: 0.85em;
    }

        .shoppingCartItem .firstLine .col5 {
            display: none;
        }

    .shoppingCartItem .col1 {
        width: 50%;
    }

    .shoppingCartItem .col2 {
        width: 14%;
    }

    .shoppingCartItem .col3, .col4 {
        width: 18%;
        text-align: right;
    }

    .shoppingCartItem .Item .col3, .shoppingCartItem .Item .col4 {
        font-size: 0.85em;
    }

    .shoppingCartTotals {
        width: 100%;
        margin-bottom: 2em;
    }

    .discountCoupon .btn, .footerButtons .btn {
        font-size: 1em;
    }
}

/*resets*/
@media screen and (min-width: 670px) and (max-width: 767px) {
    .left-column .shop-filters h3 {
        max-width: auto;
    }

    .pagination li:nth-of-type(8),
    .pagination li:nth-of-type(9),
    .pagination li:nth-of-type(10),
    .pagination li:nth-of-type(11),
    .pagination li:nth-of-type(12) {
        display: inline-block;
    }

    .shoppingCartItem .InfoCol .Availability {
        display: block;
    }

    .shoppingCartItem .InfoCol .Name {
        font-size: 1.285em;
    }

    .shoppingCartItem .Remove.col5 {
        float: left;
    }

    .shoppingCartItem .Subtotal.col4 .ProductPriceDetailLink {
        display: inline;
    }

    .shoppingCartItem .firstLine {
        font-size: 1em;
    }

        .shoppingCartItem .firstLine .col5 {
            display: inline;
        }

    .shoppingCartItem .col1 {
        width: 65%;
    }

    .shoppingCartItem .Item .col3, .shoppingCartItem .Item .col4 {
        font-size: 1em;
    }

    .shoppingCartTotals {
        width: 40%;
        margin-bottom: 0;
    }

    .discountCoupon .btn, .footerButtons .btn {
        font-size: 1.28em;
    }
}

@media screen and (min-width: 970px) {
    .shoppingCartTotals {
        width: 25%;
    }
}

.activities-selection {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 16px;
    width: 100%;
}

    .activities-selection .activities-leftlistcolumn {
        box-sizing: border-box;
        float: left !important;
        padding-left: 4px;
        width: 40%;
    }

    .activities-selection .activities-rightlistcolumn {
        box-sizing: border-box;
        float: right !important;
        padding-right: 4px;
        width: 40%;
    }

    .activities-selection .activities-buttoncolumn {
        float: left;
        padding-top: 50px;
        width: 20%;
        text-align: center;
        padding-left: 0;
    }

    .activities-selection strong {
        display: block;
        font-size: 1.28em;
        font-weight: normal;
        margin-bottom: 0.75em;
    }

    .activities-selection select {
        float: none;
        height: 200px;
        width: 100% !important;
    }

        .activities-selection select option {
            font-size: 16px;
            padding: 1px;
        }

    .activities-selection .btn {
        float: none;
        margin: 1em auto !important;
        text-align: center;
    }

.event-reg label {
    display: inline !important;
}

.event-item > h3 {
    margin-top: 0;
}

.ajax__tab_xp .ajax__tab_body {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 100% !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab,
.ajax__tab_xp .ajax__tab_header .ajax__tab_tab,
.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer,
.ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner,
.ajax__tab_xp .ajax__tab_header .ajax__tab_outer,
.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0) !important;
    height: auto !important;
}

.ajax__tab_xp .ajax__tab_body {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
}

.ajax__tab_xp .ajax__tab_header {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 100% !important;
}

.ajax__tab_xp .ajax__tab_body th {
    color: #666;
    font-size: 1.285em;
    font-weight: normal;
    padding-left: 0.5em;
}

.ajax__tab_header > span {
    box-sizing: border-box;
    display: inline-block;
    font-size: 100%;
    line-height: 1;
    padding: 0.3em 0.5em;
    background: #f0f0f0;
    width: 48%;
    margin: 1%;
}

    .ajax__tab_header > span.ajax__tab_active {
        background: #004188;
    }

.ajax__tab_tab {
    color: #333;
    font-size: 1.4em;
}

.ajax__tab_active .ajax__tab_tab {
    color: #fff;
}

.delegate-details input[type="text"] {
    width: 50%;
}

.delegate-details textarea {
    width: 50%;
}

.delegate-details .RegisterButton.btn {
    float: left;
    margin: 0 0 20px !important;
}

.new-customers .RegisterButton {
    float: left;
}

.PanelPayment input[type="radio"] {
    margin-bottom: 0.25em;
    margin-top: .1em;
}

    .PanelPayment input[type="radio"]:first-child {
        margin-top: .1em;
    }

.ajax__tab_panel table {
    width: 100%;
}

.ajax__tab_xp .ajax__tab_body th:first-child {
    width: 10%;
}

.ajax__tab_xp .ajax__tab_body th:last-child {
    text-align: center;
    width: 10%;
}

.ajax__tab_body input[type="radio"] {
    display: block;
    margin: 0 auto;
}

.profile-form .radio-list-vertical label {
    text-align: left;
    vertical-align: top;
    line-height: 1;
    clear: none;
}

.profile-form .radio-list-vertical input {
    float: left;
    clear: both;
}

.content-column .table > p {
    margin-left: 22.5em;
}

.event-reg input[type="radio"] + label, .event-reg input[type="checkbox"] + label {
    display: inline-block !important;
    line-height: 1.2;
    margin-bottom: 1em;
    vertical-align: top;
    width: 90%;
}

.event-additional-requirements button {
    font-size: 13px;
    padding: 6px;
}

.event-additional-requirements .date-time-picker input {
    margin: 0;
}

.event-additional-requirements > div {
    clear: both;
    margin-bottom: 20px;
    width: 100%;
}

.event-additional-requirements input[type="checkbox"], .event-additional-requirements input[type="radio"] {
    float: left;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
}

.event-additional-requirements label {
    clear: none;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
    width: 55%;
}

.shop-full-width #CustomerTaxRegistrationID {
    display: none;
}

h1 > div {
    font-size: 0.67em;
    margin-right: 10px;
    position: relative;
    top: 7px;
}

.event-full-width ul.ui-tabs-nav li.ui-tabs-active {
    border-bottom: 0 none;
}

.event-full-width ul.ui-tabs-nav li a {
    padding: 0.5em 1em 0.3em;
    color: #004188;
}

.content-column input.CaptchaTextBox.form-control[type="text"] {
    float: none;
    width: 100% !important;
}

.CaptchaTable td {
    padding: 0;
}

.sidebar-box.elearning {
    padding: 0.72em 0;
}

    .sidebar-box.elearning h3 {
        padding: 0.5em 0 0 0.55em;
    }

    .sidebar-box.elearning p {
        padding: 0.5em 0 0 0.75em;
    }

.event-list .event-item .event-actions {
    clear: right;
}

.rubicon-register {
    padding-left: 8px;
    padding-bottom: 8px;
}

    .rubicon-register a {
        margin-bottom: 8px;
    }

.rubicion-frame {
    width: 100%;
    height: 800px;
}

.shop-feature {
    display: none;
}

@media print {
    .breadcrumb, .member-nav, .event-image-container, .strapline, .screen-only, .login-form, .search, .ui-tabs-nav li, .main-nav, .top-nav, .logo p, .register-info, .ui-tabs-nav, .right-column, .footer-upper, .footer-lower {
        display: none !important;
    }

    @media print {
        a[href]:after {
            content: none !important;
        }
    }

    .tdTime {
        width: 15% !important;
    }

    .programme-tabs .ui-tabs-panel table {
        width: 100%;
    }

        .programme-tabs .ui-tabs-panel table td:first-of-type {
            width: 10%;
        }

        .programme-tabs .ui-tabs-panel table td:last-of-type {
            width: 20%;
        }

        .programme-tabs .ui-tabs-panel table th {
            text-align: left;
            font-size: 1.285em;
            color: #666;
            font-weight: normal;
            padding-left: 0.5em;
        }

    .ajax__tab_header > span {
        visibility: hidden;
    }

    input[type="radio"] {
        visibility: visible !important;
    }
}

/*mobile login page styles 30/11/2016*/

.body-content .login-form ~ div {
    margin-bottom: 40px;
    float: none !important;
    margin-top: 20px;
}

.body-content .login-form {
    background: #eee;
    padding: 10px;
}

    .body-content .login-form h3 {
        margin: 0 0 20px 0;
    }

    .body-content .login-form input[type="text"], .body-content .login-form input[type="password"] {
        margin-right: 10px;
        background: #fff;
        border: 1px solid #ddd;
        padding: 0.75em;
        font-size: 16px;
        float: none;
        clear: both;
    }

    .body-content .login-form a {
        display: block;
        float: none;
        clear: both;
    }

    .body-content .login-form input[type="submit"] {
        float: none !important;
        margin: 0 0 20px !important;
        clear: both !important;
    }

#p_lt_ctl05_pageplaceholder_p_lt_ctl01_CustomRegistrationForm_plcUp_formUser_pM_lE {
    margin-left: 26%;
    color: red;
}

.my-eemua .body-content {
    margin: 0;
    padding: 0;
}

.my-eemua .pages-of-interest h3 {
    border: 0;
    margin-top: 0;
}

.my-eemua .pages-of-interest {
    border-top: 4px solid #0154af;
    padding: 0px 10px;
}

#p_lt_ctl06_pageplaceholder_p_lt_ctl01_ColumnLayout1_ColumnLayout1_l1_MyAccount_ucMyAllSubscriptions_headNewsletters {
    display: none;
}

.body-content .button {
    margin: 20px 10px 0 0;
    min-width: 150px;
    display: inline-block;
}

.content-column label.control-label {
    font-weight: bold;
}

.CaptchaTable.table {
    width: 55%;
    float: left;
}

/* Issue: 27: More options is redundant as this no longer shows hides/shows the remove all option. Also update look of remove all >>> */
.SubscriptionsGroup button.dropdown-toggle {
    display: none
}

.SubscriptionsGroup ul.dropdown-menu {
    list-style: none;
    margin-left: 0;
    padding-top: 10px;
}
.SubscriptionsGroup ul.dropdown-menu a {
    background: none repeat scroll 0 0 #004188;
    color: #FFFFFF;
    border: 0 none;
    display: inline;
    font-size: 1em;
    padding: 0.5em 1em;
}
/* <<< Issue: 27: */

.ecommerce_customer .FormErrorLabel {
    color: red;
}