﻿.animation-demo .green-dot {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: green;
    height: 40px;
    width: 40px;
    margin-bottom: 30px
}

.career-events {
    pointer-events: none;
}

.supports-cssanimations .animation-demo .example1 {
    filter: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-animation-delay: 3000ms;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-name: fadeFromRight20;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-delay: 3000ms;
    -moz-animation-duration: 2000ms;
    -moz-animation-name: fadeFromRight20;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease-out;
    animation-delay: 3000ms;
    animation-duration: 2000ms;
    animation-name: fadeFromRight20;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out
}

.supports-cssanimations .animation-demo .example2 {
    filter: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-animation-delay: 1000ms;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-name: fadeFromRight100;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 1000ms;
    -moz-animation-duration: 1000ms;
    -moz-animation-name: fadeFromRight100;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: infinite;
    animation-delay: 1000ms;
    animation-duration: 1000ms;
    animation-name: fadeFromRight100;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite
}

.animation-demo .example-parent {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -ms-perspective: 500px;
    -o-perspective: 500px;
    perspective: 500px;
    position: relative;
    width: 40px
}

.animation-demo .example3 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    position: relative
}

.supports-cssanimations .animation-demo .example3 {
    -webkit-animation-delay: 1000ms;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-name: flipDown90;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 20;
    -moz-animation-delay: 1000ms;
    -moz-animation-duration: 1000ms;
    -moz-animation-name: flipDown90;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: 20;
    animation-delay: 1000ms;
    animation-duration: 1000ms;
    animation-name: flipDown90;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    animation-iteration-count: 20
}

.animation-demo .example4 {
    padding: 0;
    list-style-type: none
}

    .animation-demo .example4 li:nth-child(1) .green-dot {
        filter: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-animation-delay: 600ms;
        -webkit-animation-duration: 500ms;
        -webkit-animation-name: fadeFromRight100;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-delay: 600ms;
        -moz-animation-duration: 500ms;
        -moz-animation-name: fadeFromRight100;
        -moz-animation-fill-mode: forwards;
        -moz-animation-timing-function: ease-out;
        animation-delay: 600ms;
        animation-duration: 500ms;
        animation-name: fadeFromRight100;
        animation-fill-mode: forwards;
        animation-timing-function: ease-out
    }

    .animation-demo .example4 li:nth-child(2) .green-dot {
        filter: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-animation-delay: 700ms;
        -webkit-animation-duration: 500ms;
        -webkit-animation-name: fadeFromRight100;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-delay: 700ms;
        -moz-animation-duration: 500ms;
        -moz-animation-name: fadeFromRight100;
        -moz-animation-fill-mode: forwards;
        -moz-animation-timing-function: ease-out;
        animation-delay: 700ms;
        animation-duration: 500ms;
        animation-name: fadeFromRight100;
        animation-fill-mode: forwards;
        animation-timing-function: ease-out
    }

    .animation-demo .example4 li:nth-child(3) .green-dot {
        filter: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-animation-delay: 800ms;
        -webkit-animation-duration: 500ms;
        -webkit-animation-name: fadeFromRight100;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-delay: 800ms;
        -moz-animation-duration: 500ms;
        -moz-animation-name: fadeFromRight100;
        -moz-animation-fill-mode: forwards;
        -moz-animation-timing-function: ease-out;
        animation-delay: 800ms;
        animation-duration: 500ms;
        animation-name: fadeFromRight100;
        animation-fill-mode: forwards;
        animation-timing-function: ease-out
    }

    .animation-demo .example4 li:nth-child(4) .green-dot {
        filter: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-animation-delay: 900ms;
        -webkit-animation-duration: 500ms;
        -webkit-animation-name: fadeFromRight100;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-delay: 900ms;
        -moz-animation-duration: 500ms;
        -moz-animation-name: fadeFromRight100;
        -moz-animation-fill-mode: forwards;
        -moz-animation-timing-function: ease-out;
        animation-delay: 900ms;
        animation-duration: 500ms;
        animation-name: fadeFromRight100;
        animation-fill-mode: forwards;
        animation-timing-function: ease-out
    }

    .animation-demo .example4 li:nth-child(5) .green-dot {
        filter: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-animation-delay: 1000ms;
        -webkit-animation-duration: 500ms;
        -webkit-animation-name: fadeFromRight100;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-delay: 1000ms;
        -moz-animation-duration: 500ms;
        -moz-animation-name: fadeFromRight100;
        -moz-animation-fill-mode: forwards;
        -moz-animation-timing-function: ease-out;
        animation-delay: 1000ms;
        animation-duration: 500ms;
        animation-name: fadeFromRight100;
        animation-fill-mode: forwards;
        animation-timing-function: ease-out
    }

@media only screen and (min-width:64em) {
    .bp-demo-l {
        background-color: red;
        color: #fff
    }
}

@media(min-width:48em)and (max-width:63.9375em) {
    .bp-demo-m-m {
        background-color: #ff0
    }
}

@media only screen and (max-width:47.9375em) {
    .bp-demo-0-s {
        background-color: #ffa500
    }
}

@media only screen and (max-height:25em) {
    .bph-demo-0-400 {
        background-color: blue;
        color: #fff
    }
}

@media only screen and (min-height:25em) {
    .bph-demo-400 {
        background-color: green;
        color: #fff
    }
}

.css-triangle {
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
    width: 120px;
    height: 80px;
    background: green;
    position: relative
}

    .css-triangle.s-top:after {
        top: -16px;
        position: absolute;
        content: '';
        left: 50%;
        margin: 0 0 0 -8px
    }

@media screen {
    .css-triangle.s-top:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom: 8px solid green
    }
}

.css-triangle:hover {
    background: #000
}

    .css-triangle:hover.s-top:after {
        top: -16px;
        position: absolute;
        content: ''
    }

@media screen {
    .css-triangle:hover.s-top:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom: 8px solid #000
    }
}

.css-triangle.s-bottom:after {
    bottom: -16px;
    position: absolute;
    content: '';
    left: 50%;
    margin: 0 0 0 -8px
}

@media screen {
    .css-triangle.s-bottom:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top: 8px solid green
    }
}

.css-triangle:hover {
    background: #000
}

    .css-triangle:hover.s-bottom:after {
        bottom: -16px;
        position: absolute;
        content: ''
    }

@media screen {
    .css-triangle:hover.s-bottom:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top: 8px solid #000
    }
}

.css-triangle.s-left:after {
    left: -16px;
    position: absolute;
    content: '';
    top: 50%;
    margin: -8px 0 0 0
}

@media screen {
    .css-triangle.s-left:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-right: 8px solid green
    }
}

.css-triangle:hover {
    background: #000
}

    .css-triangle:hover.s-left:after {
        left: -16px;
        position: absolute;
        content: ''
    }

@media screen {
    .css-triangle:hover.s-left:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-right: 8px solid #000
    }
}

.css-triangle.s-right:after {
    right: -16px;
    position: absolute;
    content: '';
    top: 50%;
    margin: -8px 0 0 0
}

@media screen {
    .css-triangle.s-right:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-left: 8px solid green
    }
}

.css-triangle:hover {
    background: #000
}

    .css-triangle:hover.s-right:after {
        right: -16px;
        position: absolute;
        content: ''
    }

@media screen {
    .css-triangle:hover.s-right:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-left: 8px solid #000
    }
}

.css-triangle-link {
    display: inline-block;
    padding: 4px 24px 4px 8px;
    background: #555;
    position: relative
}

    .css-triangle-link:link, .css-triangle-link:visited {
        color: #fff
    }

    .css-triangle-link:after {
        bottom: -8px;
        position: absolute;
        content: '';
        top: 50%;
        margin: -2px 0 0 6px
    }

@media screen {
    .css-triangle-link:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top: 4px solid #fff
    }
}

.css-triangle-link:hover, .css-triangle-link:active {
    text-decoration: none
}

.css-triangle-link:hover {
    background: #0083a9;
    color: #555
}

    .css-triangle-link:hover:after {
        bottom: -8px;
        position: absolute;
        content: ''
    }

@media screen {
    .css-triangle-link:hover:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top: 4px solid #555
    }
}

.css-triangle.s-top-left:after {
    top: 0;
    left: 0;
    position: absolute;
    content: ''
}

@media screen {
    .css-triangle.s-top-left:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top-color: #000;
        border-left-color: #000
    }
}

.css-triangle.s-top-left:hover:after {
    top: 0;
    left: 0;
    position: absolute;
    content: ''
}

@media screen {
    .css-triangle.s-top-left:hover:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 16px solid transparent;
        border-top-color: #fff;
        border-left-color: #fff
    }
}

.css-triangle.s-top-right:after {
    top: 0;
    right: 0;
    position: absolute;
    content: ''
}

@media screen {
    .css-triangle.s-top-right:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top-color: #000;
        border-right-color: #000
    }
}

.css-triangle.s-top-right:hover:after {
    top: 0;
    right: 0;
    position: absolute;
    content: ''
}

@media screen {
    .css-triangle.s-top-right:hover:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 16px solid transparent;
        border-top-color: #fff;
        border-right-color: #fff
    }
}

.css-triangle.s-bottom-left:after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: ''
}

@media screen {
    .css-triangle.s-bottom-left:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom-color: #000;
        border-left-color: #000
    }
}

.css-triangle.s-bottom-left:hover:after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: ''
}

@media screen {
    .css-triangle.s-bottom-left:hover:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 16px solid transparent;
        border-bottom-color: #fff;
        border-left-color: #fff
    }
}

.css-triangle.s-bottom-right:after {
    bottom: 0;
    right: 0;
    position: absolute;
    content: ''
}

@media screen {
    .css-triangle.s-bottom-right:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom-color: #000;
        border-right-color: #000
    }
}

.css-triangle.s-bottom-right:hover:after {
    bottom: 0;
    right: 0;
    position: absolute;
    content: ''
}

@media screen {
    .css-triangle.s-bottom-right:hover:after {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 16px solid transparent;
        border-bottom-color: #fff;
        border-right-color: #fff
    }
}

.css-triangle.s-top-left:hover {
    background: #002b80
}

.css-triangle.s-top-right:hover {
    background: #800055
}

.css-triangle.s-bottom-left:hover {
    background: olive
}

.css-triangle.s-bottom-right:hover {
    background: #008055
}

.fancybox-wrap .fancybox-skin {
    border-radius: 2px
}

.fancybox-wrap .fancybox-title {
    color: #1d1d1b;
    background-color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    font-family: 'Arial W01 Light',Arial,Helvetica,sans-serif;
    padding: 20px 30px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.fancybox-wrap .fancybox-inner .m-dialog {
    padding: 20px 30px
}

    .fancybox-wrap .fancybox-inner .m-dialog .text {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.28571
    }

.fancybox-wrap .fancybox-inner .btns {
    margin-top: 20px
}

    .fancybox-wrap .fancybox-inner .btns input {
        margin-right: 10px
    }

.fancybox-wrap .fancybox-close {
    z-index: 99999;
    height: 14px;
    width: 14px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -2374px;
    background-repeat: no-repeat;
    top: -36px;
    right: 29px
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .fancybox-wrap .fancybox-close {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1913px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

div.download-options ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    background-color: #fff
}

    div.download-options ul:before {
        content: '';
        position: absolute;
        left: -15px;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-right: 15px solid #fff;
        border-bottom: 15px solid transparent;
        margin: -15px 0 0 0
    }

div.download-options li {
    padding: 0;
    margin: 0
}

div.download-options a {
    padding: 10px;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1
}

    div.download-options a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        padding-right: 10px
    }

.expandcollapse {
    position: relative;
    padding-right: 30px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

    .expandcollapse .ec {
        height: 20px;
        width: 20px;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 0
    }

        .expandcollapse .ec:before, .expandcollapse .ec:after {
            content: ' ';
            width: 20px;
            height: 20px;
            display: block;
            background-position: 50% 50%;
            position: absolute;
            left: 50%;
            margin-left: -10px;
            top: 50%;
            margin-top: -10px;
            -webkit-transition: opacity 250ms;
            -moz-transition: opacity 250ms;
            -o-transition: opacity 250ms;
            transition: opacity 250ms
        }

        .expandcollapse .ec:before {
            opacity: 1
        }

.supports-no-opacity .expandcollapse .ec:before {
    display: block
}

.expandcollapse .ec:after {
    opacity: 0
}

.supports-no-opacity .expandcollapse .ec:after {
    display: none
}

.expandcollapse:hover .ec:before, .expandcollapse:focus .ec:before, .expandcollapse:active .ec:before {
    opacity: 0;
    content: ''
}

.supports-no-opacity .expandcollapse:hover .ec:before, .supports-no-opacity .expandcollapse:focus .ec:before, .supports-no-opacity .expandcollapse:active .ec:before {
    display: none
}

.expandcollapse:hover .ec:after, .expandcollapse:focus .ec:after, .expandcollapse:active .ec:after {
    opacity: 1;
    content: ''
}

.supports-no-opacity .expandcollapse:hover .ec:after, .supports-no-opacity .expandcollapse:focus .ec:after, .supports-no-opacity .expandcollapse:active .ec:after {
    display: block
}

.expandcollapse.is-disabled {
    cursor: default
}

    .expandcollapse.is-disabled a, .expandcollapse.is-disabled .ec {
        display: none
    }


.expandcollapse.section-head {
    padding: 11px 18px 9px 0;
    display: block;
    width: 100%;
    margin: 0;
    font-size: 15px;
    font-size: .9375rem;
    color: #666;
    line-height: 1.3;
    cursor: pointer
}

.expandcollapse + .content {
    overflow: hidden
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

    .fancybox-wrap iframe, .fancybox-wrap object {
        padding: 0;
        margin: 0;
        border: 0;
        outline: none;
        vertical-align: top
    }

.fancybox-nav {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

    .fancybox-nav span {
        padding: 0;
        margin: 0;
        border: 0;
        outline: none;
        vertical-align: top
    }

.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        box-shadow: 0 10px 25px rgba(0,0,0,.5)
    }

.fancybox-outer {
    position: relative
}

.fancybox-inner {
    position: relative;
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("/img/fancybox/fancybox_sprite.png")
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url("/img/fancybox/fancybox_loading.gif") center center no-repeat
    }

.fancybox-close {
    position: absolute;
    top: -40px;
    right: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 8040;
    height: 28px;
    width: 28px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -1694px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .fancybox-close {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2236.5px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("/img/fancybox/blank.gif");
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

    .fancybox-lock body {
        overflow: hidden !important
    }

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 7101;
    background: url("../img/rgbapng/000000bf-5.png");
    background: rgba(0,0,0,.75)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px"Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0,0,0,.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading, .fancybox-prev span, .fancybox-next span {
        background-image: url("/img/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px
    }

        #fancybox-loading div {
            background-image: url("/img/fancybox/fancybox_loading@2x.gif");
            background-size: 24px 24px
        }
}

.flexslider .slide {
    padding: 10px
}

    .flexslider .slide .slide-inner {
        background: #ccc;
        min-height: 100px
    }

.flexcontrols {
    height: 50px
}

.flex-control-nav {
    text-align: center;
    clear: left;
    padding: 3px 0;
    font-size: 1px;
    font-size: .0625rem
}

    .flex-control-nav li {
        display: inline-block
    }

        .flex-control-nav li a {
            margin: 0;
            width: 22px;
            height: 44px;
            display: block;
            text-indent: 100%;
            overflow: hidden;
            cursor: pointer;
            background-position: center center;
            height: 44px;
            width: 44px;
            background-image: url("../img/sprites/global-se028520d33.png");
            background-position: 0 -2947px;
            background-repeat: no-repeat
        }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .flex-control-nav li a {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2423px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.flex-control-nav li a.flex-active {
    height: 44px;
    width: 44px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -2888px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .flex-control-nav li a.flex-active {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2364px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.aon-form .ctrls-holder:before, .aon-form .ctrls-holder:after {
    content: " ";
    display: table
}

.aon-form .ctrls-holder:after {
    clear: both
}

.aon-form .ctrls-holder {
    *zoom: 1
}

.aon-form .simple-select + .inlineError {
    margin-top: -40px
}

@media only screen and (max-width:63.9375em) {
    .aon-form .simple-select + .inlineError {
        margin-top: 5px
    }
}

.aon-form.has-tooltip .simple-select + .inlineError {
    margin-top: 2px
}

@media only screen and (max-width:63.9375em) {
    .aon-form .ctrls-holder.phone-number .ctrl-holder.error {
        width: 210px
    }

        .aon-form .ctrls-holder.phone-number .ctrl-holder.error .inlineError {
            left: 5px
        }
}

@media only screen and (max-width:47.9375em) {
    .aon-form .ctrls-holder.phone-number .ctrl-holder.error {
        width: 100%
    }
}

.aon-form .next.button {
    height: 51px;
    width: 146px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -738px;
    background-repeat: no-repeat;
    color: #fff;
    padding-right: 50px
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .aon-form .next.button {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -586px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.aon-form .next.button:hover, .aon-form .next.button:focus {
    height: 51px;
    width: 146px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -616px;
    background-repeat: no-repeat;
    outline: 0
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .aon-form .next.button:hover, .aon-form .next.button:focus {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -276px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.aon-form .prev.button {
    height: 51px;
    width: 146px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -804px;
    background-repeat: no-repeat;
    color: #555;
    padding-left: 50px
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .aon-form .prev.button {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -423px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.aon-form .prev.button:hover, .aon-form .prev.button:focus {
    height: 51px;
    width: 146px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -505px;
    background-repeat: no-repeat;
    outline: 0
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .aon-form .prev.button:hover, .aon-form .prev.button:focus {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -210px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

input.text::-webkit-input-placeholder {
    font-style: italic;
    color: #7d7d7d;
    font-size: 14px;
    font-size: .875rem
}

input.text:-moz-placeholder {
    font-style: italic;
    color: #7d7d7d;
    font-size: 14px;
    font-size: .875rem
}

input.text::-moz-placeholder {
    font-style: italic;
    color: #7d7d7d;
    font-size: 14px;
    font-size: .875rem
}

@media only screen and (max-width:47.9375em) {
    .ctrl-holder.has-tooltip .text.long, .ctrl-holder.has-tooltip select.long, .ctrl-holder.has-tooltip .simple-select.long, .ctrl-holder.has-tooltip textarea.long, .ctrl-holder.has-tooltip .slider-wrapper.long {
        width: 85% !important
    }

    .ctrl-holder.has-tooltip .text.medium, .ctrl-holder.has-tooltip select.medium, .ctrl-holder.has-tooltip .simple-select.medium, .ctrl-holder.has-tooltip textarea.medium, .ctrl-holder.has-tooltip .slider-wrapper.medium {
        width: 70% !important
    }
}

@media(max-width:39.9375em) {
    .ctrl-holder.has-tooltip .text.long, .ctrl-holder.has-tooltip select.long, .ctrl-holder.has-tooltip .simple-select.long, .ctrl-holder.has-tooltip textarea.long, .ctrl-holder.has-tooltip .slider-wrapper.long {
        width: 80% !important
    }

    .ctrl-holder.has-tooltip .text.medium, .ctrl-holder.has-tooltip select.medium, .ctrl-holder.has-tooltip .simple-select.medium, .ctrl-holder.has-tooltip textarea.medium, .ctrl-holder.has-tooltip .slider-wrapper.medium {
        width: 65% !important
    }
}

#aside .ctrl-holder.has-tooltip .text, #aside .ctrl-holder.has-tooltip select, #aside .ctrl-holder.has-tooltip .simple-select, #aside .ctrl-holder.has-tooltip textarea, #aside .ctrl-holder.has-tooltip .slider-wrapper {
    width: 89% !important
}

.ctrl-holder.has-tooltip .simple-select {
    float: left
}

.no-js .ctrl-holder select {
    border: none;
    height: 45px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#f4f5f5),color-stop(100%,#e9e9e9));
    background-image: -webkit-linear-gradient(top,#f4f5f5,#e9e9e9);
    background-image: -moz-linear-gradient(top,#f4f5f5,#e9e9e9);
    background-image: -o-linear-gradient(top,#f4f5f5,#e9e9e9);
    background-image: linear-gradient(top,#f4f5f5,#e9e9e9);
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    -webkit-appearance: menulist;
    -moz-appearance: menulist
}

.ctrl-holder .options {
    float: left;
    list-style: none;
    padding: 0;
    margin: 5px 0
}

    .ctrl-holder .options label, .ctrl-holder .options .label {
        padding: 0 0 18px 25px;
        width: auto;
        margin: 0;
        font-weight: normal;
        text-align: left;
        margin-top: -3px
    }

.lt-ie9 .ctrl-holder .options .has-pretty-child .prettycheckbox.labelright label, .lt-ie9 .ctrl-holder .options .has-pretty-child .prettyradio.labelright label {
    width: 400px
}

.ctrl-holder .options input {
    position: absolute;
    top: 8px;
    left: 0;
    width: 22px;
    height: 22px
}

.ctrl-holder .options.horizontal {
    width: auto
}

    .ctrl-holder .options.horizontal label {
        width: auto;
        max-width: none
    }

    .ctrl-holder .options.horizontal li {
        float: left;
        margin-left: 15px
    }

        .ctrl-holder .options.horizontal li.first-child, .ctrl-holder .options.horizontal li:first-child {
            margin-left: 0
        }

@media only screen and (max-width:47.9375em) {
    .ctrl-holder .options.horizontal li {
        float: none;
        margin: 0
    }
}

.lt-ie9 .ctrl-holder .options.horizontal .has-pretty-child .prettycheckbox.labelright label, .lt-ie9 .ctrl-holder .options.horizontal .has-pretty-child .prettyradio.labelright label {
    width: auto
}

.ctrl-holder .options li {
    position: relative
}

    .ctrl-holder .options li:before, .ctrl-holder .options li:after {
        content: " ";
        display: table
    }

    .ctrl-holder .options li:after {
        clear: both
    }

.ctrl-holder .options li {
    *zoom: 1
}

.ctrl-holder .options .has-tooltip {
    width: 500px
}

    .ctrl-holder .options .has-tooltip .prettycheckbox, .ctrl-holder .options .has-tooltip .prettyradio {
        float: left
    }

        .ctrl-holder .options .has-tooltip .prettycheckbox label, .ctrl-holder .options .has-tooltip .prettyradio label {
            max-width: 415px
        }

@media only screen and (max-width:47.9375em) {
    .ctrl-holder .options .has-tooltip {
        width: 100%
    }

        .ctrl-holder .options .has-tooltip .prettycheckbox, .ctrl-holder .options .has-tooltip .prettyradio {
            width: 83%
        }

            .ctrl-holder .options .has-tooltip .prettycheckbox label, .ctrl-holder .options .has-tooltip .prettyradio label {
                max-width: none
            }
}

.prettycheckbox + label {
    display: none
}

.prettycheckbox a {
    height: 30px;
    width: 30px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -2229px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .prettycheckbox a {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1575px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.prettycheckbox a:focus {
    height: 30px;
    width: 30px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -1580px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .prettycheckbox a:focus {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1180px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.prettycheckbox a.checked {
    height: 30px;
    width: 30px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -1445px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .prettycheckbox a.checked {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -898px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.prettycheckbox a.checked:focus {
    height: 30px;
    width: 30px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -1256px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .prettycheckbox a.checked:focus {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -853px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.prettycheckbox a.styleswitch {
    height: 37px;
    width: 108px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -1204px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .prettycheckbox a.styleswitch {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -534px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.prettycheckbox a.styleswitch.checked {
    height: 37px;
    width: 108px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -1301px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .prettycheckbox a.styleswitch.checked {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -652px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.prettyradio a {
    height: 30px;
    width: 30px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -1400px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .prettyradio a {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -968px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.prettyradio a:focus {
    height: 30px;
    width: 30px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -1037px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .prettyradio a:focus {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -808px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.prettyradio a.checked {
    height: 30px;
    width: 30px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -870px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .prettyradio a.checked {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -489px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.prettyradio a.checked:focus {
    height: 30px;
    width: 30px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -571px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .prettyradio a.checked:focus {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -102px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.simple-select > span:after {
    content: '';
    display: block;
    height: 30px;
    width: 40px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -2757px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 30%;
    margin-top: -3px;
    z-index: 0
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .simple-select > span:after {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2166.5px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.icheckbox_square-blue {
    float: left
}

    .icheckbox_square-blue label {
        padding-top: 0
    }

.checkbox-label {
    visibility: hidden
}

.i-agree-tc + span.error-text {
    padding-top: 0
}

.form-links + .error-text {
    display: none
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .lt-ie9 div#header .logo {
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -682px;
        background-repeat: no-repeat
    }
}

div#header ul.topnav {
    list-style: none;
    margin: -64px 0 0 0;
    padding: 0;
    float: right;
    position: relative;
    z-index: 10001
}

    div#header ul.topnav > li {
        display: block;
        float: left;
        margin-top: 8px;
        margin-left: 18px
    }

        div#header ul.topnav > li a {
            display: block;
            font-size: 14px;
            font-size: .875rem
        }

    div#header ul.topnav .has-flyout {
        margin-top: 0;
        margin-left: 30px;
        position: relative
    }

        div#header ul.topnav .has-flyout > a {
            height: 40px;
            display: block;
            line-height: 40px;
            color: #555
        }

            div#header ul.topnav .has-flyout > a span {
                float: left;
                display: block;
                width: 40px;
                height: 40px;
                background-repeat: no-repeat;
                background-position: 0 0;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                -ms-border-radius: 20px;
                -o-border-radius: 20px;
                border-radius: 20px;
                margin: 0 15px 0 0
            }

            div#header ul.topnav .has-flyout > a:after {
                float: right;
                content: " ";
                display: block;
                border: solid transparent;
                height: 0;
                width: 0;
                margin: 18px 7px 0 7px;
                border-top-color: #555;
                border-width: 6px;
                border-right: 4px solid transparent;
                border-left: 4px solid transparent
            }

        div#header ul.topnav .has-flyout ul {
            display: none;
            position: absolute;
            top: 40px;
            left: 0;
            background-color: #fff;
            margin: 0;
            padding: 0 10px;
            list-style: none;
            -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
            -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.1)
        }

            div#header ul.topnav .has-flyout ul li {
                height: 59px;
                border-top: 1px solid #e5e5e5
            }

                div#header ul.topnav .has-flyout ul li:first-child {
                    border-top: none
                }

                div#header ul.topnav .has-flyout ul li a {
                    display: table;
                    height: 55px;
                    width: 100%;
                    font-size: 13px;
                    font-size: .8125rem;
                    line-height: 1.38462
                }

                    div#header ul.topnav .has-flyout ul li a span {
                        display: table-cell;
                        vertical-align: middle
                    }

.icheckbox_square-blue, .iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 23px;
    height: 23px;
    background: url(/img/icheck/blue.png) no-repeat transparent;
    border: none;
    cursor: pointer
}

.icheckbox_square-blue {
    background-position: 0 0
}

    .icheckbox_square-blue.hover {
        background-position: -24px 0
    }

    .icheckbox_square-blue.checked {
        background-position: -48px 0
    }

    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default
    }

    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0
    }

.iradio_square-blue {
    background-position: -120px 0;
    border-radius: 50%
}

    .iradio_square-blue.hover {
        background-position: -144px 0
    }

    .iradio_square-blue.checked {
        background-position: -168px 0
    }

    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default
    }

    .iradio_square-blue.checked.disabled {
        background-position: -216px 0
    }

@media(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi) {
    .icheckbox_square-blue, .iradio_square-blue {
        background-image: url(/img/icheck/blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

.ui-multiselect-hasfilter ul {
    position: relative;
    top: 2px
}

.ui-multiselect-filter {
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0
}

    .ui-multiselect-filter:after {
        position: absolute;
        display: block;
        content: '';
        height: 20px;
        width: 20px;
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -1659px;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        top: 11px;
        right: 13px;
        z-index: 1000000
    }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .ui-multiselect-filter:after {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1657px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.ui-multiselect-filter input {
    width: 100%;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1;
    position: relative;
    z-index: 100001;
    padding: 14px;
    height: 43px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    outline: none
}

.ui-multiselect, .ui-selectmenu-button {
    padding: 0;
    text-align: left;
    width: 204px;
    color: #555;
    padding: 11px 15px;
    border-spacing: 0;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #f5f6f6;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #ebebeb
}

    .ui-multiselect span.ui-icon, .ui-selectmenu-button span.ui-icon {
        float: right
    }

    .ui-multiselect span:last-child, .ui-multiselect span.ui-selectmenu-text, .ui-selectmenu-button span:last-child, .ui-selectmenu-button span.ui-selectmenu-text {
        padding: 0;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1;
        line-height: 1.4
    }

    .ui-multiselect.ui-state-focus, .ui-selectmenu-button.ui-state-focus {
        outline: 0;
        -webkit-box-shadow: 0 0 5px 0 rgba(225,27,34,.5);
        -moz-box-shadow: 0 0 5px 0 rgba(225,27,34,.5);
        box-shadow: 0 0 5px 0 rgba(225,27,34,.5)
    }

    .ui-multiselect.ui-state-disabled, .ui-selectmenu-button.ui-state-disabled {
        outline: none
    }

    .ui-multiselect.is-loading span.ui-selectmenu-text, .ui-multiselect.is-loading span:last-child, .ui-selectmenu-button.is-loading span.ui-selectmenu-text, .ui-selectmenu-button.is-loading span:last-child {
        display: none
    }

    .ui-multiselect.is-loading:before, .ui-selectmenu-button.is-loading:before {
        width: 25px;
        height: 25px;
        display: block;
        content: '';
        background: url(/img/loading-select.gif) no-repeat 50% 50%;
        margin-top: -5px;
        float: left
    }

.ui-selectmenu-button {
    height: 40px;
    min-width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .ui-selectmenu-button span.ui-icon {
        right: 15px
    }

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute !important;
    top: auto !important;
    left: -9999px
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px !important
}

.ui-multiselect-header {
    margin-bottom: 0;
    padding: 0
}

    .ui-multiselect-header ul li {
        float: left
    }

    .ui-multiselect-header a {
        text-decoration: none
    }

        .ui-multiselect-header a:hover {
            text-decoration: underline
        }

    .ui-multiselect-header span.ui-icon {
        float: left
    }

    .ui-multiselect-header li.ui-multiselect-close {
        display: none
    }

        .ui-multiselect-header li.ui-multiselect-close .ui-icon {
            display: none
        }

.ui-multiselect-menu {
    display: none;
    padding: 43px 0 0 0;
    position: absolute;
    text-align: left
}

.ui-multiselect-menu, .ui-selectmenu-menu {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    z-index: 100001
}

.ui-multiselect-checkboxes {
    position: relative;
    overflow-y: auto
}

    .ui-multiselect-checkboxes label {
        display: block;
        padding: 10px 14px;
        cursor: pointer;
        color: #666;
        font-size: 13px;
        font-size: .8125rem
    }

        .ui-multiselect-checkboxes label input {
            position: relative;
            top: 1px
        }

        .ui-multiselect-checkboxes label span {
            display: inline-block;
            padding-left: 10px
        }

    .ui-multiselect-checkboxes li {
        clear: both
    }

        .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
            text-align: center;
            font-weight: bold
        }

            .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
                display: block;
                margin: 1px 0;
                text-decoration: none
            }

        .ui-multiselect-checkboxes li:nth-child(odd) {
            background-color: #f9f9f9
        }

        .ui-multiselect-checkboxes li:nth-child(even) {
            background-color: #fff
        }

        .ui-multiselect-checkboxes li:hover {
            background-color: #e11b22
        }

            .ui-multiselect-checkboxes li:hover label {
                color: #fff
            }

.ui-selectmenu-menu {
    overflow-y: auto;
    max-height: 200px;
    box-sizing: border-box;
    overflow-x: hidden
}

    .ui-selectmenu-menu li.ui-menu-item {
        color: #666;
        font-size: 13px;
        font-size: .8125rem;
        padding: 10px 14px;
        cursor: pointer;
        color: #666
    }

        .ui-selectmenu-menu li.ui-menu-item:nth-child(odd) {
            background-color: #f9f9f9
        }

        .ui-selectmenu-menu li.ui-menu-item:nth-child(even) {
            background-color: #fff
        }

        .ui-selectmenu-menu li.ui-menu-item:hover, .ui-widget-content li.ui-state-focus {
            background: #e11b22 !important;
            color: #fff;
            border: none
        }

a.ui-multiselect-all, a.ui-multiselect-none {
    display: block;
    float: left;
    padding: 14px
}

    a.ui-multiselect-all span, a.ui-multiselect-none span {
        font-size: 13px;
        font-size: .8125rem;
        font-weight: bold;
        color: #0083a9
    }

        a.ui-multiselect-all span.ui-icon, a.ui-multiselect-none span.ui-icon {
            display: none
        }

a.ui-multiselect-none {
    filter: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5
}

.button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1;
    display: inline-block;
    padding: 13px 30px;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

@media only screen and (max-width:63.9375em) {
    .button {
        font-size: 16px;
        font-size: 1rem
    }
}

.button:hover, .button:active, .button:focus {
    text-decoration: none
}

.button.primary {
    color: #fff;
    border: 1px solid #be0101;
    background-color: #ed1c24;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMWMyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlMTMxYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#ed1c24),color-stop(100%,#ce131b));
    background-image: -webkit-linear-gradient(top,#ed1c24,#ce131b);
    background-image: -moz-linear-gradient(top,#ed1c24,#ce131b);
    background-image: -o-linear-gradient(top,#ed1c24,#ce131b);
    background-image: linear-gradient(top,#ed1c24,#ce131b);
    text-shadow: rgba(0,0,0,.6) 0 1px 1px;
    -webkit-box-shadow: rgba(0,0,0,.4) 1px 1px 3px 0,inset 0 1px 1px rgba(255,255,255,.4);
    -moz-box-shadow: rgba(0,0,0,.4) 1px 1px 3px 0,inset 0 1px 1px rgba(255,255,255,.4);
    box-shadow: rgba(0,0,0,.4) 1px 1px 3px 0,inset 0 1px 1px rgba(255,255,255,.4)
}

    .button.primary:hover, .button.primary:active, .button.primary:focus {
        background-color: #ce131b;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlMTMxYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkMWMyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#ce131b),color-stop(100%,#ed1c24));
        background-image: -webkit-linear-gradient(top,#ce131b,#ed1c24);
        background-image: -moz-linear-gradient(top,#ce131b,#ed1c24);
        background-image: -o-linear-gradient(top,#ce131b,#ed1c24);
        background-image: linear-gradient(top,#ce131b,#ed1c24)
    }

.button.secondary {
    color: #555;
    border: 1px solid #e0ddd8;
    background-color: #f4f5f5;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#f4f5f5),color-stop(100%,#e9e9e9));
    background-image: -webkit-linear-gradient(top,#f4f5f5,#e9e9e9);
    background-image: -moz-linear-gradient(top,#f4f5f5,#e9e9e9);
    background-image: -o-linear-gradient(top,#f4f5f5,#e9e9e9);
    background-image: linear-gradient(top,#f4f5f5,#e9e9e9);
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.6);
    box-shadow: inset 0 1px 1px rgba(255,255,255,.6)
}

    .button.secondary:hover, .button.secondary:active, .button.secondary:focus {
        background-color: #e9e9e9;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#e9e9e9),color-stop(100%,#f4f5f5));
        background-image: -webkit-linear-gradient(top,#e9e9e9,#f4f5f5);
        background-image: -moz-linear-gradient(top,#e9e9e9,#f4f5f5);
        background-image: -o-linear-gradient(top,#e9e9e9,#f4f5f5);
        background-image: linear-gradient(top,#e9e9e9,#f4f5f5)
    }

.button:disabled {
    pointer-events: none;
    filter: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5
}

#aside .button {
    width: 100%;
    font-size: 15px;
    font-size: .9375rem
}

@media only screen and (max-width:63.9375em) {
    #aside .button {
        max-width: 300px
    }
}

@media only screen and (max-width:47.9375em) {
    #aside .button {
        max-width: none
    }
}

a.button {
    font-weight: bold
}

a.back {
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    display: block;
    margin-top: 20px;
    padding-left: 15px
}

    a.back:before {
        content: " ";
        height: 10px;
        width: 5px;
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -2843px;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 3px
    }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    a.back:before {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2211.5px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.horizontal {
    list-style: none;
    margin: 0;
    padding: 0
}

    .horizontal:before, .horizontal:after {
        content: " ";
        display: table
    }

    .horizontal:after {
        clear: both
    }

.horizontal {
    *zoom: 1
}

    .horizontal > li {
        float: left;
        margin-top: 0
    }

        .horizontal > li:before, .horizontal > li:after {
            content: " ";
            display: table
        }

        .horizontal > li:after {
            clear: both
        }

    .horizontal > li {
        *zoom: 1
    }

.loading-mask {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    filter: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background: url(/img/icons/gif/loading-mask.gif) no-repeat 50% 30% #000;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

    .loading-mask.is-active {
        z-index: 999;
        filter: DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: .3
    }

.m-ageing:before, .m-ageing:after {
    content: " ";
    display: table
}

.m-ageing:after {
    clear: both
}

.m-ageing {
    *zoom: 1
}

    .m-ageing form {
        width: 400px
    }

    .m-ageing legend {
        font-family: 'Arial W01 Light',Arial,Helvetica,sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1;
        color: #1d1d1b
    }

    .m-ageing fieldset {
        padding: 0;
        margin: 0;
        border: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .m-ageing fieldset:first-child {
            padding-right: 40px;
            display: none
        }

    .m-ageing .percentage-wrapper {
        position: relative;
        display: inline-block;
        margin-right: 10px
    }

        .m-ageing .percentage-wrapper input {
            padding-right: 30px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

        .m-ageing .percentage-wrapper:after {
            content: '%';
            display: block;
            position: absolute;
            right: 10px;
            top: 15px
        }

    .m-ageing input[type="text"] {
        width: 70px
    }

    .m-ageing #ageing-percentage {
        width: 100px
    }

    .m-ageing #ageing-months {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-ageing .actions {
        clear: both;
        text-align: right
    }

.m-combined-position {
    background-color: #fff
}

    .m-combined-position:before, .m-combined-position:after {
        content: " ";
        display: table
    }

    .m-combined-position:after {
        clear: both
    }

.m-combined-position {
    *zoom: 1
}

    .m-combined-position.modal-view form {
        width: 800px
    }

    .m-combined-position form {
        padding: 30px 0 30px
    }

        .m-combined-position form:before, .m-combined-position form:after {
            content: " ";
            display: table
        }

        .m-combined-position form:after {
            clear: both
        }

    .m-combined-position form {
        *zoom: 1
    }

    .m-combined-position fieldset {
        padding-bottom: 0;
        margin: 0;
        padding: 0
    }

    .m-combined-position legend {
        margin-left: 0;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: Arial,Helvetica,sans-serif;
        margin-bottom: 10px
    }

    .m-combined-position button.add {
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: transparent;
        color: #0083a9;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.69231;
        font-weight: bold;
        outline: none;
        margin: 5px 0 0 0;
        padding: 0
    }

    .m-combined-position .select-report {
        display: block;
        width: 102.38095%;
        margin: 0 -1.19048%;
        *zoom: 1
    }

        .m-combined-position .select-report:before, .m-combined-position .select-report:after {
            content: "";
            display: table
        }

        .m-combined-position .select-report:after {
            clear: both
        }

        .m-combined-position .select-report .ctrl-holder {
            display: inline;
            float: left;
            width: 30.95238%;
            margin: 0 1.19048%
        }

        .m-combined-position .select-report label {
            font-weight: bold;
            color: #555
        }

    .m-combined-position .row {
        display: block;
        width: 102.38095%;
        margin: 0 -1.19048%;
        *zoom: 1
    }

        .m-combined-position .row:before, .m-combined-position .row:after {
            content: "";
            display: table
        }

        .m-combined-position .row:after {
            clear: both
        }

        .m-combined-position .row .ctrl-holder {
            display: inline;
            float: left;
            width: 30.95238%;
            margin: 0 1.19048%;
            padding: 0 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

            .m-combined-position .row .ctrl-holder label {
                font-weight: bold
            }

    .m-combined-position .actions {
        border: none;
        padding: 0 10px 0 0
    }

        .m-combined-position .actions input {
            margin-left: 40px
        }

    .m-combined-position .label-sh1 {
        font-size: 18px;
        font-size: 1.125rem;
        color: #444;
        font-weight: normal
    }

    .m-combined-position .label-sh2 {
        font-size: 13px;
        font-size: .8125rem;
        font-weight: bold;
        color: #555
    }

.m-data-centre-results {
    background-color: #efefef;
    padding-bottom: 25px
}

    .m-data-centre-results .results-toolbar {
        background-color: #e2e2e2
    }

        .m-data-centre-results .results-toolbar:before, .m-data-centre-results .results-toolbar:after {
            content: " ";
            display: table
        }

        .m-data-centre-results .results-toolbar:after {
            clear: both
        }

    .m-data-centre-results .results-toolbar {
        *zoom: 1
    }

    .m-data-centre-results button {
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        border-spacing: 0;
        background: none
    }

    .m-data-centre-results ul.menu, .m-data-centre-results ul.toolbar {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .m-data-centre-results ul.menu li, .m-data-centre-results ul.toolbar li {
            display: block;
            float: left;
            padding: 0;
            margin: 0
        }

            .m-data-centre-results ul.menu li.ageing, .m-data-centre-results ul.toolbar li.ageing {
                margin-left: 14px
            }

    .m-data-centre-results ul.toolbar {
        float: right
    }

    .m-data-centre-results button.lens {
        text-indent: -9999px;
        overflow: hidden;
        width: 25px;
        height: 25px;
        position: relative;
        outline: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        margin-top: 17px
    }

        .m-data-centre-results button.lens.lens:hover {
            background-color: #e6ebf0
        }

        .m-data-centre-results button.lens:before {
            content: '';
            display: block;
            width: 18px;
            height: 18px;
            position: absolute;
            top: 3px;
            left: 4px
        }

        .m-data-centre-results button.lens:before {
            width: 17px;
            height: 17px;
            top: 4px;
            left: 4px
        }

        .m-data-centre-results button.lens .is-active button.lens {
            background-color: #e6ebf0
        }

    .m-data-centre-results li.ageing {
        border-left: 1px solid #c7c7c7
    }

        .m-data-centre-results li.ageing a.remove-ageing {
            border-left: 1px solid #c7c7c7;
            padding-left: 14px
        }

            .m-data-centre-results li.ageing a.remove-ageing:before {
                display: none
            }

        .m-data-centre-results li.ageing a, .m-data-centre-results li.send a, .m-data-centre-results li.print a, .m-data-centre-results li.download a, .m-data-centre-results li.help a {
            position: relative;
            height: 60px;
            line-height: 60px;
            padding: 0 14px 0 40px;
            font-size: 12px;
            font-size: .75rem;
            line-height: 5;
            color: #0083a9
        }

            .m-data-centre-results li.ageing a:before, .m-data-centre-results li.send a:before, .m-data-centre-results li.print a:before, .m-data-centre-results li.download a:before, .m-data-centre-results li.help a:before {
                content: '';
                position: absolute;
                width: 20px;
                height: 20px;
                left: 10px;
                top: 0
            }

            .m-data-centre-results li.ageing a:first-child:before {
                top: -2px;
                left: 16px
            }

            .m-data-centre-results li.print a:before {
                top: -1px
            }

            .m-data-centre-results li.help a:before {
                top: -2px
            }

            .m-data-centre-results li.download a:before {
                top: -3px
            }

    .m-data-centre-results .position-details {
        margin-top: 35px
    }

    .m-data-centre-results h1 {
        color: #1d1d1b;
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.42857
    }

.pt-data-centre .m-data-centre-results fieldset {
    padding-top: 10px
}

    .pt-data-centre .m-data-centre-results fieldset:before, .pt-data-centre .m-data-centre-results fieldset:after {
        content: " ";
        display: table
    }

    .pt-data-centre .m-data-centre-results fieldset:after {
        clear: both
    }

.pt-data-centre .m-data-centre-results fieldset {
    *zoom: 1
}

.m-data-centre-results .ctrl-holder {
    float: left;
    width: 150px
}

.m-data-centre-results .label {
    color: #555;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1;
    font-weight: bold
}

.m-data-centre-results .display {
    color: #747474;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1
}

.m-data-centre-results .result table {
    margin-bottom: 25px
}

    .m-data-centre-results .result table td, .m-data-centre-results .result table th {
        vertical-align: middle;
        border: none;
        text-align: right;
        padding: 10px 10px
    }

        .m-data-centre-results .result table td:nth-child(2), .m-data-centre-results .result table th:nth-child(2) {
            text-align: left
        }

        .m-data-centre-results .result table th.configure-percentile {
            text-align: center;
            font-weight: normal;
            position: relative;
            padding: 0;
            overflow: hidden
        }

            .m-data-centre-results .result table th.configure-percentile:before {
                content: '';
                display: block;
                height: 1px;
                overflow: hidden;
                background-color: #555;
                width: 100%;
                position: absolute;
                z-index: 0;
                top: 18px
            }

            .m-data-centre-results .result table th.configure-percentile span {
                display: inline-block;
                padding: 0 10px;
                background-color: #b4cddb;
                position: relative;
                z-index: 1
            }

    .m-data-centre-results .result table thead td, .m-data-centre-results .result table thead th {
        font-size: 13px;
        font-size: .8125rem;
        background-color: #b4cddb
    }

    .m-data-centre-results .result table tbody tr {
        background-color: #fff
    }

        .m-data-centre-results .result table tbody tr:last-child {
            background-color: #f9f9f9
        }

            .m-data-centre-results .result table tbody tr:last-child td {
                font-weight: bold
            }

    .m-data-centre-results .result table tbody th:first-child, .m-data-centre-results .result table tbody td:first-child, .m-data-centre-results .result table thead th:first-child, .m-data-centre-results .result table thead td:first-child {
        width: 30px;
        text-align: center
    }

.m-dialog input.btn:active, .m-dialog input.btn:focus {
    border: 1px solid red
}

.m-download-result:before, .m-download-result:after {
    content: " ";
    display: table
}

.m-download-result:after {
    clear: both
}

.m-download-result {
    *zoom: 1
}

    .m-download-result form {
        width: 400px
    }

.m-edit-column-heading form {
    width: 400px
}

.m-edit-column-heading fieldset {
    border: none;
    padding: 0;
    margin: 0
}

.m-edit-column-heading .btn-holder {
    text-align: right
}

.headroom {
    transition: transform 200ms linear
}

.headroom--pinned {
    transform: translateY(0%)
}

#m-position-description-search > .input-tracker {
    width: 100%;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    height: 100px;
    -webkit-transition: top 100ms ease;
    -moz-transition: top 100ms ease;
    -o-transition: top 100ms ease;
    transition: top 100ms ease
}

    #m-position-description-search > .input-tracker.headroom--not-top {
        -webkit-transition: top 300ms ease;
        -moz-transition: top 300ms ease;
        -o-transition: top 300ms ease;
        transition: top 300ms ease
    }

    #m-position-description-search > .input-tracker .headroom--pinned {
        top: -100px
    }

    #m-position-description-search > .input-tracker.headroom--top {
        top: 0;
        top: -100px
    }

.m-help {
    width: 400px
}

    .m-help ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .m-help ul li {
            font-size: 15px;
            font-size: .9375rem;
            line-height: 2.4
        }

            .m-help ul li:before {
                content: '';
                display: inline-block;
                width: 36px;
                height: 36px;
                padding-right: 10px;
                float: left
            }

.m-wrapper {
    border-top: 1px solid #dadada;
    margin-top: 40px
}

    .m-wrapper > div {
        float: left
    }

@media only screen and (max-width:47.9375em) {
    .m-wrapper > div {
        float: none
    }
}

.m-wrapper.expandcollapse-wrapper {
    margin-top: 0
}

    .m-wrapper.expandcollapse-wrapper > div {
        margin-top: 0 !important
    }

        .m-wrapper.expandcollapse-wrapper > div > div {
            float: left
        }

            .m-wrapper.expandcollapse-wrapper > div > div.videos {
                float: none !important;
                clear: both;
                padding-top: 30px
            }

@media only screen and (max-width:47.9375em) {
    .m-wrapper.expandcollapse-wrapper > div > div {
        float: none
    }
}

@media only screen and (max-width:63.9375em) {
    .m-wrapper.expandcollapse-wrapper > h2 {
        padding-left: 0
    }
}

.m-wrapper .m-links-module.downloads {
    margin-top: 25px !important
}

    .m-wrapper .m-links-module.downloads h5 {
        padding-top: 0 !important
    }

.m-links-module {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    background-position: 0 0;
    margin-top: 25px
}

    .m-links-module h5, .m-links-module ul {
        padding-left: 55px
    }

    .m-links-module h5 {
        margin-bottom: 25px;
        margin-top: 10px
    }

    .m-links-module ul {
        list-style: none
    }

        .m-links-module ul li {
            margin-top: 15px;
            line-height: 1.3em
        }

            .m-links-module ul li:first-child {
                margin-top: 0
            }

    .m-links-module.downloads {
        margin-top: 35px
    }

        .m-links-module.downloads h5 {
            padding-top: 10px;
            margin-bottom: 20px
        }

        .m-links-module.downloads ul {
            padding-top: 25px;
            padding-left: 0 !important
        }

    .m-links-module.full-width {
        width: 100%
    }

    .m-links-module.half-width {
        width: 50%;
        padding-right: 15px;
        float: left
    }

@media only screen and (max-width:47.9375em) {
    .m-links-module {
        width: 100%;
        background-position: 0 0
    }

        .m-links-module h5 {
            padding-top: 10px;
            padding-left: 0
        }

        .m-links-module.has-icon h5 {
            padding-left: 50px;
            padding-top: 0px
        }

        .m-links-module ul {
            padding-left: 0
        }

        .m-links-module.half-width {
            width: 100%;
            padding-right: 15px
        }
}

.half-width + .half-width + .half-width {
    clear: both
}

.m-notification-bar {
    clear: both
}

    .m-notification-bar ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .m-notification-bar li {
        margin: 0 0 10px 0;
        padding: 14px 0 14px 55px;
        position: relative;
        color: #fff;
        font-size: 13px;
        font-size: .8125rem;
        font-weight: bold
    }

        .m-notification-bar li:before {
            height: 23px;
            width: 22px;
            content: "";
            display: block;
            position: absolute;
            left: 22px;
            top: 15px
        }

        .m-notification-bar li.type-alert {
            background-color: #d79643
        }

            .m-notification-bar li.type-alert:before {
                height: 22px;
                width: 22px;
                background-image: url("../img/sprites/global-se028520d33.png");
                background-position: 0 -1737px;
                background-repeat: no-repeat
            }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-notification-bar li.type-alert:before {
        background-image: url("/img/icons/png/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1620px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.m-notification-bar li.type-info {
    background-color: #438cd7
}

    .m-notification-bar li.type-info:before {
        height: 22px;
        width: 22px;
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -1774px;
        background-repeat: no-repeat
    }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-notification-bar li.type-info:before {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1849px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.m-notification-bar li.type-success {
    background-color: #10d18f
}

    .m-notification-bar li.type-success:before {
        height: 22px;
        width: 22px;
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -1936px;
        background-repeat: no-repeat
    }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-notification-bar li.type-success:before {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1538px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.m-notification-bar li a.close {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    top: 0;
    right: 0;
    text-indent: -9999px;
    color: transparent
}

    .m-notification-bar li a.close:before {
        display: block;
        content: '';
        height: 10px;
        width: 10px;
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -2403px;
        background-repeat: no-repeat;
        top: 20px;
        position: absolute;
        right: 14px;
        width: 10px;
        height: 10px
    }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-notification-bar li a.close:before {
        background-image: url("/img/icons/png/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2116.5px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.m-notification-bar.toasts {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    left: 0
}

.pagination {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center
}

    .pagination ul {
        padding-left: 0;
        margin: 20px auto;
        display: block;
        text-align: center
    }

        .pagination ul li {
            display: inline-block;
            position: relative
        }

            .pagination ul li:before {
                font-size: 6px;
                font-size: 0.375rem;
                content: '•';
                position: absolute;
                left: 0;
                top: 35%
            }

            .pagination ul li:after {
                content: ' ';
                position: absolute
            }

            .pagination ul li a {
                font-weight: 600;
                padding: 10px 22px;
                display: block
            }

            .pagination ul li.navigate:before {
                content: ' '
            }

            .pagination ul li:first-child:before {
                content: ' '
            }

            /*.pagination ul li.is-active {
                padding: 10px 20px
            }*/

            .pagination ul li.first {
                padding-right: 15px
            }

                .pagination ul li.first:after {
                    content: '|';
                    top: 7px;
                    right: 15px;
                    color: #0083a9
                }

            .pagination ul li.last {
                padding-left: 15px
            }

                .pagination ul li.last:before {
                    content: '|';
                    top: 7px;
                    left: 15px;
                    color: #0083a9;
                    font-size: 16px;
                    font-size: 1rem
                }

            .pagination ul li.prev:before {
                height: 10px;
                width: 5px;
                background-image: url("../img/sprites/global-se028520d33.png");
                background-position: 0 -2843px;
                background-repeat: no-repeat;
                top: 37%
            }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .pagination ul li.prev:before {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2211.5px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.lt-ie9 .pagination ul li.prev:before {
    top: 40%
}

.pagination ul li.next:after {
    height: 10px;
    width: 5px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -125px;
    background-repeat: no-repeat;
    right: 0;
    top: 37%
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .pagination ul li.next:after {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -943px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.lt-ie9 .pagination ul li.next:after {
    top: 40%
}

.pagination ul .prev + li:before {
    content: ' '
}

@media only screen and (max-width:63.9375em) {
    .pagination ul li {
        font-size: 15px;
        font-size: .9375rem
    }

        .pagination ul li a {
            padding: 10px 12px
        }

        .pagination ul li.is-active {
            padding: 10px 10px
        }

        .pagination ul li.first:after {
            top: 9px;
            right: 10px
        }

        .pagination ul li.last:before {
            top: 9px;
            left: 10px
        }

        .pagination ul li.prev:before {
            top: 39%
        }

        .pagination ul li.next:after {
            top: 39%
        }
}

@media only screen and (max-width:47.9375em) {
    .pagination ul li {
        display: none
    }

        .pagination ul li.navigate, .pagination ul li.is-active {
            display: inline-block
        }

            .pagination ul li.is-active:before {
                content: ''
            }

        .pagination ul li a {
            padding: 10px
        }
}

@media(max-width:39.9375em) {
    .pagination ul li {
        display: none;
        font-size: 14px;
        font-size: .875rem
    }

        .pagination ul li.is-active {
            padding: 20px 2px
        }

        .pagination ul li.first {
            padding-right: 10px
        }

            .pagination ul li.first:after {
                content: ' '
            }

        .pagination ul li.last {
            padding-left: 10px
        }

            .pagination ul li.last:before {
                content: ' '
            }

        .pagination ul li.prev:before {
            top: 36%;
            left: -5px
        }

        .pagination ul li.next:after {
            top: 36%;
            right: -5px
        }

        .pagination ul li a {
            padding: 10px 5px
        }
}

.m-peer-cut {
    background-color: #fff
}

    .m-peer-cut:before, .m-peer-cut:after {
        content: " ";
        display: table
    }

    .m-peer-cut:after {
        clear: both
    }

.m-peer-cut {
    *zoom: 1
}

    .m-peer-cut.modal-view form {
        width: 500px
    }

    .m-peer-cut form {
        padding: 30px 0 30px
    }

        .m-peer-cut form:before, .m-peer-cut form:after {
            content: " ";
            display: table
        }

        .m-peer-cut form:after {
            clear: both
        }

    .m-peer-cut form {
        *zoom: 1
    }

    .m-peer-cut fieldset {
        padding-bottom: 0;
        padding-top: 20px;
        margin: 0
    }

        .m-peer-cut fieldset.select-organisations {
            padding-top: 20px
        }

        .m-peer-cut fieldset.add-name {
            margin-top: 40px
        }

    .m-peer-cut legend {
        margin-left: 0;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: Arial,Helvetica,sans-serif;
        margin-bottom: 10px
    }

    .m-peer-cut button.add {
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: transparent;
        color: #0083a9;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.69231;
        font-weight: bold;
        outline: none;
        margin: 5px 0 0 0;
        padding: 0
    }

    .m-peer-cut .row {
        padding-bottom: 10px
    }

    .m-peer-cut .ctrl-holder {
        padding: 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        clear: both;
        max-width: 50%
    }

        .m-peer-cut .ctrl-holder label {
            font-weight: bold
        }

    .m-peer-cut #peer-cut-step-2 .ctrl-holder {
        max-width: none
    }

    .m-peer-cut .actions {
        border: none;
        padding: 0 10px 0 0
    }

        .m-peer-cut .actions input {
            margin-left: 40px
        }

        .m-peer-cut .actions .go-back {
            margin-left: 40px
        }

    .m-peer-cut p {
        margin-top: 0;
        padding-top: 0
    }

    .m-peer-cut .label-sh1 {
        font-size: 18px;
        font-size: 1.125rem;
        color: #444;
        font-weight: normal
    }

    .m-peer-cut .label-sh2 {
        font-size: 13px;
        font-size: .8125rem;
        font-weight: bold;
        color: #555
    }

    .m-peer-cut ol.positions li.not-printing {
        color: #e11b22
    }

.m-result-list-item {
    min-height: 120px;
    border-bottom: 1px solid #efefef;
    padding: 20px 0
}

    .m-result-list-item > a:hover h4, .m-result-list-item > a:focus h4 {
        text-decoration: underline
    }

    .m-result-list-item:first-child {
        border-top: none
    }

    .m-result-list-item .m-content, .m-result-list-item .m-details {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left
    }

    .m-result-list-item .m-content {
        width: 75%;
        position: relative;
        padding-right: 60px
    }

        .m-result-list-item .m-content .m-icon {
            position: absolute;
            width: 16%;
            top: 25px;
            left: 0;
            bottom: 0;
            right: 0
        }

            .m-result-list-item .m-content .m-icon.calendar {
                height: 95px;
                width: 91px;
                background-image: url("../img/sprites/global-se028520d33.png");
                background-position: 0 -2016px;
                background-repeat: no-repeat;
                color: #fff
            }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-result-list-item .m-content .m-icon.calendar {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1692px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.m-result-list-item .m-content .m-icon.calendar .date, .m-result-list-item .m-content .m-icon.calendar .month {
    display: block;
    line-height: 1;
    width: auto;
    text-align: center
}

.m-result-list-item .m-content .m-icon.calendar .date {
    margin-top: 25px;
    font-size: 38px;
    font-size: 2.375rem
}

.m-result-list-item .m-content .m-icon.calendar .month {
    font-size: 18px;
    font-size: 1.125rem
}

@media only screen and (max-width:47.9375em) {
    .m-result-list-item .m-content .m-icon.calendar {
        height: 48px;
        width: 46px;
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -2274px;
        background-repeat: no-repeat
    }

        .m-result-list-item .m-content .m-icon.calendar .date {
            margin-top: 10px;
            font-size: 20px;
            font-size: 1.25rem
        }

        .m-result-list-item .m-content .m-icon.calendar .month {
            font-size: 12px;
            font-size: .75rem
        }
}

@media only screen and (max-width:47.9375em)and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:47.9375em)and (min--moz-device-pixel-ratio:1.5),only screen and (max-width:47.9375em)and (-o-min-device-pixel-ratio:3/2),only screen and (max-width:47.9375em)and (min-device-pixel-ratio:1.5) {
    .m-result-list-item .m-content .m-icon.calendar {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1968px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.m-result-list-item .m-content h4 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 20px 0
}

.m-result-list-item .m-content h5 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 20px 0
}

.m-result-list-item .m-content p > a {
    word-break: break-all
}

.m-result-list-item .m-content h4, .m-result-list-item .m-content p, .m-result-list-item .m-content h5, .m-result-list-item .m-content > span, .m-result-list-item .m-content .job-title {
    padding-left: 20%
}

.m-result-list-item .m-content .job-title {
    font-weight: bold
}

.m-result-list-item .m-content p.expertise {
    font-size: 15px;
    font-size: .9375rem;
    color: #747474
}

@media only screen and (max-width:47.9375em) {
    .m-result-list-item .m-content {
        width: 100%;
        float: none
    }

        .m-result-list-item .m-content .m-icon {
            top: 0%
        }

        .m-result-list-item .m-content p, .m-result-list-item .m-content h5, .m-result-list-item .m-content > span {
            padding-left: 0;
            margin-top: 1.5em
        }

        .m-result-list-item .m-content h4 {
            font-size: 20px;
            font-size: 1.25rem;
            margin-top: 0
        }
}

@media(max-width:29.9375em) {
    .m-result-list-item .m-content h4, .m-result-list-item .m-content .job-title {
        padding-left: 25%
    }
}

.l-two-column-right .m-result-list-item .m-content, .l-two-column-left .m-result-list-item .m-content {
    width: 100%
}

.m-result-list-item .m-details {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 10px;
    width: 25%;
    color: #555;
    text-decoration: none;
    margin-top: 10px
}

@media only screen and (max-width:47.9375em) {
    .m-result-list-item .m-details {
        width: 100%;
        float: none;
        padding-left: 0
    }
}

#aside .m-details-wrapper {
    border: 1px solid #efefef;
    margin-top: 20px;
    width: 100%
}

    #aside .m-details-wrapper > .title {
        background-color: #efefef;
        padding: 15px
    }

    #aside .m-details-wrapper .m-details {
        margin-top: 15px;
        padding: 0 10px 10px 10px;
        margin-bottom: 10px
    }

        #aside .m-details-wrapper .m-details h5 {
            margin: 20px 0 0 0
        }

        #aside .m-details-wrapper .m-details p {
            margin-top: 10px
        }

        #aside .m-details-wrapper .m-details:first-child {
            margin-top: 0
        }

        #aside .m-details-wrapper .m-details a {
            word-break: break-all
        }

        #aside .m-details-wrapper .m-details .help {
            padding: 15px 0 0 40px;
            font-size: 12px;
            font-size: .75rem;
            color: #747474;
            font-style: italic;
            margin: 0
        }

        #aside .m-details-wrapper .m-details .title {
            border-bottom: 1px solid #efefef;
            padding: 15px;
            padding-left: 7px
        }

.m-result-list-item .m-details, #aside .m-details {
    font-size: 16px;
    font-size: 1rem
}

@media only screen and (max-width:47.9375em) {
    .m-training-events-list-wrapper .m-result-list-item .m-content p, .m-reports-surveys-list-wrapper .m-result-list-item .m-content p {
        display: none
    }
}

.m-hot-topics-list-item > a.about-best-employers:before, .m-resource-cat-list-item > a.about-best-employers:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -2324px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.about-best-employers:before, .m-resource-cat-list-item > a.about-best-employers:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -2475px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.about-best-employers:hover:before, .m-resource-cat-list-item > a.about-best-employers:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -1485px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.about-best-employers:hover:before, .m-resource-cat-list-item > a.about-best-employers:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -1485px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.aon-master-trust:before, .m-resource-cat-list-item > a.aon-master-trust:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -3320px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.aon-master-trust:before, .m-resource-cat-list-item > a.aon-master-trust:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -3300px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.aon-master-trust:hover:before, .m-resource-cat-list-item > a.aon-master-trust:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -2970px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.aon-master-trust:hover:before, .m-resource-cat-list-item > a.aon-master-trust:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -3300px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.calc-tools:before, .m-resource-cat-list-item > a.calc-tools:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -4150px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.calc-tools:before, .m-resource-cat-list-item > a.calc-tools:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -4125px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.calc-tools:hover:before, .m-resource-cat-list-item > a.calc-tools:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -4125px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.calc-tools:hover:before, .m-resource-cat-list-item > a.calc-tools:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -4125px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.careers:before, .m-resource-cat-list-item > a.careers:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -4814px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.careers:before, .m-resource-cat-list-item > a.careers:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -4785px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.careers:hover:before, .m-resource-cat-list-item > a.careers:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -4620px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.careers:hover:before, .m-resource-cat-list-item > a.careers:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -4785px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.consulting-services:before, .m-resource-cat-list-item > a.consulting-services:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -1494px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.consulting-services:before, .m-resource-cat-list-item > a.consulting-services:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -1155px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.consulting-services:hover:before, .m-resource-cat-list-item > a.consulting-services:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -1320px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.consulting-services:hover:before, .m-resource-cat-list-item > a.consulting-services:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -990px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.contact:before, .m-resource-cat-list-item > a.contact:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -4482px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.contact:before, .m-resource-cat-list-item > a.contact:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -4620px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.contact:hover:before, .m-resource-cat-list-item > a.contact:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -4785px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.contact:hover:before, .m-resource-cat-list-item > a.contact:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -4620px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.data-benchmarking:before, .m-resource-cat-list-item > a.data-benchmarking:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -1992px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.data-benchmarking:before, .m-resource-cat-list-item > a.data-benchmarking:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -1980px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.data-benchmarking:hover:before, .m-resource-cat-list-item > a.data-benchmarking:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -660px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.data-benchmarking:hover:before, .m-resource-cat-list-item > a.data-benchmarking:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -1155px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.financial-advice:before, .m-resource-cat-list-item > a.financial-advice:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -1162px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.financial-advice:before, .m-resource-cat-list-item > a.financial-advice:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -1485px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.financial-advice:hover:before, .m-resource-cat-list-item > a.financial-advice:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -1155px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.financial-advice:hover:before, .m-resource-cat-list-item > a.financial-advice:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -1320px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.find-adviser:before, .m-resource-cat-list-item > a.find-adviser:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -3486px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.find-adviser:before, .m-resource-cat-list-item > a.find-adviser:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -3465px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.find-adviser:hover:before, .m-resource-cat-list-item > a.find-adviser:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -3465px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.find-adviser:hover:before, .m-resource-cat-list-item > a.find-adviser:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -3465px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.forms-documents:before, .m-resource-cat-list-item > a.forms-documents:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -3984px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.forms-documents:before, .m-resource-cat-list-item > a.forms-documents:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -3960px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.forms-documents:hover:before, .m-resource-cat-list-item > a.forms-documents:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -3960px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.forms-documents:hover:before, .m-resource-cat-list-item > a.forms-documents:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -3960px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.insurance:before, .m-resource-cat-list-item > a.insurance:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -2656px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.insurance:before, .m-resource-cat-list-item > a.insurance:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -2640px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.insurance:hover:before, .m-resource-cat-list-item > a.insurance:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -2805px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.insurance:hover:before, .m-resource-cat-list-item > a.insurance:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -2475px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.investment-perf:before, .m-resource-cat-list-item > a.investment-perf:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -3818px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.investment-perf:before, .m-resource-cat-list-item > a.investment-perf:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -3630px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.investment-perf:hover:before, .m-resource-cat-list-item > a.investment-perf:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -3630px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.investment-perf:hover:before, .m-resource-cat-list-item > a.investment-perf:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -3630px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.merger-acq:before, .m-resource-cat-list-item > a.merger-acq:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -332px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.merger-acq:before, .m-resource-cat-list-item > a.merger-acq:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -330px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.merger-acq:hover:before, .m-resource-cat-list-item > a.merger-acq:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -330px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.merger-acq:hover:before, .m-resource-cat-list-item > a.merger-acq:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -330px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.news:before, .m-resource-cat-list-item > a.news:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -3652px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.news:before, .m-resource-cat-list-item > a.news:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -3795px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.news:hover:before, .m-resource-cat-list-item > a.news:hover:before {
    height: 150px;
    width: 153px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -3795px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.news:hover:before, .m-resource-cat-list-item > a.news:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -3795px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.newsletters:before, .m-resource-cat-list-item > a.newsletters:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 0;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.newsletters:before, .m-resource-cat-list-item > a.newsletters:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -165px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.newsletters:hover:before, .m-resource-cat-list-item > a.newsletters:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -165px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.newsletters:hover:before, .m-resource-cat-list-item > a.newsletters:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -165px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.participate:before, .m-resource-cat-list-item > a.participate:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -1826px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.participate:before, .m-resource-cat-list-item > a.participate:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -1320px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.participate:hover:before, .m-resource-cat-list-item > a.participate:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -2475px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.participate:hover:before, .m-resource-cat-list-item > a.participate:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -2640px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.pay-benefits:before, .m-resource-cat-list-item > a.pay-benefits:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -2822px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.pay-benefits:before, .m-resource-cat-list-item > a.pay-benefits:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -2805px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.pay-benefits:hover:before, .m-resource-cat-list-item > a.pay-benefits:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -3135px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.pay-benefits:hover:before, .m-resource-cat-list-item > a.pay-benefits:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -3135px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.people-perf:before, .m-resource-cat-list-item > a.people-perf:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -3154px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.people-perf:before, .m-resource-cat-list-item > a.people-perf:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -3135px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.people-perf:hover:before, .m-resource-cat-list-item > a.people-perf:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -2640px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.people-perf:hover:before, .m-resource-cat-list-item > a.people-perf:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -2805px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.programs:before, .m-resource-cat-list-item > a.programs:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -1660px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.programs:before, .m-resource-cat-list-item > a.programs:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -1815px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.programs:hover:before, .m-resource-cat-list-item > a.programs:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -2145px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.programs:hover:before, .m-resource-cat-list-item > a.programs:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -2310px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.reports-surveys:before, .m-resource-cat-list-item > a.reports-surveys:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -2988px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.reports-surveys:before, .m-resource-cat-list-item > a.reports-surveys:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -2970px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.reports-surveys:hover:before, .m-resource-cat-list-item > a.reports-surveys:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -3300px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.reports-surveys:hover:before, .m-resource-cat-list-item > a.reports-surveys:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -2970px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.resources:before, .m-resource-cat-list-item > a.resources:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -4316px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.resources:before, .m-resource-cat-list-item > a.resources:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -4290px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.resources:hover:before, .m-resource-cat-list-item > a.resources:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -4290px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.resources:hover:before, .m-resource-cat-list-item > a.resources:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -4290px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.results:before, .m-resource-cat-list-item > a.results:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -166px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.results:before, .m-resource-cat-list-item > a.results:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 0;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.results:hover:before, .m-resource-cat-list-item > a.results:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 0;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.results:hover:before, .m-resource-cat-list-item > a.results:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 0;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.retirement:before, .m-resource-cat-list-item > a.retirement:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -664px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.retirement:before, .m-resource-cat-list-item > a.retirement:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -495px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.retirement:hover:before, .m-resource-cat-list-item > a.retirement:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -495px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.retirement:hover:before, .m-resource-cat-list-item > a.retirement:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -495px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.superannuation:before, .m-resource-cat-list-item > a.superannuation:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -2490px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.superannuation:before, .m-resource-cat-list-item > a.superannuation:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -2310px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.superannuation:hover:before, .m-resource-cat-list-item > a.superannuation:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -2310px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.superannuation:hover:before, .m-resource-cat-list-item > a.superannuation:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -1815px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.training-development:before, .m-resource-cat-list-item > a.training-development:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -1328px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.training-development:before, .m-resource-cat-list-item > a.training-development:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -1650px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.training-development:hover:before, .m-resource-cat-list-item > a.training-development:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -1980px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.training-development:hover:before, .m-resource-cat-list-item > a.training-development:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -2145px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.training-events:before, .m-resource-cat-list-item > a.training-events:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -830px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.training-events:before, .m-resource-cat-list-item > a.training-events:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -990px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.training-events:hover:before, .m-resource-cat-list-item > a.training-events:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -990px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.training-events:hover:before, .m-resource-cat-list-item > a.training-events:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -825px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.wealth-management:before, .m-resource-cat-list-item > a.wealth-management:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -2158px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.wealth-management:before, .m-resource-cat-list-item > a.wealth-management:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -2145px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.wealth-management:hover:before, .m-resource-cat-list-item > a.wealth-management:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -1650px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.wealth-management:hover:before, .m-resource-cat-list-item > a.wealth-management:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -1650px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.what-we-do:before, .m-resource-cat-list-item > a.what-we-do:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -996px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.what-we-do:before, .m-resource-cat-list-item > a.what-we-do:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -660px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.what-we-do:hover:before, .m-resource-cat-list-item > a.what-we-do:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -1815px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.what-we-do:hover:before, .m-resource-cat-list-item > a.what-we-do:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -1980px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.who-we-are:before, .m-resource-cat-list-item > a.who-we-are:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -4648px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.who-we-are:before, .m-resource-cat-list-item > a.who-we-are:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -4455px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.who-we-are:hover:before, .m-resource-cat-list-item > a.who-we-are:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -4455px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.who-we-are:hover:before, .m-resource-cat-list-item > a.who-we-are:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -4455px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-hot-topics-list-item > a.workplace-risk:before, .m-resource-cat-list-item > a.workplace-risk:before {
    height: 151px;
    width: 151px;
    background-image: url("../img/sprites/large-sd74a0f48ff.png");
    background-position: 0 -498px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.workplace-risk:before, .m-resource-cat-list-item > a.workplace-risk:before {
        background-image: url("../img/sprites/large-2x-s5e9019b797.png");
        background-position: 0 -825px;
        -webkit-background-size: 150px auto;
        -moz-background-size: 150px auto;
        -o-background-size: 150px auto;
        background-size: 150px auto
    }
}

.m-hot-topics-list-item > a.workplace-risk:hover:before, .m-resource-cat-list-item > a.workplace-risk:hover:before {
    height: 150px;
    width: 150px;
    background-image: url("../img/sprites/large-hover-scb8e1c4fb2.png");
    background-position: 0 -825px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-hot-topics-list-item > a.workplace-risk:hover:before, .m-resource-cat-list-item > a.workplace-risk:hover:before {
        background-image: url("../img/sprites/large-hover-2x-s0c42e22331.png");
        background-position: 0 -660px;
        -webkit-background-size: 153px auto;
        -moz-background-size: 153px auto;
        -o-background-size: 153px auto;
        background-size: 153px auto
    }
}

.m-send:before, .m-send:after {
    content: " ";
    display: table
}

.m-send:after {
    clear: both
}

.m-send {
    *zoom: 1
}

    .m-send form {
        width: 400px
    }

.m-slider-select .slider {
    width: 100%;
    overflow: hidden
}

    .m-slider-select .slider > ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

.m-slider-select li.slide {
    margin: 0;
    padding: 1px 0 0 0;
    position: relative;
    float: left;
    display: block
}

    .m-slider-select li.slide a {
        display: block;
        text-align: center;
        border: 1px solid #c4c4c4;
        margin: 0 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        color: #555;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.61538;
        height: 92px;
        text-align: center;
        padding: 0 10px;
        width: 138px;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-property: color,border-color,background-color;
        -moz-transition-property: color,border-color,background-color;
        -o-transition-property: color,border-color,background-color;
        transition-property: color,border-color,background-color;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

        .m-slider-select li.slide a span {
            display: block;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .m-slider-select li.slide a:active, .m-slider-select li.slide a:hover {
            background-color: #efeded;
            border-color: #000
        }

            .m-slider-select li.slide a:active.selected, .m-slider-select li.slide a:hover.selected {
                background-color: #fff;
                border-color: #e11b22
            }

        .m-slider-select li.slide a.selected {
            border: 2px solid #e11b22;
            margin: 0 9px;
            margin-top: -1px;
            pointer-events: none;
            text-decoration: underline
        }

    .m-slider-select li.slide.is-large a {
        height: 210px;
        text-decoration: none;
        text-align: left;
        padding: 0 20px;
        width: 250px
    }

        .m-slider-select li.slide.is-large a h3 {
            font-size: 13px;
            font-size: .8125rem;
            line-height: 1.61538;
            color: #a6a6a6;
            font-weight: normal;
            margin: 20px 0 0 0
        }

        .m-slider-select li.slide.is-large a h4 {
            font-size: 17px;
            font-size: 1.0625rem;
            line-height: 1.23529;
            color: #555;
            font-weight: bold;
            margin: 0 0 20px 0
        }

        .m-slider-select li.slide.is-large a p {
            font-size: 13px;
            font-size: .8125rem;
            line-height: 1.61538;
            padding: 0;
            margin: 0
        }

.modal-view {
    padding: 0 30px 20px
}

    .modal-view form {
        width: 400px
    }

    .modal-view fieldset {
        border: none;
        padding: 0;
        margin: 0
    }

    .modal-view .btn-holder {
        text-align: right
    }

        .modal-view .btn-holder .button {
            margin-left: 30px
        }

.page-header {
    background-color: #7ab800;
    padding: 30px 0
}

    .page-header h1 {
        color: #fff;
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.19048;
        font-family: 'Prelo Slab W01 Light',Arial,Helvetica,sans-serif;
        margin: 0
    }

.form-links {
    margin-top: 60px;
    padding-bottom: 60px
}

    .form-links a {
        margin-right: 50px
    }

code[class*="language-"], pre[class*="language-"] {
    color: #000;
    text-shadow: 0 1px white;
    font-family: Consolas,Monaco,'Andale Mono',monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

::-moz-selection {
    text-shadow: none;
    background: #b3d4fc
}

::selection {
    text-shadow: none;
    background: #b3d4fc
}

@media print {
    code[class*="language-"], pre[class*="language-"] {
        text-shadow: none
    }
}

pre[class*="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background: #f5f2f0
}

:not(pre) > code[class*="language-"] {
    padding: .1em;
    border-radius: .3em
}

.token.comment, .token.prolog, .token.doctype, .token.cdata {
    color: #708090
}

.token.punctuation {
    color: #999
}

.namespace {
    opacity: .7
}

.token.property, .token.tag, .token.boolean, .token.number {
    color: #905
}

.token.selector, .token.attr-name, .token.string {
    color: #690
}

.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string {
    color: #a67f59;
    background: rgba(255,255,255,.5)
}

.token.atrule, .token.attr-value, .token.keyword {
    color: #07a
}

.token.regex, .token.important {
    color: #e90
}

.token.important {
    font-weight: bold
}

.token.entity {
    cursor: help
}

.pt-admin-manage.l-margins, #m-position-description-search > header h1.pt-admin-manage {
    padding-left: 0
}

.pt-admin-manage > .sorted-table, .pt-admin-manage > .permissions-table-wrapper {
    padding-top: 30px
}

.page-header-basic + .sorted-table, .page-header-basic + .permissions-table-wrapper {
    padding-top: 0
}

.pt-admin-create {
    padding-top: 30px
}

    .pt-admin-create .ctrl-holder .simple-select {
        width: 150px;
        margin-right: 15px
    }

    .pt-admin-create .ctrls-holder {
        margin: 15px 0 0
    }

    .pt-admin-create .ctrl-holder #areacode {
        width: 50px;
        margin-right: 8px
    }

    .pt-admin-create .survey-permissions-section {
        margin-top: 16px
    }

        .pt-admin-create .survey-permissions-section > label {
            margin-top: 0
        }

        .pt-admin-create .survey-permissions-section .form-links {
            margin-left: 180px;
            clear: both
        }

            .pt-admin-create .survey-permissions-section .form-links input {
                margin-right: 40px
            }

    .pt-admin-create .create-user-permissions {
        width: 70%;
        float: left;
        margin-top: 5px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 55px
    }

        .pt-admin-create .create-user-permissions table {
            margin-bottom: 0
        }

            .pt-admin-create .create-user-permissions table td {
                vertical-align: middle
            }

                .pt-admin-create .create-user-permissions table td:first-child {
                    width: 46%
                }

        .pt-admin-create .create-user-permissions ul {
            list-style: none;
            padding-left: 0
        }

            .pt-admin-create .create-user-permissions ul li {
                float: left
            }

        .pt-admin-create .create-user-permissions label {
            float: none;
            width: auto;
            padding-left: 4px
        }

    .pt-admin-create ul.i-agree-tc label {
        font-size: 14px;
        font-size: .875rem;
        filter: DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: .7;
        margin-top: -1px
    }

    .pt-admin-create #number + .error-text {
        margin-left: 15px
    }

.icon-edit, .icon-delete, .icon-deactivate, .icon-reactivate {
    font-size: 13px;
    font-size: .8125rem;
    margin-right: 16px
}

    .icon-edit:before, .icon-delete:before, .icon-deactivate:before, .icon-reactivate:before {
        content: "";
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle
    }

    .icon-edit:before {
        height: 11px;
        width: 11px
    }

    .icon-delete:before {
        height: 18px;
        width: 15px
    }

    .icon-deactivate:before {
        height: 20px;
        width: 20px;
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -1490px;
        background-repeat: no-repeat;
        width: 21px;
        height: 21px
    }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .icon-deactivate:before {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1503px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.icon-reactivate:before {
    height: 10px;
    width: 10px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -2560px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .icon-reactivate:before {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2279px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.pt-admin-view {
    position: relative
}

    .pt-admin-view h1 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: .7;
        font-weight: 300;
        color: #1d1d1b;
        margin-bottom: 18px
    }

    .pt-admin-view .view-user-actions {
        position: absolute;
        top: 24px;
        right: 112px
    }

    .pt-admin-view .ctrl-holder.left-column, .pt-admin-view .ctrls-holder.left-column {
        margin-bottom: 0
    }

        .pt-admin-view .ctrl-holder.left-column:before, .pt-admin-view .ctrl-holder.left-column:after, .pt-admin-view .ctrls-holder.left-column:before, .pt-admin-view .ctrls-holder.left-column:after {
            content: " ";
            display: table
        }

        .pt-admin-view .ctrl-holder.left-column:after, .pt-admin-view .ctrls-holder.left-column:after {
            clear: both
        }

    .pt-admin-view .ctrl-holder.left-column, .pt-admin-view .ctrls-holder.left-column {
        *zoom: 1
    }

        .pt-admin-view .ctrl-holder.left-column label, .pt-admin-view .ctrls-holder.left-column label {
            width: 140px;
            text-align: right;
            font-weight: 600;
            margin-right: 5px;
            font-size: 13px;
            font-size: .8125rem;
            line-height: 1.69231;
            padding-top: 0;
            padding-bottom: 0
        }

    .pt-admin-view #number + .error-text {
        margin-left: 15px
    }

    .pt-admin-view .user-details {
        float: left
    }

        .pt-admin-view .user-details p {
            padding-top: 0;
            padding-bottom: 0;
            margin: 0;
            font-size: 13px;
            font-size: .8125rem;
            line-height: 1.69231;
            font-weight: 300
        }

        .pt-admin-view .user-details .user-photo a {
            font-size: 13px;
            font-size: .8125rem;
            line-height: 1.69231
        }

.attach:before {
    height: 20px;
    width: 21px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -1858px;
    background-repeat: no-repeat;
    position: relative;
    width: 21px;
    height: 20px;
    display: inline-block;
    content: "";
    vertical-align: top;
    margin-right: 10px
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .attach:before {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1225px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.remove {
    margin-left: 30px
}

#image-file {
    display: none
}

.pt-data-centre {
    background-color: #fff
}

    .pt-data-centre:before, .pt-data-centre:after {
        content: " ";
        display: table
    }

    .pt-data-centre:after {
        clear: both
    }

.pt-data-centre {
    *zoom: 1
}

    .pt-data-centre .aon-form {
        padding-top: 40px
    }

        .pt-data-centre .aon-form .row {
            display: block;
            width: 104.36508%;
            margin: 0 -2.18254%;
            *zoom: 1
        }

            .pt-data-centre .aon-form .row:before, .pt-data-centre .aon-form .row:after {
                content: "";
                display: table
            }

            .pt-data-centre .aon-form .row:after {
                clear: both
            }

    .pt-data-centre fieldset {
        padding-top: 40px
    }

    .pt-data-centre label {
        font-weight: bold;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1;
        color: #555;
        padding: 0 0 15px 0
    }

    .pt-data-centre legend {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1;
        color: #1d1d1b
    }

        .pt-data-centre legend.label-sh1 {
            font-size: 18px;
            font-size: 1.125rem;
            color: #444;
            font-weight: normal
        }

    .pt-data-centre div.ctrl-holder {
        margin: 0 0 25px
    }

    .pt-data-centre a.create-new-peer-cut, .pt-data-centre a.create-new-combined-position {
        color: #0083a9;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1;
        display: inline-block
    }

        .pt-data-centre a.create-new-peer-cut:before, .pt-data-centre a.create-new-combined-position:before {
            content: '+';
            display: inline-block;
            padding-right: 5px
        }

    .pt-data-centre .ui-selectmenu-button, .pt-data-centre .ui-multiselect {
        display: block;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .pt-data-centre fieldset.view-data {
        display: inline;
        float: left;
        width: 45.63492%;
        margin: 0 2.18254%;
        padding-top: 40px
    }

        .pt-data-centre fieldset.view-data:before, .pt-data-centre fieldset.view-data:after {
            content: " ";
            display: table
        }

        .pt-data-centre fieldset.view-data:after {
            clear: both
        }

    .pt-data-centre fieldset.view-data {
        *zoom: 1
    }

        .pt-data-centre fieldset.view-data select {
            width: 100%
        }

    .pt-data-centre div.by-surveys {
        display: block;
        width: 108.73016%;
        margin: 0 -4.36508%;
        *zoom: 1
    }

        .pt-data-centre div.by-surveys:before, .pt-data-centre div.by-surveys:after {
            content: "";
            display: table
        }

        .pt-data-centre div.by-surveys:after {
            clear: both
        }

        .pt-data-centre div.by-surveys .col {
            display: inline;
            float: left;
            width: 41.26984%;
            margin: 0 4.36508%
        }

        .pt-data-centre div.by-surveys .label-sh1 {
            font-size: 18px;
            font-size: 1.125rem;
            color: #444;
            font-weight: normal
        }

        .pt-data-centre div.by-surveys .label-sh2 {
            font-size: 13px;
            font-size: .8125rem;
            font-weight: bold;
            color: #555
        }

    .pt-data-centre fieldset.view-combined-positions, .pt-data-centre fieldset.view-peer-cuts {
        display: inline;
        float: left;
        width: 20.63492%;
        margin: 0 2.18254%;
        position: relative
    }

        .pt-data-centre fieldset.view-combined-positions:after, .pt-data-centre fieldset.view-peer-cuts:after {
            content: '';
            display: block;
            width: 1px;
            height: 232px;
            background-color: #ebebeb;
            position: absolute;
            left: -27px;
            top: 0;
            z-index: 1
        }

        .pt-data-centre fieldset.view-combined-positions:before {
            content: 'OR';
            display: block;
            position: absolute;
            left: -38px;
            top: 90px;
            z-index: 2;
            padding: 17px 0;
            background-color: #fff;
            font-size: 13px;
            font-size: .8125rem;
            line-height: 1;
            color: #555;
            font-weight: bold
        }

    .pt-data-centre .actions {
        clear: both;
        border: none;
        padding: 0;
        display: inline;
        float: left;
        width: 95.63492%;
        margin: 0 2.18254%
    }

        .pt-data-centre .actions:before, .pt-data-centre .actions:after {
            content: " ";
            display: table
        }

        .pt-data-centre .actions:after {
            clear: both
        }

    .pt-data-centre .actions {
        *zoom: 1
    }

        .pt-data-centre .actions .btn-holder {
            margin: 0 0 40px 0;
            float: right
        }

        .pt-data-centre .actions input {
            margin-right: 25px
        }

        .pt-data-centre .actions a {
            display: inline-block;
            padding: 0 0 0 20px;
            font-size: 14px;
            font-size: .875rem
        }

    .pt-data-centre legend a {
        color: #1d1d1b;
        position: relative
    }

        .pt-data-centre legend a:after {
            display: block;
            content: '';
            position: absolute;
            right: -35px;
            top: 6px;
            width: 18px;
            height: 10px;
            height: 10px;
            width: 18px;
            background-image: url("../img/sprites/global-se028520d33.png");
            background-position: 0 -2640px;
            background-repeat: no-repeat
        }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .pt-data-centre legend a:after {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2055.5px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.pt-data-centre legend.is-expanded a:after {
    height: 10px;
    width: 18px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -2508px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .pt-data-centre legend.is-expanded a:after {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2030.5px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.pt-data-centre fieldset.refine {
    clear: both;
    display: inline;
    float: left;
    width: 95.63492%;
    margin: 0 2.18254%;
    margin-top: 35px;
    padding-top: 40px
}

.pt-data-centre #refine-your-select {
    display: block;
    width: 104.36508%;
    margin: 0 -2.18254%;
    *zoom: 1;
    outline: none
}

    .pt-data-centre #refine-your-select:before, .pt-data-centre #refine-your-select:after {
        content: "";
        display: table
    }

    .pt-data-centre #refine-your-select:after {
        clear: both
    }

    .pt-data-centre #refine-your-select .filters {
        display: inline;
        float: left;
        width: 70.63492%;
        margin: 0 2.18254%
    }

        .pt-data-centre #refine-your-select .filters .row {
            display: block;
            width: 105.82011%;
            margin: 0 -2.91005%;
            *zoom: 1
        }

            .pt-data-centre #refine-your-select .filters .row:before, .pt-data-centre #refine-your-select .filters .row:after {
                content: "";
                display: table
            }

            .pt-data-centre #refine-your-select .filters .row:after {
                clear: both
            }

        .pt-data-centre #refine-your-select .filters .ctrl-holder {
            display: inline;
            float: left;
            width: 27.51323%;
            margin: 0 2.91005%;
            margin-bottom: 25px
        }

    .pt-data-centre #refine-your-select h2.legend {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1;
        color: #1d1d1b
    }

    .pt-data-centre #refine-your-select .peer-cut {
        display: inline;
        float: left;
        width: 20.63492%;
        margin: 0 2.18254%;
        position: relative
    }

        .pt-data-centre #refine-your-select .peer-cut:after {
            content: '';
            display: block;
            width: 1px;
            height: 232px;
            background-color: #ebebeb;
            position: absolute;
            left: -27px;
            top: 0;
            z-index: 1
        }

.pt-data-centre .ctrl-holder.org-revenue input, .pt-data-centre .ctrl-holder.org-size input {
    width: 100px
}

.pt-data-centre .ctrl-holder.org-size input {
    width: 100%
}

.pt-data-centre .ctrl-holder.org-revenue > div {
    position: relative;
    display: inline-block;
    width: 39%
}

.lt-ie10 .pt-data-centre .ctrl-holder.org-revenue > div {
    border: 1px solid #e0e0e0
}

.pt-data-centre .ctrl-holder.org-revenue > div input {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px
}

.lt-ie10 .pt-data-centre .ctrl-holder.org-revenue > div input {
    padding: 0;
    border-left: 20px solid transparent;
    border-right: 30px solid transparent;
    border-top: none;
    border-bottom: none
}

.pt-data-centre .ctrl-holder.org-revenue > div:before {
    content: '$';
    position: absolute;
    left: 5px;
    top: 14px
}

.pt-data-centre .ctrl-holder.org-revenue > div:after {
    content: 'mil';
    position: absolute;
    right: 5px;
    top: 14px
}

.pt-data-centre .ctrl-holder.org-revenue span {
    display: inline-block;
    padding: 0 10px
}

.pt-data-centre fieldset.survey-specific {
    clear: both;
    display: inline;
    float: left;
    width: 95.63492%;
    margin: 0 2.18254%;
    margin-top: 0
}

    .pt-data-centre fieldset.survey-specific > div {
        display: block;
        width: 104.36508%;
        margin: 0 -2.18254%;
        *zoom: 1;
        outline: none
    }

        .pt-data-centre fieldset.survey-specific > div:before, .pt-data-centre fieldset.survey-specific > div:after {
            content: "";
            display: table
        }

        .pt-data-centre fieldset.survey-specific > div:after {
            clear: both
        }

    .pt-data-centre fieldset.survey-specific .ctrl-holder {
        display: inline;
        float: left;
        width: 20.63492%;
        margin: 0 2.18254%;
        margin-bottom: 25px
    }

.pt-data-centre .refine-wrapper {
    clear: both;
    background-color: #f8f8f8
}

    .pt-data-centre .refine-wrapper:before, .pt-data-centre .refine-wrapper:after {
        content: " ";
        display: table
    }

    .pt-data-centre .refine-wrapper:after {
        clear: both
    }

.pt-data-centre .refine-wrapper {
    *zoom: 1
}

.pt-data-centre .m-notification-bar.results {
    margin: 20px 0 -20px 0
}

.pt-data-centre .result-selection-table {
    display: none
}

.pt-events .m-filter-bar .ctrl-holder {
    width: 32%;
    margin-right: 2%
}

    .pt-events .m-filter-bar .ctrl-holder:last-child {
        margin-right: 0
    }

.pt-events .m-filter-bar .simple-select {
    width: 100%
}

.pt-events-rego h1 {
    color: #000;
    font-size: 34px;
    font-size: 2.125rem
}

.pt-events-rego:before, .pt-events-rego:after {
    content: " ";
    display: table
}

.pt-events-rego:after {
    clear: both
}

.pt-events-rego {
    *zoom: 1
}

    .pt-events-rego section.primary {
        display: inline;
        float: left;
        width: 59.72222%;
        margin: 0 3.47222%;
        margin-left: 0
    }

    .pt-events-rego aside {
        display: inline;
        float: left;
        width: 26.38889%;
        margin: 0 3.47222%;
        float: right;
        margin-right: 0
    }

    .pt-events-rego .phone-number .width-phone-type {
        width: 150px
    }

    .pt-events-rego .width-phone + span.error-text {
        margin-left: 15px
    }

    .pt-events-rego #confirm_email + span.error-text {
        margin-left: 141px
    }

.pt-events-details {
    padding-top: 40px
}

    .pt-events-details h1 {
        color: #555;
        font-size: 34px;
        font-size: 2.125rem
    }

    .pt-events-details:before, .pt-events-details:after {
        content: " ";
        display: table
    }

    .pt-events-details:after {
        clear: both
    }

.pt-events-details {
    *zoom: 1
}

    .pt-events-details section.primary {
        display: inline;
        float: left;
        width: 59.72222%;
        margin: 0 3.47222%;
        margin-left: 0
    }

    .pt-events-details aside {
        display: inline;
        float: left;
        width: 26.38889%;
        margin: 0 3.47222%;
        float: right;
        margin-right: 0
    }

.pt-homepage {
    background-repeat: no-repeat;
    background-position: top center
}

    .pt-homepage .l-margins, .pt-homepage #m-position-description-search > header h1, #m-position-description-search > header .pt-homepage h1 {
        padding: 0 17px
    }

        .pt-homepage .l-margins:before, .pt-homepage #m-position-description-search > header h1:before, #m-position-description-search > header .pt-homepage h1:before, .pt-homepage .l-margins:after, .pt-homepage #m-position-description-search > header h1:after, #m-position-description-search > header .pt-homepage h1:after {
            content: " ";
            display: table
        }

        .pt-homepage .l-margins:after, .pt-homepage #m-position-description-search > header h1:after, #m-position-description-search > header .pt-homepage h1:after {
            clear: both
        }

    .pt-homepage .l-margins, .pt-homepage #m-position-description-search > header h1, #m-position-description-search > header .pt-homepage h1 {
        *zoom: 1
    }

@media only screen and (min-width:101.25em) {
    .pt-homepage .l-margins, .pt-homepage #m-position-description-search > header h1, #m-position-description-search > header .pt-homepage h1 {
        max-width: 1920px;
        padding: 0 1%
    }
}

.pt-homepage .l-margins > header, .pt-homepage #m-position-description-search > header h1 > header, #m-position-description-search > header .pt-homepage h1 > header {
    padding: 30px 0 30px;
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%
}

    .pt-homepage .l-margins > header h1, .pt-homepage #m-position-description-search > header h1 > header h1, #m-position-description-search > header .pt-homepage h1 > header h1 {
        color: #fff;
        font-family: 'Prelo Slab W01 Light',Arial,Helvetica,sans-serif;
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1;
        margin: 0
    }

.pt-homepage section.primary {
    display: inline;
    float: left;
    width: 66.66667%;
    margin: 0 0%;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .pt-homepage section.primary .l-widget {
        margin-bottom: 10px !important
    }

    .pt-homepage section.primary .l-placeholder {
        display: inline;
        float: left;
        width: 100%;
        margin: 0 0%;
        border-top: 1px solid transparent
    }

.pt-homepage aside {
    display: inline;
    float: left;
    width: 33.33333%;
    margin: 0 0%;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width:101.25em) {
    .pt-homepage section.primary {
        display: inline;
        float: left;
        width: 83.33333%;
        margin: 0 0%
    }

        .pt-homepage section.primary .row {
            display: block;
            width: 100%;
            margin: 0 0%;
            *zoom: 1
        }

            .pt-homepage section.primary .row:before, .pt-homepage section.primary .row:after {
                content: "";
                display: table
            }

            .pt-homepage section.primary .row:after {
                clear: both
            }

        .pt-homepage section.primary .l-placeholder, .pt-homepage section.primary .l-widget {
            display: inline;
            float: left;
            width: 50%;
            margin: 0 0%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

            .pt-homepage section.primary .l-placeholder.odd, .pt-homepage section.primary .l-widget.odd {
                padding-right: 5px
            }

            .pt-homepage section.primary .l-placeholder.even, .pt-homepage section.primary .l-widget.even {
                float: right;
                padding-left: 5px
            }

        .pt-homepage section.primary .l-placeholder {
            border-top: 1px solid transparent
        }

    .pt-homepage aside {
        display: inline;
        float: left;
        width: 16.66667%;
        margin: 0 0%
    }
}

.pt-homepage .l-widget > div > div {
    padding-right: 1px
}

#m-dashboard .ctrl-holder .select2-container {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

#m-dashboard .ctrl-holder button {
    clear: both;
    margin: 0 0 0 10px
}

#m-dashboard.add {
    background-color: #fff;
    padding: 30px 20px 30px;
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%
}

    #m-dashboard.add fieldset {
        padding-bottom: 0
    }

    #m-dashboard.add legend {
        margin-left: 8px;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: 'Arial W01 Light',Arial,Helvetica,sans-serif;
        margin-bottom: 10px
    }

    #m-dashboard.add button.add {
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: transparent;
        color: #0083a9;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.69231;
        font-weight: bold;
        outline: none;
        margin: 5px 0 0 10px;
        padding: 0
    }

    #m-dashboard.add .row {
        display: block;
        width: 100%;
        margin: 0 0%;
        *zoom: 1
    }

        #m-dashboard.add .row:before, #m-dashboard.add .row:after {
            content: "";
            display: table
        }

        #m-dashboard.add .row:after {
            clear: both
        }

        #m-dashboard.add .row .ctrl-holder {
            display: inline;
            float: left;
            width: 33.33333%;
            margin: 0 0%;
            padding: 0 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

    #m-dashboard.add .actions {
        border: none;
        padding: 0 10px 0 0
    }

        #m-dashboard.add .actions input {
            margin-left: 40px
        }

.pt-login, .pt-create-password, .pt-reset-password {
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 43px
}

    .pt-login .aon-form, .pt-create-password .aon-form, .pt-reset-password .aon-form {
        background: url("../img/rgbapng/ffffffcc-5.png");
        background: rgba(255,255,255,.8)
    }

        .pt-login .aon-form:before, .pt-login .aon-form:after, .pt-create-password .aon-form:before, .pt-create-password .aon-form:after, .pt-reset-password .aon-form:before, .pt-reset-password .aon-form:after {
            content: " ";
            display: table
        }

        .pt-login .aon-form:after, .pt-create-password .aon-form:after, .pt-reset-password .aon-form:after {
            clear: both
        }

    .pt-login .aon-form, .pt-create-password .aon-form, .pt-reset-password .aon-form {
        *zoom: 1
    }

    .pt-login aside, .pt-login .primary, .pt-create-password aside, .pt-create-password .primary, .pt-reset-password aside, .pt-reset-password .primary {
        float: left
    }

    .pt-login aside, .pt-create-password aside, .pt-reset-password aside {
        width: 47%;
        background-color: #fff;
        padding: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .pt-login aside h1, .pt-create-password aside h1, .pt-reset-password aside h1 {
            max-width: 290px;
            font-family: 'Prelo Slab W01 Light',Arial,Helvetica,sans-serif
        }

    .pt-login section.primary, .pt-create-password section.primary, .pt-reset-password section.primary {
        width: 53%;
        padding: 40px 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .pt-login section.primary h1, .pt-create-password section.primary h1, .pt-reset-password section.primary h1 {
            font-family: 'Prelo Slab W01 Medium',Arial,Helvetica,sans-serif;
            color: #1d1d1b;
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 1.5
        }

        .pt-login section.primary div.actions, .pt-create-password section.primary div.actions, .pt-reset-password section.primary div.actions {
            border: 0;
            padding: 0;
            margin: 10px 0 0 0
        }

        .pt-login section.primary .secondary-login-action, .pt-create-password section.primary .secondary-login-action, .pt-reset-password section.primary .secondary-login-action {
            font-size: 15px;
            font-size: .9375rem;
            line-height: 2.66667
        }

    .pt-login .ctrl-holder input.text, .pt-create-password .ctrl-holder input.text, .pt-reset-password .ctrl-holder input.text {
        width: 364px
    }

        .pt-login .ctrl-holder input.text:focus::-webkit-input-placeholder, .pt-create-password .ctrl-holder input.text:focus::-webkit-input-placeholder, .pt-reset-password .ctrl-holder input.text:focus::-webkit-input-placeholder {
            color: transparent
        }

        .pt-login .ctrl-holder input.text:focus::-moz-placeholder, .pt-create-password .ctrl-holder input.text:focus::-moz-placeholder, .pt-reset-password .ctrl-holder input.text:focus::-moz-placeholder {
            color: transparent
        }

        .pt-login .ctrl-holder input.text:focus:-moz-placeholder, .pt-create-password .ctrl-holder input.text:focus:-moz-placeholder, .pt-reset-password .ctrl-holder input.text:focus:-moz-placeholder {
            color: transparent
        }

    .pt-login ul, .pt-create-password ul, .pt-reset-password ul {
        margin: 0 0 40px 0;
        padding: 0
    }

        .pt-login ul li, .pt-create-password ul li, .pt-reset-password ul li {
            list-style: none;
            padding: 0;
            margin: 0 0 8px;
            font-size: 15px;
            font-size: .9375rem;
            line-height: 1.53333;
            color: #1d1d1b;
            font-family: Arial,Helvetica,sans-serif
        }

            .pt-login ul li:before, .pt-create-password ul li:before, .pt-reset-password ul li:before {
                content: '';
                vertical-align: middle;
                display: inline-block;
                width: 38px;
                height: 38px;
                padding-right: 10px
            }

    .pt-login h2, .pt-create-password h2, .pt-reset-password h2 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.375;
        color: #1d1d1b;
        font-family: Arial,Helvetica,sans-serif;
        border-bottom: 2px solid #eee;
        padding: 0 0 5px 0;
        margin: 10px 0
    }

    .pt-login p, .pt-create-password p, .pt-reset-password p {
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.83333;
        padding: 0;
        margin: 0
    }

    .pt-login .btn-holder input, .pt-create-password .btn-holder input, .pt-reset-password .btn-holder input {
        margin-right: 30px
    }

#m-position-description-search {
    background-color: #fff;
}

    #m-position-description-search > header {
        background-color: #7682bd
    }

        #m-position-description-search > header h1 {
            font-family: 'Prelo Slab W01 Light',Arial,Helvetica,sans-serif;
            color: #fff;
            font-size: 42px;
            font-size: 2.625rem;
            line-height: 1;
            padding-top: 36px;
            padding-bottom: 36px
        }

    #m-position-description-search .ctrl-holder.keyword-search {
        position: relative;
        margin-top: 40px
    }

        #m-position-description-search .ctrl-holder.keyword-search label {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        #m-position-description-search .ctrl-holder.keyword-search input {
            background-color: #e3e3e3;
            border: none;
            -webkit-box-shadow: 0 1 2 0 rgba(69,69,69,.14) inset;
            -moz-box-shadow: 0 1 2 0 rgba(69,69,69,.14) inset;
            box-shadow: 0 1 2 0 rgba(69,69,69,.14) inset;
            width: 378px;
            padding-right: 35px
        }

    #m-position-description-search .ctrl-holder .ico-cross {
        position: absolute;
        height: 10px;
        width: 10px;
        content: "";
        right: 15px;
        top: 18px;
        height: 10px;
        width: 10px;
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -2483px;
        background-repeat: no-repeat
    }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    #m-position-description-search .ctrl-holder .ico-cross {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2141.5px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

#m-position-description-search fieldset.search .ctrl-holder {
    float: left
}

#m-position-description-search fieldset.search input.button {
    margin-left: 10px;
    margin-top: 40px
}

#m-position-description-search fieldset.search .btn-actions a {
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 14px;
    font-size: .875rem
}
#m-position-description-search fieldset.datasliderselect {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 0
}

#m-position-description-search fieldset.datasliderselect legend {
    display: block;
    width: 100%;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

    #m-position-description-search fieldset.datasliderselect legend:after {
        content: '';
        display: block;
        width: 18px;
        height: 10px;
        height: 10px;
        width: 18px;
        background-image: url("/img/icons/png/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2640px;
        background-repeat: no-repeat;
        float: right
    }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    #m-position-description-search fieldset.datasliderselect legend:after {
        background-image: url("/img/icons/png/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2055.5px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

#m-position-description-search fieldset.datasliderselect.is-expanded legend:after {
    height: 10px;
    width: 18px;
    background-image: url("/img/icons/png/global-se028520d33.png");
    background-position: 0 -2508px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    #m-position-description-search fieldset.datasliderselect.is-expanded legend:after {
        background-image: url("/img/icons/png/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2030.5px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}
.is-disabled {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 0;
}

#m-position-description-search fieldset.datasliderselect.is-disabled {
    filter: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
    pointer-events: none
}

#m-position-description-search fieldset.datasliderselect .ctrl-holder {
    margin: 0 25px 24px;
    position: relative
}

#m-position-description-search .flexslider-container ul.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

#m-position-description-search .flexslider-container li.slide {
    margin: 0;
    padding: 1px 0 0 0;
    position: relative
}

    #m-position-description-search .flexslider-container li.slide a {
        display: block;
        text-align: center;
        border: 1px solid #c4c4c4;
        margin: 0 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        color: #555;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.61538;
        height: 92px;
        text-align: center;
        padding: 0 35px;
        width: 88px;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-property: color,border-color,background-color;
        -moz-transition-property: color,border-color,background-color;
        -o-transition-property: color,border-color,background-color;
        transition-property: color,border-color,background-color;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

        #m-position-description-search .flexslider-container li.slide a span {
            display: block;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        #m-position-description-search .flexslider-container li.slide a:active, #m-position-description-search .flexslider-container li.slide a:hover {
            background-color: #efeded;
            border-color: #000
        }

            #m-position-description-search .flexslider-container li.slide a:active.selected, #m-position-description-search .flexslider-container li.slide a:hover.selected {
                background-color: #fff;
                border-color: #e11b22
            }

        #m-position-description-search .flexslider-container li.slide a.selected {
            border: 2px solid #e11b22;
            margin: 0 9px;
            margin-top: -1px;
            pointer-events: none;
            text-decoration: underline
        }

    #m-position-description-search .flexslider-container li.slide.is-large a {
        height: 210px;
        text-decoration: none;
        text-align: left;
        padding: 0 20px;
        width: 250px
    }

        #m-position-description-search .flexslider-container li.slide.is-large a h3 {
            font-size: 13px;
            font-size: .8125rem;
            line-height: 1.61538;
            color: #a6a6a6;
            font-weight: normal;
            margin: 20px 0 0 0
        }

        #m-position-description-search .flexslider-container li.slide.is-large a h4 {
            font-size: 17px;
            font-size: 1.0625rem;
            line-height: 1.23529;
            color: #555;
            font-weight: bold;
            margin: 0 0 20px 0
        }

        #m-position-description-search .flexslider-container li.slide.is-large a p {
            font-size: 13px;
            font-size: .8125rem;
            line-height: 1.61538;
            padding: 0;
            margin: 0
        }

#m-position-description-search ul.flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0
}

    #m-position-description-search ul.flex-direction-nav a {
        display: block;
        position: absolute;
        overflow: hidden;
        overflow-x: auto;
        text-indent: -9999px;
        width: 27px;
        height: 36px;
        top: 30px;
    }

        #m-position-description-search ul.flex-direction-nav a.flex-prev {
            left: -27px;
        }

        #m-position-description-search ul.flex-direction-nav a.flex-next {
            right: -27px;
        }

        #m-position-description-search ul.flex-direction-nav a.flex-disabled {
            pointer-events: none
        }

#m-position-description-search .is-large ul.flex-direction-nav a {
    top: 80px
}

#m-position-description-search .input-tracker {
    color: #1d1d1b;
    background-color: #f5f5f5
}

    #m-position-description-search .input-tracker .l-margins {
        width: 1160px
    }

    #m-position-description-search .input-tracker.headroom--not-top {
        -webkit-transition: top 300ms ease;
        -moz-transition: top 300ms ease;
        -o-transition: top 300ms ease;
        transition: top 300ms ease;
        -webkit-box-shadow: 0 10px 5px 0 rgba(0,0,0,.09);
        box-shadow: 0 10px 5px 0 rgba(0,0,0,.09)
    }

    #m-position-description-search .input-tracker span.label {
        display: block;
        float: left;
        font-size: 16px;
        font-size: 1rem;
        line-height: 6.25;
        color: #1d1d1b;
        padding: 0 20px 0 0
    }

    #m-position-description-search .input-tracker a.pill {
        float: left;
        display: block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        border: 2px solid #e11b22;
        color: #555;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.3;
        font-weight: bold;
        max-width: 162px;
        width: 16%;
        margin-top: 20px;
        margin-right: 50px;
        height: 60px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 10px;
        text-align: center
    }

@media only screen and (max-width:72.8125em) {
    #m-position-description-search .input-tracker a.pill {
        margin-right: 44px
    }
}

@media only screen and (max-width:71em) {
    #m-position-description-search .input-tracker a.pill {
        margin-right: 28px
    }
}

#m-position-description-search .input-tracker a.pill:last-child:after {
    display: none
}

#m-position-description-search .input-tracker a.pill:after {
    position: absolute;
    display: block;
    content: '';
    top: 15px;
    right: -35px;
    width: 20px;
    height: 30px
}

@media only screen and (max-width:72.8125em) {
    #m-position-description-search .input-tracker a.pill:after {
        right: -30px
    }
}

@media only screen and (max-width:71em) {
    #m-position-description-search .input-tracker a.pill:after {
        right: -26px
    }
}

#m-position-description-search .input-tracker a.pill[ng-show="selected.careerLevel"] {
    margin-right: 5px
}

    #m-position-description-search .input-tracker a.pill[ng-show="selected.careerLevel"]:after {
        display: none
    }

#m-position-description-search .input-tracker a.pill > span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    word-wrap: break-word
}

#m-position-description-search .input-tracker a.download-all {
    float: right;
    font-size: 13px;
    font-size: .8125rem;
    display: block;
    margin-top: 40px
}

@media only screen and (max-width:68.125em) {
    #m-position-description-search .input-tracker a.download-all {
        font-size: 12px;
        font-size: .75rem;
        width: 115px
    }
}

#m-position-description-search .input-tracker a.download-all:before {
    content: '';
    display: block;
    margin-top: -2px;
    float: left;
    width: 20px;
    height: 20px;
    padding-left: 10px
}

@media only screen and (max-width:68.125em) {
    #m-position-description-search .input-tracker a.download-all:before {
        margin-top: 2px
    }
}

.updown {
    overflow: hidden;
    -webkit-transition: height 300ms ease-in;
    -moz-transition: height 300ms ease-in;
    -o-transition: height 300ms ease-in;
    transition: height 300ms ease-in;
    -webkit-transition-property: height,opacity;
    -moz-transition-property: height,opacity;
    -o-transition-property: height,opacity;
    transition-property: height,opacity;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    height: 120px;
    opacity: 1
}

.is-large .updown {
    height: 238px
}

.updown.ng-hide {
    height: 0;
    opacity: 0
}

#m-position-description-search .position-details {
    background-color: #efefef;
    padding-bottom: 40px
}

    #m-position-description-search .position-details:before, #m-position-description-search .position-details:after {
        content: " ";
        display: table
    }

    #m-position-description-search .position-details:after {
        clear: both
    }

#m-position-description-search .position-details {
    *zoom: 1
}

    #m-position-description-search .position-details .actions {
        border-bottom: 1px solid #c5c5c5;
        margin-bottom: 40px
    }

        #m-position-description-search .position-details .actions:before, #m-position-description-search .position-details .actions:after {
            content: " ";
            display: table
        }

        #m-position-description-search .position-details .actions:after {
            clear: both
        }

    #m-position-description-search .position-details .actions {
        *zoom: 1
    }

    #m-position-description-search .position-details ul.toolbar {
        list-style: none;
        padding: 0;
        margin: 0;
        float: right
    }

        #m-position-description-search .position-details ul.toolbar li {
            display: block;
            float: left;
            padding: 0;
            margin: 0
        }

    #m-position-description-search .position-details li.send a, #m-position-description-search .position-details li.print a {
        position: relative;
        height: 60px;
        line-height: 60px;
        padding: 0 14px 0 40px;
        font-size: 12px;
        font-size: .75rem;
        line-height: 5
    }

        #m-position-description-search .position-details li.send a:before, #m-position-description-search .position-details li.print a:before {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            left: 10px;
            top: 0
        }

        #m-position-description-search .position-details li.print a:before {
            top: -1px
        }

    #m-position-description-search .position-details .selection-crumbs {
        margin: 0;
        padding: 0;
        list-style: none
    }

        #m-position-description-search .position-details .selection-crumbs li {
            float: left;
            padding: 15px 0
        }

            #m-position-description-search .position-details .selection-crumbs li:before {
                content: '>';
                display: inline-block;
                padding: 0 8px;
                font-size: 14px;
                font-size: .875rem;
                color: #747474
            }

            #m-position-description-search .position-details .selection-crumbs li:first-child:before {
                display: none
            }

        #m-position-description-search .position-details .selection-crumbs a {
            font-size: 14px;
            font-size: .875rem;
            color: #747474
        }

    #m-position-description-search .position-details .position-code {
        font-size: 14px;
        font-size: .875rem;
        color: #555
    }

    #m-position-description-search .position-details h1 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.42857;
        color: #1d1d1b
    }

    #m-position-description-search .position-details h2 {
        font-family: 'Arial W01 Light',Arial,Helvetica,sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        color: #1d1d1b;
        margin-bottom: 20px
    }

    #m-position-description-search .position-details aside {
        display: inline;
        float: left;
        width: 26.38889%;
        margin: 0 3.47222%;
        float: right;
        background-color: #fff;
        padding: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #6c6c6c
    }

        #m-position-description-search .position-details aside .career-level {
            font-size: 14px;
            font-size: .875rem;
            text-transform: uppercase;
            color: #6c6c6c;
            text-align: center;
            padding-top: 15px
        }

            #m-position-description-search .position-details aside .career-level span {
                font-size: 47px;
                font-size: 2.9375rem;
                display: block;
                text-align: center;
                padding-top: 10px;
                padding-bottom: 25px
            }

        #m-position-description-search .position-details aside h3 {
            font-family: 'Arial W01 Light',Arial,Helvetica,sans-serif;
            font-size: 16px;
            font-size: 1rem
        }

        #m-position-description-search .position-details aside p {
            font-size: 14px;
            font-size: .875rem
        }

    #m-position-description-search .position-details article {
        display: inline;
        float: left;
        width: 59.72222%;
        margin: 0 3.47222%;
        margin-left: 0
    }

        #m-position-description-search .position-details article > div, #m-position-description-search .position-details article > div p, #m-position-description-search .position-details article > div ul, #m-position-description-search .position-details article > div ol {
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.875
        }

        #m-position-description-search .position-details article > div {
            margin-bottom: 30px
        }

    #m-position-description-search .position-details .m-notification-bar.results {
        margin: -20px 0 20px 0
    }

.pds-download-options ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.pds-download-options li {
    padding: 0;
    margin: 0;
    text-align: center
}

.pds-download-options a {
    padding: 10px;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1
}

.pt-remreports {
    padding-bottom: 40px
}

    .pt-remreports .big-icon-text {
        background-color: #fff
    }

    .pt-remreports .col-33:before, .pt-remreports .col-33:after {
        content: " ";
        display: table
    }

    .pt-remreports .col-33:after {
        clear: both
    }

    .pt-remreports .col-33 {
        *zoom: 1
    }

        .pt-remreports .col-33 .col {
            width: 22%
        }

            .pt-remreports .col-33 .col:first-child {
                margin-right: 17%
            }

            .pt-remreports .col-33 .col.last-child {
                margin-left: 17%
            }

    .pt-remreports .col-wrapper {
        margin-top: 50px
    }

        .pt-remreports .col-wrapper:before, .pt-remreports .col-wrapper:after {
            content: " ";
            display: table
        }

        .pt-remreports .col-wrapper:after {
            clear: both
        }

    .pt-remreports .col-wrapper {
        *zoom: 1
    }

    .pt-remreports .col {
        float: left;
        text-align: center
    }

        .pt-remreports .col a {
            display: block
        }

        .pt-remreports .col .col-icon-wrapper {
            position: relative;
            width: 80px;
            height: 80px;
            display: inline-block;
            border: 2px solid #e11b22;
            border-radius: 50%;
            padding: 32px
        }

            .pt-remreports .col .col-icon-wrapper .col-icon {
                position: absolute
            }

        .pt-remreports .col .ico-document, .pt-remreports .col .ico-document-aon {
            width: 50px;
            height: 66px;
            top: 50%;
            margin-top: -33px;
            left: 50%;
            margin-left: -25px
        }

        .pt-remreports .col .ico-binoculars {
            width: 70px;
            height: 40px;
            top: 50%;
            margin-top: -20px;
            left: 50%;
            margin-left: -35px
        }

        .pt-remreports .col .col-text {
            margin-top: 25px
        }

            .pt-remreports .col .col-text h4 {
                color: #000;
                font-size: 16px;
                font-size: 1rem;
                font-weight: bold
            }

            .pt-remreports .col .col-text p {
                color: #555;
                font-size: 16px;
                font-size: 1rem
            }

    .pt-remreports .sorted-table table, .pt-remreports .permissions-table-wrapper table {
        table-layout: auto
    }

.pt-remreportsdetails {
    padding-bottom: 40px
}

    .pt-remreportsdetails:before, .pt-remreportsdetails:after {
        content: " ";
        display: table
    }

    .pt-remreportsdetails:after {
        clear: both
    }

.pt-remreportsdetails {
    *zoom: 1
}

    .pt-remreportsdetails .grid {
        padding-top: 30px
    }

    .pt-remreportsdetails section.primary {
        display: inline;
        float: left;
        width: 59.72222%;
        margin: 0 3.47222%;
        margin-left: 0
    }

    .pt-remreportsdetails aside {
        display: inline;
        float: left;
        width: 26.38889%;
        margin: 0 3.47222%;
        float: right;
        margin-right: 0
    }

    .pt-remreportsdetails h1 {
        color: #555;
        font-size: 34px;
        font-size: 2.125rem
    }

    .pt-remreportsdetails h2 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: .7;
        margin-top: 28px;
        color: #1d1d1b;
        margin-bottom: 25px
    }

    .pt-remreportsdetails ul {
        list-style-position: inside;
        padding-left: 0
    }

        .pt-remreportsdetails ul li span {
            margin-left: 8px
        }

    .pt-remreportsdetails .download-reports-section .title {
        padding: 20px 0;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: .7
    }

    .pt-remreportsdetails .download-reports-section .download-reports {
        outline: none
    }

        .pt-remreportsdetails .download-reports-section .download-reports label {
            font-size: 16px;
            font-size: 1rem
        }

        .pt-remreportsdetails .download-reports-section .download-reports .ctrl-holder .options.horizontal li {
            margin-left: 0;
            width: 50%
        }

    .pt-remreportsdetails .download-reports-section .actions .download-all, .pt-remreportsdetails .download-reports-section .actions .clear-selection {
        border: none;
        background-color: transparent;
        color: #0083a9;
        cursor: pointer;
        padding: 0;
        margin-left: 30px
    }

        .pt-remreportsdetails .download-reports-section .actions .download-all:hover, .pt-remreportsdetails .download-reports-section .actions .clear-selection:hover {
            text-decoration: underline
        }

    .pt-remreportsdetails .download-reports-section .actions .clear-selection {
        filter: DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: .5
    }

        .pt-remreportsdetails .download-reports-section .actions .clear-selection.cb-selected {
            filter: DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1
        }

    .pt-remreportsdetails .teaser-interests {
        margin-top: 40px
    }

        .pt-remreportsdetails .teaser-interests ul li {
            list-style-type: none
        }

            .pt-remreportsdetails .teaser-interests ul li:before {
                right: -14px;
                position: absolute;
                content: '';
                position: relative;
                display: inline-block;
                margin-bottom: 2px;
                margin-right: 10px;
                left: 0
            }

@media screen {
    .pt-remreportsdetails .teaser-interests ul li:before {
        -webkit-transition: border-color 250ms,border-width 250ms;
        -moz-transition: border-color 250ms,border-width 250ms;
        -o-transition: border-color 250ms,border-width 250ms;
        transition: border-color 250ms,border-width 250ms;
        width: 0;
        height: 0;
        border: 3.5px solid transparent;
        border-left: 7px solid #0083a9
    }
}

.pt-remreportsdetails aside .information .browse:before {
    width: 22px;
    height: 22px;
    content: "";
    position: absolute;
    top: 12px;
    left: 8px
}

.pt-remreportsdetails aside .download div {
    padding: 15px 0 0 9px
}

.pt-remreportsdetails aside .download .is-xls:before, .pt-remreportsdetails aside .download .is-pdf:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    padding-right: 10px
}

.pt-remreportsdetails aside .download-accordion .content ul {
    padding: 15px 0 0 9px
}

    .pt-remreportsdetails aside .download-accordion .content ul:before, .pt-remreportsdetails aside .download-accordion .content ul:after {
        content: " ";
        display: table
    }

    .pt-remreportsdetails aside .download-accordion .content ul:after {
        clear: both
    }

.pt-remreportsdetails aside .download-accordion .content ul {
    *zoom: 1
}

    .pt-remreportsdetails aside .download-accordion .content ul li {
        float: left;
        width: 50%;
        list-style-position: inside;
        color: #0083a9
    }

    .pt-remreportsdetails aside .download-accordion .content ul .download-options li {
        float: none;
        width: 100%
    }

.pt-remreportsdetails #aside .m-details-wrapper .m-details a {
    word-break: break-word
}

.pt-remreportsdetails .expandcollapse {
    display: block
}

.m-training-events-list-wrapper h2 {
    margin-top: 40px
}

.pt-remreport-request h2 {
    padding-top: 40px;
    margin-bottom: 15px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.42857
}

.pt-remreport-request .request-invoice-details p span {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: .7;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px
}

.pt-remreport-request .request-invoice-details fieldset {
    border: 0;
    padding-left: 0;
    margin-left: 0;
    padding-top: 2px
}

    .pt-remreport-request .request-invoice-details fieldset .legend {
        margin-top: 0
    }

.pt-remreport-request .terms {
    margin-top: 45px
}

    .pt-remreport-request .terms h3 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: .7;
        margin-bottom: 10px
    }

.pt-remreport-request .accept-terms:before, .pt-remreport-request .accept-terms:after {
    content: " ";
    display: table
}

.pt-remreport-request .accept-terms:after {
    clear: both
}

.pt-remreport-request .accept-terms {
    *zoom: 1
}

.pt-submit-data:before, .pt-submit-data:after {
    content: " ";
    display: table
}

.pt-submit-data:after {
    clear: both
}

.pt-submit-data {
    *zoom: 1
}

    .pt-submit-data .submit-data-option {
        position: relative;
        padding: 30px;
        background-color: #fff;
        margin: 10px 0
    }

        .pt-submit-data .submit-data-option:before, .pt-submit-data .submit-data-option:after {
            content: " ";
            display: table
        }

        .pt-submit-data .submit-data-option:after {
            clear: both
        }

    .pt-submit-data .submit-data-option {
        *zoom: 1
    }

        .pt-submit-data .submit-data-option img {
            width: 150px;
            height: 150px;
            float: left
        }

        .pt-submit-data .submit-data-option .submit-content {
            float: left;
            width: 700px;
            margin-left: 25px;
            margin-top: 26px;
            color: #666
        }

        .pt-submit-data .submit-data-option h2 {
            font-size: 20px;
            font-size: 1.25rem;
            color: #1d1d1b
        }

        .pt-submit-data .submit-data-option ol {
            counter-reset: list;
            padding-left: 23px
        }

            .pt-submit-data .submit-data-option ol > li {
                list-style: none;
                position: relative;
                font-size: 13px;
                font-size: .8125rem;
                line-height: 1.84615
            }

            .pt-submit-data .submit-data-option ol li:before {
                content: counter(list,lower-alpha)") ";
                counter-increment: list;
                position: absolute;
                left: -1.6em
            }

        .pt-submit-data .submit-data-option a.button.primary {
            position: absolute;
            right: 30px;
            top: 50%;
            margin-top: -21px;
            width: 175px
        }

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0
}

.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: bold
}

    .qtip-titlebar + .qtip-content {
        border-top-width: 0 !important
    }

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: medium none;
    border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
    top: 16px
}

.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}

.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none
}

    .qtip-icon .ui-icon {
        width: 18px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        text-indent: 0;
        font: normal bold 10px/13px Tahoma,sans-serif;
        color: inherit;
        background: transparent none no-repeat -100em -100em
    }

.qtip-default {
    border: 1px solid #f1d031;
    background-color: #ffffa3;
    color: #555
}

    .qtip-default .qtip-titlebar {
        background-color: #ffef93
    }

    .qtip-default .qtip-icon {
        border-color: #ccc;
        background: #f1f1f1;
        color: #777
    }

    .qtip-default .qtip-titlebar .qtip-close {
        border-color: #aaa;
        color: #111
    }
/*! Light tooltip style */
.qtip-light {
    background-color: #fff;
    border-color: #e2e2e2;
    color: #454545
}

    .qtip-light .qtip-titlebar {
        background-color: #f1f1f1
    }
/*! Dark tooltip style */
.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3
}

    .qtip-dark .qtip-titlebar {
        background-color: #404040
    }

    .qtip-dark .qtip-icon {
        border-color: #444
    }

    .qtip-dark .qtip-titlebar .ui-state-hover {
        border-color: #303030
    }

.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15)
}

.qtip-rounded, .qtip-tipsy, .qtip-aon {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

    .qtip-rounded .qtip-titlebar {
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }

.qtip-aon {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #fff;
    border: 1px solid rgba(0,0,0,0);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 0 29px 0 rgba(0,0,0,.11);
    box-shadow: 0 0 29px 0 rgba(0,0,0,.11)
}

    .qtip-aon .qtip-titlebar {
        padding: 8px 14px;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0
    }

        .qtip-aon .qtip-titlebar .qtip-close {
            right: 11px;
            top: 45%;
            border-style: none
        }

    .qtip-aon .qtip-content {
        padding: 9px 14px
    }

    .qtip-aon .qtip-icon {
        background: transparent
    }

        .qtip-aon .qtip-icon .ui-icon {
            width: auto;
            height: auto;
            float: right;
            font-size: 20px;
            font-weight: bold;
            line-height: 18px;
            color: #fff;
            text-shadow: 0 1px 0 #fff;
            opacity: .2;
            filter: alpha(opacity=20)
        }

            .qtip-aon .qtip-icon .ui-icon:hover {
                color: #000;
                text-decoration: none;
                cursor: pointer;
                opacity: .4;
                filter: alpha(opacity=40)
            }

.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none
}

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10
}

x:-o-prefocus, .qtip .qtip-tip {
    visibility: hidden
}

    .qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
        position: absolute;
        color: #123456;
        background: transparent;
        border: 0 dashed transparent
    }

        .qtip .qtip-tip canvas {
            top: 0;
            left: 0
        }

        .qtip .qtip-tip .qtip-vml {
            behavior: url(/CMSPages/#default#VML);
            display: inline-block;
            visibility: visible
        }

.scrolltable.has-scroll {
    position: relative;
    overflow: hidden
}

    .scrolltable.has-scroll:after {
        position: absolute;
        top: 0;
        left: 100%;
        width: 50px;
        height: 100%;
        -webkit-border-radius: 10px 0 0 10px/50% 0 0 50%;
        -moz-border-radius: 10px 0 0 10px/50% 0 0 50%;
        -ms-border-radius: 10px 0 0 10px/50% 0 0 50%;
        -o-border-radius: 10px 0 0 10px/50% 0 0 50%;
        border-radius: 10px 0 0 10px/50% 0 0 50%;
        -webkit-box-shadow: -5px 0 10px rgba(0,0,0,.25);
        -moz-box-shadow: -5px 0 10px rgba(0,0,0,.25);
        box-shadow: -5px 0 10px rgba(0,0,0,.25);
        content: ''
    }

    .scrolltable.has-scroll > div {
        overflow-x: auto;
        overflow-y: hidden
    }

@media only screen and (max-width:63.9375em) {
    .responsive-table-column-toggling-initialised th, .responsive-table-column-toggling-initialised td {
        display: none
    }
}

.responsive-table-column-toggling-initialised .column-persist, .responsive-table-column-toggling-initialised .column-important {
    display: table-cell
}

@media only screen and (min-width:40em) {
    .responsive-table-column-toggling-initialised .column-optional {
        display: table-cell
    }
}

@media only screen and (min-width:64em) {
    .responsive-table-column-toggling-initialised th, .responsive-table-column-toggling-initialised td {
        display: table-cell
    }
}

@media only screen and (max-width:63.9375em) {
    .responsive-table-column-toggling-initialised .column-force-hide {
        display: none
    }

    .responsive-table-column-toggling-initialised .column-force-show {
        display: table-cell
    }
}

.responsive-table-menu-wrapper {
    position: relative;
    height: 27px;
    margin-bottom: 10px;
    z-index: 1
}

@media only screen and (min-width:64em) {
    .responsive-table-menu-wrapper {
        display: none
    }
}

.responsive-table-menu-btn {
    position: absolute;
    right: 0
}

.responsive-table-menu {
    position: absolute;
    top: 30px;
    right: 0;
    left: auto;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    width: 12em
}

    .responsive-table-menu ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .responsive-table-menu input {
        margin-right: 5px
    }

.sorted-table, .permissions-table-wrapper {
    padding: 55px 0 45px
}

    .sorted-table.grey-bg-color, .grey-bg-color.permissions-table-wrapper {
        background-color: #e4e7ea
    }

    .sorted-table table, .permissions-table-wrapper table {
        margin-top: 0;
        background-color: #fff;
        margin-bottom: 25px;
        table-layout: fixed
    }

        .sorted-table table thead, .permissions-table-wrapper table thead {
            background-color: #a1bccc
        }

            .sorted-table table thead.second-level, .permissions-table-wrapper table thead.second-level {
                background-color: #b4cddb
            }

            .sorted-table table thead th, .permissions-table-wrapper table thead th {
                border: none;
                font-size: 13px;
                font-size: .8125rem;
                white-space: nowrap
            }

                .sorted-table table thead th a, .permissions-table-wrapper table thead th a {
                    color: #555
                }

                .sorted-table table thead th:first-child, .permissions-table-wrapper table thead th:first-child {
                    padding-left: 30px
                }

            .sorted-table table thead .sortable:after, .permissions-table-wrapper table thead .sortable:after {
                content: "";
                display: inline-block;
                margin-left: 7px;
                vertical-align: middle;
                margin-top: -2px;
                height: 12px;
                width: 7px;
                background-image: url("../img/sprites/global-se028520d33.png");
                background-position: 0 -2665px;
                background-repeat: no-repeat
            }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .sorted-table table thead .sortable:after, .permissions-table-wrapper table thead .sortable:after {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1942px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.sorted-table table thead .sortable.ascending:after, .permissions-table-wrapper table thead .sortable.ascending:after {
    height: 5px;
    width: 7px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -2868px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .sorted-table table thead .sortable.ascending:after, .permissions-table-wrapper table thead .sortable.ascending:after {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2323.5px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.sorted-table table thead .sortable.descending:after, .permissions-table-wrapper table thead .sortable.descending:after {
    height: 5px;
    width: 7px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -2802px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .sorted-table table thead .sortable.descending:after, .permissions-table-wrapper table thead .sortable.descending:after {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -2304px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.sorted-table table tbody tr.odd, .permissions-table-wrapper table tbody tr.odd {
    background-color: #f9f9f9
}

.sorted-table table tbody td, .permissions-table-wrapper table tbody td {
    font-size: 13px;
    font-size: .8125rem;
    color: #666;
    border: none
}

    .sorted-table table tbody td:first-child, .permissions-table-wrapper table tbody td:first-child {
        padding-left: 30px
    }

    .sorted-table table tbody td a, .permissions-table-wrapper table tbody td a {
        font-weight: normal
    }

        .sorted-table table tbody td a.pdf:before, .permissions-table-wrapper table tbody td a.pdf:before, .sorted-table table tbody td a.excel:before, .permissions-table-wrapper table tbody td a.excel:before {
            display: inline-block;
            content: "";
            height: 15px;
            width: 15px;
            margin-right: 4px;
            vertical-align: top
        }

    .sorted-table table tbody td:nth-child(4), .permissions-table-wrapper table tbody td:nth-child(4) {
        white-space: nowrap
    }

    .sorted-table table tbody td:nth-child(6), .permissions-table-wrapper table tbody td:nth-child(6) {
        word-wrap: break-word
    }

.sorted-table table tbody .td-less-pad-right, .permissions-table-wrapper table tbody .td-less-pad-right {
    padding-right: 5px
}

.sorted-table table tbody a.excel, .permissions-table-wrapper table tbody a.excel {
    border-left: 1px solid #b6b8b9;
    padding-left: 10px;
    margin-left: 10px
}

.permissions-table-wrapper .permissions-table-wrapper table tbody td:first-child {
    min-width: 190px
}

.tabs-container .nav {
    margin-bottom: -1px;
    z-index: 2;
    position: relative
}

    .tabs-container .nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .tabs-container .nav li {
        margin: 0;
        margin-left: 7px;
        float: left
    }

        .tabs-container .nav li:first-child, .tabs-container .nav li.first-child {
            margin-left: 0
        }

    .tabs-container .nav a {
        display: block;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        border: 1px solid #000;
        background: #d5d5d5;
        padding: 15px 20px 10px 20px;
        font-weight: bold
    }

    .tabs-container .nav .is-active a {
        border-bottom: 1px solid #fff;
        background: #fff none;
        color: #555;
        cursor: default
    }

.tabs-container .tabs {
    border: 1px solid #000;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    z-index: 1;
    position: relative
}

.tabs-container .tab.is-hidden {
    display: none
}

.lt-ie8 .tabs-container .tabs, .lt-ie8 .tabs-container .tab {
    zoom: 1
}

.tabs-container.is-disabled .nav {
    display: none
}

.tabs-container.is-disabled .tabs {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.tabs-container.is-disabled .tab.is-hidden {
    display: block
}

.tabs-container .tab h3 {
    margin-top: 0
}

.action {
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
    vertical-align: middle;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.69231
}

    .action:before {
        display: inline-block;
        content: "";
        vertical-align: top;
        margin-right: 9px
    }

button.action {
    border: none;
    background: transparent;
    color: #0083a9;
    padding: 0;
    outline: none
}

    button.action:hover {
        text-decoration: underline
    }

table + .action-add {
    padding-top: 6px;
    margin-bottom: 10px
}

.action-add:before {
    height: 19px;
    width: 19px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -2126px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .action-add:before {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1109px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.action-create:before {
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -2692px;
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    margin-top: 3px
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .action-create:before {
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -2692px;
        background-repeat: no-repeat
    }
}

.action-download, .action-delete, .action-reset {
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
    outline: none;
    margin: 0 5px
}

    .action-download:before, .action-delete:before, .action-reset:before {
        position: absolute;
        left: 0
    }

    .action-download:before {
        width: 20px;
        height: 20px;
        top: 6px
    }

    .action-delete:before {
        width: 15px;
        height: 18px;
        top: 6px
    }

    .action-reset:before {
        width: 20px;
        height: 20px;
        top: 6px
    }

menu.toolbar {
    float: right;
    margin: -70px 0 0 0
}

    menu.toolbar > li {
        list-style: none;
        margin: 0 10px 0 0;
        padding: 5px 0 0 0;
        float: left
    }

        menu.toolbar > li a, menu.toolbar > li button {
            display: block;
            padding: 5px 10px
        }

    menu.toolbar .ctrl-holder {
        margin: -5px 10px 0 0
    }

        menu.toolbar .ctrl-holder label {
            width: auto;
            font-size: 13px;
            font-size: .8125rem;
            padding: 9px 15px
        }

.tooltip-btn {
    display: inline-block;
    margin-left: 20px;
    margin-top: 9px;
    margin-right: 5px;
    position: relative
}

    a.tooltip-btn, .tooltip-btn button {
        height: 18px;
        width: 18px;
        overflow: hidden;
        text-indent: -99999px;
        border: none;
        padding: 0;
        vertical-align: top;
        cursor: pointer;
        outline: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        background-color: transparent;
        height: 26px;
        width: 26px;
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -1163px;
        background-repeat: no-repeat;
        position: relative
    }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    a.tooltip-btn, .tooltip-btn button {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1260px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.tooltip-btn button {
    display: block
}

    a.tooltip-btn:hover, a.tooltip-btn:focus, a.tooltip-btn:active, a.tooltip-btn.is-active, .tooltip-btn button:hover, .tooltip-btn button:focus, .tooltip-btn button:active, .tooltip-btn.is-active button {
        height: 26px;
        width: 26px;
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -996px;
        background-repeat: no-repeat
    }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    a.tooltip-btn:hover, a.tooltip-btn:focus, a.tooltip-btn:active, a.tooltip-btn.is-active, .tooltip-btn button:hover, .tooltip-btn button:focus, .tooltip-btn button:active, .tooltip-btn.is-active button {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1068px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.tooltip {
    position: absolute;
    z-index: 9000;
    display: none;
    opacity: 0;
    -webkit-transform: translate3d(0,5px,0);
    -moz-transform: translate3d(0,5px,0);
    -ms-transform: translate3d(0,5px,0);
    -o-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
    -webkit-transition: opacity 250ms,-webkit-transform 250ms;
    -moz-transition: opacity 250ms,-moz-transform 250ms;
    -o-transition: opacity 250ms,-o-transform 250ms;
    transition: opacity 250ms,transform 250ms
}

    .tooltip.is-ready {
        display: block
    }

    .tooltip.is-active {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .tooltip .content {
        padding: 15px 24px;
        color: #fff;
        background: #10d18f;
        max-width: 378px;
        z-index: 0;
        position: relative;
        top: -4px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px
    }

        .tooltip .content p {
            font-size: 13px;
            font-size: .8125rem;
            line-height: 1.38462;
            margin: 0;
            font-weight: normal;
            color: #fff
        }

    .tooltip .arrow {
        width: 24px;
        height: 9px;
        position: absolute;
        bottom: -5px;
        left: 30px;
        margin-left: -12px;
        z-index: 1;
        padding: 0
    }

    .tooltip.is-below {
        -webkit-transform: translate3d(0,5px,0);
        -moz-transform: translate3d(0,5px,0);
        -ms-transform: translate3d(0,5px,0);
        -o-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

        .tooltip.is-below.is-active {
            -webkit-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

        .tooltip.is-below .content {
            top: auto;
            bottom: -4px
        }

        .tooltip.is-below .arrow {
            top: -5px;
            bottom: auto
        }

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .select2-container .select2-choice {
        display: block;
        height: 40px;
        padding: 0 0 0 14px;
        overflow: hidden;
        position: relative;
        border: 1px solid #f4f4f4;
        white-space: nowrap;
        line-height: 40px;
        color: #555;
        text-decoration: none;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 3.07692;
        border-radius: 0;
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #f5f6f6;
        *zoom: 1;
        filter: DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFF5F6F6',endColorstr='#FFE9E9E9');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#f5f6f6),color-stop(100%,#e9e9e9));
        background-image: -webkit-linear-gradient(top,#f5f6f6 0%,#e9e9e9 100%);
        background-image: -moz-linear-gradient(top,#f5f6f6 0%,#e9e9e9 100%);
        background-image: -o-linear-gradient(top,#f5f6f6 0%,#e9e9e9 100%);
        background-image: linear-gradient(top,#f5f6f6 0%,#e9e9e9 100%)
    }

    .select2-container.select2-drop-above .select2-choice {
        border-radius: 0 0 4px 4px;
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(.9,#fff));
        background-image: -webkit-linear-gradient(center bottom,#eee 0%,#fff 90%);
        background-image: -moz-linear-gradient(center bottom,#eee 0%,#fff 90%);
        filter: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
        background-image: linear-gradient(top,#eee 0%,#fff 90%)
    }

    .select2-container.select2-allowclear .select2-choice .select2-chosen {
        margin-right: 42px
    }

    .select2-container .select2-choice > .select2-chosen {
        margin-right: 26px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .select2-container .select2-choice abbr {
        display: none;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 24px;
        top: 8px;
        font-size: 1px;
        text-decoration: none;
        border: 0;
        background: url("/img/forms/select2.png") right top no-repeat;
        cursor: pointer;
        outline: 0
    }

    .select2-container.select2-allowclear .select2-choice abbr {
        display: inline-block
    }

    .select2-container .select2-choice abbr:hover {
        background-position: right -11px;
        cursor: pointer
    }

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #f4f4f4;
    border-top: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1)
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto
}

    .select2-drop-auto-width .select2-search {
        padding-top: 4px
    }

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,.15);
    box-shadow: 0 -4px 5px rgba(0,0,0,.15)
}

.select2-drop-active {
    border-top: none
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0
}

    .select2-container .select2-choice .select2-arrow b {
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -2428px;
        background-repeat: no-repeat
    }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .select2-container .select2-choice .select2-arrow b {
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -2428px;
        background-repeat: no-repeat
    }
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}

    .select2-search input {
        width: 100%;
        height: auto !important;
        min-height: 26px;
        padding: 4px 20px 4px 5px;
        margin: 0;
        outline: 0;
        font-family: sans-serif;
        font-size: 1em;
        border: 1px solid #aaa;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #fff url("/img/forms/select2.png") no-repeat 100% -22px;
        background: url("/img/forms/select2.png") no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eee));
        background: url("/img/forms/select2.png") no-repeat 100% -22px,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
        background: url("/img/forms/select2.png") no-repeat 100% -22px,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
        background: url("/img/forms/select2.png") no-repeat 100% -22px,linear-gradient(top,#fff 85%,#eee 99%)
    }

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px
}

.select2-search input.select2-active {
    background: #fff url("/img/forms/select2-spinner.gif") no-repeat 100%;
    background: url("/img/forms/select2-spinner.gif") no-repeat 100%,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eee));
    background: url("/img/forms/select2-spinner.gif") no-repeat 100%,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);
    background: url("/img/forms/select2-spinner.gif") no-repeat 100%,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);
    background: url("/img/forms/select2-spinner.gif") no-repeat 100%,linear-gradient(top,#fff 85%,#eee 99%)
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #f4f4f4;
    outline: none
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #f4f4f4;
    border-top-color: transparent
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none
}

    .select2-dropdown-open .select2-choice .select2-arrow b {
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -2585px;
        background-repeat: no-repeat
    }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .select2-dropdown-open .select2-choice .select2-arrow b {
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -2585px;
        background-repeat: no-repeat
    }
}

.select2-results {
    max-height: 200px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

    .select2-results ul.select2-result-sub {
        margin: 0;
        padding-left: 0
    }

        .select2-results ul.select2-result-sub > li .select2-result-label {
            padding-left: 20px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 40px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 60px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 80px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 100px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 110px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 120px
        }

    .select2-results li {
        list-style: none;
        display: list-item;
        background-image: none;
        color: #666
    }

        .select2-results li.select2-result-with-children > .select2-result-label {
            font-weight: bold
        }

    .select2-results .select2-result-label {
        padding: 13px 11px 13px;
        margin: 0;
        cursor: pointer;
        min-height: 1em;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .select2-results .select2-highlighted {
        background-color: #e11b22;
        color: #fff
    }

    .select2-results li em {
        background: #feffde;
        font-style: normal
    }

    .select2-results .select2-highlighted em {
        background: transparent
    }

    .select2-results .select2-highlighted ul {
        background: #fff;
        color: #000
    }

    .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
        background: #f4f4f4;
        display: list-item
    }

    .select2-results .select2-disabled.select2-highlighted {
        color: #666;
        background: #f4f4f4;
        display: list-item;
        cursor: default
    }

    .select2-results .select2-disabled {
        background: #f4f4f4;
        display: list-item;
        cursor: default
    }

    .select2-results .select2-selected {
        display: none
    }

.select2-more-results.select2-active {
    background: #f4f4f4 url("/img/forms/select2-spinner.gif") no-repeat 100%
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow {
        background-color: #f4f4f4;
        background-image: none;
        border-left: 0
    }

    .select2-container.select2-container-disabled .select2-choice abbr {
        display: none
    }

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: -moz-linear-gradient(top,#eee 1%,#fff 15%);
    background-image: linear-gradient(top,#eee 1%,#fff 15%)
}

.select2-locked {
    padding: 3px 5px 3px 5px !important
}

.select2-container-multi .select2-choices {
    min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

    .select2-container-multi .select2-choices .select2-search-field input {
        padding: 5px;
        margin: 1px 0;
        font-family: sans-serif;
        font-size: 100%;
        color: #666;
        outline: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent !important
    }

        .select2-container-multi .select2-choices .select2-search-field input.select2-active {
            background: #fff url("/img/forms/select2-spinner.gif") no-repeat 100% !important
        }

.select2-default {
    color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaa;
    border-radius: 0 px;
    -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
    background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%)
}

    .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
        cursor: default
    }

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url("/img/forms/select2.png") right top no-repeat
}

.select2-container-multi .select2-search-choice-close {
    left: 3px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        padding: 3px 5px 3px 5px;
        border: 1px solid #ddd;
        background-image: none;
        background-color: #f4f4f4
    }

        .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
            display: none;
            background: none
        }

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0 !important;
    top: 0 !important
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi) {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-containe {
        background-image: url("/img/forms/select2x2.png") !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important
    }

    .select2-search input {
        background-position: 100% -21px !important
    }
}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.8.2 - 2014-10-09T23:29:49.716Z
 * License: MIT
 */
.ui-select-highlight {
    font-weight: bold
}

.ui-select-offscreen {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0 !important;
    top: 0 !important
}

.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #d44950
}

.select2-result-single {
    padding-left: 0
}

.selectize-input.selectize-focus {
    border-color: #007fbb !important
}

.selectize-control > .selectize-input > input {
    width: 100%
}

.selectize-control > .selectize-dropdown {
    width: 100%
}

.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #d44950
}

.videos {
    padding-top: 30px;
    border-top: solid 1px #dadada;
    float: none !important;
    clear: both
}

    .videos h2.section-head {
        font-size: 34px;
        font-size: 2.125rem
    }

    .videos h2 {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 30px 0
    }

@media only screen and (min-width:1em) {
    .videos h2 {
        padding-right: 140px
    }
}

.videos h3 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 4px
}

.videos .video-container {
    outline: none
}

.videos .video-open {
    display: none
}

@media only screen and (min-width:1em) {
    .videos .video-open {
        display: none !important
    }
}

.videos .video-embedded {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 30px 0
}

@media only screen and (min-width:1em) {
    .videos .video-embedded {
        width: 100%
    }
}

.videos .video-embedded-inner {
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%
}

    .videos .video-embedded-inner.ratio-16-to-9 {
        padding-top: 56.25%
    }

    .videos .video-embedded-inner.ratio-4-to-3 {
        padding-top: 75%
    }

    .videos .video-embedded-inner iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.videos .video-details {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media only screen and (min-width:1em) {
    .videos .video-details {
        width: 33.33%;
        float: right;
        padding-right: 30px
    }
}

.videos .video-details .video-number {
    font-size: 15px;
    font-size: .9375rem;
    margin-bottom: .5em
}

@media only screen and (min-width:1em) {
    .videos .video-details .video-number {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1em) {
    .videos .video-details .video-number {
        margin-bottom: 1em
    }
}

.videos .video-details h3 {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 0 0 .4em 0
}

@media only screen and (min-width:1em) {
    .videos .video-details h3 {
        margin: .4em 0
    }
}

@media only screen and (min-width:1em) {
    .videos .video-details h3 {
        margin: .8em 0
    }
}

.videos .video-details .video-stats {
    padding: 10px;
    margin-bottom: 20px;
    background: #f4f4f4;
    border: 1px solid #e1e1e1
}

@media only screen and (min-width:1em) {
    .videos .video-details .video-stats {
        margin-bottom: 30px
    }
}

.videos .video-details .video-description {
    padding-bottom: 20px
}

.videos .video-details .views, .videos .video-details .likes, .videos .video-details .dislikes {
    float: left;
    font-size: 13px;
    font-size: .8125rem
}

.videos .video-details .views {
    font-weight: bold
}

.videos .video-details .likes-dislikes {
    float: right
}

.videos .video-details .likes, .videos .video-details .dislikes {
    padding-left: 30px;
    position: relative
}

    .videos .video-details .likes:before, .videos .video-details .dislikes:before {
        content: "";
        display: block;
        height: 14px;
        width: 13px;
        position: absolute;
        top: 0;
        left: 13px
    }

    .videos .video-details .dislikes:before {
        top: 3px
    }

.videos .content {
    padding: 0 25px 30px
}

@media only screen and (min-width:1em) {
    .videos .content {
        padding: 0 0 30px 0
    }
}

.videos .video {
    width: 217px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px
}

@media only screen and (min-width:48em) {
    .videos .video {
        margin-left: 30px;
        width: 225px;
        float: left
    }

    .l-two-column-right .videos .video {
        margin-left: 20px;
        width: 217px
    }
}

@media only screen and (max-width:63.9375em) {
    .videos .video {
        width: 215px
    }
}

@media only screen and (max-width:47.9375em) {
    .videos .video {
        width: 100%
    }
}

.videos .slides > div:first-child .video {
    margin-left: 0
}

@media only screen and (min-width:1em) {
    .videos .slides > div {
        width: auto !important
    }
}

@media only screen and (min-width:1em) {
    .videos .video-open {
        margin-right: -30px
    }
}

.videos .image {
    position: relative
}

    .videos .image .play {
        position: absolute;
        text-indent: -999px;
        display: block;
        width: 100%;
        height: 100%
    }

        .videos .image .play:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -44px 0 0 -56px;
            height: 87px;
            width: 113px;
            background-image: url("../img/sprites/global-se028520d33.png");
            background-position: 0 -23px;
            background-repeat: no-repeat;
            opacity: .9
        }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .videos .image .play:after {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 0;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.videos .image .play:hover:after {
    opacity: 1
}

.videos .image .duration {
    display: inline-block;
    padding: 6px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-size: .75rem;
    font-weight: bold;
    color: #fff;
    background: #000
}

.videos .image img {
    display: block;
    width: 100%
}

.videos .fn_video {
    background: none;
    line-height: normal;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    min-width: auto
}

    .videos .fn_video:before {
        display: none
    }

.videos .flexcontrols {
    margin: 50px 0 0
}

@media only screen and (min-width:1em) {
    .videos .flexcontrols {
        margin: 45px 0 15px
    }
}

@media only screen and (min-width:1em) {
    .single-video {
        padding: 0
    }
}

@media only screen and (min-width:1em) {
    .single-video .video {
        float: left;
        width: 40%
    }
}

@media only screen and (min-width:1em) {
    .single-video .video-info {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 60%;
        padding: 0 15px 0 10px
    }
}

@media only screen and (min-width:1em) {
    .single-video .video-info {
        padding-left: 20px
    }
}

@media only screen and (min-width:1em) {
    .single-video .video-info {
        padding-left: 30px
    }
}

@media only screen and (min-width:1em) {
    .video-container {
        display: none !important
    }
}

.video-container .close {
    font-family: 'Prelo Slab W01 Medium',Arial,Helvetica,sans-serif
}

.video-container .cl {
    height: 17px;
    width: 17px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -2160px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .video-container .cl {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1338px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.ctrl-holder.success > .text, .ctrl-holder.success > select, .ctrl-holder.success > textarea {
    border-color: #7ab800
}

:-ms-input-placeholder {
    color: #7d7d7d !important;
    font-style: italic
}

.aon-form .ctrl-holder:before, .aon-form .ctrl-holder:after {
    content: " ";
    display: table
}

.aon-form .ctrl-holder:after {
    clear: both
}

.aon-form .ctrl-holder {
    *zoom: 1
}

.l-form-vertical .ctrl-holder label, .l-form-vertical .ctrl-holder .label {
    float: none;
    width: auto;
    display: block
}

.success {
    color: #008542;
    font-weight: bold;
    display: block
}

.error-summary {
    padding: 15px 20px;
    margin: 0;
    position: relative;
    border: 1px solid #d32626;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #cf0000;
    background-color: #fddbdb
}

    .error-summary p {
        font-weight: bold
    }

.error .text, .error select, .error textarea, .error .simple-select {
    background-color: #fff;
    border-color: #c20c0c
}

.error-text {
    clear: both;
    display: block;
    padding-top: 8px;
    color: #c20c0c;
    margin-left: 196px;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.38462
}

.l-form-vertical .error-text {
    margin-left: 16px
}

.aon-form.l-form-vertical .fn_inlineValidation_errors {
    margin: 20px 0 -30px
}

.aon-form .fn_inlineValidation_errors {
    background-color: #e63652;
    outline: none;
    margin: 20px 0 -10px
}

    .aon-form .fn_inlineValidation_errors p {
        color: #fff;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.38462;
        font-weight: bold;
        margin-bottom: 5px;
        padding-top: 15px;
        padding-left: 15px
    }

        .aon-form .fn_inlineValidation_errors p:before {
            height: 22px;
            width: 22px;
            background-image: url("../img/sprites/global-se028520d33.png");
            background-position: 0 -2192px;
            background-repeat: no-repeat;
            height: 23px;
            width: 22px;
            content: "";
            display: inline-block;
            margin-right: 8px;
            margin-left: 5px;
            vertical-align: -35%
        }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .aon-form .fn_inlineValidation_errors p:before {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1301px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.aon-form ul.errors {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 50px
}

    .aon-form ul.errors li:before {
        display: none
    }

    .aon-form ul.errors li a {
        color: #fff;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.38462
    }

    .aon-form ul.errors li:last-child {
        padding-bottom: 15px
    }

.password-strength span, .password-strength strong {
    float: left;
    display: block
}

.password-strength span {
    width: 100px;
    height: 10px;
    margin-top: 11px;
    background-color: #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 0
}

    .password-strength span span {
        width: 0;
        margin-top: 0;
        -webkit-transition: background-color .5s,width .5s;
        -moz-transition: background-color .5s,width .5s;
        -o-transition: background-color .5s,width .5s;
        transition: background-color .5s,width .5s
    }

    .password-strength span .invalid {
        background-color: #eb2629;
        width: 25%
    }

    .password-strength span .average {
        background-color: #fbcc3f;
        width: 50%
    }

    .password-strength span .strong {
        background-color: #00afde;
        width: 75%
    }

    .password-strength span .very-strong {
        background-color: #7cb248;
        width: 100%
    }

.password-strength strong {
    margin-left: 10px;
    padding-top: 7px
}

.text.xlong, select.xlong, textarea.xlong {
    width: 320px
}

.simple-select select.xlong {
    width: 328px
}

.xlong.simple-select .simpleLabel {
    width: 309px
}

.text-pre .text.xlong {
    width: 310px
}

.text.long, select.long, textarea.long {
    width: 220px
}

.simple-select select.long {
    width: 228px
}

.long.simple-select .simpleLabel {
    width: 209px
}

.text-pre .text.long {
    width: 210px
}

.text.medium, select.medium, textarea.medium {
    width: 170px
}

.simple-select select.medium {
    width: 178px
}

.medium.simple-select .simpleLabel {
    width: 159px
}

.text-pre .text.medium {
    width: 160px
}

.text.short, select.short, textarea.short {
    width: 120px
}

.simple-select select.short {
    width: 128px
}

.short.simple-select .simpleLabel {
    width: 109px
}

.text-pre .text.short {
    width: 110px
}

.text.xshort, select.xshort, textarea.xshort {
    width: 65px
}

.simple-select select.xshort {
    width: 73px
}

.xshort.simple-select .simpleLabel {
    width: 54px
}

.text.xxshort, select.xxshort, textarea.xxshort {
    width: 45px
}

.simple-select select.xxshort {
    width: 53px
}

.xxshort.simple-select .simpleLabel {
    width: 34px
}

.text.xxshort {
    width: 20px
}

#nav {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:63.9375em) {
    #nav {
        position: absolute;
        display: block;
        top: 0;
        left: -9999px;
        -webkit-overflow-scrolling: touch
    }

        #nav:target {
            left: 0
        }

        #nav .nav-inner {
            padding: 0;
            width: auto;
            max-width: none;
            position: relative
        }

    .js-nav .offscreen-nav-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        display: none
    }

        .js-nav .offscreen-nav-bg .bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            z-index: 1;
            filter: DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0
        }

    .js-nav-open #nav {
        -webkit-touch-callout: default;
        -webkit-user-select: auto;
        -khtml-user-select: auto;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text
    }

    .js-nav-open #inner-wrap {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .js-nav-open .offscreen-nav-bg {
        display: block
    }

        .js-nav-open .offscreen-nav-bg .bg {
            filter: DXImageTransform.Microsoft.Alpha(Opacity=80);
            opacity: .8
        }

    .js-nav #nav {
        height: 100%;
        width: 270px;
        left: -270px;
        z-index: 10001;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .js-nav.js-nav-translate #nav {
        left: 0;
        -webkit-transform: translate3d(-270px,0,0);
        -moz-transform: translate3d(-270px,0,0);
        -ms-transform: translate3d(-270px,0,0);
        -o-transform: translate3d(-270px,0,0);
        transform: translate3d(-270px,0,0)
    }

    .js-nav-fixed body {
        padding-top: 50px
    }

        .js-nav-fixed body.noscroll {
            position: fixed;
            overflow: hidden;
            width: 100%
        }

    .js-nav-fixed #header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10002
    }

    .js-nav-fixed #nav {
        position: fixed
    }

    .js-nav-fixed .offscreen-nav-bg {
        position: fixed
    }

    .js-nav-open #nav {
        left: 0
    }

    .js-nav-open.js-nav-translate #nav {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@media only screen and (min-width:64em) {
    #inner-wrap .offscreen-nav-bg {
        display: none
    }
}

#nav {
    background-color: #f0f0f0;
    outline: none
}

    #nav h2 {
        color: #fff
    }

@media only screen and (max-width:63.9375em) {
    .slide-out-nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .slide-out-nav li {
        overflow: hidden;
        border-top: 1px solid #d9d9d9;
        margin: 0
    }

    .slide-out-nav .nav-lvl1, .slide-out-nav .nav-lvl2, .slide-out-nav .nav-lvl3 {
        -webkit-transition-property: background-color,color;
        -moz-transition-property: background-color,color;
        -o-transition-property: background-color,color;
        transition-property: background-color,color;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 50px;
        padding-left: 10px;
        display: block
    }

        .slide-out-nav .nav-lvl1:hover, .slide-out-nav .nav-lvl1:focus, .slide-out-nav .nav-lvl1:active, .slide-out-nav .nav-lvl2:hover, .slide-out-nav .nav-lvl2:focus, .slide-out-nav .nav-lvl2:active, .slide-out-nav .nav-lvl3:hover, .slide-out-nav .nav-lvl3:focus, .slide-out-nav .nav-lvl3:active {
            background-color: #fff
        }

    .slide-out-nav .nav-lvl2 {
        padding-left: 25px
    }

    .slide-out-nav .nav-lvl3 {
        padding-left: 40px
    }

    .slide-out-nav .has-children {
        position: relative
    }

        .slide-out-nav .has-children > .nav-lvl1, .slide-out-nav .has-children > .nav-lvl2, .slide-out-nav .has-children > .nav-lvl3 {
            padding-right: 68px;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis
        }

    .slide-out-nav .is-active > .nav-lvl1, .slide-out-nav .is-active > .nav-lvl2, .slide-out-nav .is-active > .nav-lvl3 {
        font-weight: bold
    }

    .slide-out-nav a {
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        outline: none
    }

    .slide-out-nav .expandcollapse {
        position: absolute;
        top: 0;
        right: 0;
        width: 58px;
        height: 50px;
        padding: 0;
        overflow: hidden;
        text-indent: -500px;
        color: green;
        border-left: 1px solid #d9d9d9;
        background-color: #f2f2f2
    }

        .slide-out-nav .expandcollapse:hover .ec, .slide-out-nav .expandcollapse .focusable:focus + .ec {
            background-color: #fff
        }

        .slide-out-nav .expandcollapse:active .ec, .slide-out-nav .expandcollapse .focusable:active + .ec {
            background-color: #c2c2c2
        }

        .slide-out-nav .expandcollapse .ec {
            -webkit-transition-duration: 250ms;
            -moz-transition-duration: 250ms;
            -o-transition-duration: 250ms;
            transition-duration: 250ms;
            -webkit-transition-property: color,background-color;
            -moz-transition-property: color,background-color;
            -o-transition-property: color,background-color;
            transition-property: color,background-color;
            width: 58px;
            height: 50px;
            position: absolute;
            top: 0;
            left: 0;
            margin: 0
        }

    .slide-out-nav .menu {
        clear: left;
        outline: none
    }

        .slide-out-nav .menu li:first-child {
            margin-top: 0
        }
}

.header-nav {
    background-color: #ededed;
    height: 60px
}

.navbar .nav a + .dropdown {
    position: absolute;
    z-index: 3;
    margin-left: -99999px
}

.supports-js .navbar .nav a + .dropdown {
    opacity: 0;
    -webkit-transform: translateZ(0)
}

.supports-js .navbar .nav li.is-hover .dropdown {
    margin-left: 0;
    opacity: 1
}

.supports-no-js .navbar .nav li:hover a + .dropdown, .supports-no-js .navbar .nav a:hover + .dropdown, .supports-no-js .navbar .nav a:focus + .dropdown, .supports-no-js .navbar .nav a:active + .dropdown {
    margin-left: 0
}

.dropdown-nav-bg {
    display: none
}

.header-nav {
    width: 100%;
    position: relative;
    z-index: 300;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    display: block;
    clear: both
}

.navbar .nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

    .navbar .nav li {
        margin: 0;
        position: relative
    }

    .navbar .nav > li {
        float: left;
        margin-left: 25px
    }

        .navbar .nav > li:first-child {
            margin-left: 0
        }

        .navbar .nav > li > a {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 17px;
            font-size: 1.0625rem;
            line-height: 1.17647;
            display: block;
            color: #555;
            padding: 20px 0 20px;
            position: relative;
            text-decoration: none;
            -webkit-transition-property: color;
            -moz-transition-property: color;
            -o-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: .3s;
            -moz-transition-duration: .3s;
            -o-transition-duration: .3s;
            transition-duration: .3s
        }

            .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
                color: #e11b22
            }

            .navbar .nav > li > a:active {
                color: #e11b22
            }

        .navbar .nav > li.is-active > a, .navbar .nav > li.is-active-parent > a {
            color: #e11b22
        }

        .navbar .nav > li:first-child > a {
            margin-left: 0
        }

    .navbar .nav .dropdown {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
        width: 328px;
        background-color: #fff;
        z-index: 50;
        -webkit-box-shadow: 3px 4px 5px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 3px 4px 5px 0 rgba(0,0,0,.2);
        box-shadow: 3px 4px 5px 0 rgba(0,0,0,.2);
        padding: 0 0
    }

        .navbar .nav .dropdown ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

        .navbar .nav .dropdown li {
            background-color: #d3d3d3;
            *zoom: 1;
            filter: DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFD3D3D3',endColorstr='#FFE1E1E1');
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QzZDMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
            background-size: 100%;
            background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(50%,#e1e1e1),color-stop(100%,#d3d3d3));
            background-image: -webkit-linear-gradient(top,#e1e1e1 50%,#d3d3d3 100%);
            background-image: -moz-linear-gradient(top,#e1e1e1 50%,#d3d3d3 100%);
            background-image: -o-linear-gradient(top,#e1e1e1 50%,#d3d3d3 100%);
            background-image: linear-gradient(top,#e1e1e1 50%,#d3d3d3 100%);
            border-top: 1px solid #fff
        }

        .navbar .nav .dropdown a {
            display: block;
            padding: 20px 27px;
            color: #000;
            text-decoration: none;
            font-size: 15px;
            font-size: .9375rem;
            line-height: .93333;
            position: relative;
            -webkit-transition: background-color .3s ease-out;
            -moz-transition: background-color .3s ease-out;
            -o-transition: background-color .3s ease-out;
            transition: background-color .3s ease-out
        }

            .navbar .nav .dropdown a:hover {
                background: #e11b22;
                color: #fff;
                text-decoration: underline
            }

                .navbar .nav .dropdown a:hover:after {
                    height: 32px;
                    width: 32px;
                    background-image: url("../img/sprites/global-se028520d33.png");
                    background-position: 0 -1811px;
                    background-repeat: no-repeat
                }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .navbar .nav .dropdown a:hover:after {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1802px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.navbar .nav .dropdown a:after {
    height: 32px;
    width: 32px;
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -1353px;
    background-repeat: no-repeat;
    display: block;
    content: '';
    position: absolute;
    top: 13px;
    right: 15px;
    width: 32px;
    height: 32px
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .navbar .nav .dropdown a:after {
        background-image: url("../img/sprites/global-2x-s0d67bcaf6e.png");
        background-position: 0 -1413px;
        -webkit-background-size: 190px auto;
        -moz-background-size: 190px auto;
        -o-background-size: 190px auto;
        background-size: 190px auto
    }
}

.navbar .nav .dropdown li.is-active a {
    background: #e11b22;
    color: #fff
}

.m-economic-indicators ul li:first-child:before, .m-quicklinks ul li:first-child:before, .m-economic-indicators ul li:first-child:after, .m-quicklinks ul li:first-child:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #ebebeb
}

.m-economic-indicators ul li:first-child:before, .m-quicklinks ul li:first-child:before {
    width: 200%;
    height: 1px;
    left: 0;
    bottom: 0
}

.m-economic-indicators ul li:first-child:after, .m-quicklinks ul li:first-child:after {
    height: 200%;
    width: 1px;
    top: 0;
    right: 0
}

.m-economic-indicators ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .m-economic-indicators ul:before, .m-economic-indicators ul:after {
        content: " ";
        display: table
    }

    .m-economic-indicators ul:after {
        clear: both
    }

.m-economic-indicators ul {
    *zoom: 1
}

    .m-economic-indicators ul li {
        width: 50%;
        height: 140px;
        display: block;
        float: left;
        text-align: center;
        position: relative;
        padding: 45px 0 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .m-economic-indicators ul li span {
            display: block;
            margin-bottom: 10px
        }

        .m-economic-indicators ul li .indicator {
            font-size: 13px;
            font-size: .8125rem;
            line-height: 1;
            color: #7d7d7d;
            font-weight: bold
        }

        .m-economic-indicators ul li .value {
            font-size: 30px;
            font-size: 1.875rem;
            line-height: 1
        }

        .m-economic-indicators ul li.up .value {
            color: #89dbd1
        }

        .m-economic-indicators ul li.down .value {
            color: #e11b22
        }

.m-notifications h4 {
    color: #1d1d1b;
    margin: 0 0 5px;
    padding: 0
}

.m-poll fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.m-poll ol {
    list-style: none;
    margin: 0 20px;
    padding: 0
}

    .m-poll ol:before, .m-poll ol:after {
        content: " ";
        display: table
    }

    .m-poll ol:after {
        clear: both
    }

.m-poll ol {
    *zoom: 1
}

    .m-poll ol > li {
        clear: both
    }

.m-poll span.label {
    padding-bottom: 0
}

.m-poll .actions {
    padding: 0 20px
}

.m-poll .iradio_square-blue {
    float: left
}

.m-poll .ctrl-holder .options label {
    padding: 0 10px 0 30px;
    margin: -1px 0 0 0
}

.m-poll ul.options li {
    margin-bottom: 5px
}

.m-poll .btn-holder {
    margin-bottom: 30px
}

.m-quicklinks ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0
}

    .m-quicklinks ul:before, .m-quicklinks ul:after {
        content: " ";
        display: table
    }

    .m-quicklinks ul:after {
        clear: both
    }

.m-quicklinks ul {
    *zoom: 1
}

    .m-quicklinks ul li {
        display: block;
        float: left;
        width: 50%;
        position: relative;
        height: 158px
    }

        .m-quicklinks ul li a {
            display: block;
            font-size: 14px;
            font-size: .875rem;
            line-height: 1.21429;
            text-align: center;
            padding: 20px 0 30px
        }

            .m-quicklinks ul li a:before {
                content: '';
                display: block;
                width: 58px;
                height: 58px;
                margin: 0 auto 5px
            }

        .m-quicklinks ul li.icon-submit-data a:before {
            background-image: url("../img/sprites/global-se028520d33.png");
            background-position: 0 -359px;
            background-repeat: no-repeat
        }

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-quicklinks ul li.icon-submit-data a:before {
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -359px;
        background-repeat: no-repeat
    }
}

.m-quicklinks ul li.icon-create-data-cut a:before {
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -286px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-quicklinks ul li.icon-create-data-cut a:before {
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -286px;
        background-repeat: no-repeat
    }
}

.m-quicklinks ul li.icon-view-remuneration-report a:before {
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -432px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-quicklinks ul li.icon-view-remuneration-report a:before {
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -432px;
        background-repeat: no-repeat
    }
}

.m-quicklinks ul li.icon-position-description-search a:before {
    background-image: url("../img/sprites/global-se028520d33.png");
    background-position: 0 -150px;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-device-pixel-ratio:1.5) {
    .m-quicklinks ul li.icon-position-description-search a:before {
        background-image: url("../img/sprites/global-se028520d33.png");
        background-position: 0 -150px;
        background-repeat: no-repeat
    }
}

.l-widget ul.toolbar {
    position: absolute;
    right: 10px;
    top: 20px;
    padding: 0;
    margin: 0
}

    .l-widget ul.toolbar li {
        display: block;
        float: left;
        padding: 2px 5px;
        margin: 0
    }

        .l-widget ul.toolbar li.download {
            margin-left: 10px
        }

        .l-widget ul.toolbar li.download, .l-widget ul.toolbar li.delete {
            border-left: 1px solid #ebebeb;
            padding: 2px 10px
        }

    .l-widget ul.toolbar button {
        display: block;
        border: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
        text-indent: -9999px;
        width: 25px;
        height: 25px;
        background-color: transparent;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        outline: none
    }

        .l-widget ul.toolbar button.lens:hover {
            background-color: #e6ebf0
        }

        .l-widget ul.toolbar button:before {
            content: '';
            display: block;
            width: 18px;
            height: 18px;
            position: absolute;
            top: 3px;
            left: 4px
        }

        .l-widget ul.toolbar button.lens:before {
            width: 17px;
            height: 17px;
            top: 4px;
            left: 4px
        }

        .l-widget ul.toolbar button.lens-table:before {
            left: 6px
        }

        .l-widget ul.toolbar button.lens-line-graph:before {
            top: 7px
        }

    .l-widget ul.toolbar .is-active button {
        background-color: #e6ebf0
    }

    .l-widget ul.toolbar li.download button:before {
        top: 4px
    }

.accessibility-links {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000
}

    .accessibility-links li {
        position: absolute;
        top: -18px;
        left: 0
    }

    .accessibility-links a, .accessibility-links a:link, .accessibility-links a:visited {
        position: absolute;
        margin-left: -9999px;
        width: 161px
    }

        .accessibility-links a:hover, .accessibility-links a:focus, .accessibility-links a:active {
            margin-left: 0
        }

.inline-accessible {
    position: absolute;
    left: -9999px;
    display: block;
    margin-bottom: 14px
}

    .inline-accessible:hover, .inline-accessible:focus, .inline-accessible:active {
        position: static;
        left: auto
    }

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 100%
    }

.hidden {
    display: none !important;
    visibility: hidden
}

.vh, .vhidden, .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

    .vh.focusable:active, .vh.focusable:focus, .vhidden.focusable:active, .vhidden.focusable:focus, .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }

.supports-js .js-hidden {
    display: none
}

.supports-no-js .no-js-hidden {
    display: none
}

.vhidden.focusable:active, .vhidden.focusable:focus, .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.cf:before, .cf:after, .clearfix:before, .m-result-list-item > a:before, .m-hot-topics-list-item > a:before, .m-resource-cat-list-item > a:before, .clearfix:after, .m-result-list-item > a:after, .m-hot-topics-list-item > a:after, .m-resource-cat-list-item > a:after {
    content: " ";
    display: table
}

.cf:after, .clearfix:after, .m-result-list-item > a:after, .m-hot-topics-list-item > a:after, .m-resource-cat-list-item > a:after {
    clear: both
}

.cf, .clearfix, .m-result-list-item > a, .m-hot-topics-list-item > a, .m-resource-cat-list-item > a {
    *zoom: 1
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    body {
        height: 11in
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href)")";
            word-wrap: break-word
        }

    abbr[title]:after {
        content: " (" attr(title)")"
    }

    .ir a:after, a[href^="tel:"]:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    #page-top {
        display: none
    }

    #m-data-centre .page-header {
        display: none
    }

    #m-data-centre .loading-mask {
        display: none
    }

        #m-data-centre .loading-mask + .l-margins, #m-data-centre #m-position-description-search > header .loading-mask + h1, #m-position-description-search > header #m-data-centre .loading-mask + h1 {
            display: none
        }

    #m-data-centre .refine-wrapper {
        display: none
    }

    .m-data-centre-results .results-toolbar {
        display: none
    }

    .m-data-centre-results .result th > a {
        display: none
    }

    .m-data-centre-results .result th span > a {
        display: none
    }

    .m-data-centre-results .result table {
        margin-left: -35px
    }

    .m-data-centre-results .position-details {
        margin-top: 0
    }

        .m-data-centre-results .position-details fieldset {
            padding-bottom: 0
        }

            .m-data-centre-results .position-details fieldset .ctrl-holder {
                margin-bottom: 0
            }

    #m-position-description-search {
        margin-top: 60px
    }

        #m-position-description-search > header {
            display: none;
            position: relative
        }

            #m-position-description-search > header h1 {
                padding-bottom: 0
            }

    #toolbar {
        display: none
    }

    .product-description-search {
        display: none
    }

    #m-position-description-search > .input-tracker {
        position: relative;
        margin-bottom: 25px;
        border-bottom: 1px solid #000;
        height: 150px
    }

        #m-position-description-search > .input-tracker.headroom--top {
            position: relative;
            top: 50px !important
        }

        #m-position-description-search > .input-tracker a.pill {
            margin-top: 10px
        }

        #m-position-description-search > .input-tracker a.download-all {
            display: none
        }

    #m-position-description-search .input-tracker a {
        margin-right: 10px
    }

    #m-position-description-search .input-tracker span.label {
        float: none;
        line-height: 3;
        display: none
    }

    .position-details .actions {
        display: none
    }

    .position-details aside {
        border: 1px solid #000
    }

    #m-position-description-search .position-details article {
        width: 60%
    }

    .m-data-centre-results .result table th {
        width: 120px;
        padding: 4px
    }

        .m-data-centre-results .result table th:nth-child(2) {
            width: 70px
        }

        .m-data-centre-results .result table th:nth-child(n+4) {
            width: 58px
        }

    .m-data-centre-results .result table td {
        padding: 4px
    }

    #footer {
        position: absolute;
        bottom: 0
    }

        #footer .links.cf {
            display: none
        }

    .pt-data-centre .result-selection-table {
        display: block;
        page-break-before: always
    }

        .pt-data-centre .result-selection-table table thead th {
            padding: 5px
        }

        .pt-data-centre .result-selection-table table tbody th, .pt-data-centre .result-selection-table table tbody td {
            padding: 5px
        }

        .pt-data-centre .result-selection-table table p {
            margin: 0
        }
}

#m-position-description-search > .input-tracker a.download-all {
    display: none !important
}

@media screen and (max-width:47.4375em) {
    #m-position-description-search .ctrl-holder.keyword-search input {
        width: 275px
    }

    .m-slider-select li.slide.is-large a h3 {
        margin: 13px 0 0 0
    }

    .m-slider-select li.slide.is-large a h4 {
        margin: 0 0 10px 0;
        line-height: 1.15
    }

    .m-slider-select li.slide.is-large a p {
        line-height: 1.3
    }

    #m-position-description-search .position-details article {
        display: block;
        float: none;
        width: 100%
    }

    #m-position-description-search .position-details aside {
        display: block;
        float: none;
        margin: 0;
        width: 100%
    }
}

@media screen and (max-width:64em) {
    #m-position-description-search .input-tracker {
        display: none
    }
}
