.wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    /*font-size: 100%;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "Noto Sans","Noto Sans Arabic","DubaiW23", sans-serif;
}

body {
    margin: 0;
    height: auto !important;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

h2 {
    font-size: 1.5em;
    margin: .83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: .83em;
    margin: 1.67em 0;
}

h6 {
    font-size: .75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}

pre,
code,
kbd,
samp {
    font-family: "Noto Sans","Noto Sans Arabic","DubaiW23", monospace, serif;
    _font-family: "Noto Sans","Noto Sans Arabic","DubaiW23", 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before,
    q:after {
        content: '';
        content: none;
    }

small {
    font-size: 75%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 35px 0 40px;
    direction: rtl;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.input_full_wrap {
    display: block;
    padding-right: 8px;
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

button,
button:disabled:hover,
button:active:hover,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    /*background: #ddd url(i/button.png?1298351022) repeat-x;*/
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ddd));
    background-image: -webkit-linear-gradient(#fff, #ddd);
    background-image: -moz-linear-gradient(#fff, #ddd);
    background-image: -o-linear-gradient(#fff, #ddd);
    background-image: -ms-linear-gradient(#fff, #ddd);
    background-image: linear-gradient(#fff, #ddd);
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    font-family: "Noto Sans","Noto Sans Arabic","DubaiW23", Tahoma, Arial, Helvetica sans-serif;
    font-weight: 600;
    font: 12px;
    font: 1.2rem;
    line-height: 1.3;
    font-size: 1.2rem;
    outline: 0;
    overflow: visible;
    margin: 0;
    padding: 3px 10px;
    text-shadow: #fff 0 1px 1px;
    vertical-align: top;
    width: auto;
    *padding-top: 2px;
    *padding-bottom: 0;
}

    button:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(1px, #eee), color-stop(100%, #ccc));
        background-image: -webkit-linear-gradient(#fff, #eee 1px, #ccc);
        background-image: -moz-linear-gradient(#fff, #eee 1px, #ccc);
        background-image: -o-linear-gradient(#fff, #eee 1px, #ccc);
        background-image: -ms-linear-gradient(#fff, #eee 1px, #ccc);
        background-image: linear-gradient(#fff, #eee 1px, #ccc);
    }

    button:active,
    input[type="reset"]:active,
    input[type="submit"]:active,
    input[type="button"]:active {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(1px, #ddd), color-stop(100%, #eee));
        background-image: -webkit-linear-gradient(#fff, #ddd 1px, #eee);
        background-image: -moz-linear-gradient(#fff, #ddd 1px, #eee);
        background-image: -o-linear-gradient(#fff, #ddd 1px, #eee);
        background-image: -ms-linear-gradient(#fff, #ddd 1px, #eee);
        background-image: linear-gradient(#fff, #ddd 1px, #eee);
        -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
        -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
        -o-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
        box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
        border-color: #999 #bbb #ddd;
    }

    button::-moz-focus-inner,
    input[type="reset"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

button {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    cursor: text;
}

    textarea[disabled],
    select[disabled],
    input[type="date"][disabled],
    input[type="datetime"][disabled],
    input[type="datetime-local"][disabled],
    input[type="email"][disabled],
    input[type="month"][disabled],
    input[type="number"][disabled],
    input[type="password"][disabled],
    input[type="search"][disabled],
    input[type="tel"][disabled],
    input[type="text"][disabled],
    input[type="time"][disabled],
    input[type="url"][disabled],
    input[type="week"][disabled] {
        background-color: #eee;
    }

        button[disabled],
        button[disabled]:hover,
        button[disabled]:active,
        input[disabled],
        select[disabled],
        select[disabled] option,
        select[disabled] optgroup,
        textarea[disabled] {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
            -moz-user-select: -moz-none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            user-select: none;
            color: #707070;
            cursor: default;
        }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #707070;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #707070;
}

input.placeholder_text,
textarea.placeholder_text {
    color: #707070;
}

textarea,
select[size],
select[multiple] {
    height: auto;
}

select[size="0"],
select[size="1"] {
    height: 1.8em;
    *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
    select[size],
    select[multiple],
    select[multiple][size] {
        background-image: none;
        padding-right: 3px;
    }

    select,
    select[size="0"],
    select[size="1"] {
        background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
    }

    ::-webkit-validation-bubble-message {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
        border: 1px solid;
        border-color: #747474 #5e5e5e #4f4f4f;
        color: #fff;
        font-size: 13px;
        line-height: 17px;
        font-family: "Noto Sans","Noto Sans Arabic","DubaiW23", Tahoma, Arial, Helvetica sans-serif;
        overflow: hidden;
        padding: 15px 15px 17px;
        text-shadow: #000 0 0 1px;
        height: 16px;
    }

    ::-webkit-validation-bubble-arrow,
    ::-webkit-validation-bubble-top-outer-arrow,
    ::-webkit-validation-bubble-top-inner-arrow {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #666;
        border: 0;
    }
}

textarea {
    min-height: 40px;
    overflow: auto;
    resize: vertical;
    width: 100%;
}

optgroup {
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-family: "Noto Sans","Noto Sans Arabic","DubaiW23", Tahoma, Arial, Helvetica sans-serif;
}

    optgroup::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

.ie6_button,
* html button {
    /*background: #ddd url(../images/button.png?1298351022) repeat-x;*/
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    font: bold 12px/1.2 Arial, sans-serif;
    padding: 2px 10px 0;
    overflow: visible;
    width: auto;
}

* html button {
    padding-top: 1px;
    padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
    background: #fff;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: #000;
    padding: 2px 3px 1px;
    font-size: 13px;
    font-family: "Noto Sans","Noto Sans Arabic","DubaiW23", Tahoma, Arial, Helvetica sans-serif;
    vertical-align: top;
}

* html select {
    margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
    color: #707070;
}

.ie6_input_disabled {
    background: #eee;
}

html {
    overflow-y: scroll;
}

.wrapper {
    width: 320px;
    margin: 0 auto;
    position: relative;
}

.setting-for-recaptcha div {
    float: none;
    width: 100%;
    display: block;
}

.setting-for-recaptcha.recaptcha .form-item {
    display: table;
    margin: 0px;
}

.setting-for-recaptcha {
    width: 100%;
    margin-bottom: 30px !important;
    float: right;
}

    .setting-for-recaptcha.recaptcha div#ReCaptchaValidation {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        text-transform: none;
    }

    .setting-for-recaptcha.recaptcha div#CaptchaTextValidation {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        text-transform: none;
    }

#content {
    padding: 2px 20px;
}

.l-grid {
    width: auto;
    max-width: 930px;
    clear: both;
    list-style: none;
    zoom: 1;
    padding-left: 0;
    /*direction: rtl;*/
}

html.lt-ie8 .l-grid {
    float: left;
}

.l-grid:before,
.l-grid:after {
    content: "";
    display: table;
}

.l-grid:after {
    clear: both;
}

.l-grid-1,
.l-grid-2,
.l-grid-3,
.l-grid-4,
.l-grid-5,
.l-grid-6 {
    float: left;
    margin-right: 0;
    margin-left: 30px;
}

    .l-grid-1.odd,
    .l-grid-2.odd,
    .l-grid-3.odd,
    .l-grid-4.odd,
    .l-grid-5.odd,
    .l-grid-6.odd {
        clear: both;
    }

.l-grid .l-grid-1,
.l-grid .l-grid-2,
.l-grid .l-grid-3,
.l-grid .l-grid-4,
.l-grid .l-grid-5,
.l-grid .l-grid-6 {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}

html.lt-ie7 .l-grid {
    zoom: 1;
    overflow: hidden;
    margin: 0;
}

html.lt-ie7 .l-grid-1,
html.lt-ie7 .l-grid-2,
html.lt-ie7 .l-grid-3,
html.lt-ie7 .l-grid-4,
html.lt-ie7 .l-grid-5,
html.lt-ie7 .l-grid-6 {
    zoom: 1;
    display: inline;
    margin: 0 0 0 15px;
    overflow: hidden;
}

.l-grid-1 {
    width: 125px;
}

.l-grid-2 {
    width: 280px;
}

.l-grid-3 {
    width: 435px;
}

.l-grid-5 {
    width: 745px;
}

.l-grid-nested {
    margin-left: -15px;
}

    .l-grid-nested .l-grid-1,
    .l-grid-nested .l-grid-2,
    .l-grid-nested .l-grid-3,
    .l-grid-nested .l-grid-4,
    .l-grid-nested .l-grid-5,
    .l-grid-nested .l-grid-6 {
        margin-left: 15px;
        margin-right: 0;
    }

    .l-grid-nested .l-grid-1 {
        width: 132.5px;
    }

.panel.major {
    *zoom: 1;
}

    .panel.major:after {
        content: "";
        display: table;
        clear: both;
    }

    .panel.major .l-grid-2 {
        width: 260px;
    }

.lt-ie7 .panel.major .l-grid-2 {
    width: 240px;
}

.panel.light .l-grid-2 {
    width: 250px;
}

@font-face {
    font-family: 'Noto Sans';
    src: url("https://www.bsigroup.com/ui/fonts/NotoSans-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Arabic';
    src: url("https://www.bsigroup.com/ui/fonts/NotoSansArabic-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: 'DubaiW23';
    src: url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Light.eot);
    src: url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Light.eot?#iefix) format("embedded-opentype"), url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Light.woff) format("woff"), url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Light.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DubaiW23';
    src: url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Regular.eot);
    src: url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Regular.eot?#iefix) format("embedded-opentype"), url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Regular.woff) format("woff"), url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Regular.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DubaiW23';
    src: url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Medium.eot);
    src: url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Medium.eot?#iefix) format("embedded-opentype"), url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Medium.woff) format("woff"), url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Medium.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DubaiW23';
    src: url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Bold.eot);
    src: url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Bold.eot?#iefix) format("embedded-opentype"), url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Bold.woff) format("woff"), url(https://www.bsigroup.com/ui/fonts/DubaiFontWebFont/webfonts/DubaiW23-Bold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

html {
    /*font-size: 62.5%;*/
    line-height: 1.35;
}

body {
    font-family: "Noto Sans","Noto Sans Arabic","DubaiW23", Tahoma, Arial, Helvetica sans-serif;
    font-weight: 300;
    color: #202020;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1;
    margin: 0 0 15px;
}

h2 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.2;
}

h3 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.1;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
}

.crosshead {
    font-weight: 500;
}

.page-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: .95;
    margin: 0 0 15px;
    direction: rtl;
}

    .page-title.small-page-title {
        font-size: 24px;
        font-size: 2.4rem;
    }

.l-grid-2 .panel h2 {
    font-size: 21px;
    font-size: 2.1rem;
}

.l-grid-2 .panel h3 {
    font-size: 16px;
    font-size: 1.6rem;
}

b,
strong {
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #202020;
}

    a:hover,
    a:focus {
        text-decoration: underline;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

.disabled-phone-link,
.disabled-phone-link:hover,
.disabled-phone-link:focus {
    cursor: auto;
    text-decoration: none;
}

nav ul,
nav ol {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.wrapper img {
    display: block;
}

blockquote p:before {
    content: "\201D";
    display: inline-block;
    width: .4em;
}

blockquote p:last-child:after {
    content: "\201C";
    width: 2px;
}

label,
input,
select {
    cursor: pointer;
}

hr {
    border: 0;
    height: 1px;
    background: #e5e5e5;
    margin: 30px 0;
    -webkit-box-shadow: #f7f7f7 0 2px 2px 0;
    -moz-box-shadow: #f7f7f7 0 2px 2px 0;
    box-shadow: #f7f7f7 0 2px 2px 0;
    clear: both;
}

    hr.clear {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 15px 0;
    }

    hr.light {
        height: 1px;
        background: #e5e5e5;
        margin: 14px 0;
        border-bottom: 1px #f2f2f2 solid;
        clear: both;
    }

.lt-ie8 hr {
    filter: alpha(opacity=30);
}

::-moz-selection {
    background: #d73000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #d73000;
    color: #fff;
    text-shadow: none;
}

.ico {
    display: inline-block;
    line-height: 0;
    vertical-align: bottom;
    margin: 0 4px;
}

.ico-sprite,
.ico-arrow-down-16,
.ico-banner-carousel-active,
.ico-calculator,
.ico-calendar,
.ico-carousel-arrows-large-next,
.ico-carousel-arrows-large-prev,
.ico-carousel-arrows-mobile-next,
.ico-carousel-arrows-mobile-prev,
.ico-carousel-arrows-next-ie6,
.ico-carousel-arrows-next,
.ico-carousel-arrows-prev-ie6,
.ico-carousel-arrows-prev,
.ico-ce-marking,
.ico-cert-teaser,
.ico-close,
.ico-contact-chat,
.ico-contact-mail,
.ico-contact-phone,
.ico-cost-binder,
.ico-cost-classroom,
.ico-cost-man-reading,
.ico-cost-mouse,
.ico-cost-pencil,
.ico-facebook-share,
.ico-file-pdf,
.ico-globe-16,
.ico-inverted-menu-corner,
.ico-iso-quality-management-separator,
.ico-kitemark,
.ico-magnify,
.ico-pencil,
.ico-phone-16,
.ico-prod-testing,
.ico-selectBox-off,
.ico-selectBox-on,
.ico-tweet,
.ico-uk,
.ico-world,
.share-links .twitter-link a,
.share-links .facebook-link a,
.country-selector .close:after,
.form-block label .selectBox .selectBox-arrow,
.form-block label .selectBox:hover .selectBox-arrow,
.form-block label .selectBox:focus .selectBox-arrow,
.quality-management-teaser-item.l-grid-1 .more:after,
.banner-controls li.flex-active a:before,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev,
html.lt-ie7 .panel .flex-direction-nav .flex-next,
html.lt-ie7 .panel .flex-direction-nav .flex-prev {
    /*background: url(/ui/css/img/ico-s56a7298138.png) no-repeat;*/
}

.ico-arrow-down-16 {
    background-position: -53px -27px;
    height: 16px;
    width: 16px;
}

.ico-banner-carousel-active {
    background-position: -71px -99px;
    height: 10px;
    width: 24px;
}

.ico-calculator {
    background-position: -60px -282px;
    height: 50px;
    width: 40px;
}

.ico-calendar {
    background-position: -99px -224px;
    height: 58px;
    width: 60px;
}

.ico-carousel-arrows-large-next {
    background-position: -100px -282px;
    height: 67px;
    width: 46px;
}

.ico-carousel-arrows-large-prev {
    background-position: 0 -349px;
    height: 67px;
    width: 46px;
}

.ico-carousel-arrows-mobile-next {
    background-position: -127px -55px;
    height: 44px;
    width: 24px;
}

.ico-carousel-arrows-mobile-prev {
    background-position: -103px -55px;
    height: 44px;
    width: 24px;
}

.ico-carousel-arrows-next-ie6 {
    background-position: 0 0;
    height: 22px;
    width: 15px;
}

.ico-carousel-arrows-next {
    background-position: -70px 0;
    height: 27px;
    width: 29px;
}

.ico-carousel-arrows-prev-ie6 {
    background-position: -15px 0;
    height: 22px;
    width: 15px;
}

.ico-carousel-arrows-prev {
    background-position: -41px 0;
    height: 27px;
    width: 29px;
}

.ico-ce-marking {
    background-position: -43px -55px;
    height: 43px;
    width: 60px;
}

.ico-cert-teaser {
    background-position: -60px -422px;
    height: 84px;
    width: 60px;
}

.ico-close {
    background-position: -6px -27px;
    height: 15px;
    width: 15px;
}

.ico-contact-chat {
    background-position: -97px -27px;
    height: 28px;
    width: 28px;
}

.ico-contact-mail {
    background-position: -69px -27px;
    height: 28px;
    width: 28px;
}

.ico-contact-phone {
    background-position: -125px -27px;
    height: 28px;
    width: 28px;
}

.ico-cost-binder {
    background-position: 0 -99px;
    height: 41px;
    width: 71px;
}

.ico-cost-classroom {
    background-position: -71px -182px;
    height: 42px;
    width: 71px;
}

.ico-cost-man-reading {
    background-position: 0 -140px;
    height: 42px;
    width: 71px;
}

.ico-cost-mouse {
    background-position: 0 -182px;
    height: 42px;
    width: 71px;
}

.ico-cost-pencil {
    background-position: -71px -140px;
    height: 42px;
    width: 71px;
}

.ico-facebook-share {
    background-position: -99px 0;
    height: 20px;
    width: 59px;
}

.ico-file-pdf {
    background-position: -59px -224px;
    height: 51px;
    width: 40px;
}

.ico-globe-16 {
    background-position: -21px -27px;
    height: 16px;
    width: 16px;
}

.ico-inverted-menu-corner {
    background-position: 0 -27px;
    height: 6px;
    width: 6px;
}

.ico-iso-quality-management-separator {
    background-position: -30px 0;
    height: 23px;
    width: 11px;
}

.ico-kitemark {
    background-position: 0 -422px;
    height: 75px;
    width: 60px;
}

.ico-magnify {
    background-position: 0 -55px;
    height: 12px;
    width: 12px;
}

.ico-pencil {
    background-position: 0 -224px;
    height: 29px;
    width: 28px;
}

.ico-phone-16 {
    background-position: -37px -27px;
    height: 16px;
    width: 16px;
}

.ico-prod-testing {
    background-position: 0 -282px;
    height: 61px;
    width: 60px;
}

.ico-selectBox-off {
    background-position: -12px -55px;
    height: 34px;
    width: 31px;
}

.ico-selectBox-on {
    background-position: -28px -224px;
    height: 34px;
    width: 31px;
}

.ico-tweet {
    background-position: -95px -99px;
    height: 20px;
    width: 59px;
}

.ico-uk {
    background-position: -46px -349px;
    height: 73px;
    width: 60px;
}

.ico-world {
    background-position: 0 -506px;
    height: 103px;
    width: 165px;
}

.lt-ie8 .ico {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.lt-ie7 .ico {
    display: none !important;
}

.header-banner {
    z-index: 2;
}

.phone-no {
    font-size: 16px;
    font-size: 1.6rem;
}

.header-banner .utility-nav ul {
    float: right;
    margin: 0 0 0 30px;
    padding: 0;
    text-align: left;
}

.header-banner .utility-nav .localisation-links {
    z-index: 1;
    position: relative;
}

.utility-nav .nav-item.country-nav-item {
    padding: 10px 10px 10px 6px;
    position: relative;
    z-index: 2;
}

    .utility-nav .nav-item.country-nav-item a {
        outline: 0;
    }

    .utility-nav .nav-item.country-nav-item.active {
        border-width: 2px;
        border-color: #d6d6d6;
        border-style: solid;
        border-bottom-color: #fff;
        margin: 0;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        background-color: #fff;
    }

        .utility-nav .nav-item.country-nav-item.active ~ .nav-item {
            border: 0 none;
        }

.lt-ie7 .header-banner {
    height: 210px;
    zoom: 1;
}

.lt-ie7 .nav-item,
.lt-ie7 .utility-nav ul {
    float: left;
}

.lt-ie7 .utility-nav .localisation-links,
.lt-ie7 .utility-nav .quick-links {
    float: right;
}

.lt-ie8 .utility-nav .nav-item {
    float: left;
}

    .lt-ie8 .utility-nav .nav-item.lang-nav-item {
        margin-top: -1px;
    }


#skiplinks:focus span {
    display: block;
    margin: 0 auto;
    width: 30%;
    padding: 6px 0 8px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: underline;
    background: #333;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.logo {
    float: left;
    margin: 9px 0 9px 9px;
    display: block;
}

    .logo:focus {
        outline: thin dotted;
    }

.lt-ie9 .site-strap {
    background: url(https://www.bsigroup.com/ui/css/img/site_strap_334.png);
}

.no-js .menu-bt {
    display: none;
}

.menu-bt {
    display: none;
}

.main-nav {
    background: #ededed url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background: #ededed -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #ededed));
    background: #ededed -webkit-linear-gradient(#f5f5f5, #ededed);
    background: #ededed -moz-linear-gradient(#f5f5f5, #ededed);
    background: #ededed -o-linear-gradient(#f5f5f5, #ededed);
    background: #ededed linear-gradient(#f5f5f5, #ededed);
    min-height: 32px;
    clear: both;
    position: relative;
}

    .main-nav ul {
        padding: 0;
        list-style: none;
        margin: 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        float: right;
    }

    .main-nav .more {
        clear: both;
        margin: 0;
        padding-top: 10px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 400;
    }

.main-nav-item {
    font-size: 18px;
    font-size: 1.8rem;
}

    .main-nav-item .hint {
        position: relative;
        font-size: 14px;
        font-size: 1.4rem;
        color: #707070;
        display: block;
    }

.sub-nav {
    overflow: hidden;
}

    .sub-nav .sub-nav-title {
        margin: 0;
        padding: 0 16px;
    }

        .sub-nav .sub-nav-title a {
            float: none;
            width: auto;
            height: auto !important;
            color: #202020;
            padding: 0;
        }

            .sub-nav .sub-nav-title a:before {
                display: none;
            }

            .sub-nav .sub-nav-title a:hover {
                text-decoration: underline;
            }

.lt-ie7 .sub-nav {
    display: none;
    left: -2px;
}

html.lt-ie8 .main-nav-link {
    width: 123px !important;
}

.main-nav-item .sub-nav-block {
    position: relative;
    padding: 0;
    margin-top: 10px;
}

    .main-nav-item .sub-nav-block li a {
        height: auto !important;
        width: auto;
        float: none;
        padding: 0;
    }

        .main-nav-item .sub-nav-block li a,
        .main-nav-item .sub-nav-block li a:visited {
            color: #202020;
        }

            .main-nav-item .sub-nav-block li a:hover {
                color: #202020;
                text-decoration: underline;
            }

            .main-nav-item .sub-nav-block li a:before {
                display: none !important;
            }

    .main-nav-item .sub-nav-block .list-head {
        margin: 20px 0 10px;
        padding: 20px 0 0;
        border-top: 1px #e5e5e5 solid;
        font-size: 18px;
        font-size: 1.8rem;
        color: #707070;
        text-align: right !important;
    }

    .main-nav-item .sub-nav-block .list-head {
        padding-right: 15px;
    }

.main-nav-container .main-nav-item.about-nav-item .link-list.bsicatalogue li {
    float: right !important;
    width: calc( 50% - 3.5%);
    min-height: 310px;
    margin-right: 0 !important;
    margin-left: 7%;
}

.header-slide .back,
.header-slide-country .back {
    color: #fff;
    position: relative;
    display: table-cell !important;
    vertical-align: middle;
    width: 30px !important;
    line-height: initial;
    background: url(https://www.bsigroup.com/ui/css/img/icons/arrow-down.svg) no-repeat !important;
    background-position: top 17px right 7px !important;
    background-size: 18px !important;
    opacity: 0.8 !important;
    transform: rotate(270deg) !important;
}

.header-slide label {
    padding: 0 10px 0px 20px !important;
    text-align: right;
}

.main-nav-item .sub-nav-block .list-head:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    padding-right: 0px;
}

.main-nav-item .sub-nav-block .list-head a {
    margin-bottom: 24px;
    font-size: 20px;
    font-size: 2rem;
}

.main-nav-item .sub-nav-block ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    width: 100% !important;
    border-right: 2px solid #e6f6f7 !important;
}

.main-nav-item .sub-nav-block li {
    margin-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.45;
}

.main-nav-container .main-nav-item .sub-nav-block div.more {
    border-left: none !important;
    border-right: 2px solid #e6f6f7 !important;
}

.main-nav-container .main-nav-item .sub-nav-block .more a {
    margin-left: 0px !important;
    margin-right: 15px !important
}

.main-nav-item .sub-nav-block li .standards-code {
    font-size: 16px;
    font-size: 1.6rem;
    color: #202020;
}

.main-nav-item.hover .sub-nav,
.main-nav-item:hover .sub-nav,
.main-nav-item a:focus + .sub-nav {    
    left: 0px;
}


.lt-ie8 .main-nav-item .sub-nav-block {
    width: 222px;
}

.lt-ie8 .about-nav-item .sub-nav-block {
    width: 100%;
}

.lt-ie8 .industry-nav-item .sub-nav-links {
    width: 260px;
}

.lt-ie8 .industry-nav-item .sub-nav-promo {
    width: 130px;
}

.lt-ie8 .services-nav-item .sub-nav-block {
    left: 0;
}

.search-form {
    margin: 0;
    padding: 0 10px 10px;
}

    .search-form input {
        width: 248px;
        margin-top: 10px;
        margin-right: 10px;
        padding: 9px 0 10px 10px;
        -ms-padding-top: 3px;
        height: auto;
        font-size: 16px;
        font-size: 1.6rem;
        border: 1px solid #d0d0d0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
        background: #fff none;
        color: #707070;
        text-align: right;
    }

    .search-form button {
        margin: 6px 0 0;
        float: left;
    }

    .search-form .bt {
        width: 38px;
        height: 38px;
        top: 1px;
        max-width: 38px;
        margin: 9px 0 0 0;
        padding: 0;
    }

        .search-form .bt:hover {
            margin: 9px 0 0;
            padding: 0;
        }

.siteSearchResults {
    display: none;
    font-size: 16px;
    border-bottom: 1px solid #bebebe;
    padding: 7px 0 0;
    background: url(https://www.bsigroup.com/ui/css/img/searchTop.svg) -125px 0 no-repeat;
}

    .siteSearchResults ul {
        list-style: none outside;
        padding: 10px 0;
        margin: 0;
        background: #FFF;
    }

    .siteSearchResults li {
        margin: 0;
        padding: 0;
    }

        .siteSearchResults li a {
            display: block;
            padding: 10px 25px;
        }

            .siteSearchResults li a:hover,
            .siteSearchResults li a:focus {
                outline: 0;
                background: #f1f1f1;
            }

    .siteSearchResults a.submit {
        background: #ebebeb;
        border-top: 1px solid #d6d6d6;
        padding: 15px 20px;
        display: block;
    }

    .siteSearchResults.ui_visible {
        display: block;
    }

.site-footer {
    border-top: 1px #d6d6d6 solid;
    -webkit-box-shadow: #fff 0 1px 0 inset;
    -moz-box-shadow: #fff 0 1px 0 inset;
    box-shadow: #fff 0 1px 0 inset;
    background: #f4f4f4;
    font-size: 14px;
    font-size: 1.4rem;
}

    .site-footer .list-head {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2;
    }

        .site-footer .list-head a {
            color: #202020;
        }

    .site-footer .link-list li {
        margin: 8px 0 0;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.3;
    }

        .site-footer .link-list li a {
            color: #6f6f6f;
        }

.utility-nav .nav-item {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0 10px 0 0;
    border-left: none;
    border-right: 1px #a8a8a8 solid;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
}

    .utility-nav .nav-item:first-child {
        margin-right: 0;
        padding-right: 0;
        border: 0;
    }

    .utility-nav .nav-item a {
        color: #d73000;
        padding-top: 12px;
        padding-bottom: 12px;
    }

.utility-nav .lang-nav-item .current {
    color: #202020;
}

    .utility-nav .lang-nav-item .current:hover {
        text-decoration: none;
    }

.utility-nav .lang-nav-item ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.localisation-links .list-head {
    margin: 20px 0 0;
}

.no-js .localisation-links,
.no-js .quick-links {
    display: inline-block;
}

.no-js.lt-ie8 .localisation-links,
.no-js.lt-ie8 .quick-links {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.footer-bar {
    clear: both;
    padding: 0 20px;
    border-top: 1px #d6d6d6 solid;
    -webkit-box-shadow: #fff 0 1px 0 inset;
    -moz-box-shadow: #fff 0 1px 0 inset;
    box-shadow: #fff 0 1px 0 inset;
}

    .footer-bar li {
        display: inline-block;
        margin: 0 0 0 4px;
        padding: 0 7px 0 0;
        border-left: none;
        font-size: 14px;
        font-size: 1.4rem;
        border-right: 1px #a8a8a8 solid;
    }

        .footer-bar li:first-child {
            padding-left: 0;
            border-right: none;
        }

.form-item div label input.gdpr-field-tick {
    margin-left: 275px;
}

.footer-bar li a {
    color: #d73000;
}

.lt-ie8 .footer-bar li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.info-bar {
    padding: 0 20px;
    border-top: 1px #d6d6d6 solid;
    -webkit-box-shadow: #fff 0 1px 0 inset;
    -moz-box-shadow: #fff 0 1px 0 inset;
    box-shadow: #fff 0 1px 0 inset;
    background: #efefef;
    font-size: 13px;
    font-size: 1.3rem;
}

.signup-bar h2 {
    margin: 15px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
}

.signup-bar .more {
    margin-top: 0;
}

.signup-bar input {
    padding: 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
    background: #fff none;
    height: auto;
    padding: 9px 0 10px 10px;
    width: 175px;
}

.signup-bar .phone-link {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
}

.signup-bar .form-item.signup-email {
    padding-top: 15px 0;
}

.lt-ie9 .signup-bar input {
    width: 165px;
}

.lt-ie8 .signup-bar .form-item.signup-email {
    padding-bottom: 10px;
}

.lt-ie8 .signup-bar label input {
    width: 127px;
}

.lt-ie8 .signup-bar button.key-bt {
    padding: 8px;
}

.no-generatedcontent .signup-bar .more {
    background-position: -6px -55px;
}

.share-links {
    margin: 15px 0 20px;
}

    .share-links ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .share-links li {
        float: left;
        margin: 0 10px 0 0;
    }

    .share-links a {
        display: block;
        overflow: hidden;
        text-indent: -10000px;
    }

    .share-links .twitter-link a {
        background-position: -95px -99px;
        height: 20px;
        width: 59px;
    }

    .share-links .facebook-link a {
        background-position: -99px 0;
        height: 20px;
        width: 59px;
    }

.js #country-selector {
    display: none;
}

.no-js .utility-nav #country-selector .close {
    display: none;
}

.country-selector {
    zoom: 1;
    position: relative;
    clear: both;
    padding: 20px 30px 0;
    margin: 0 -30px 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #d6d6d6;
    border-top: 2px solid #d6d6d6;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    outline: 0 none;
}

.bsi-countrySelector .more.bsi-grid.cant-find-country-link {
    direction: rtl;
}

.country-selector .other {
    margin: 0 -30px;
    padding: 15px 30px 20px;
    border-bottom: 10px solid #ebebeb;
    text-align: right;
    clear: both;
}

    .country-selector .other a {
        text-decoration: underline;
    }

        .country-selector .other a:hover,
        .country-selector .other a:focus {
            text-decoration: none;
        }

.country-selector .close {
    position: absolute;
    top: 20px;
    left: 30px;
    right: inherit;
}

    .country-selector .close:after {
        content: '';
        float: right;
        margin: 3px 0 0 3px;
        background-position: -6px -27px;
        height: 15px;
        width: 15px;
    }

.country-selector label {
    margin-bottom: 20px;
    float: left;
}

.country-selector h2 {
    border-bottom: 4px solid #ebebeb;
    padding-bottom: 15px;
    margin: 0 0 20px;
}

.country-selector ul {
    list-style: none;
    background-color: #f2f2f2;
    margin: 0 0 11px;
    margin-left: 0;
    padding: 0;
    float: none !important;
}

    .country-selector ul li {
        padding: 8px 15px;
        margin: 0;
        border-bottom: 4px #fff solid;
    }

        .country-selector ul li:last-child {
            margin-bottom: 0;
        }


    .country-selector ul a:first-child {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }

.country-selector h3 {
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 15px 10px;
}

.lt-ie8 .country-selector .l-grid {
    width: 110%;
}

.lt-ie8 .country-selector li a {
    margin-top: 8px;
    margin-right: 8px;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2001;
    overflow: auto;
}

.lt-ie7 .overlay {
    position: absolute;
}

.country-selector-announcement.modal {
    position: static;
    width: 320px;
    margin: 0 auto;
    padding: 0;
}

    .country-selector-announcement.modal:focus {
        outline: none;
    }

.country-selector-announcement .inner {
    outline: 0 none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 63px 0 0;
    padding: 20px;
    overflow: hidden;
    position: relative;
    background: #f2f2f2;
    border-bottom: 5px solid #d6d6d6;
    border-top: 5px solid #d6d6d6;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-size: 1.6rem;
    zoom: 1;
}

.country-selector-announcement h2 {
    margin: 0 0 .8em;
}

.country-selector-announcement p {
    margin: 10px 0;
    font-size: 18px;
    font-size: 1.8rem;
}

.country-selector-announcement .bt,
.country-selector-announcement .languages,
.country-selector-announcement label {
    width: 240px;
    display: block;
    clear: both;
}

    .country-selector-announcement .bt,
    .country-selector-announcement .bt:hover,
    .country-selector-announcement .bt:active,
    .country-selector-announcement .bt:active:hover {
        clear: both;
        display: block;
        padding: 15px;
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        margin: 20px 0;
        width: 240px;
    }

        .country-selector-announcement .bt:disabled,
        .country-selector-announcement .bt:disabled:hover {
            clear: both;
            display: block;
            padding: 15px;
            text-align: center;
            font-size: 18px;
            font-size: 1.8rem;
            margin: 20px 0;
            width: 240px;
        }

.country-selector-announcement .languages {
    zoom: 1;
    background-color: #fff;
    padding: 15px 20px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .country-selector-announcement .languages h3 {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 1.6em 0 .8em;
    }

        .country-selector-announcement .languages h3:first-child {
            margin-top: 0;
        }

    .country-selector-announcement .languages label {
        padding-top: 1.6em;
    }

    .country-selector-announcement .languages a {
        font-weight: 500;
        line-height: 15px;
        color: #d73000;
    }

.country-selector-announcement .help a {
    float: left;
    clear: both;
    margin: 10px 0 0;
}

.country-selector-announcement .country-selector {
    padding: 20px 30px;
    margin: 0 -30px -30px;
    border: 0;
    border-top: 30px solid #F2F2F2;
    background: #fff;
}

    .country-selector-announcement .country-selector .more {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 1.3em 0 0;
    }

        .country-selector-announcement .country-selector .more h3 {
            margin-left: 0;
        }

.no-rgba .overlay {
    background: url(https://www.bsigroup.com/ui/css/img/_ie7/black_70pc.png);
}

.no-js .country-selector label {
    display: none;
}

.no-js .country-selector-announcement {
    position: relative;
    width: 960px;
}

    .no-js .country-selector-announcement label {
        display: none;
    }

html.js #loading-screen {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #707070;
    font-size: 21px;
    font-size: 2.1rem;
    overflow: hidden;
    display: table;
}

    html.js #loading-screen .inner {
        display: table-cell;
        vertical-align: middle;
        padding-top: 110px;
    }

    html.js #loading-screen.refreshing {
        display: block;
    }

        html.js #loading-screen.refreshing .inner {
            height: 50px;
            width: 320px;
            padding-top: 100px;
            background-position: center 25px;
            position: relative;
            top: -75px;
            display: block;
        }

html.no-rgba #loading-screen.refreshing {
    /*background: transparent url(img/_ie7/white_50pc.png) repeat 0 0;*/
}

html.lt-ie7 #loading-screen {
    display: none;
    position: absolute;
}

    html.lt-ie7 #loading-screen.refreshing {
        background: transparent;
    }

html.no-js #loading-screen {
    display: block;
}

body.breakpoint-901 #loading-screen,
body.breakpoint-220 #loading-screen {
    display: none;
}

legend {
    color: #202020;
}

.form-block {
    margin: 30px 0 0;
}

    .form-block fieldset {
        border: 0;
        padding: 50px 30px 0;
        margin: 40px 0 20px;
        position: relative;
        background-color: #f3f3f3;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

        .form-block fieldset.no-legend {
            padding-top: 0;
        }

        .form-block fieldset:first-child {
            margin-top: 0;
        }

            .form-block fieldset:first-child legend {
                border-top: 0;
                padding-top: 0;
                margin-top: 0;
            }

    .form-block legend {
        font-size: 26px;
        font-size: 2.6rem;
    }

    .form-block .legend {
        position: absolute;
        top: 20px;
        left: 30px;
    }

    .form-block label {
        display: block;
    }

        .form-block label .optional {
            display: block;
            font-size: 16px;
            font-size: 1.6rem;
            color: #606060;
        }

        .form-block label input.error {
            -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(215, 48, 0, 0.5);
            -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(215, 48, 0, 0.5);
            box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(215, 48, 0, 0.5);
            border-color: #d73000;
        }

        .form-block label input,
        .form-block label a.selectBox,
        .form-block label textarea {
            padding: 0 10px;
            font-size: 16px;
            font-size: 1.6rem;
            border: 1px solid #d0d0d0;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
            background: #fff none;
        }

        .form-block label .selectBox {
            height: 36px;
            line-height: 36px;
        }

        .form-block label input {
            padding: 9px 10px;
            height: auto;
            width: 100%;
        }

            .form-block label input[name=employees] {
                width: 50%;
            }

        .form-block label textarea {
            padding: 10px;
            resize: none;
        }

        .form-block label .selectBox {
            -webkit-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.1);
            outline: 0;
        }

            .form-block label .selectBox .selectBox-label {
                padding: 0;
            }

            .form-block label .selectBox .selectBox-arrow {
                border-left-color: #d6d6d6;
                -webkit-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.1);
                box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.1);
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
                box-sizing: content-box;
                background-position: -12px -55px;
                height: 34px;
                width: 31px;
                background-color: #e9e9e9;
            }

            .form-block label .selectBox:hover .selectBox-arrow,
            .form-block label .selectBox:focus .selectBox-arrow {
                background-position: -28px -224px;
                height: 34px;
                width: 31px;
            }

            .form-block label .selectBox:focus .selectBox-arrow {
                border-color: #d6d6d6;
                background-color: #fff;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

        .form-block label.error {
            color: #d73000;
            font-size: 16px;
            font-size: 1.6rem;
            text-align: right;
            padding: 5px 30px 0 0;
        }

.selectBox-options {
    font-size: 16px;
    font-size: 1.6rem;
    border-top: 0 none;
    margin-top: -1px;
    margin-left: 2px;
    border-color: #d0d0d0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

    .selectBox-options a:hover {
        text-decoration: none;
    }

.form-item-group {
    position: relative;
}

.form-item-group-heading {
    margin: 20px 0 0;
}

.form-item {
    clear: left;
    padding: 15px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
}

    .form-item .form-item {
        margin-left: 24px;
    }

.inline-form-item {
    display: inline-block;
    margin-right: 10px;
}

    .inline-form-item label {
        padding-right: 0;
    }

.lt-ie8 .inline-form-item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.inline-form-item:first-child,
.form-item-group-head + .inline-form-item {
    float: right;
    margin-left: 0;
}

.label .optional {
    font-size: 12px;
    font-size: 1.2rem;
}

.label.visuallyhidden {
    cursor: default;
}

.tabbed-fields .form-item-group {
    padding: 20px 0 30px;
    border-top: 1px solid #e0e0e0;
}

    .tabbed-fields .form-item-group:first-of-type {
        border-top: 0 none;
    }

.tabbed-fields .label,
.tabbed-fields .group-label {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
}

.tabbed-fields .form-item .inline-label {
    margin-left: 0;
    padding-left: 0;
}

    .tabbed-fields .form-item .inline-label .label {
        margin-left: 0;
        text-align: left;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        color: #606060;
        line-height: normal;
    }

        .tabbed-fields .form-item .inline-label .label em {
            display: block;
            color: #202020;
            font-style: normal;
        }

    .tabbed-fields .form-item .inline-label input[type=checkbox] {
        float: left;
        margin: 0 10px 0 0;
    }

.user-msg {
    font-size: 16px;
    font-size: 1.6rem;
    color: #606060;
    padding-bottom: 15px;
    clear: both;
}

    .user-msg .inner {
        margin: 0;
        padding: 12px;
        font-size: 13px;
        font-size: 1.3rem;
    }

.checkboxes-sprite,
.checkbox-replaced,
.checkbox-replaced.checked,
.search-filters .checkbox-replaced,
.search-filters .checkbox-replaced.checked {
    /*background: url(/ui/css/img/checkboxes-sa9d5f98f86.png) no-repeat;*/
}

.checkbox-replaced {
    min-height: 24px;
    overflow: hidden;
    padding-left: 40px;
    background-position: 0 -242px;
}

    .checkbox-replaced input {
        position: absolute;
        left: -1000px;
        width: auto !important;
        display: none;
    }

    .checkbox-replaced.checked {
        background-position: 0 0;
    }

    .checkbox-replaced.focus .label {
        outline: 1px dotted #424242;
    }

.lt-ie7 .checkbox-replaced {
    height: 24px;
    overflow: visible;
}

.tabbed-fields .form-item .checkbox-replaced {
    padding-left: 40px;
}

.submit-form-item .bt,
.submit-form-item .bt:hover,
.submit-form-item .bt:active,
.submit-form-item .bt:active:hover {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 50px;
    margin-bottom: 10px;
}

    .submit-form-item .bt:disabled,
    .submit-form-item .bt:disabled:hover {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 10px 50px;
        margin-bottom: 10px;
    }

.submit-form-item .small,
.submit-form-item .small:hover,
.submit-form-item .small:active,
.submit-form-item .small:active:hover,
.submit-form-item.inline-form-item .bt,
.submit-form-item.inline-form-item .bt:hover,
.submit-form-item.inline-form-item .bt:active,
.submit-form-item.inline-form-item .bt:active:hover {
    padding: 8px 15px;
    font-size: 16px;
    font-size: 1.6rem;
}

input#SignUpButton {
    background: #d73000;
    text-shadow: 0 0 1px #8c1900;
    text-decoration: none;
    color: #fff;
}

.submit-form-item .small:disabled,
.submit-form-item .small:disabled:hover,
.submit-form-item.inline-form-item .bt:disabled,
.submit-form-item.inline-form-item .bt:disabled:hover {
    padding: 8px 15px;
    font-size: 16px;
    font-size: 1.6rem;
}

.lt-ie8 .form-item input {
    width: 90%;
}

.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: solid 1px #BBB;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #F2F2F2;
    background: -moz-linear-gradient(top, #f8f8f8 1%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default;
}

    .selectBox-dropdown:focus,
    .selectBox-dropdown:focus .selectBox-arrow {
        border-color: #666;
    }

    .selectBox-dropdown.selectBox-menuShowing {
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .selectBox-dropdown .selectBox-label {
        padding: 2px 8px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
    }

    .selectBox-dropdown .selectBox-arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 23px;
        height: 100%;
        background: url(https://www.bsigroup.com/ui/css/jquery.selectBox-arrow.gif) 50% center no-repeat;
        border-left: solid 1px #BBB;
    }

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB;
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

    .selectBox-inline:focus {
        border-color: #666;
    }

.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

    .selectBox-options LI A {
        line-height: 1.5;
        padding: 0 .5em;
        white-space: nowrap;
        overflow: hidden;
        background: 6px center no-repeat;
    }

    .selectBox-options LI.selectBox-hover A {
        background-color: #EEE;
    }

    .selectBox-options LI.selectBox-disabled A {
        color: #888;
        background-color: transparent;
    }

    .selectBox-options LI.selectBox-selected A {
        background-color: #C8DEF4;
    }

    .selectBox-options .selectBox-optgroup {
        color: #666;
        background: #EEE;
        font-weight: 700;
        line-height: 1.5;
        padding: 0 .3em;
        white-space: nowrap;
    }

.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

    .selectBox-inline.selectBox-disabled .selectBox-options A {
        background-color: transparent !important;
    }

.pcode-addr-list label {
    font-size: 12px;
    font-size: 1.2rem;
}

.scroll-pane {
    max-height: 160px;
    overflow: auto;
    margin: 0 0 40px;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
    background: #fff none;
}

    .scroll-pane input {
        position: absolute;
        left: -1000px;
    }

    .scroll-pane .form-item {
        margin: 0;
        padding: 0;
    }

    .scroll-pane label {
        display: block;
        margin: 0 0 5px;
        padding: 0;
    }

.manual-addr-group {
    position: relative;
}

    .manual-addr-group.collapsible {
        padding: 0;
        margin: 0;
    }

    .manual-addr-group .trigger,
    .manual-addr-group .trigger:hover,
    .manual-addr-group .trigger:focus,
    .manual-addr-group .trigger:active,
    .manual-addr-group .trigger:active:hover {
        background: transparent none;
        border: 0 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;
        text-decoration: underline;
        text-shadow: none;
        color: #202020;
        padding: 0;
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

        .manual-addr-group .trigger:disabled,
        .manual-addr-group .trigger:disabled:hover {
            background: transparent none;
            border: 0 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;
            text-decoration: underline;
            text-shadow: none;
            color: #202020;
            padding: 0;
            position: absolute;
            bottom: 30px;
            right: 30px;
        }

        .manual-addr-group .trigger:hover,
        .manual-addr-group .trigger:focus {
            text-decoration: none;
        }

.lt-ie9 .manual-addr-group .trigger {
    right: 0;
}

.pcode-lookup {
    margin-bottom: 20px;
    float: left;
}

    .pcode-lookup label {
        margin-bottom: 15px;
        padding-right: 0;
    }

    .pcode-lookup .bt,
    .pcode-lookup .bt:hover,
    .pcode-lookup .bt:focus,
    .pcode-lookup .bt:active,
    .pcode-lookup .bt:active:hover {
        padding: 8px 10px;
        font-size: 16px;
        font-size: 1.6rem;
        background: #919191 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkOWQ5ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxOTE5MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
        background: #919191 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9d9d9d), color-stop(100%, #919191));
        background: #919191 -webkit-linear-gradient(#9d9d9d, #919191);
        background: #919191 -moz-linear-gradient(#9d9d9d, #919191);
        background: #919191 -o-linear-gradient(#9d9d9d, #919191);
        background: #919191 linear-gradient(#9d9d9d, #919191);
        color: #fff;
        border: 1px solid gray;
    }

        .pcode-lookup .bt:disabled,
        .pcode-lookup .bt:disabled:hover {
            padding: 8px 10px;
            font-size: 16px;
            font-size: 1.6rem;
            background: #919191 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkOWQ5ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxOTE5MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
            background: #919191 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9d9d9d), color-stop(100%, #919191));
            background: #919191 -webkit-linear-gradient(#9d9d9d, #919191);
            background: #919191 -moz-linear-gradient(#9d9d9d, #919191);
            background: #919191 -o-linear-gradient(#9d9d9d, #919191);
            background: #919191 linear-gradient(#9d9d9d, #919191);
            color: #fff;
            border: 1px solid gray;
        }

.testimonial {
    font-size: 16px;
    font-size: 1.6rem;
}

    .testimonial blockquote {
        margin: 0 0 10px;
        padding: 0;
    }

        .testimonial blockquote p {
            font-size: 21px;
            font-size: 2.1rem;
            font-weight: 400;
            line-height: 1.2;
            margin: 0;
            direction: rtl;
        }

    .testimonial cite {
        font-style: normal;
        padding-right: 4px;
    }

    .testimonial.major {
        border: #f2f2f2 solid;
        border-width: 0 5px;
        padding: 8px 16px;
    }

        .testimonial.major a {
            color: #d73000;
            text-decoration: none;
        }

.banner.flexslider.casestudy .flex-viewport .slides .slider-item .testimonial-text {
    text-align: right;
    direction: rtl;
}

.banner.flexslider.casestudy .flex-viewport .slides .slider-item .testimonial-logo {
    text-align: right;
}

.banner.flexslider.casestudy .teaser-block-title {
    text-align: right;
}

.banner.flexslider.test-desktop.casestudy h2.teaser-title {
    text-align: right;
}

.testimonial.major a:hover {
    text-decoration: underline;
}

.teaser {
    margin-top: 30px;
}

.teaser-block {
    margin-top: 0px;
}

    .teaser .more,
    .teaser-block .more {
        margin-top: 20px;
    }

    .teaser img,
    .teaser-block img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        float: right;
        margin-right: 0px;
        margin-left: 15px;
    }

    .teaser .cta,
    .teaser-block .cta {
        margin: 30px 0 0;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .teaser p a,
    .teaser-block p a {
        text-decoration: underline;
    }

        .teaser p a:hover,
        .teaser-block p a:hover {
            text-decoration: none;
        }

        .teaser p a:focus,
        .teaser-block p a:focus {
            text-decoration: none;
            background-color: #fff;
            color: #fff;
        }

.block-links a:not(.key-bt) {
    text-decoration: none;
}

    .block-links a:not(.key-bt):hover {
        text-decoration: underline;
        color: #0E4E70 !important;
    }

.lt-ie8 .teaser-block [class^="l-grid-"] {
    float: none;
    display: inline;
    zoom: 1;
    vertical-align: top;
}

    .lt-ie8 .teaser-block [class^="l-grid-"] .teaser-item {
        display: inline;
    }

    .lt-ie8 .teaser-block [class^="l-grid-"] .teaser-item-title {
        padding-left: 0;
    }

.teaser-intro p {
    font-size: 18px;
    font-size: 1.8rem;
}

.teaser-title,
.teaser-intro-title,
.teaser-block-title,
.teaser-item-title {
    margin: 0 0 15px;
}

.teaser-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

    .teaser-list li {
        clear: both;
        padding: 8px 0 0;
        margin: 0;
    }

        .teaser-list li:first-child {
            padding-top: 0;
        }

    .teaser-list a {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        padding-left: 14px;
        color: #d73000;
        font-weight: 400;
    }

        .teaser-list a:before {
            content: "\203a";
            color: #d73000;
            float: left;
            width: 14px;
            margin-left: -14px;
        }

.no-generatedcontent .teaser-list a {
    /*background: url(img/_ie7/chevrons.png) no-repeat -6px -52px;*/
    padding-left: 15px;
}

.lt-ie7 .teaser-list a {
    /*background-image: url(img/_ie6/chevrons.png);*/
}

.teaser-item {
    margin-top: 30px;
    clear: both;
    position: relative;
    zoom: 1;
}

    .teaser-item:first-child {
        margin-top: 0;
    }

    .teaser-item.has-icon {
        padding-left: 90px;
        overflow: hidden;
    }

        .teaser-item.has-icon .block {
            float: left;
            margin-left: -90px;
            padding-left: 90px;
            min-height: 100px;
        }

        .teaser-item.has-icon .ico {
            float: left;
            margin: 0 0 0 -90px;
        }

            .teaser-item.has-icon .ico + p {
                margin-top: 0;
            }

.reversed .teaser-item a {
    color: #fff;
}

.lt-ie7 .booking {
    padding-left: 0;
}

    .lt-ie7 .booking .ico {
        display: none;
    }

.teaser-block ol {
    list-style-type: none;
    padding-left: 0;
}

    .teaser-block ol .num {
        font-size: 18px;
        font-size: 1.8rem;
        background-color: #e9e9e9;
        color: #606060;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
        display: block;
        position: absolute;
        top: 10px;
        left: 30px;
    }

    .teaser-block ol li {
        zoom: 1;
        position: relative;
        padding: 20px 0 30px 90px;
        margin: 30px 0;
        border-bottom: 1px solid #F2F2F2;
    }

        .teaser-block ol li article {
            margin: 0;
        }

.srvc-teaser-item a .teaser-item-title {
    color: #d73000;
    font-weight: 400;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding-left: 14px;
}

    .srvc-teaser-item a .teaser-item-title:before {
        content: "\203a";
        color: #d73000;
        float: left;
        width: 14px;
        margin-left: -14px;
    }

.srvc-teaser-item a p {
    clear: both;
    margin: 0;
}

.no-generatedcontent .srvc-teaser-item a .teaser-item-title {
    /*background: url(img/_ie7/chevrons.png) no-repeat -6px -52px;*/
    padding-left: 15px;
}

.lt-ie7 .srvc-teaser-item a .teaser-item-title {
    /*background-image: url(img/_ie6/chevrons.png);*/
}

.srvc-teaser-block .teaser-block-title {
    color: #707070;
    margin: 10px 0;
}

.trng-teaser-item {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px #f2f2f2 solid;
}

    .trng-teaser-item:after {
        position: absolute;
        top: 4px;
        left: 0;
        width: 5px;
        height: 80%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        background-color: #f2f2f2;
        content: "";
    }

    .trng-teaser-item:hover:after {
        background-color: #dadada;
    }

    .trng-teaser-item,
    .trng-teaser-item.has-icon {
        padding-left: 30px;
    }

        .trng-teaser-item:last-child {
            border-bottom: 0 none;
        }

        .trng-teaser-item ul {
            margin-left: 0;
            padding-left: 20px;
            list-style: disc;
        }

        .trng-teaser-item .meta {
            margin: 0;
            line-height: 1.2;
        }

        .trng-teaser-item.featured-course {
            padding-left: 0;
        }

            .trng-teaser-item.featured-course:last-child {
                padding-bottom: 0;
            }

            .trng-teaser-item.featured-course:after {
                display: none;
            }

            .trng-teaser-item.featured-course .featured {
                font-weight: 400;
                text-transform: uppercase;
                color: #606060;
                font-size: 14px;
                font-size: 1.4rem;
                margin: 0 0 10px;
                display: block;
            }

aside .trng-teaser-item.featured-course {
    padding: 0;
}

    aside .trng-teaser-item.featured-course .teaser-item-title a {
        color: #202020;
    }

    aside .trng-teaser-item.featured-course .booking {
        position: relative;
        width: auto;
    }

        aside .trng-teaser-item.featured-course .booking .price b {
            font-size: 21px;
            font-size: 2.1rem;
        }

.quality-management-teaser-item {
    background-color: #f2f2f2;
    position: relative;
    margin: 20px 5px 0;
    min-height: 140px;
    padding: 30px 90px 30px 195px;
    overflow: visible;
}

    .quality-management-teaser-item:before,
    .quality-management-teaser-item:after {
        position: absolute;
        top: 0;
        width: 5px;
        height: 100%;
        background-color: #dadada;
        content: "";
    }

    .quality-management-teaser-item:before {
        left: -5px;
        -webkit-border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -ms-border-radius: 8px 0 0 8px;
        -o-border-radius: 8px 0 0 8px;
        border-radius: 8px 0 0 8px;
    }

    .quality-management-teaser-item:after {
        right: -5px;
        -webkit-border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        -ms-border-radius: 0 8px 8px 0;
        -o-border-radius: 0 8px 8px 0;
        border-radius: 0 8px 8px 0;
    }

    .quality-management-teaser-item img {
        float: left;
        margin-left: -170px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .quality-management-teaser-item h3,
    .quality-management-teaser-item h3 a {
        color: #8c8c8c;
        font-size: 18px;
        font-size: 1.8rem;
    }

        .quality-management-teaser-item h3 span,
        .quality-management-teaser-item h3 a span {
            color: #202020;
            display: block;
            font-size: 21px;
            font-size: 2.1rem;
        }

    .quality-management-teaser-item.l-grid-1 {
        width: 100%;
        clear: none;
        margin: 30px 0 0 30px;
        padding: 20px 0;
        background-color: transparent;
    }

        .quality-management-teaser-item.l-grid-1:before,
        .quality-management-teaser-item.l-grid-1:after {
            background-color: #f2f2f2;
            height: 5px;
            width: 100%;
        }

        .quality-management-teaser-item.l-grid-1:before {
            -webkit-border-radius: 8px 8px 0 0;
            -moz-border-radius: 8px 8px 0 0;
            -ms-border-radius: 8px 8px 0 0;
            -o-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
            top: 0;
            left: 0;
        }

        .quality-management-teaser-item.l-grid-1 img {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            margin: 0 0 10px;
        }

        .quality-management-teaser-item.l-grid-1 .more:after {
            content: '';
            display: block;
            position: absolute;
            top: 45px;
            left: -21px;
            margin: 0;
            background-position: -30px 0;
            height: 23px;
            width: 11px;
            visibility: hidden;
        }

        .quality-management-teaser-item.l-grid-1:first-child .more:after {
            display: none;
        }

.border {
    border-bottom-style: inset;
    border-bottom-width: thick;
}

.no-generatedcontent .quality-management-teaser-item {
    padding-top: 0;
    padding-bottom: 0;
}

.teaser.promo img {
    float: left;
    margin: 0 20px 20px 0;
}

.drop-down {
    position: relative;
    z-index: 2;
}

    .drop-down a {
        z-index: 2;
        position: relative;
        padding: 0 5px;
    }

.drop-down-panel {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    position: absolute;
    left: 5px;
    top: -25px;
    padding-top: 10px;
    padding-bottom: 8px;
    background: #fff;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    z-index: 1;
    display: none;
}

    .drop-down-panel:after {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        background-color: #ebebeb;
        border-bottom: 1px solid #d6d6d6;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px;
        -o-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 3;
    }

    .drop-down-panel li:first-child {
        padding-top: 20px;
    }

    .drop-down-panel a {
        display: block;
        padding: 4px 10px;
        color: #777;
    }

.drop-down.hover .drop-down-panel,
.drop-down:hover .drop-down-panel,
.drop-down a:focus + .drop-down-panel {
    display: block;
}

.panel {
    font-size: 16px;
    font-size: 1.6rem;
    background: #f3f3f3;
    margin-bottom: 30px;
    padding: 30px;
    border: 10px #ebebeb solid;
    border-width: 10px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .panel .panel-content {
        overflow: hidden;
    }

    .panel .ico {
        float: left;
        margin-right: 20px;
    }

    .panel p,
    .panel .link-list li,
    .panel div.more {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 8px 0 0;
    }

        .panel p:first-child,
        .panel li:first-child {
            margin-top: 0;
        }

    .panel.major {
        padding: 20px;
        border-width: 0 0 10px;
    }

        .panel.major .bt {
            margin: 15px 0;
        }

    .panel.light {
        background: #fff;
        border: 5px #f2f2f2 solid;
        padding: 25px;
    }

    .panel.reversed {
        color: #fff;
        background: #4c4c4c;
        border: 0;
    }

        .panel.reversed .panel-title {
            font-weight: 500;
        }

            .panel.reversed .panel-title a {
                color: #fff;
            }

        .panel.reversed .link-list a {
            color: #e1e1e1;
        }

html.lt-ie7 .panel {
    overflow: hidden;
}

html.lt-ie7 .l-grid-2 .panel {
    width: 220px;
}

.panel-title {
    margin: 0 0 20px;
    font-weight: 400;
}

.body-copy {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
}

    .body-copy p,
    .body-copy .more {
        margin: 9px 0 0;
    }

        .body-copy p:first-child {
            margin-top: 0;
        }

        .body-copy p a:hover,
        .body-copy p a:active,
        .body-copy li a:hover,
        .body-copy li a:active {
            text-decoration: none;
        }

    .body-copy.has-gutter {
        padding-right: 20px;
    }

        .body-copy.has-gutter hr {
            margin-right: -20px;
        }

    .body-copy .accordion li {
        font-weight: 400;
    }

        .body-copy .accordion li section li {
            font-weight: 500;
        }

    .body-copy .link-list a {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        padding-left: 14px;
        font-weight: 400;
    }

        .body-copy .link-list a:before {
            content: "\203a";
            float: left;
            width: 14px;
            margin-left: -14px;
        }

.lt-ie8 .body-copy .link-list a {
    /*background: transparent url(img/_ie7/chevrons.png) no-repeat -6px -52px;*/
}

.lt-ie7 .body-copy .link-list a {
    /*background: transparent url(img/_ie6/chevrons.png) no-repeat -6px -52px;*/
}

.article-img {
    margin: 0 0 20px;
}

.xForm-bg .article-img {
    top: 65px !important;
    max-width: 94% !important;
}

.article-img img {
    margin: 0 0 10px;
    max-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 50%;
}

.article-img figcaption {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #868686;
}

.thumb {
    float: left;
    display: inline;
    margin: 0 20px 20px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.list-head {
    margin: 30px 0 0;
}

.link-list {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.banner {
    position: relative;
    width: 320px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

    .banner,
    .banner.flexslider {
        margin: 0 -20px 30px;
    }

        .banner .slides,
        .banner .flex-direction-nav {
            padding: 0;
            margin: 0;
        }

        .banner .flex-direction-nav {
            position: absolute;
            top: 50%;
            margin-top: -22px;
            width: 100%;
        }

            .banner .flex-direction-nav a {
                margin: 0;
                height: 44px;
                width: 24px;
                /*background: url(/ui/css/img/ico-s56a7298138.png);*/
            }

            .banner .flex-direction-nav .flex-prev {
                background-position: -103px -55px;
                left: 0;
                margin: 0;
            }

            .banner .flex-direction-nav .flex-next {
                background-position: -127px -55px;
                right: 0;
                margin: 0;
            }

        .banner .slider-item {
            position: relative;
            margin-bottom: 0;
        }

        .banner img {
            width: 100%;
        }

        .banner .banner-title {
            margin: 0;
            font-size: 24px;
            font-size: 2.4rem;
            position: relative;
            left: -1px;
        }

        .banner .caption {
            padding: 0;
            font-size: 16px;
            font-size: 1.6rem;
            position: absolute;
            left: 40px;
            bottom: 9%;
            width: 55%;
        }

        .banner p {
            margin: 10px 0;
        }

        .banner .cta {
            margin-top: 10px;
        }

        .banner .more a,
        .banner .more a:before {
            font-weight: 500;
        }

        .banner .knock-out {
            margin: -14px;
            padding: 20px;
            background: rgba(0, 0, 0, 0.7);
            color: #fff;
            text-shadow: 0 0 1px #111;
        }

.lt-ie7 .banner {
    width: 960px;
    overflow: hidden;
    margin-right: 15px;
}

.no-rgba .banner .knock-out {
    background: url(https://www.bsigroup.com/ui/css/img/_ie7/black_70pc.png);
    padding: 20px;
}

.banner-controls {
    display: none;
    margin: -30px -30px 30px;
    padding: 0;
    list-style-type: none;
}

    .banner-controls li {
        width: 33%;
        float: left;
    }

        .banner-controls li:first-child {
            width: 34%;
        }

        .banner-controls li a {
            background: #b4b4b4 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhY2FjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I0YjRiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
            background: #b4b4b4 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cacaca), color-stop(100%, #b4b4b4));
            background: #b4b4b4 -webkit-linear-gradient(top, #cacaca, #b4b4b4);
            background: #b4b4b4 -moz-linear-gradient(top, #cacaca, #b4b4b4);
            background: #b4b4b4 -o-linear-gradient(top, #cacaca, #b4b4b4);
            background: #b4b4b4 linear-gradient(top, #cacaca, #b4b4b4);
            display: block;
            height: 45px;
            line-height: 45px;
            text-align: center;
            color: #fff;
            font-size: 18px;
            font-size: 1.8rem;
            border-left: 1px solid #a2a2a2;
            border-bottom: 1px solid #a2a2a2;
            font-weight: 400;
            position: relative;
            outline: 0;
        }

        .banner-controls li:first-child a {
            border-left: 0 none;
        }

        .banner-controls li.flex-active a,
        .banner-controls li a:hover {
            text-decoration: none;
            background: #7c7c7c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjN2M3YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY4Njg2OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
            background: #7c7c7c -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7c7c7c), color-stop(100%, #686868));
            background: #7c7c7c -webkit-linear-gradient(top, #7c7c7c, #686868);
            background: #7c7c7c -moz-linear-gradient(top, #7c7c7c, #686868);
            background: #7c7c7c -o-linear-gradient(top, #7c7c7c, #686868);
            background: #7c7c7c linear-gradient(top, #7c7c7c, #686868);
        }

            .banner-controls li.flex-active a:before {
                content: '';
                display: block;
                background-position: -71px -99px;
                height: 10px;
                width: 24px;
                position: absolute;
                top: -10px;
                left: 50%;
                margin-left: -12px;
            }

    .banner-controls:hover .flex-active a {
        background: #b4b4b4 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhY2FjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I0YjRiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
        background: #b4b4b4 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cacaca), color-stop(100%, #b4b4b4));
        background: #b4b4b4 -webkit-linear-gradient(top, #cacaca, #b4b4b4);
        background: #b4b4b4 -moz-linear-gradient(top, #cacaca, #b4b4b4);
        background: #b4b4b4 -o-linear-gradient(top, #cacaca, #b4b4b4);
        background: #b4b4b4 linear-gradient(top, #cacaca, #b4b4b4);
    }

        .banner-controls:hover .flex-active a:before {
            display: none;
        }

        .banner-controls:hover .flex-active a:hover {
            background: #7c7c7c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjN2M3YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY4Njg2OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
            background: #7c7c7c -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7c7c7c), color-stop(100%, #686868));
            background: #7c7c7c -webkit-linear-gradient(top, #7c7c7c, #686868);
            background: #7c7c7c -moz-linear-gradient(top, #7c7c7c, #686868);
            background: #7c7c7c -o-linear-gradient(top, #7c7c7c, #686868);
            background: #7c7c7c linear-gradient(top, #7c7c7c, #686868);
        }

            .banner-controls:hover .flex-active a:hover:before {
                display: block;
            }

.lt-ie7 .banner-controls li.flex-active {
    width: 34%;
}

.bt:disabled,
.bt:disabled:hover {
    display: inline-block;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #8a8a8a;
    border: 1px solid #a3a3a3;
    text-shadow: 0 0 1px #3d3d3d;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 500;
    text-decoration: none;
}

.lt-ie8 .bt {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.bt:hover {
    color: #fff;
    background-image: none;
    background: #707070;
    text-decoration: none;
}

.bt:disabled,
.bt:disabled:hover {
    color: #fff;
    background: #b0b0b0;
    border-color: #a3a3a3;
}

.key-bt,
.key-bt:hover,
.key-bt:active,
.key-bt:active:hover {
    padding: 8px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    background: #d73000 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2MzMwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3MzAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background: #d73000 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e63300), color-stop(100%, #d73000));
    background: #d73000 -webkit-linear-gradient(#e63300, #d73000);
    background: #d73000 -moz-linear-gradient(#e63300, #d73000);
    background: #d73000 -o-linear-gradient(#e63300, #d73000);
    background: #d73000 linear-gradient(#e63300, #d73000);
    text-shadow: 0 0 1px #8c1900;
    position: relative;
    overflow: hidden;
    border-color: #c73e2d;
    cursor: pointer;
}

    .key-bt:disabled,
    .key-bt:disabled:hover {
        padding: 8px 10px;
        font-size: 16px;
        font-size: 1.6rem;
        background: #d73000 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2MzMwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3MzAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
        background: #d73000 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e63300), color-stop(100%, #d73000));
        background: #d73000 -webkit-linear-gradient(#e63300, #d73000);
        background: #d73000 -moz-linear-gradient(#e63300, #d73000);
        background: #d73000 -o-linear-gradient(#e63300, #d73000);
        background: #d73000 linear-gradient(#e63300, #d73000);
        text-shadow: 0 0 1px #8c1900;
        position: relative;
        overflow: hidden;
        border-color: #c73e2d;
    }

    .key-bt:hover {
        background: #be2a00;
    }

html.opacity.borderradius.boxshadow .key-bt:after,
html.opacity.borderradius.boxshadow .key-bt:hover:after,
html.opacity.borderradius.boxshadow .key-bt:active:after,
html.opacity.borderradius.boxshadow .key-bt:active:hover:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    top: -10px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px #fff;
    -moz-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    opacity: .1;
}

html.opacity.borderradius.boxshadow .key-bt:disabled:after,
html.opacity.borderradius.boxshadow .key-bt:disabled:hover:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    top: -10px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px #fff;
    -moz-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    opacity: .1;
}

.reversed .bt {
    background: #fff;
    text-shadow: 0 0 0;
    color: #d73000;
}

    .reversed .bt:hover,
    .reversed .bt:active {
        background: #fff;
        color: #707070;
        text-shadow: 0 0 0;
    }

    .reversed .bt:active {
        color: #4c4c4c;
    }

.client-directory-search-results-panel {
    margin-top: 30px;
    padding: 10px 30px;
    border-top: 10px #EBEBEB solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #F3F3F3;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 16px;
    font-size: 1.6rem;
}

    .client-directory-search-results-panel .search-results a {
        color: #D73000;
    }

.clientform .client-directory-search-results-panel .search-results a {
    font-size: 20px;
    line-height: 38px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #0071AD !important;
    margin: 0 0 32px 0;
}

.client-directory-search-results-panel .search-results li {
    list-style: none;
}

.client-directory-search-results-panel .paging ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    overflow: hidden;
}

.client-directory-search-results-panel .paging li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 3px;
    border-right: 1px solid #dcdcdc;
    border-radius: 3px;
    font-size: 14px;
    font-size: 1.6rem;
    padding: 0;
}

    .client-directory-search-results-panel .paging li:last-child,
    .client-directory-search-results-panel .paging li.next {
        margin-right: 0;
        border-right: 0;
    }

.client-directory-search-results-panel .paging a,
.client-directory-search-results-panel .paging span {
    color: #E31D1B;
    width: 30px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: block;
    padding: 0;
    background: none;
}

.client-directory-search-results-panel .paging span {
    font-weight: 700;
    text-decoration: none;
    background: none;
}

.client-directory-search-results-panel .paging .next a,
.client-directory-search-results-panel .paging .prev a {
    color: #000;
    width: auto;
    padding: 0 10px;
}

.ef-container li#PrevListItem {
    float: none !important;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
    opacity: 1;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

    .flex-direction-nav a {
        display: block;
        overflow: hidden;
    }

.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides {
    zoom: 1;
    margin: 0;
}

    .slides:before,
    .slides:after {
        content: "";
        display: table;
    }

    .slides:after {
        clear: both;
    }

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li {
    display: block;
}

.flexslider {
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    width: 100%;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    display: block;
    position: absolute;
    top: 36%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: .8;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: -70px 0;
    height: 27px;
    width: 29px;
    right: -30px;
    margin: 0;
}

.flex-direction-nav .flex-prev {
    background-position: -41px 0;
    height: 27px;
    width: 29px;
    left: -30px;
    margin: 0;
}

html.lt-ie7 .banner .flex-direction-nav .flex-next {
    right: 5px;
}

html.lt-ie7 .banner .flex-direction-nav .flex-prev {
    left: 5px;
}

html.lt-ie7 .panel .flex-direction-nav .flex-next {
    background-position: 0 0;
    height: 22px;
    width: 15px;
    right: -22px;
}

html.lt-ie7 .panel .flex-direction-nav .flex-prev {
    background-position: -15px 0;
    height: 22px;
    width: 15px;
    left: -22px;
}

.flexslider:hover .flex-next {
    opacity: 1;
}

.flexslider:hover .flex-prev {
    opacity: 1;
}

    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    cursor: default;
}

html.lt-ie9 .flex-direction-nav .flex-disabled {
    display: none;
}

.flex-control-nav {
    position: absolute;
    bottom: 30px;
    text-align: center;
    display: inline-flex;
    left: 48%;
    background-color: #ECECEC;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 20px;
}

    .flex-control-nav li {
        margin: 0 4px;
        display: inline-block;
        zoom: 1;
        display: inline;
        margin-top: 4px;
    }

.flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #FFF;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging {
    direction: ltr;
}

    .flex-control-paging li a:hover {
        background: #00A3AD;
    }

    .flex-control-paging li a.flex-active {
        background: #00A3AD;
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .active {
        opacity: 1;
        cursor: default;
    }

.resources p,
.resources ul {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
}

.resources ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.resources li {
    margin-top: 14px;
}

    .resources li:nth-child(odd) {
        clear: both;
    }

    .resources li h3 {
        color: #d73000;
        margin-bottom: 0;
        margin-top: 0;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 500;
    }

    .resources li p {
        margin-top: 0;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .resources li a {
        display: block;
        padding-left: 65px;
    }

        .resources li a:hover {
            text-decoration: none;
        }

            .resources li a:hover h3 {
                text-decoration: underline;
            }

    .resources li .ico {
        float: none;
        margin-left: -65px;
        display: inline !important;
        position: relative;
    }

.see-also a {
    color: #d73000;
}

.see-also ul {
    margin-left: -25px;
    padding-left: 0;
}

    .see-also ul .l-grid-1 {
        width: auto;
        margin-left: 25px;
        list-style-type: none;
    }

    .see-also ul a {
        color: #6a6a6a;
        background-color: #f2f2f2;
        display: block;
        padding: 7px 10px 7px 15px;
        position: relative;
        font-size: 14px;
        font-size: 1.4rem;
    }

        .see-also ul a strong {
            font-size: 16px;
            font-size: 1.6rem;
            color: #202020;
            display: block;
        }

        .see-also ul a:before {
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            width: 4px;
            height: 100%;
            display: block;
            background-color: #dadada;
            -webkit-border-radius: 8px 0 0 8px;
            -moz-border-radius: 8px 0 0 8px;
            -ms-border-radius: 8px 0 0 8px;
            -o-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px;
        }

        .see-also ul a:hover,
        .see-also ul a:focus {
            text-decoration: none;
        }

            .see-also ul a:hover:before,
            .see-also ul a:focus:before {
                background-color: #d73000;
            }

.addthis_toolbox {
    margin: 20px 0;
    display: none;
    *zoom: 1;
}

    .addthis_toolbox:after {
        content: "";
        display: table;
        clear: both;
    }

    .addthis_toolbox p {
        float: left;
        color: #707070;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 16px;
        margin-right: 3px;
    }

.tutor {
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 200px;
    position: relative;
    padding-left: 230px;
    zoom: 1;
}

    .tutor header {
        margin-bottom: 15px;
    }

        .tutor header h2,
        .tutor header h3 {
            margin: 0;
        }

        .tutor header h2 {
            font-size: 21px;
            font-size: 2.1rem;
        }

        .tutor header h3 {
            color: #707070;
            font-size: 18px;
            font-size: 1.8rem;
        }

    .tutor img {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    .tutor aside {
        margin-top: 15px;
    }

        .tutor aside h3 {
            margin: 0;
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 500;
        }

        .tutor aside .more {
            margin-top: 3px;
        }

        .tutor aside time {
            display: block;
            color: #707070;
        }

table.data {
    background-color: #f9f9f9;
    font-size: 18px;
    font-size: 1.8rem;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 30px 0;
}

    table.data th {
        text-align: left;
        font-weight: 500;
    }

    table.data thead {
        background-color: #4c4c4c;
    }

        table.data thead th {
            font-size: 21px;
            font-size: 2.1rem;
            color: #fff;
        }

    table.data tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    table.data td,
    table.data th {
        padding: 15px 20px;
    }

    table.data td,
    table.data tbody th {
        border-top: 1px solid #e6e6e6;
    }

    table.data.enhanced th,
    table.data.enhanced td {
        display: none;
    }

        table.data.enhanced th.essential,
        table.data.enhanced td.essential {
            display: table-cell;
        }

.enhanced-table-wrapper {
    position: relative;
    margin-top: 30px;
}

    .enhanced-table-wrapper table {
        margin-top: 0;
        clear: both;
    }

    .enhanced-table-wrapper .column-menu {
        float: right;
        position: relative;
        z-index: 2;
        margin-bottom: 1px;
        height: 25px;
        line-height: 25px;
        padding: 0 8px;
    }

        .enhanced-table-wrapper .column-menu.active {
            border-bottom: 1px solid #fff;
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            -ms-border-radius: 3px 3px 0 0;
            -o-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
            background-color: #fff;
            color: #202020;
            text-shadow: none;
        }

.table-menu {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 0;
    left: auto;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    width: 150px;
}

    .table-menu ul {
        padding: 0;
        margin: 0;
    }

    .table-menu li {
        list-style-type: none;
    }

.collapsible {
    background: #f2f2f2;
    padding: 15px;
    margin: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    zoom: 1;
}

    .collapsible .trigger {
        overflow: hidden;
        cursor: pointer;
    }

        .collapsible .trigger h2 {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            padding-left: 14px;
            color: #d73000;
            margin: 0;
            font-size: 18px;
            font-size: 1.8rem;
            float: left;
        }

            .collapsible .trigger h2:before {
                content: "\203a";
                color: #d73000;
                float: left;
                width: 14px;
                margin-left: -14px;
            }

        .collapsible .trigger .teaser {
            float: left;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.2;
            margin: 0 0 0 30px;
        }

    .collapsible.is-expanded .trigger:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-top: 4px;
    }

    .collapsible.is-expanded .teaser {
        display: none;
    }

.contact-item {
    position: relative;
    padding: 15px 15px 15px 40px;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #f2f2f2;
    zoom: 1;
}

    .contact-item:last-child {
        border-bottom: 0 none;
        padding-bottom: 0;
    }

    .contact-item .item-title {
        margin: 0;
        color: #707070;
        font-size: 16px;
        font-size: 1.6rem;
        position: absolute;
        top: 15px;
        left: 0;
        line-height: 1.35;
    }

    .contact-item .more {
        margin-top: 0;
        font-weight: 500;
    }

    .contact-item .cta + .more {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .contact-item .ico {
        position: absolute;
        top: 12px;
        left: 0;
    }

    .contact-item em {
        font-size: 14px;
        font-size: 1.4rem;
        color: #606060;
        font-style: normal;
    }

    .contact-item p {
        margin-top: 0;
    }

        .contact-item p:last-child {
            margin-bottom: 0;
        }

    .contact-item .phone-link {
        color: #202020;
    }

.collapsible .phone-link {
    color: #202020;
}

.collapsible .contact-item {
    padding-top: 0;
    padding-left: 120px;
}

    .collapsible .contact-item .item-title {
        top: 0;
        width: 100px;
        text-align: right;
    }

.google-map {
    font-size: 16px;
    font-size: 1.6rem;
    color: #606060;
}

    .google-map .map {
        background: #E5E3DF;
        text-align: center;
        line-height: 286px;
        display: block;
    }

.js .google-map .map {
    text-indent: -999em;
}

.panel.international-offices {
    background: #fff;
    position: relative;
    *zoom: 1;
}

    .panel.international-offices:after {
        content: "";
        display: table;
        clear: both;
    }

    .panel.international-offices .ico-world {
        position: absolute;
        top: 0;
        right: 0;
    }

    .panel.international-offices .continent-title {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 500;
    }

    .panel.international-offices .country-name {
        margin: 0;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
    }

    .panel.international-offices ul {
        padding: 15px 15px 0;
        list-style-type: none;
        background: #f2f2f2;
    }

    .panel.international-offices .collapsible {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        padding-left: 14px;
        display: block;
        padding-top: 0;
        margin: 0;
    }

        .panel.international-offices .collapsible:before {
            content: "\203a";
            color: #d73000;
            float: left;
            width: 14px;
            margin-left: -14px;
        }

        .panel.international-offices .collapsible.is-expanded:before {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            margin-top: 4px;
        }

        .panel.international-offices .collapsible .contact-item {
            padding: 15px 15px 0 50px;
        }

            .panel.international-offices .collapsible .contact-item .item-title {
                width: auto;
                text-align: left;
                top: 15px;
            }

.country-list {
    margin: 8px 0 0;
    padding-left: 17px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    background: #fff url(https://www.bsigroup.com/ui/css/img/spinner.gif) no-repeat center center;
}

    .video-wrapper iframe,
    .video-wrapper object,
    .video-wrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.event-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    font-size: 1.4rem;
}

.event-item {
    margin: 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
}

    .event-item .item-title {
        margin: 0;
    }

.event-data {
    font-size: 14px;
    font-size: 1.4rem;
    color: #707070;
}

    .event-data dt,
    .event-data dd {
        margin: 0;
        padding: 0;
    }

    .event-data dt {
        clear: both;
        float: left;
        margin-right: 4px;
    }

    .event-data dd {
        color: #202020;
    }

.event-info {
    padding-left: 70px;
    position: relative;
    zoom: 1;
}

.calendar-date {
    position: absolute;
    left: 0;
    width: 50px;
    padding: 8px 0;
    background: #f2f2f2;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 2px #fff;
    -webkit-box-shadow: #e0e0e0 0 1px 2px 0;
    -moz-box-shadow: #e0e0e0 0 1px 2px 0;
    box-shadow: #e0e0e0 0 1px 2px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .calendar-date strong {
        display: block;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1;
        font-weight: 400;
        color: #d63000;
    }

.prod-teaser-block .prod-teaser-item {
    margin-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-bottom: 1px #f2f2f2 solid;
    position: relative;
}

    .prod-teaser-block .prod-teaser-item:after {
        position: absolute;
        top: 4px;
        left: 0;
        width: 5px;
        height: 80%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        background-color: #f2f2f2;
        content: "";
    }

    .prod-teaser-block .prod-teaser-item:hover:after {
        background-color: #dadada;
    }

.prod-teaser-item dt,
.prod-teaser-item dd {
    margin: 0;
    padding: 0;
}

.prod-teaser-item dt {
    clear: both;
    float: left;
    margin-right: 4px;
}

.prod-teaser-item.prod-img-teaser {
    overflow: hidden;
    padding-left: 100px;
}

    .prod-teaser-item.prod-img-teaser .prod-teaser-title a {
        color: #d73000;
        font-weight: 500;
    }

.prod-teaser-item .prod-img {
    float: left;
    margin-left: -100px;
}

.prod-teaser-title {
    margin: 0;
}

.prod-prices {
    line-height: 1.5;
}

    .prod-prices dd {
        color: #d73000;
    }

.prod-meta .meta {
    font-size: 14px;
    font-size: 1.4rem;
}

.news-teaser {
    margin: 20px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
}

    .news-teaser:first-child {
        margin-top: 0;
    }

    .news-teaser .block .teaser-item-title {
        margin: 0;
        color: #d73000;
    }

    .news-teaser .block p {
        margin: 0;
        color: #e1e1e1;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .news-teaser .block time {
        color: #bcbcbc;
    }

.standards-search-fields input[type=search] {
    width: 436px;
}

.standards-search-fields .submit-form-item {
    margin-right: 0;
}

.standards-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    clear: both;
    overflow: hidden;
    padding: 0;
}

    .standards-list li {
        padding-top: 8px;
    }

        .standards-list li:nth-child(odd) {
            clear: both;
        }

    .standards-list .standards-list-title {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        padding-left: 14px;
        color: #d73000;
    }

        .standards-list .standards-list-title:before {
            content: "\203a";
            color: #d73000;
            float: left;
            width: 14px;
            margin-left: -14px;
        }

    .standards-list .block:focus .standards-list-title {
        text-decoration: underline;
    }

    .standards-list .standards-code {
        clear: both;
    }

.standards-list-title {
    margin: 0;
}

.standards-list-example {
    clear: both;
    padding-left: 14px;
}

.standards-code {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #707070;
}

.reversed .standards-code {
    color: #e1e1e1;
}

.strds-teaser-block .block .teaser-item-title {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding-left: 14px;
    color: #d73000;
    width: 100%;
}

    .strds-teaser-block .block .teaser-item-title:before {
        content: "\203a";
        color: #d73000;
        float: left;
        width: 14px;
        margin-left: -14px;
    }

.strds-teaser-block .teaser-item {
    padding: 15px 0;
    overflow: hidden;
}

    .strds-teaser-block .teaser-item img {
        margin-top: 4px;
        margin-left: 16px;
        display: inline;
        margin-right: 0px;
    }

    .strds-teaser-block .teaser-item p {
        margin: 0;
        font-size: 16px;
        font-size: 1.6rem;
        overflow: hidden;
        zoom: 1;
    }

.search-results-summary .page-title {
    font-size: 14px;
    font-size: 1.4rem;
}

.site-search {
    margin: 0 -20px 20px;
    padding-left: 20px;
    padding-right: 20px;
}

    .site-search fieldset {
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        padding: 0;
        margin-bottom: 15px;
    }

        .site-search fieldset label {
            padding: 0;
        }

        .site-search fieldset .form-item input {
            width: 200px;
        }

        .site-search fieldset .submit-form-item {
            float: right !important;
            clear: none !important;
            width: auto !important;
            margin: 0;
        }

            .site-search fieldset .submit-form-item .bt {
                padding: 0 10px !important;
                height: 36px;
                line-height: 36px;
                font-size: 16px;
                font-size: 1.6rem;
                margin: 0;
            }

.results {
    font-size: 21px;
    font-size: 2.1rem;
    margin: 15px 0;
}

.search-filter-title {
    font-size: 21px;
    font-size: 2.1rem;
    color: gray;
    margin-top: 0;
}

.search-filters label {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
}

    .search-filters label:last-child {
        margin-bottom: 0;
    }

.search-filters .checkbox-replaced {
    background-position: 0 -366px;
    min-height: 18px;
    padding-left: 30px;
}

    .search-filters .checkbox-replaced.checked {
        background-position: 0 -124px;
    }

.filter-set {
    border: 0;
    padding: 20px 15px 15px;
    position: relative;
    margin-bottom: 20px;
    background: #f2f2f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .filter-set:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 10px;
        width: 100%;
        background-color: #e9e9e9;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

    .filter-set .legend {
        font-size: 18px;
        font-size: 1.8rem;
        position: absolute;
        top: 25px;
        left: 15px;
        margin: 0;
    }

    .filter-set p {
        margin: 0;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .filter-set .qty {
        font-size: 14px;
        font-size: 1.4rem;
        color: #606060;
    }

fieldset.filter-set {
    padding-top: 60px;
}

    .search-results-teaser-block .teaser-item .bullet-list {
        margin: 0;
    }

    .search-results-teaser-block .teaser-item .meta,
    .search-results-teaser-block .teaser-item img {
        width: 100px;
        height: 100px;
        background: #f2f2f2;
        position: absolute;
        top: 5px;
        left: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    .search-results-teaser-block .teaser-item .meta {
        text-align: center;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        width: 72px;
        height: 80px;
        padding: 10px 14px;
        border-bottom: 2px solid #e0e0e0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
    }

        .search-results-teaser-block .teaser-item .meta .ico {
            margin: 0;
            float: none;
        }

        .search-results-teaser-block .teaser-item .meta .ico-file-pdf {
            margin: 0 15px 3px 16px;
        }

.lt-ie7 .search-results-teaser-block .teaser-item {
    padding-left: 30px;
}

    .lt-ie7 .search-results-teaser-block .teaser-item .meta,
    .lt-ie7 .search-results-teaser-block .teaser-item img {
        display: none;
    }

.search-results-teaser-block .teaser-item-title,
.featured-teaser .teaser-item-title {
    font-size: 18px;
    font-size: 1.8rem;
}

    .search-results-teaser-block .teaser-item-title,
    .search-results-teaser-block .teaser-item-title a,
    .featured-teaser .teaser-item-title,
    .featured-teaser .teaser-item-title a {
        color: #d73000;
    }

.featured-teaser {
    position: relative;
    padding-top: 30px;
    background: #f2f2f2;
}

    .featured-teaser:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 10px;
        width: 100%;
        background-color: #e9e9e9;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

    .featured-teaser .teaser-block-title {
        margin: 0 0 0 30px;
        color: #8c8c8c;
        font-size: 21px;
        font-size: 2.1rem;
    }

    .featured-teaser .teaser-item {
        margin-top: 15px;
    }

        .featured-teaser .teaser-item:before {
            display: none;
        }

.booking {
    text-align: center;
    padding-left: 71px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    background: #f2f2f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #e0e0e0 0 1px 2px 0;
    -moz-box-shadow: #e0e0e0 0 1px 2px 0;
    box-shadow: #e0e0e0 0 1px 2px 0;
}

    .booking:before {
        content: '';
        background-color: #ebebeb;
        position: absolute;
        display: block;
        width: 71px;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -ms-border-radius: 3px 0 0 3px;
        -o-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .booking p {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .booking .cta {
        margin-top: 20px;
    }

.cost {
    margin: 0 0 10px;
    padding: 8px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: 0 1px 1px #fff;
}

    .cost b {
        font-size: 30px;
        font-size: 3rem;
        font-weight: 300;
        color: #d73000;
    }

    .cost .poa {
        font-size: 18px;
        font-size: 1.8rem;
        color: #d73000;
        line-height: normal;
        display: block;
        margin-bottom: 8px;
    }

    .cost .ico {
        display: block;
        position: absolute;
        top: 25%;
        left: 0;
        margin-left: 0 !important;
    }

.duration {
    color: #707070;
}

.course .course-intro {
    padding-right: 200px;
    position: relative;
}

.course .booking {
    background-color: #f2f2f2;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-bottom: 2px solid #ddd;
}

    .course .booking:before {
        display: none;
    }

    .course .booking .cost {
        position: static;
        padding: 0;
    }

.course-detail {
    position: relative;
    padding: 10px 0 10px 30px;
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}

    .course-detail:after {
        position: absolute;
        top: 4px;
        left: 0;
        width: 5px;
        height: 100%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        background-color: #f2f2f2;
        content: "";
    }

    .course-detail .course-detail-title {
        margin: 0 0 15px;
        font-size: 21px;
        font-size: 2.1rem;
    }

    .course-detail ul {
        padding-left: 15px;
        margin: 15px 0 0;
    }

    .course-detail li {
        margin: 8px 0 0;
    }

    .course-detail.highlight {
        background-color: #f3f3f3;
        padding: 25px 30px;
        margin-left: 4px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        -o-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .course-detail.highlight:after {
            width: 10px;
            background-color: #eaeaea;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -ms-border-radius: 4px 0 0 4px;
            -o-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
            top: 0;
            left: -4px;
        }

        .course-detail.highlight.has-icon {
            padding-left: 100px;
            position: relative;
        }

            .course-detail.highlight.has-icon .ico {
                position: absolute;
                top: 40%;
                left: 40px;
            }

.book-your-place {
    background-color: #f2f2f2;
    padding: 30px 30px 30px 120px;
    border-bottom: 2px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

    .book-your-place .ico {
        position: absolute;
        top: 30px;
        left: 30px;
    }

    .book-your-place h2 {
        margin: 0 0 15px;
    }

    .book-your-place .bt {
        margin-top: 15px;
    }

.accordion {
    padding-left: 0;
    list-style: none;
    margin: 30px 0 0;
}

    .accordion section ul {
        margin-left: 0;
        padding-left: 20px;
        list-style: disc;
    }

.js .accordion {
    padding-top: 10px;
    background-color: #efeff0;
}

    .js .accordion li a {
        display: block;
        height: 45px;
        line-height: 45px;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        border-width: 1px 1px 0;
        border-color: #4c4c4c;
        border-style: solid;
        text-decoration: none;
        color: #fff;
        background: #4c4c4c;
    }

        .js .accordion li a:hover {
            text-decoration: underline;
        }

    .js .accordion li li a {
        display: inline;
        height: auto;
        line-height: auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 0 none;
        color: #d73000;
        background: transparent none;
    }

    .js .accordion section {
        display: none;
        background-color: #fff;
        border-top: 1px solid #c9c9c9;
        z-index: 1;
    }

.no-js .accordion {
    border-top: 1px solid #c9c9c9;
}

    .no-js .accordion > li > a {
        cursor: default;
        display: block;
        margin: 20px 0 10px;
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: 500;
    }

        .no-js .accordion > li > a:hover {
            text-decoration: none;
        }

.block {
    display: block;
    overflow: hidden;
}

    .block:hover {
        text-decoration: none;
        cursor: pointer;
    }

        .block:hover [class$="-title"] {
            text-decoration: underline;
        }

    .block .more span:hover {
        text-decoration: underline;
    }

.more,
.crumbs {
    margin: 9px 0 0;
    overflow: hidden;
    zoom: 1;
}

    .more a,
    .more span,
    .crumbs a,
    .crumbs span {
        zoom: 1;
        color: #d73000;
        font-weight: 400;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        padding-left: 14px;
        margin-top: 0;
    }

        .more a:before,
        .more span:before,
        .crumbs a:before,
        .crumbs span:before {
            content: "\2039";
            color: #d73000;
            float: left;
            width: 14px;
            margin-left: -14px;
            display: inline-block;
        }

        .more a br {
            display: none;
        }

        .more a:focus,
        .more span:focus,
        .crumbs a:focus,
        .crumbs span:focus {
            text-decoration: none;
            background-color: #fff;
            color: #fff;
        }

            .more a:focus:before,
            .more span:focus:before,
            .crumbs a:focus:before,
            .crumbs span:focus:before {
                color: #fff;
            }

    .more.simple a,
    .crumbs.simple a {
        padding-left: 0;
    }

        .more.simple a:before,
        .crumbs.simple a:before {
            display: none;
        }

    .more p,
    .crumbs p {
        padding-left: 14px;
    }

    .more small,
    .crumbs small {
        color: #676767;
        display: block;
        padding-left: 14px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .more.cta a:after {
        content: ' \00BB';
    }

    .more.cta a:before {
        display: none;
    }

.no-generatedcontent .more.cta {
    padding-left: 0 !important;
    background-image: none !important;
}

.crumbs {
    font-size: 16px;
    font-size: 1.6rem;
    list-style-type: none;
    margin-top: 0;
    padding-left: 0;
}

    .crumbs + hr {
        margin-top: 15px;
    }

    .crumbs li {
        display: inline;
    }

        .crumbs li:after {
            content: '|';
            margin: 0 4px 0 8px;
        }

        .crumbs li:last-child:after {
            content: '';
        }

        .crumbs li a {
            padding-left: 0;
            font-weight: 400;
        }

            .crumbs li a:before {
                content: '';
                display: none;
            }

        .crumbs li:first-child a {
            padding-left: 14px;
        }

    .crumbs a {
        padding-left: 14px;
    }

        .crumbs a:before {
            content: "\2039";
            display: block;
        }

.no-generatedcontent .crumbs li {
    float: left;
    margin-left: 9px;
    padding-left: 9px;
    border-left: 1px #999 solid;
}

    .no-generatedcontent .crumbs li:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

.no-generatedcontent .more a {
    background: transparent none;
}

.meta {
    color: #606060;
}

.phone-link {
    color: #949494;
    font-weight: 400;
}

.no-touch .touch-only {
    display: none;
}

.back-link {
    margin: 0 0 20px;
}

.customer-logos {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

    .customer-logos li {
        float: left;
    }

.split a,
.split span {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px #c1c1c1 solid;
}

    .split a:first-child,
    .split span:first-child {
        margin-left: 0;
        padding-left: 0;
        border: 0;
    }

.lt-ie8 .split a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.staff-slider {
    margin: 20px 0;
    padding: 20px 0;
    border: 1px #e2e2e2 solid;
    border-width: 1px 0;
}

    .staff-slider .slide-title {
        margin: 0;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 500;
    }

    .staff-slider p {
        margin: 0;
    }

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    line-height: 0;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus,
    .visuallyhidden.focusable.focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.newForm {
    font-size: 1.8rem;
    line-height: 1.5;
}

.footer-bar .copyright {
    float: right;
    padding-right: 125px;
}

.opCurrentCourseDets {
    float: left !important;
}

.divColor {
    background-color: #00A3AD !important;
}

.slides {
    border-bottom-color: #d73000;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

.shopResultsMainDiv {
    overflow: hidden;
    width: 570px;
}

.shopResultsSubDiv1 {
    width: 100px;
    float: left;
}

img.shopResultsSubDiv1 {
    border-width: 0px;
    height: 75px !important;
    width: 55px !important;
    margin-left: -20px;
    margin-top: -5px;
}

.shopResultsSubDiv2 {
    width: 330px;
    float: left;
    margin-left: 45px;
}

.standardLabel {
    border-radius: 6px 6px;
    background-color: red;
    color: white;
    padding: 1px 8px 1px 8px;
    font-weight: bold;
    font-family: "Noto Sans","Noto Sans Arabic","DubaiW23", Arial;
}

h3.shopResultsSubDiv2 {
    margin-bottom: 0px;
    margin-left: 0px;
}

p.shopResultsSubDiv2 {
    margin-top: 1px;
}

.shopResultsSubDiv3 {
    float: right;
    margin-right: 20px;
}

#p1 {
    text-align: end;
    font-weight: bold;
    color: grey;
}

#p2 {
    color: black;
    margin-top: 0;
    text-align: end;
    font-weight: bold;
}

#view {
    height: 30px;
    width: 90px;
    font-size: small;
    float: right;
}

.item {
    margin-top: 5px !important;
    margin-left: -8px;
    padding-bottom: 5px !important;
}

.mainDiv {
    width: 100%;
}

img.span1 {
    border-width: 0px;
    height: 61px !important;
    width: 45px !important;
    margin-left: -25px;
    margin-top: -4px;
}

#p3 {
    margin-top: -5px;
}

.titleDescription {
    margin-top: -5px !important;
    color: gray;
    width: 180px
}

.span2 {
    padding-left: 25px;
    font-size: small;
    font: -webkit-control
}

.span3 {
    color: red;
    font-size: small;
}

.viewDetails {
    height: 30px;
    width: 100px;
    margin-left: 25px;
    font-size: small !important;
    color: white !important;
    padding-left: 15px !important;
}

.title {
    margin-left: 25px;
}

#outerDiv {
    margin-bottom: 5px;
}

#outerDiv1 {
    margin-bottom: 5px;
}

.shopResultColumn {
    width: 250px;
}

.search-results-teaser-block .column-menu {
    display: none;
}

@media screen\9, \0screen\ {
    .logo img {
        height: auto;
        width: auto;
        padding-top: 3px;
        /*background: url(img/logo_232.png);*/
        background-size: 116px 73px;
    }

    .flex-control-nav li {
        margin: 0 3px;
        display: inline-block;
        zoom: 1;
        display: inline;
        margin-top: 3px;
        float: left;
    }

    .site-strap {
        background: url(https://www.bsigroup.com/ui/css/img/site_strap_334.png);
        padding-left: 330px;
        margin-bottom: 40px;
    }

    #excellenceText {
        margin-top: 55px;
    }

    .button {
        width: 170px !important;
    }

    .search-form .bt {
        min-height: 28px !important;
        margin: -29px 0 0 10px !important;
    }

    .search-form input {
        height: 27px !important;
    }

    .header-banner {
        *position: relative;
        *z-index: 2;
    }

    .main-nav-item {
        margin: 0 -1px 0 0;
    }

    .phone-no {
        position: relative;
        top: -105px;
    }

    ol {
        padding: 0px\0;
    }

    .drop-down {
        position: absolute;
    }

        .drop-down a {
            *position: absolute;
            *padding: 0 0;
            *margin-top: 9px;
            *margin-left: -2px;
        }

    .header-banner .utility-nav UL {
        margin: 0 0 12px 82px;
    }
}

@media screen and (min-width: 0\0) {
    .flex-control-nav li {
        margin: 0 3px;
        display: inline-block;
        zoom: 1;
        display: inline;
        margin-top: 3px;
        float: left;
    }

    ol {
        padding: 0px;
    }
}

.teaser-item a.block img.thumb {
    margin-left: 15px !important;
}

/* =============================================================== WR-2018-1128 =============================================================== */

::-moz-selection {
    background: #007D8A;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #007D8A !important;
    color: #fff !important;
    text-shadow: none;
}

.more a {
    color: #0071AD;
    padding-left: 0;
    display: inline;
}

    .more a:before,
    .more span:before {
        display: none;
    }

    .more a:hover {
        color: #0E4E70;
    }

    .more a:focus {
        background-color: #0E4E70;
        color: #ffffff !important;
    }

.more span {
    color: #0071AD;
    margin-left: 10px;
    display: inline;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 0;
}

.bt.key-bt span {
    margin-left: 10px;
}

.block-links a:not(.key-bt),
.testimonial.major a {
    color: #0071AD;
    text-decoration: none;
    display: inline-block;
    max-width: 95%;
}

.more a:focus {
    color: white;
}

/*IE9 HACK*/

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .scroll-header-bar2 #horizontal li.hideshow ul.menu-nav-ul {
        max-width: calc(1240px + 0%)\9 !important;
        right: -2.1%\9 !important;
        top: 65px\9 !important;
    }

    .main-nav-container .hover.main-nav-item .sub-nav,
    .main-nav-container .main-nav-item .sub-nav {
        right: 0%;
        max-width: calc( 1240px - 0px);
        width: calc( 1240px - 0px) !important;
        top: 81px !important;
        left: -5%;
    }
}

@media only screen and (max-width: 1200px) {
    .main-nav-container .main-nav-item.hover .sub-nav,
    .main-nav-container .main-nav-item .sub-nav {
        max-width: 100% !important;
        left: 0 !important;
        width: 100%;
    }
}
/*------training course page------------------*/
.training-result-continer .select-box-container select {
    display: block;
    width: 100%;
    /* height: 50px; */
    min-height: 50px;
    max-height: 70px;
    border-radius: 3px;
    border: 2px solid #d8d8d8;
    color: #4D4D4D;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: normal;
    padding: 10px 15px;
    margin-top: 10px;
    background: url(https://www.bsigroup.com/ui/css/img/icons/arrow-down.svg) no-repeat;
    background-position: top 20px left 10px;
    background-size: 15px;
    padding: 10px 10px 10px 30px;
}

.l-grid.bsi-grid.ef-container.training-result-continer input.bt.key-bt:hover, .l-grid.bsi-grid.ef-container.training-result-continer input.bt.key-bt:focus {
    background: #005A63 !important;
    padding: 8px 31px 8px 30px !important;
}

.l-grid.bsi-grid.ef-container.training-result-continer input.bt.key-bt {
    background: #007D8A !important;
    padding: 8px 31px 8px 30px !important;
    direction: rtl;
    font-size: 20px !important;
}

.l-grid.bsi-grid.ef-container.training-result-continer fieldset.filter-set .checkbox-replaced label {
    direction: rtl;
}

/*.training-result-continer .select-box-container select#Location {
    display: block;
    width: 100%;
    min-height: 50px;
    max-height: 70px;
    border-radius: 3px;
    border: 2px solid #d8d8d8;
    color: #4D4D4D;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: normal;
    padding: 10px 15px;
    margin-top: 10px;
    background: url(/ui/css/img/icons/arrow-down.svg) no-repeat;
    background-position: top 20px left 10px;
    background-size: 15px;
    padding: 10px 10px 10px 30px;
}*/

/*.select-box-container select#Location {
    display: block;
    width: 100%;
    min-height: 50px;
    max-height: 70px;
    border-radius: 3px;
    border: 2px solid #d8d8d8;
    color: #4D4D4D;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: normal;
    padding: 10px 15px;
    margin-top: 10px;
    background: none;
    padding: 10px 10px 10px 30px;
    direction: rtl;
    text-align: right;
}*/

input[type="submit"] {
    padding: 8px 10px !important;
    font-size: 16px;
    font-size: 1.6rem !important;
    color: #fff !important;
    background: #d73000 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2MzMwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3MzAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: #d73000 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e63300), color-stop(100%, #d73000));
    background: #d73000 -webkit-linear-gradient(#e63300, #d73000);
    background: #d73000 -moz-linear-gradient(#e63300, #d73000);
    background: #d73000 -o-linear-gradient(#e63300, #d73000);
    background: #d73000 linear-gradient(#e63300, #d73000) !important;
    text-shadow: 0 0 1px #8c1900;
    position: relative;
    overflow: hidden;
    border-color: #c73e2d;
}

    input[type="submit"]:hover {
        background: #be2a00;
    }

.price-of-booking-course span.meta.price b::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #00A3AD;
    margin: 0px 0px 3px 15px;
}

ul.upcoming-dates-wrapper li.upcoming-row.upcoming-title .upcoming-location {
    padding-left: 295px !important;
}

ul.upcoming-dates-wrapper li.upcoming-row.upcoming-title .upcoming-datees {
    padding-left: 181px !important;
}

ul.upcoming-dates-wrapper li.upcoming-row.upcoming-title .upcoming-dateessplit {
    padding-left: 181px !important;
}

ul.upcoming-dates-wrapper li.upcoming-row.upcoming-title .upcoming-locationsplit {
    padding-left: 295px !important;
}

/*=====================================  UI Redesign Part - 2 Start ==================================*/

/*Common code-start*/

/*bodywidthimage block start*/


.card-bleed .full-bleed-content ul li > span {
    padding-left: 0px !important;
    padding-right: 1px !important
}

.full-bleed-content b, strong {
    font-weight: 600;
}

.full-beeld-img-defult.full-bleed-right-top .rtl,
.full-beeld-img-defult.full-bleed-middle .rtl,
.full-beeld-img-defult .rtl {
    direction: rtl !important;
}

.card-bleed .full-bleed-content ul li a.arrow label:after {
    content: '\2190' !important;
    padding-right: 5px !important;
    position: absolute;
    text-decoration: none !important;
    font-weight: normal;
    cursor: pointer;
}

.card-bleed .full-bleed-content ul li {
    padding-right: 4px !important;
    padding-left: 0px !important;
}

/*bodywidthimage block end*/

/*panel frame block-start*/

.three-tire-box,
.tire-grid-box {
    direction: rtl;
}

    .three-tire-box .bottom-content {
        float: left;
    }

    .three-tire-box .top-content .arrow label:after {
        content: '\2190' !important;
        padding-right: 5px !important;
        position: absolute;
        text-decoration: none !important;
        font-weight: normal;
    }

/*panel frame block-end*/

/*content promo style-start*/
.bsi-grid.scale-container {
    direction: rtl;
}

    .bsi-grid.scale-container a.arrow label:after {
        content: '\2190';
        padding-right: 5px;
        font-size: 26px;
        color: #D73000;
        position: absolute;
        text-decoration: none !important;
        font-weight: normal;
    }

.full-bleed-scale-content p {
    text-align: right;
}

.full-bleed-scale-border-content {
    text-align: right;
}

/*content promo style-end*/

/*content promo hero-start*/
.full-bleed-content-container .full-bleed-content-container-content a.arrow label:after {
    content: '\2190';
    padding-right: 5px;
    text-decoration: none !important;
    font-weight: normal;
}

.full-bleed-content-container .full-bleed-content-container-content a.arrow {
    text-align: right !important;
}

.full-bleed-content-container .cpblock-button-red a:hover,
.full-bleed-content-container .cpblock-button-teal a:hover {
    color: #ffffff !important;
}

.full-bleed-content-container .full-bleed-content-image img {
    display: none;
}
/*content promo hero-end*/

/*Common code-end*/

/*=====================================  UI Redesign Part - 2 End ==================================*/
.search-genaral-panel .panel-box .form-item .search-icon-general-arabic {
    position: absolute;
    display: block;
    top: 20px;
    left: 45px;
    height: 24px;
    width: 24px;
    background: url(https://www.bsigroup.com/ui/css/img/search-Icon.svg) no-repeat center center;
}

    .search-genaral-panel .panel-box .form-item .search-icon-general-arabic.close-general {
        position: absolute;
        display: block;
        top: 24px;
        left: 50px;
        height: 17px;
        width: 17px;
        background: url(https://www.bsigroup.com/ui/css/img/icons/close-icon.svg) no-repeat center center;
    }

.search-genaral-panel .panel-box .form-item input[type="button"] {
    text-align: center;
    color: #ffffff;
    border: 2px solid #00A3AD;
}

.search-genaral-panel .panel-box .form-item input[type="text"] {
    padding: 0 19px 0 55px;
}

.ico-custom-resource {
    vertical-align: middle !important;
    display: table-cell !important;
    padding: 0 !important;
}

section.course-detail.collapsible.is-collapsed.crt header.trigger:after,
section.course-detail.collapsible.is-expanded.crt header.trigger:after {
    float: left;
    padding-right: 0px;
    padding-left: 10px;
}

.ef-filters-section.ef-panel,
section.course-detail.collapsible.is-collapsed.crt header.trigger h2,
section.course-detail.collapsible.is-expanded.crt header.trigger h2 {
    float: right;
}

/* .ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container .available-courses .available-courses-panel-container .available-courses-panel .available-courses-icon {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }*/

.ef-filters-section.ef-panel {
    direction: rtl;
}

    .ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container-table span.qualification-detail, .ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container-table span.level-detail {
        padding-left: 0px !important;
        text-align: left !important;
        padding-right: 0px !important;
    }

.bsi-course .course-detail, .bsi-course .course-intro,
.bsi-course .opBookTrainingBtnsDiv, .bsi-course .bsi-course-teaser-block,
.bsi-course .opViewDatesPanel, .bsi-course .opCourseGuidePanel, .bsi-course .bsi-shareicons-wrapper,
.bsi-course .opInCompanyPanel {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container .available-courses .available-courses-panel-container .available-courses-panel .available-courses-table a.key-bt {
    vertical-align: middle;
    font-weight: 400;
}

    .ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container .available-courses .available-courses-panel-container .available-courses-panel .available-courses-table a.key-bt:hover, .ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container .available-courses .available-courses-panel-container .available-courses-panel .available-courses-table a.key-bt:active,
    .ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container .available-courses .available-courses-panel-container .available-courses-panel .available-courses-table a.key-bt:focus {
        color: #ffffff !important;
        text-decoration: none !important;
    }

.panel.light.quote-rhs-block-content.bsi-grid.quote-nbg-dark-teal-left-border {
    border-left: none !important;
    border-right: 5px solid #00A3AD !important;
    padding: 0px 20px 0px 0px !important;
    color: #1A1A1A !important;
    font-weight: 400 !important;
}

.quote-rhs-block aside.quote-rhs-block-content.bsi-grid.quote-nbg-dark-teal-left-border .testimonial {
    margin-right: 0px !important;
    margin-left: calc(100% / 29) !important;
}

.training-courses-results-container {
    direction: rtl;
}

    .training-courses-results-container .select-box-container select {
        text-align: right;
        background-position-x: 6%;
    }

    .training-courses-results-container .input-container input[type="text"] {
        text-align: right;
    }

#searchForm .no-results {
    direction: rtl;
}

.submenu-innerDiv.coursepage-submenu {
    direction: rtl;
}

.ef-container .submit-button {
    left: 0;
    right: auto;
}

#searchForm .site-search fieldset .form-item input {
    text-align: right;
}

.search-close {
    left: 81px;
    right: auto;
}

#searchForm .results-block h2,
#searchForm .results-block p.search-results-title {
    text-align: right;
    direction: rtl;
}

#searchForm .teaser-item {
    text-align: right;
}

#searchForm .teaser-item .teaser-item-title {
    text-decoration: none;
}

.pagination .next {
    margin-left: 0;
    margin-right: 42px;
}

.pagination .previous {
    margin-right: 0;
    margin-left: 42px;
}
.full-bleed-content-container .more .cpblock-dark-teal-link a,
.full-bleed-content-container .find-more .cpblock-dark-teal-link a{
    text-align: right;
}
.two-column-fifty-fifty.tw-teal-bg section.shpe-theme .cp-white-bg .cpblock .cpblock-link a{
    text-align: right;
}