﻿@charset "UTF-8";

html {
    overflow-y: visible !important;
}

.span {
    display: block;
    font-weight: 300;
    margin: 0.83em 0;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.2;
}

input:-internal-autofill-selected {
    background: #fff !important;
}

.wrapper,
.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: sans-serif;
}

html {
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
}

a:focus {
    outline: thin dotted;
}

a,
ul li {
    cursor: pointer
}

    a:hover,
    a:active {
        outline: 0;
    }

h1 {
    font-size: 1.8em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: '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: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

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: #dddddd url("i/button.png?1298351022") repeat-x;*/
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #dddddd));
    background-image: -webkit-linear-gradient(white, #dddddd);
    background-image: -moz-linear-gradient(white, #dddddd);
    background-image: -o-linear-gradient(white, #dddddd);
    background-image: -ms-linear-gradient(white, #dddddd);
    background-image: linear-gradient(#ffffff, #dddddd);
    border: 1px solid;
    border-color: #dddddd #bbbbbb #999999;
    cursor: pointer;
    color: #333333;
    font-family: "Noto Sans","Gesta", Tahoma, "Helvetica Neue", Arial, "Liberation Sans", FreeSans, 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;
    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%, white), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
        background-image: -webkit-linear-gradient(white, #eeeeee 1px, #cccccc);
        background-image: -moz-linear-gradient(white, #eeeeee 1px, #cccccc);
        background-image: -o-linear-gradient(white, #eeeeee 1px, #cccccc);
        background-image: -ms-linear-gradient(white, #eeeeee 1px, #cccccc);
        background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    }

    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%, white), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
        background-image: -webkit-linear-gradient(white, #dddddd 1px, #eeeeee);
        background-image: -moz-linear-gradient(white, #dddddd 1px, #eeeeee);
        background-image: -o-linear-gradient(white, #dddddd 1px, #eeeeee);
        background-image: -ms-linear-gradient(white, #dddddd 1px, #eeeeee);
        background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
        -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: #999999 #bbbbbb #dddddd;
    }

    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;
}

textarea,
select,
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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: black;
    outline: 0;
    margin: 0;
    padding: 2px 3px;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Noto Sans","Gesta", Tahoma, "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    height: 1.8em;
    vertical-align: top;
    *padding-top: 2px;
    *padding-bottom: 1px;
    *height: auto;
}

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: #eeeeee;
    }

        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, #666666), color-stop(1, black));
        border: 1px solid;
        border-color: #747474 #5e5e5e #4f4f4f;
        color: white;
        font: 13px/17px Tahoma, "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
        overflow: hidden;
        padding: 15px 15px 17px;
        text-shadow: black 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: #666666;
        border: 0;
    }
}

textarea {
    min-height: 40px;
    overflow: auto;
    resize: vertical;
    width: 100%;
}

optgroup {
    color: black;
    font-style: normal;
    font-weight: normal;
    font-family: "Noto Sans","Gesta", Tahoma, Arial, "Liberation Sans", FreeSans, sans-serif;
}

    optgroup::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

.ie6_button,
* html button {
    /*background: #dddddd url("../images/button.png?1298351022") repeat-x;*/
    border: 1px solid;
    border-color: #dddddd #bbbbbb #999999;
    cursor: pointer;
    color: #333333;
    font: bold 12px/1.2 Arial, sans-serif;
    padding: 2px 10px 0px;
    overflow: visible;
    width: auto;
}

* html button {
    padding-top: 1px;
    padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
    background: white;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: black;
    padding: 2px 3px 1px;
    font-size: 13px;
    font-family: "Noto Sans","Gesta", Tahoma, Arial, "Liberation Sans", FreeSans, sans-serif;
    vertical-align: top;
}

* html select {
    margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
    color: #707070;
}

.ie6_input_disabled {
    background: #eeeeee;
}

.wrapper {
    width: 320px;
    margin: 0 auto;
    position: relative;
}

.page {
    margin-bottom: 23px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 27px 0px;
    background: #FFFFFF;
}

#container_count {
    display: none;
}

#container_grid {
    display: none;
}

#st-feature {
    display: none;
}

#featureFind-crs {
    display: none;
}


#content {
    padding: 2px 20px;
}


@font-face {
    font-family: 'Noto Sans';
    src: url("/ui/fonts/NotoSans-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Thai';
    src: url("/ui/fonts/NotoSansThai-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans CJK KR';
    src: url("/ui/fonts/NotoSansCJKkr-Regular.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans CJK JP';
    src: url("/ui/fonts/NotoSansCJKjp-Regular.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans CJK SC';
    src: url("/ui/fonts/NotoSansCJKsc-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Noto Sans CJK TC';
    src: url("/ui/fonts/NotoSansCJKtc-Regular.otf") format("opentype");
    font-display: swap;
}


@font-face {
    font-family: 'Gesta';
    src: url("/ui/fonts/bsigesta-light-webfont.eot");
    src: url("/ui/fonts/bsigesta-light-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/bsigesta-light-webfont.woff") format("woff"), url("/ui/fonts/bsigesta-light-webfont.ttf") format("truetype"), url("/ui/fonts/bsigesta-light-webfont.svg#GestaLtRegular") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gesta';
    src: url("/ui/fonts/bsigesta-webfont.eot");
    src: url("/ui/fonts/bsigesta-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/bsigesta-webfont.woff") format("woff"), url("/ui/fonts/bsigesta-webfont.ttf") format("truetype"), url("/ui/fonts/bsigesta-webfont.svg#GestaRegular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gesta';
    src: url("/ui/fonts/bsigesta-medium-webfont.eot");
    src: url("/ui/fonts/bsigesta-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/ui/fonts/bsigesta-medium-webfont.woff") format("woff"), url("/ui/fonts/bsigesta-medium-webfont.ttf") format("truetype"), url("/ui/fonts/bsigesta-medium-webfont.svg#GestaMdRegular") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 62.5%;
    line-height: 1.35;
}

body {
    font-family: "Noto Sans","Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
    font-weight: 300;
    color: #202020;
    background: #ffffff;
    /*opacity: 0;*/
    overflow: auto;
}

@media \0screen\, screen\9 {
    body {
        display: block !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
    margin: 0 0 15px 0;
}

h2 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.5;
}

h3 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.1;
}

h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
}

.crosshead {
    font-weight: 500;
}

.page-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 0.95;
    margin: 0 0 15px 0;
}

    .page-title.small-page-title {
        font-size: 20px;
        font-size: 2rem;
    }

.l-grid-2 .panel h2 {
    font-size: 19px;
    font-size: 1.9rem;
}

.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 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.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: "\201C";
    display: inline-block;
    width: .4em;
}

blockquote p:last-child:after {
    content: "\201D";
    width: 2px;
}

input,
select {
    cursor: pointer;
}

hr {
    border: 0;
    height: 1px;
    background: #e5e5e5;
    margin: 30px 0;
    -webkit-box-shadow: #f7f7f7 0px 2px 2px 0px;
    -moz-box-shadow: #f7f7f7 0px 2px 2px 0px;
    box-shadow: #f7f7f7 0px 2px 2px 0px;
    clear: both;
}

    hr.light {
        height: 1px;
        background: #e5e5e5;
        margin: 14px 0px;
        border-bottom: 1px #f2f2f2 solid;
        clear: both;
    }

    hr.clear {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 15px 0;
    }

.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,
.form-block span.label-wrapper .selectBox .selectBox-arrow,
.form-block span.label-wrapper .selectBox:hover .selectBox-arrow,
.form-block span.label-wrapper .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-image {
    float: left;
    margin-left: -65px;
    width: 50px;
}

.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 {
    margin: 10px 20px 0 0;
}

    .header-banner .utility-nav ul {
        float: right;
        margin: 0 0 0 30px;
    }

    .header-banner .utility-nav .localisation-links {
        z-index: 1;
        position: relative;
    }

        .header-banner .utility-nav .localisation-links .nav-item {
            margin-top: -11px;
        }

.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: -14px -1px -2px -2px;
        -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 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 0;
    outline: none;
    padding: 0px 0 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    #skiplinks:focus span {
        display: block;
        margin: 0 auto;
        width: 30%;
        padding: 6px 0 8px;
        font-size: 16px;
        font-size: 1.6rem;
        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 #b5b0b0 dotted;
    }

.lt-ie9 .site-strap {
    background: url(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;
}

.sub-menu-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%, #7c7c7c), color-stop(100%, #ededed));
    background: #ededed -webkit-linear-gradient(#7c7c7c, #ededed);
    background: #ededed -moz-linear-gradient(#7c7c7c, #ededed);
    background: #ededed -o-linear-gradient(#7c7c7c, #ededed);
    background: #e8e9f5 linear-gradient(#b3e1e6, #b3e1e6);
    min-height: 31px;
    border-bottom: 1px solid #D6D6D6;
    clear: both;
    position: relative;
}

.main-nav ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    margin: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}

.sub-menu-nav ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    margin: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .sub-menu-nav li {
        position: relative;
    }
}

.main-nav .more {
    clear: both;
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}

.sub-menu-nav .more {
    clear: both;
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}

.main-nav-item {
    font-size: 16px;
    font-size: 1.6rem;
}

.sub-menu-nav-item {
    font-size: 16px;
    font-size: 1.6rem;
}

.main-nav-item .hint {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    color: #707070;
    display: block;
}

.sub-menu-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;
}

.sub-menu-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;
}

.sub-menu-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;
}

.sub-menu-nav-item .sub-nav-block li a,
.sub-menu-nav-item .sub-nav-block li a:visited {
    color: #202020;
    line-height: 1.45;
    display: inline-block;
}

.main-nav-item .sub-nav-block li a:hover {
    color: #202020;
    text-decoration: underline;
}

.sub-menu-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;
}

.sub-menu-nav-item .sub-nav-block li a:before {
    display: none !important;
}

.main-nav-item .sub-nav-block .list-head {
    font-size: 16px;
    font-size: 1.6rem;
    color: #707070;
}

.sub-menu-nav-item .sub-nav-block .list-head {
    margin: 20px 0 10px 0;
    padding: 20px 0 0 0;
    border-top: 1px #e5e5e5 solid;
    font-size: 16px;
    font-size: 1.6rem;
    color: #707070;
}

    .sub-menu-nav-item .sub-nav-block .list-head:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

.main-nav-item .sub-nav-block .list-head a {
    margin-bottom: 24px;
    font-size: 18px;
    font-size: 1.8rem;
}

.sub-menu-nav-item .sub-nav-block .list-head a {
    margin-bottom: 24px;
    font-size: 18px;
    font-size: 1.8rem;
}

.main-nav-item .sub-nav-block ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.sub-menu-nav-item .sub-nav-block ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.main-nav-item .sub-nav-block li {
    margin-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.45;
}

.sub-menu-nav-item .sub-nav-block li {
    margin-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.45;
}

    .sub-menu-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 {
    display: block;
    left: 0px;
}

.sub-menu-nav-item.hover .sub-nav,
.sub-menu-nav-item:hover .sub-nav,
.sub-menu-nav-item a:focus + .sub-nav {
    display: block;
    left: 0px;
}

html.touch .sub-menu-nav-item.hover .sub-nav,
.lt-ie7 .sub-menu-nav-item.hover .sub-nav {
    display: block;
}

/*html.touch .main-nav-item:hover .sub-nav,
html.touch .main-nav-item a:focus + .sub-nav,
.lt-ie7 .main-nav-item:hover .sub-nav,
.lt-ie7 .main-nav-item a:focus + .sub-nav {
    display: block;
}*/

/*html.touch .sub-menu-nav-item:hover .sub-nav,
html.touch .sub-menu-nav-item a:focus + .sub-nav,
.lt-ie7 .sub-menu-nav-item:hover .sub-nav,
.lt-ie7 .sub-menu-nav-item a:focus + .sub-nav {
    display: block;
}*/

.lt-ie8 .main-nav-item .sub-nav-block {
    width: 222px;
}

.lt-ie8 .sub-menu-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;
}

.lt-ie8 .col-nav-item .sub-nav-block {
    width: 100%;
}

.lt-ie8 .col-nav-item .sub-nav-links {
    width: 260px;
}

.lt-ie8 .col-nav-item .sub-nav-promo {
    width: 130px;
}

.lt-ie8 .col-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;
        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;
    }

    .search-form button {
        margin: 6px 0 0 0;
    }

    .search-form .bt {
        width: 38px;
        height: 38px;
        top: 1px;
        max-width: 38px;
        margin: 9px 0 0 0;
        padding: 0;
        font-size: 1.6rem;
    }

        .search-form .bt:hover {
            margin: 9px 0 0 0;
            padding: 0;
        }

.siteSearchResults {
    display: none;
    font-size: 16px;
    border-bottom: 1px solid #bebebe;
    padding: 7px 0 0 0;
    background: url("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 15px 20px;
        display: block;
    }

    .siteSearchResults.ui_visible {
        display: block;
    }

.site-footer {
    border-top: 1px #d6d6d6 solid;
    -webkit-box-shadow: white 0px 1px 0px inset;
    -moz-box-shadow: white 0px 1px 0px inset;
    box-shadow: white 0px 1px 0px 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 0 0 6px;
    padding: 0 0 0 10px;
    border-left: 1px #a8a8a8 solid;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
}

    .utility-nav .nav-item:first-child {
        margin-left: 0;
        padding-left: 0;
        border: 0;
    }

    .utility-nav .nav-item a {
        color: #d73000;
    }

.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;
}

@media only screen and (min-width: 767px) {
    .help-links {
        float: right;
        margin: 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: white 0px 1px 0px inset;
    -moz-box-shadow: white 0px 1px 0px inset;
    box-shadow: white 0px 1px 0px inset;
}

    .footer-bar ul {
        margin-left: 0;
        padding-left: 0;
        list-style: none;
    }

    .footer-bar li {
        display: inline-block;
        margin: 0 0 0 4px;
        padding: 0 0 0 8px;
        border-left: 1px #a8a8a8 solid;
        font-size: 14px;
        font-size: 1.4rem;
    }

        .footer-bar li:first-child {
            padding-left: 0;
            border-left: 0;
        }

        .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: white 0px 1px 0px inset;
    -moz-box-shadow: white 0px 1px 0px inset;
    box-shadow: white 0px 1px 0px inset;
    background: #efefef;
    font-size: 13px;
    font-size: 1.3rem;
}

.signup-bar span {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}

.signup-bar h2 {
    margin: 15px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}

.signup-bar .more {
    margin-top: 0;
}

.signup-bar input.text {
    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: 16px;
    font-size: 1.6rem;
    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 8px;
}

.no-generatedcontent .signup-bar .more {
    background-position: -6px -55px;
}

.share-links {
    margin: 15px 0 20px 0;
}

    .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;
    }

#country-selector {
    display: block;
}

.no-js .utility-nav #country-selector .close {
    display: none;
}

.country-selector {
    zoom: 1;
    position: relative;
    clear: both;
    padding: 20px 0px 0 30px;
    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;
}

    .country-selector .other {
        margin: 0 -30px 0 -30px;
        padding: 15px 30px 20px 30px;
        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;
            }

.close-btn-country {
    font-size: 16px;
    float: right;
    position: inherit !important;
    cursor: pointer;
}

    .close-btn-country::after {
        content: 'x';
        float: right;
        margin: -1px 0 0px 5px;
        background-position: -6px -28px;
        height: 15px;
        width: 15px;
        color: red;
        font-weight: bold;
    }

.country-selector .close:after {
    content: '';
    float: right;
    margin: 21px 0 0 4px;
    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 0;
}

.country-selector ul {
    list-style: none;
    background-color: #f2f2f2;
    margin: 0 0 11px 0;
    margin-left: 0 !important;
    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: 16px;
    font-size: 1.6rem;
    margin: 0 15px 10px 15px;
}

.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 0.8em;
}

.country-selector-announcement p {
    margin: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.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: 16px;
        font-size: 1.6rem;
        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: 16px;
            font-size: 1.6rem;
            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 -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(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: #fff;
    font-size: 19px;
    font-size: 1.9rem;
    background-color: #fff;
    overflow: hidden;
    display: table;
}

    html.js #loading-screen .inner {
        margin: 23px auto;
        width: 100%;
        max-width: 960px;
        height: 100%;
        -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
        display: table-cell;
        vertical-align: middle;
        padding-top: 110px;
    }

    html.js #loading-screen.refreshing {
        background-color: rgba(255, 255, 255, 0.5);
        display: none;
    }

        html.js #loading-screen.refreshing .inner {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            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: 0px 30px 0 5px;
        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;
                position: relative;
                top: 25px;
            }

    .form-block legend {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .form-block .legend {
        position: absolute;
        top: 20px;
        left: 30px;
    }

    .form-block label {
    }

input[type="checkbox"] {
    margin: 0px 3px 3px 4px;
}

.form-block label .optional,
.form-block span.label-wrapper .optional {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #606060;
}

.form-block label input.error,
.form-block span.label-wrapper 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,
.form-block span.label-wrapper input,
.form-block span.label-wrapper a.selectBox,
.form-block span.label-wrapper textarea {
    padding: 0 10px;
    font-size: 16px;
    font-size: 18px;
    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,
.form-block span.label-wrapper .selectBox {
    height: 36px;
    line-height: 36px;
}

.form-block label input,
.form-block span.label-wrapper input {
    padding: 9px 10px;
    height: auto;
    width: 100%;
}

    .form-block label input[name=employees],
    .form-block span.label-wrapper input[name=employees] {
        width: 50%;
    }

.form-block label textarea,
.form-block span.label-wrapper textarea {
    padding: 10px;
    resize: none;
}

.form-block label .selectBox,
.form-block span.label-wrapper .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,
    .form-block span.label-wrapper .selectBox .selectBox-label {
        padding: 0;
    }

    .form-block label .selectBox .selectBox-arrow,
    .form-block span.label-wrapper .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,
    .form-block span.label-wrapper .selectBox:hover .selectBox-arrow,
    .form-block span.label-wrapper .selectBox:focus .selectBox-arrow {
        background-position: -28px -224px;
        height: 34px;
        width: 31px;
    }

    .form-block label .selectBox:focus .selectBox-arrow,
    .form-block span.label-wrapper .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;
}

.labeltitle {
    font-size: 18px !important
}

.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 {
    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: 16px;
    font-size: 1.6rem;
    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;
    }

    .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: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.35;
    padding: 10px 50px;
    margin-bottom: 10px;
}

    .submit-form-item .bt:disabled,
    .submit-form-item .bt:disabled:hover {
        font-size: 16px;
        font-size: 1.6rem;
        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;
}

    .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%;
}

.signup-bar input.bt,
.lt-ie8 .signup-bar .form-item input.bt {
    width: auto
}

.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(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: bold;
        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 0;
    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 0;
        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 #808080;
    }

        .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 #808080;
        }

.testimonial {
    font-size: 16px;
    font-size: 1.6rem;
}

    .testimonial blockquote {
        margin: 0 0 10px;
        padding: 0;
    }

        .testimonial blockquote p {
            font-size: 19px;
            font-size: 1.9rem;
            font-weight: 400;
            line-height: 1.2;
            margin: 0;
        }

    .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;
        }

            .testimonial.major a:hover {
                text-decoration: underline;
            }

.teaser,
.teaser-block {
    margin-top: 30px;
}

    .teaser p,
    .teaser dl,
    .teaser li,
    .teaser .more,
    .teaser-block p,
    .teaser-block dl,
    .teaser-block li,
    .teaser-block .more {
        font-size: 18px;
    }

    .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;
    }

    .teaser .cta,
    .teaser-block .cta {
        margin: 30px 0 0;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .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;
            color: #0E4E70 !important;
            background: none;
        }

.block-links a:not(.key-bt) {
    text-decoration: none;
}

    .block-links a:not(.key-bt):hover {
        text-decoration: underline;
    }

.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: 16px;
    font-size: 1.6rem;
}

.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: white;
}

.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: 16px;
        font-size: 1.6rem;
        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: 10px 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 0;
                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: 19px;
            font-size: 1.9rem;
        }

.quality-management-teaser-item {
    background-color: #f2f2f2;
    position: relative;
    margin: 20px 5px 0 5px;
    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: 16px;
        font-size: 1.6rem;
    }

        .quality-management-teaser-item h3 span,
        .quality-management-teaser-item h3 a span {
            color: #202020;
            display: block;
            font-size: 19px;
            font-size: 1.9rem;
        }

    .quality-management-teaser-item.l-grid-1 {
        width: 125px;
        float: left;
        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 0;
        }

        .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;
        }

        .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;
}

.courses-list a {
    display: block;
    overflow: hidden;
}

.courses-list h3 {
    margin-top: .2em;
}

.course-teaser {
    padding-right: 30px;
}

    .course-teaser img {
        float: left;
        margin: 0 20px 20px 0;
    }

    .course-teaser h4 {
        margin: 0;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        color: #d73000;
    }

@media only screen and (max-width: 768px) {
    .l-grid-2 .course-teaser {
        padding-bottom: 5px;
    }
}

.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: #777777;
    }

.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: white;
        background: #4c4c4c;
        border: 0;
    }

        .panel.reversed .panel-title {
            font-weight: 500;
        }

            .panel.reversed .panel-title a {
                color: white;
            }

        .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;
}

.rcboxb p {
    margin: 0 0 0px;
    font-size: 20px;
    font-weight: 500;
}

.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,
        .body-copy li a,
        .enhanced a {
            font-weight: 400;
            color: #0071AD;
        }

            .body-copy p a:hover,
            .body-copy p a:active {
                text-decoration: none;
            }

            .body-copy li a:hover,
            .body-copy li a:active {
                text-decoration: underline;
            }

            .body-copy p a:focus,
            .body-copy li a:focus {
                text-decoration: underline;
                background-color: #fff;
                color: white;
            }

    .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";
            color: #d73000;
            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 0;
}

    .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: 3px;
    }

    .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-left: 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 -20px;
    }

        .banner .slides,
        .banner .flex-direction-nav {
            padding: 0;
            margin: 0;
        }

        .banner .flex-direction-nav {
            position: absolute;
            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;
            margin-left: 0;
        }

        .banner img {
            width: 100%;
        }

        .banner .banner-title {
            margin: 0;
            font-size: 20px;
            font-size: 2rem;
            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 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(/ui/css/img/_ie7/black_70pc.png);
    padding: 20px;
}

.banner-controls {
    display: none;
    margin: -30px -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: 16px;
            font-size: 1.6rem;
            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,
.bt:hover,
.bt:active,
.bt:active: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;
}

    .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: white;
    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: #ffffff;
    -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 white;
    -moz-box-shadow: 0 0 10px white;
    box-shadow: 0 0 10px white;
    opacity: 0.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 white;
    -moz-box-shadow: 0 0 10px white;
    box-shadow: 0 0 10px white;
    opacity: 0.1;
}

.reversed .bt {
    background: white;
    text-shadow: 0 0 0;
    color: #d73000;
}

    .reversed .bt:hover,
    .reversed .bt:active {
        background: white;
        color: #707070;
        text-shadow: 0 0 0;
    }

    .reversed .bt:active {
        color: #4c4c4c;
    }

.client-directory-search-results-panel {
    font-size: 16px;
    font-size: 1.6rem;
    background: #F3F3F3;
    margin-top: 30px;
    padding: 10px 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;
}

    .client-directory-search-results-panel .search-results a {
        color: #D73000;
    }

    .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: 0px;
        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: bold;
        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;
    }

.pagination ul {
    margin-top: 32px;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li {
    text-align: center;
    margin-right: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.pagination .next,
.pagination .previous {
    background: none;
    width: auto;
    color: #1A1A1A;
}

.pagination .next.disabled span,
.pagination .previous.disabled span{
    cursor: default;
}

.pagination .next.disabled img ,
.pagination .previous.disabled img {
    opacity:0.2;
}

.pagination .next {
    margin-left: 42px;
}

.pagination .previous {
    margin-right: 42px;
}

.pagination .next a,
.pagination .previous a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.pagination .previous a span {
    margin-left: 18px;
}

.pagination .next a span {
    margin-right: 18px;
}

.pagination .next.disabled a,
.pagination .previous.disabled a {
    color: #737373;
    opacity: 50%;
}

.pagination .listItem a {
    padding: 4px 0 3px;
    width: 34px;
    display: block;
    color: #1A1A1A;
    text-decoration: none;
    background: #EEF0F1;
}

.pagination .listItem a:hover,
.pagination .listItem a:focus,
.pagination .listItem a:active {
    color: white;
    background: #00A3AD;
}

.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 {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
    }

.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: 0.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: #FFFFFF;
    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 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:hover {
        text-decoration: none;
    }

        .resources li a:hover h3 {
            text-decoration: underline;
        }

.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:hover,
        .see-also ul a:focus {
            text-decoration: none;
        }

.addthis_toolbox a span {
    margin-top: 10px;
}

.at4-icon-left {
    height: 42px !important;
}

.addthis-smartlayers p {
    display: none;
}

.addthis_toolbox:after {
    content: "";
    display: table;
    clear: both;
}

.addthis_toolbox p {
    float: left;
    color: #707070;
    font-size: 16px;
    font-size: 1.6rem;
    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: 19px;
            font-size: 1.9rem;
        }

        .tutor header h3 {
            color: #707070;
            font-size: 16px;
            font-size: 1.6rem;
        }

    .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: 16px;
            font-size: 1.6rem;
            font-weight: 500;
        }

        .tutor aside .more {
            margin-top: 3px;
        }

        .tutor aside time {
            display: block;
            color: #707070;
        }

table.data {
    background-color: #f9f9f9;
    font-size: 16px;
    font-size: 1.6rem;
    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: 19px;
            font-size: 1.9rem;
            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.enhanced th,
table.enhanced td {
}

    table.enhanced th.essential,
    table.enhanced td.essential {
        display: table-cell;
    }

.table-wrapper {
    position: relative;
}

    .table-wrapper table {
        margin-top: 0;
        clear: both;
    }

    .table-wrapper .column-menu {
        float: right;
        position: relative;
        z-index: 2;
        margin-bottom: 1px;
        height: 25px;
        line-height: 25px;
        padding: 0 8px;
    }

        .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;
    margin: 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
    zoom: 1;
    padding: 10px 15px 10px 15px;
}

    .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: 16px;
            font-size: 1.6rem;
            float: left;
        }

            .collapsible .trigger h2:before {
                content: "\203a";
                color: #d73000;
                float: left;
                width: 14px;
                margin-left: -14px;
            }

        .collapsible .trigger .teaser {
            float: left;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.2;
            margin: 0 0 0 30px;
        }

    .collapsible.is-expanded .trigger:before {
        -webkit-transform: rotate(90deg) !important;
        -moz-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        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: -58px;
        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: 62px;
    display: inline-flex;
}

    .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: 16px;
        font-size: 1.6rem;
        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 15px;
        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: white url(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 0px 1px 2px 0px;
    -moz-box-shadow: #e0e0e0 0px 1px 2px 0px;
    box-shadow: #e0e0e0 0px 1px 2px 0px;
    -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: 28px;
        font-size: 2.8rem;
        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;
    }

.panel.reversed .news-teaser .block p {
    color: #e1e1e1;
}

.panel.reversed .news-teaser .block .teaser-item-title {
    color: #FFF;
}

.news-teaser .block p {
    color: #000;
}

.standards-search-fields input[type=search] {
    width: 436px;
}

.standards-search-fields .submit-form-item {
    margin-right: 0;
}

.standards-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    margin: 0;
    clear: both;
    overflow: hidden;
}

    .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: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #737B80 !important
}

.st-feature-else span.standards-code {
    display: block;
    padding: 5px 0px;
    line-height: 28px !important;
    font-weight: 300 !important;
    color: #0071AD;
}

.st-feature-else p {
    font-size: 16px !important;
    line-height: 25px !important;
    color: #4D4D4D !important;
    font-weight: normal !important;
}

.st-feature-else h3 {
    color: #0071AD;
    font-size: 20px;
    line-height: 28px;
}

.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;
    }

    .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 -20px;
    padding-left: 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: 19px;
    font-size: 1.9rem;
    margin: 15px 0;
}

.search-filter-title {
    font-size: 19px;
    font-size: 1.9rem;
    color: #808080;
    margin-top: 0;
    margin-bottom: 30px;
}

.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 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: 16px;
        font-size: 1.6rem;
        position: absolute;
        top: 25px;
        left: 15px;
        margin: 0;
    }

    .filter-set p {
        margin: 0;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .filter-set .qty {
        font-size: 14px;
        font-size: 1.4rem;
        color: #606060;
    }

fieldset.filter-set {
    padding-top: 60px;
}

.search-results-teaser-block .teaser-item {
    border-bottom: 1px solid #737373;
    padding: 0 0 20px;
    position: relative;
}

    .search-results-teaser-block .teaser-item.has-icon {
        padding-left: 150px;
    }

    .search-results-teaser-block .teaser-item a {
        display: block;
    }

    .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: 16px;
    font-size: 1.6rem;
}

    .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: 19px;
        font-size: 1.9rem;
    }

    .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 0px 1px 2px 0px;
    -moz-box-shadow: #e0e0e0 0px 1px 2px 0px;
    box-shadow: #e0e0e0 0px 1px 2px 0px;
}

    .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: 26px;
        font-size: 2rem;
        font-weight: 300;
        color: #d73000;
    }

    .cost .poa {
        font-size: 16px;
        font-size: 1.6rem;
        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 0;
        font-size: 19px;
        font-size: 1.9rem;
    }

    .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 0;
    }

    .book-your-place .bt {
        margin-top: 15px;
    }

.accordion {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    margin: 30px 0 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 1px;
        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: 19px;
        font-size: 1.9rem;
        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;
            color: #0E4E70 !important;
        }

    .block .more span:hover {
        text-decoration: underline;
        color: #0E4E70 !important;
    }

.more,
.crumbs {
    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: "\203a";
            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;
            color: white;
        }

            .more a:focus:before,
            .more span:focus:before,
            .crumbs a:focus:before,
            .crumbs span:focus:before {
                color: white;
            }

    .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 li:first-child a:before {
                content: "\2039";
                display: block;
            }

    .crumbs a {
        padding-left: 14px;
    }

        .crumbs a:before {
            content: "\2039";
            display: block;
        }

.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;
}

.gmnoprint {
    display: none;
}

.newForm {
    font-size: 1.6rem;
    line-height: 1.5;
}

.results-per-page {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
}

    .results-per-page .form-item {
        padding: 0;
    }

        .results-per-page .form-item .label {
            padding-right: 5px;
        }

    .results-per-page select {
        width: auto !important;
        float: none !important;
    }

.no-results {
    font-size: 1.8rem;
    font-weight: 500;
}

.product-search_results {
    margin-top: 30px;
    line-height: 1.2;
}

    .product-search_results .found-results {
        margin-bottom: 20px;
        font-size: 1.8rem;
        font-weight: 500;
    }

        .product-search_results .found-results em {
            display: inline-block;
            font-style: normal;
            width: 73%;
        }

        .product-search_results .found-results span {
            display: inline-block;
            float: right;
            font-weight: 300;
            text-align: right;
            width: 25%;
        }

    .product-search_results ol {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .product-search_results ol > li {
            margin: 0;
            padding: 3px 0;
            background-color: #fff;
            position: relative;
            border-bottom: 1px solid #e5e5e5;
            color: #202020;
        }

            .product-search_results ol > li.header {
                border: none;
                padding: 0;
            }

                .product-search_results ol > li.header li {
                    font-size: 1.8rem;
                    font-weight: 500;
                    background-color: #e5e5e5;
                }

                    .product-search_results ol > li.header li strong {
                        position: static;
                    }

            .product-search_results ol > li a {
                display: block;
                padding: 5px 0;
                overflow: hidden;
                cursor: pointer;
                text-decoration: none;
            }

                .product-search_results ol > li a:hover {
                    background-color: #eee;
                    text-decoration: none;
                }

                    .product-search_results ol > li a:hover li {
                        color: #d73000;
                    }

                        .product-search_results ol > li a:hover li strong {
                            color: #202020;
                        }

                .product-search_results ol > li a:after {
                    background-color: #F2F2F2;
                    border-radius: 8px;
                    content: "";
                    height: 90%;
                    left: 0;
                    position: absolute;
                    top: 3px;
                    width: 5px;
                }

                .product-search_results ol > li a:hover:after {
                    background-color: #e5e5e5;
                }

    .product-search_results ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        overflow: hidden;
    }

        .product-search_results ul li {
            float: left;
            width: 25%;
            padding: 12px 15px;
            margin: 0;
            font-size: 1.6rem;
            color: #202020;
        }

            .product-search_results ul li strong {
                position: absolute;
                left: -999em;
                line-height: 1.5;
            }

.lt-ie9 .product-search_results ul li strong {
    font-weight: 700;
}

.product-search_results ul li.c1,
.product-search_results ul li.c2 {
    width: 30%;
}

.lt-ie8 .product-search_results ul li.c1,
.lt-ie8 .product-search_results ul li.c2 {
    width: 28%;
    padding: 15px 1%;
}

.product-search_results ul li.c3 {
    width: 19%;
}

.product-search_results ul li.c4 {
    width: 21%;
}

.lt-ie8 .product-search_results ul li.c3 {
    width: 18%;
    padding: 5px 1%;
}

.lt-ie8 .product-search_results ul li.c4 {
    width: 20%;
    padding: 5px 1%;
}

.product-details ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.6rem;
}

    .product-details ol > li {
        margin: 0 0 10px 0;
        padding: 0;
        line-height: 1.2;
        background-color: #fff;
    }

    .product-details ol .header {
        padding: 12px 40px 12px 15px;
        margin: 0 0 10px 0;
        background-color: #e5e5e5;
    }

        .product-details ol .header h3 {
            font-weight: 500;
            margin: 0 0 0.2em 0;
            padding: 0;
        }

.lt-ie9 .product-details ol .header h3 {
    font-weight: 700;
}

.product-details ol .header p {
    margin: 0;
    padding: 0;
}

.product-details ol .details {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 5px 0;
    position: relative;
}

    .product-details ol .details:after {
        background-color: #F2F2F2;
        border-radius: 8px;
        content: "";
        height: 80%;
        left: 0;
        position: absolute;
        top: 4px;
        width: 5px;
    }

    .product-details ol .details:hover:after {
        background-color: #dadada;
    }

    .product-details ol .details a {
        color: #202020;
        display: block;
        text-decoration: none;
    }

        .product-details ol .details a:hover {
            color: #d73000;
            text-decoration: none;
        }

.product-details ol ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style-type: none;
    overflow: hidden;
}

    .product-details ol ul li {
        float: left;
        width: 15%;
        word-wrap: break-word;
        padding-right: 15px;
    }

        .product-details ol ul li.last {
            width: 30%;
        }

        .product-details ol ul li strong {
            display: block;
            line-height: 1.5;
        }

.lt-ie9 .product-details ol ul li strong {
    font-weight: 700;
}

.product-details ol ul li strong span {
    position: absolute;
    left: -999em;
}

.search-results-footer {
    height: 30px;
    min-height: 30px;
    position: relative;
}

*[class=search-results-footer] {
    height: auto;
}

.main-nav-item a:focus + .sub-nav {
    display: block !important;
    left: -2px;
}

.divColor {
    background-color: #B3E3E6 !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: 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;
}

#outerDiv1 {
    margin-bottom: 5px;
}

.shopResultColumn {
    width: 250px;
}

.form-item label span span.gdpr-fields {
    position: absolute;
    *position: relative;
    bottom: 0;
}

    .form-item label span span.gdpr-fields span {
        *display: inline-block;
    }

.search-results-teaser-block .column-menu {
    display: none;
}

@media screen\9, \0screen\ {
    .logo img {
        height: auto;
        width: auto;
        padding-top: 3px;
        background-size: 116px 73px;
    }

    .main-nav li {
        position: relative;
    }

    .country-selector ul a {
        color: #d73000;
        float: right;
        font-weight: 500;
        border-right: 1px solid #c1c1c1;
        padding-right: 5px;
        margin-right: 5px;
        *margin-top: -32px;
        /*For IE7*/
        margin-top: 0px\0;
        /*For IE8*/
    }

    .flex-control-nav li {
        margin: 0 4px;
        display: inline-block;
        zoom: 1;
        display: inline;
        margin-top: 4px;
        float: left;
    }

    .ir {
        display: block;
        border: 0;
        text-indent: -999em;
        overflow: hidden;
        background-color: transparent !important;
        background-repeat: no-repeat !important;
        text-align: left;
        direction: ltr;
        line-height: 0;
    }

    .site-strap {
        width: 334px;
        height: 70px;
        margin: 0;
        background: url(img/site_strap_334.png);
        margin-left: 258px;
        margin-bottom: 92px;
        background-position: 2px 35px;
    }

    .utility-nav .nav-item {
        display: inline;
    }

    .footer-bar li {
        display: inline;
    }

    .main-nav li {
        position: relative;
    }

    .form-item {
        display: inline-block;
    }

    .button {
        width: 170px !important;
    }

    .search-form .bt {
        min-height: 28px !important;
    }

    .search-form input {
        height: 27px !important;
    }

    .header-banner {
        *position: absolute;
        *z-index: 2;
    }

    #MainContentArea {
        background-color: #ffffff;
        position: relative;
        top: 215px;
        top: 0px\0;
    }

    .info-bar {
        padding: 0 20px;
        border-top: 1px #d6d6d6 solid;
        -webkit-box-shadow: white 0px 1px 0px inset;
        -moz-box-shadow: white 0px 1px 0px inset;
        box-shadow: white 0px 1px 0px inset;
        background: #efefef;
        font-size: 13px;
        font-size: 1.3rem;
        position: relative;
        top: 215px;
    }

    .site-footer {
        border-top: 1px #d6d6d6 solid;
        -webkit-box-shadow: white 0px 1px 0px inset;
        -moz-box-shadow: white 0px 1px 0px inset;
        box-shadow: white 0px 1px 0px inset;
        background: #f4f4f4;
        font-size: 14px;
        font-size: 1.4rem;
        position: relative;
        top: 215px;
    }

    .main-nav-item .sub-nav-block {
        float: left;
        *width: 40% !important;
        width: 50%\0 !important;
        padding: 0 16px;
    }

    .sub-nav-block .double-list {
        float: left;
        clear: none;
        margin: 0;
        *width: 40% !important;
        width: 50%\0 !important;
    }

    .about-nav-item .sub-nav-block {
        width: 100% !important;
    }

    .sub-nav-links {
        width: 60% !important;
    }

    .header-banner .utility-nav .localisation-links .nav-item {
        margin-top: 0px\0;
    }

    .country-selector .close {
        *margin-left: 30px;
        *text-align: left;
    }
}

@media screen and (min-width: 0\0) {
    .flex-control-nav li {
        margin: 0 4px;
        display: inline-block !important;
        zoom: 1;
        margin-top: 4px;
        float: left;
    }
}

.signup-bar input {
    background: #d73000 !important;
    color: #fff !important;
    text-shadow: none !important;
    border: 1px solid #d73000 !important;
}

    .signup-bar input[type="button"]:hover {
        background: #be2a00 !important;
    }

.navitab {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul.navitab.nav-tabsContent {
    padding-top: 10px;
}

.navitab > li {
    position: relative;
    display: block;
    background-color: #4c4c4c;
    margin-left: 10px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

    .navitab > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        color: #fff;
    }

    .navitab > li.disabled > a {
        color: #777;
    }

        .navitab > li.disabled > a:hover,
        .navitab > li.disabled > a:focus {
            color: #777;
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
        }

.navitab .open > a,
.navitab .open > a:hover,
.navitab .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.navitab .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.navitab > li > a > img {
    max-width: none;
}

.nav-tabsContent {
    border-bottom: 1px solid #ddd;
}

    .nav-tabsContent > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabsContent > li > a {
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            text-decoration: none;
        }

        .nav-tabsContent > li.activecls {
            cursor: default;
            background-color: #fff;
            border-bottom-color: transparent;
        }

            .nav-tabsContent > li.activecls > a {
                color: #d73000;
            }

        .nav-tabsContent > li > a:hover {
            text-decoration: underline;
        }

    .nav-tabsContent.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabsContent.nav-justified > li {
            float: none;
        }

            .nav-tabsContent.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabsContent.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

        .nav-tabsContent.nav-justified > li > a {
            margin-right: 0;
            border-radius: 4px;
        }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabsContent .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabsContent {
    float: left;
    width: 100%;
    clear: both;
    background-color: #efeff0;
}

    .nav-tabsContent li a:hover,
    .nav-tabsContent li a:active {
        text-decoration: underline;
    }

    .nav-tabsContent p a:focus,
    .nav-tabsContent li a:focus {
        background-color: #fff;
        color: none;
    }

.tab-pane p a:visited,
.tab-pane p a {
    color: #fff;
}

.tab-pane p a {
    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 1px;
    border-color: #4c4c4c;
    border-style: solid;
    text-decoration: none;
    color: #fff;
    background: #4c4c4c;
}

::-moz-selection {
    background: #007D8A;
    color: #fff;
    text-shadow: none;
}

.teaser p a::after,
.teaser-block p a::after,
p a::after {
    display: none !important;
}

::selection {
    background: #007D8A;
    color: #fff;
    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;
    }

.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: block;
}

.more a:focus {
    color: white;
}


#cdverifiedcontent label.arboldfontweight,
#cdverifiedcontent strong.arboldfontweight {
    font-weight: 600;
    color: #4D4D4D !important;
}

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 {
    height: 0 !important;
}

select::-ms-expand {
    display: none;
}

select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
}

    select:disabled::-ms-expand {
        display: none;
    }

@media all and (min-width: 0\0) and (min-resolution: .001dpcm) {
    .scroll-header-bar2 .utility-nav.utility-nav-header .utility-header-container {
        max-width: 100%;
        width: 100%;
        -ms-transform: rotate(180deg) translate(0%, 0%);
    }

    .scroll-header-bar2 .utility-nav ul {
        max-width: 100%;
        width: 100%;
    }

    .main-nav-container .main-nav-item .main-nav-link::after {
        background-image: url(/ui/css/img/icons/arrow-up-ie.png);
    }

    #horizontal li.hideshow ul.menu-nav-ul {
        padding: 10px 165px !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .scroll-header-bar2 .utility-nav.utility-nav-header .nav-item > span {
        left: 0;
        top: 4px !important;
    }

    .bsform .form-item label select {
        background: url(/ui/css/img/icons/arrow-down.svg) no-repeat;
        background-position: top 20px right 12px !important;
    }

    .bsi-hero .bsi-hero-title h1,
    .bsi-hero .bsi-hero-title h2 {
        font-size: 49px;
        line-height: 77px;
    }

    #horizontal li.hideshow ul.menu-nav-ul {
        padding: 10px 160px !important;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: normal !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .icon-list-block-container.with-image {
        background-image: url(/ui/css/img/gray-half-gradient-background-mirror.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left -68.5vw top;
        background-position: left -3% top\0;
    }

    .bsi-hero .bsi-hero-image {
        height: 585px;
        width: 68%;
        float: right;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
    .main-nav-container .main-nav-item.hover .sub-nav,
    .main-nav-container .main-nav-item .sub-nav {
        max-width: 100%;
        left: 0;
        width: 100%
    }

    .scroll-header-bar2 .main-nav-container .main-nav-item.hover .sub-nav,
    .scroll-header-bar2 .main-nav-container .main-nav-item .sub-nav {
        max-width: 105.5% !important;
        left: -62px !important;
    }

    .main-nav-container .main-nav-item .sub-nav-block .more a {
        margin-left: 15px !important;
    }

    .main-nav-container .main-nav li {
        width: auto;
        font-size: 19px;
    }

    .scroll-header-bar2 .main-nav-container .main-nav .main-nav-item .main-nav-link {
        margin: 0px 13px !important;
    }

    .main-nav-container .main-nav-innerDiv {
        padding-left: 24px !important;
        padding-top: 3px;
    }

    .main-nav-container .main-nav-item .main-nav-link::after {
        width: 10px;
        height: 6px;
    }

    .main-nav-container .main-nav li:last-child {
        margin-right: 0 !important;
    }

    .main-nav-container .main-nav li.font-adjust {
        font-size: 19px !important;
    }

        .main-nav-container .main-nav li.font-adjust a {
            margin: 0px 5px !important;
        }

    .menu-item-section ul.link-list.bsicatalogue img {
        max-height: 194px;
        height: 100%;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1100px) {
    .main-nav-container .main-nav li.font-adjust a {
        margin: 0px 7px !important;
    }

    .main-nav-container .main-nav li.font-adjust {
        font-size: 16px !important;
    }

    .main-nav-container li.font-adjust .main-nav-link::after {
        width: 10px !important;
        height: 7px;
    }
}

.verifiedheading {
    font-size: 30px;
    font-weight: 500;
}

.keypiewrapper {
    width: 400px;
    height: 400px;
    display: inline-block;
}
/*tabbed content*/
.tabbed-content-block .cdc ul.navitab.nav-tabsContent li:hover,
.tabbed-content-block .cdc ul.navitab.nav-tabsContent li:focus-within,
.tabbed-content-block .cdc ul.navitab.nav-tabsContent li.activecls {
    background: #d72b18 !important;
    color: #ffe3de !important;
}

.tabbed-content-block .cdc ul.navitab.nav-tabsContent li > a:focus {
    outline: 0px !important;
}

.tabbed-content-block .cdc ul.navitab.nav-tabsContent {
    display: table !important;
    background: #f3f3f3 !important;
    border-radius: 50px;
    border: none !important;
}

.tabbed-content-block .body-copy.has-gutter.cdc ul.navitab.nav-tabsContent li.activecls a {
    color: #ffe3de !important;
}

.tabbed-content-block .body-copy.has-gutter.cdc ul.navitab.nav-tabsContent li.activecls {
    background: #d72b18 !important
}

.tabbed-content-block .cdc ul.navitab.nav-tabsContent li:hover a,
.tabbed-content-block .cdc ul.navitab.nav-tabsContent li:focus-within a,
.tabbed-content-block .cdc.body-copy.has-gutter ul.navitab.nav-tabsContent li.activecls > a {
    color: #ffff !important;
    float: left;
}

.tab-content.cdc section.teaser-block.product-listing-section article.teaser-item.trng-teaser-item.has-icon ul li:before {
    display: none;
}

.body-copy.has-gutter.cdc .tab-content.cdc section.teaser-block.product-listing-section ul li {
    left: 0px !important;
}

.shareButton:focus, .shareButton:hover, .CertificateButton:focus, .CertificateButton:hover {
    background: #961F10 !important;
    color: #fff !important;
}

div#dialog input.bt.key-bt.pdsearchbutton:hover,
div#dialog input.bt.key-bt.pdsearchbutton:focus,
.CertificateButton.mobAllProductsbtn:focus, .CertificateButton.mobAllProductsbtn:hover {
    background: #006262 !important;
    color: #fff !important;
}

div#dialog input.bt.key-bt.pdCancel:hover,
div#dialog input.bt.key-bt.pdCancel:focus {
    background: #545454 !important;
    color: #fff !important;
}

.tabbed-content-block .cdc ul.navitab.nav-tabsContent li a {
    background: none !important;
    color: #292929 !important;
    padding: 0px !important;
    margin: 0px;
    line-height: 8px !important;
}


/*start of custom radio button style */
/* The container */
.container {
    display: block;
    position: relative;
    padding-right: 23px;
    margin-bottom: 12px;
    margin-right: 30px;
    cursor: pointer;
    font-size: 15px;
    /*font:bold;*/
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: right;
}

    /* Hide the browser's default radio button */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    right: 4px;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #008080;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    /*display: block;*/
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: url(/ui/css/img/checkboxes/radio-light.svg) no-repeat;
}
/*end of custonm radio button style */
/*cdc-end*/


.trending-animate {
    top: 135px;
    opacity: 0;
    position: relative;
}




.panel-shift {
    margin-top: -135px;
    padding-bottom: 30px;
}

.wrapper.wrapper-fluid .panel-shift.trend-panel {
    padding-bottom: 40px !important;
}

.trending-animate.animate-active {
    top: 0px;
    transition: top 1s ease-in-out;
    opacity: 1;
    position: relative;
}

.Inpage-links-panel.animate-active {
    opacity: 1;
}

.feauturelinks-panel.animate-active {
    opacity: 1;
}

.trending-animate.already-visible {
    opacity: 1;
}

.herocontent.single-trending.trending-animate {
    top: 0px !important;
    opacity: 0;
}

    .herocontent.single-trending.trending-animate.animate-active {
        opacity: 1;
        position: static !important;
    }

    .herocontent.single-trending.trending-animate.already-visible {
        top: -80px !important;
        opacity: 1;
    }

nav.sub-menu-nav.medical-submenu + div + div.call-to-action.panel-animate {
    top: 10px;
    opacity: 0;
    bottom: initial !important;
    position: relative;
}

    nav.sub-menu-nav.medical-submenu + div + div.call-to-action.panel-animate.animate-active {
        top: -36px;
        opacity: 1;
        bottom: initial !important;
        position: relative;
    }

.newsUpdate.call-to-action.panel-animate {
    top: 0px;
    opacity: 1;
    bottom: initial !important;
    position: relative;
}

    .newsUpdate.call-to-action.panel-animate.animate-active {
        opacity: 1;
        background: #ffffff;
    }

.feauturelinks-panel.single-item-panel.panel-animate,
nav.sub-menu-nav.medical-submenu + div div.feauturelinks-panel.panel-animate {
    bottom: -40px !important;
    position: relative;
    opacity: 0;
}

    .feauturelinks-panel.single-item-panel.panel-animate.animate-active,
    nav.sub-menu-nav.medical-submenu + div div.feauturelinks-panel.panel-animate.animate-active {
        bottom: 40px !important;
        position: relative;
        opacity: 1;
    }

    .feauturelinks-panel.single-item-panel.panel-animate.already-visible,
    nav.sub-menu-nav.medical-submenu + div div.feauturelinks-panel.panel-animate.already-visible {
        bottom: 0px;
        position: relative;
        opacity: 1;
    }

li.common-link-list-li,
li.st-feature-li,
li.shop-box-li,
li.also-li,
li.course-features-li,
li.masonry-item.item,
.shop-result-box-li,
.tiles-no-bg-list-li .content-animate-inner,
.cpia,
.tiles-no-bg-list-li img:hover + .content-animate-inner,
.tiles-no-bg-list-li,
.bcp,
.bcpwb,
.bcpwi,
.bgp {
    transition: transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
    cursor: default;
}

    li.common-link-list-li:hover,
    li.st-feature-li:hover,
    li.shop-box-li:hover,
    .feature-standard-fullbleed-teal .see-also li.also-li:hover,
    li.course-features-li:hover,
    li.masonry-item.item:hover, .link-list-feature-one li:hover {
        -webkit-box-shadow: 0 5px 9px -3px #ededed !important;
        -moz-box-shadow: 0 5px 9px -3px #ededed !important;
        box-shadow: 0 5px 9px -3px #ededed !important;
    }

.tiles-hero ul.link-main-container li.tiles-no-bg-list-li:first-child:hover {
    transform: translateY(0px) !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

.teaser-block .cpblock.teal-top:hover,
.prod-teaser-item.prod-img-teaser.shop-features-block:hover,
section.product-listing-section article.trng-teaser-item.has-icon:hover,
.cpblock.grey-top:hover {
    -webkit-box-shadow: 0px 5px 5px 0px #d6d6d6 !important;
    -moz-box-shadow: 0px 5px 5px 0px #d6d6d6 !important;
    box-shadow: 0px 5px 5px 0px #d6d6d6 !important;
}

.tiles-hero .tiles-no-bg-list-li:first-child .contents:hover {
    -webkit-box-shadow: 0 7px 5px 0px #d6d6d6 !important;
    -moz-box-shadow: 0 7px 5px 0px #d6d6d6 !important;
    box-shadow: 0 7px 5px 0px #d6d6d6 !important;
}

.feature-standard-fullbleed-grey li.common-link-list-li:hover,
.feature-standard-fullbleed-grey li.shop-box-li:hover,
.feature-standard-fullbleed-grey li.st-feature-li:hover,
.see-also li.also-li:hover,
.feature-standard-fullbleed-grey li.masonry-item.item:hover,
.feature-standard-fullbleed-grey li.course-features-li:hover {
    -webkit-box-shadow: 0 6px 4px 0px #d6d6d6 !important;
    -moz-box-shadow: 0 6px 4px 0px #d6d6d6 !important;
    box-shadow: 0 6px 4px 0px #d6d6d6 !important;
}

.feature-standard-fullbleed-white li.common-link-list-li:hover,
.feature-standard-fullbleed-white li.shop-box-li:hover,
.feature-standard-fullbleed-white li.st-feature-li:hover,
.feature-standard-fullbleed-white li.masonry-item.item:hover,
.feature-standard-fullbleed-white li.course-features-li:hover,
.also-no-fullbleed .see-also li.also-li:hover,
.promo3-child:hover,
.promo4-child:hover {
    -webkit-box-shadow: 0 6px 4px 0px #d6d6d6 !important;
    -moz-box-shadow: 0 6px 4px 0px #d6d6d6 !important;
    box-shadow: 0 6px 4px 0px #d6d6d6 !important;
}

.tiles-hero ul.link-main-container li.tiles-no-bg-list-li:hover,
.tiles-hero,
.tiles-hero .tiles-no-bg-list-li:first-child .contents:hover {
    -webkit-box-shadow: -3px 12px 5px -8px #d6d6d6 !important;
    -moz-box-shadow: -3px 12px 5px -8px #d6d6d6 !important;
    box-shadow: -3px 12px 5px -8px #d6d6d6 !important;
}

    .tiles-hero .tiles-no-bg-list-li:hover,
    .tiles-hero ul.link-main-container li.tiles-no-bg-list-li:hover {
        -webkit-box-shadow: 0 6px 4px 0px #d6d6d6 !important;
        -moz-box-shadow: 0 6px 4px 0px #d6d6d6 !important;
        box-shadow: 0 6px 4px 0px #d6d6d6 !important;
    }

.bsi-hero-title-convert p {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 29px;
    margin-top: 20px;
}

.header-parent-container .search-country-comp .replace {
    display: none;
}

.bsi-grid.width-1160.html-block-new .enhanced-table-wrapper.bsi-table-container table.enhanced {
    border: none;
}

    .bsi-grid.width-1160.html-block-new .enhanced-table-wrapper.bsi-table-container table.enhanced tr td {
        border: none;
    }

.bsi-intro-content .enhanced-table-wrapper.bsi-table-container table.enhanced tr td,
.bsi-intro-content .enhanced-table-wrapper.bsi-table-container table.enhanced {
    border: none;
}

.cpblock-container .enhanced-table-wrapper.bsi-table-container table.enhanced,
.cpblock-container .enhanced-table-wrapper.bsi-table-container table.enhanced tr td {
    border: none;
}


@media only screen and (min-width: 768px) {

    #ui-datepicker-div {
        font-family: "Noto Sans","Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
    }

    div#ui-datepicker-div .apply-btn.clear-bt {
        float: right;
        margin-left: 23px;
    }

    div#ui-datepicker-div .apply-btn {
        float: left;
        margin-top: 20px;
    }

    .ui-datepicker-row-break .action-settings {
        display: table;
        width: 100%;
        margin-bottom: 30px;
        padding-top: 26px;
    }

        .ui-datepicker-row-break .action-settings .clear-action {
            display: table-cell;
            width: 50%;
            vertical-align: top;
            padding: 0;
            margin: 0;
        }

    .ui-datepicker-row-break .apply-btn {
        display: table-cell;
        width: 50%;
        text-align: right;
        vertical-align: top;
        padding: 0;
        margin: 0;
    }

        .ui-datepicker-row-break .apply-btn a {
            /*margin-top: 38px;*/
            font-size: 18px;
            font-weight: normal;
            line-height: 35px !important;
            font-style: normal;
            letter-spacing: normal;
            background-color: #00A3AD;
            color: #ffffff !important;
            padding: 8px 33px 8px 33px;
            border-radius: 50px;
            display: inline-block !important;
            text-decoration: none;
            margin-right: 23px;
        }

    .ui-datepicker-row-break .action-settings .clear-action a {
        font-size: 18px;
        line-height: 28px;
        color: #0E4E70;
        text-decoration: underline;
        padding-left: 40px;
    }

    .ui-datepicker.ui-datepicker-multi {
        width: 100% !important;
        max-width: 650px;
    }

    .ui-datepicker td span, .ui-datepicker td a {
        display: block;
        padding: .2em;
        text-align: center !important;
        text-decoration: none;
        font-size: 15px !important;
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight {
        border: 1px solid #e5e5e5 !important;
        background: #ffffff !important;
        color: #00a3ad !important;
    }

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 100% !important;
        margin: 0 auto !important;
        border-spacing: 0px;
    }

    .ui-state-default, .ui-widget-content .ui-state-default {
        line-height: 38px !important;
        outline: none;
        border: 0.9px solid #ededed;
        font-weight: normal;
        font-weight: 500;
    }

    .ui-datepicker td {
        border: 0 !important;
        padding: 0px !important;
    }

    .ui-datepicker-group.ui-datepicker-group-first {
        width: 43% !important;
        padding-left: 30px;
    }

    .ui-datepicker-group.ui-datepicker-group-last {
        width: 43% !important;
        padding-right: 30px !important;
        padding-left: 30px;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled {
        opacity: 1 !important;
    }

    .ui-widget-header {
        background: none !important;
        border: none !important;
    }

    .ui-datepicker-group.ui-datepicker-group-first .ui-widget-header .ui-icon {
        background: url(/ui/css/img/icons/arrow-down.svg) no-repeat !important;
        transform: rotate(90deg);
    }

    .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-right span.ui-icon.ui-icon-circle-triangle-e {
        background: url(/ui/css/img/icons/arrow-down.svg) no-repeat !important;
        transform: rotate(270deg);
    }

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 0 !important;
        margin: 25px 0px 21px 0px !important;
    }

    .ui-datepicker .ui-datepicker-title {
        line-height: 28px;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        font-family: "Noto Sans","Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
        color: #4D4D4D;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: relative;
        /* left: 50%; */
        margin-left: -8px;
        top: 40%;
        margin: 0;
        top: 8px !important;
        padding: 0;
        float: left;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 0px;
    }

    a.ui-datepicker-next.ui-corner-all span.ui-icon.ui-icon-circle-triangle-e {
        float: right;
    }

    div#ui-datepicker-div {
        z-index: 9999 !important;
        border: none;
        box-shadow: 0 0 3px #d6d6d6;
        border-radius: 4px !important;
        left: 598px !important;
    }
}



@media only screen and (max-width: 767px) {

    #ui-datepicker-div {
        font-family: "Noto Sans","Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
    }

    .ui-datepicker-row-break .action-settings {
        display: table;
        width: 100%;
        margin-bottom: 30px;
        padding-top: 26px;
    }

        .ui-datepicker-row-break .action-settings .clear-action {
            display: table-cell;
            width: 50%;
            vertical-align: top;
            padding: 0;
            margin: 0;
        }

    .ui-datepicker-row-break .apply-btn {
        display: table-cell;
        width: 50%;
        text-align: right;
        vertical-align: top;
        padding: 0;
        margin: 0;
    }

        .ui-datepicker-row-break .apply-btn a {
            /*margin-top: 38px;*/
            font-size: 18px;
            font-weight: normal;
            line-height: 35px !important;
            font-style: normal;
            letter-spacing: normal;
            background-color: #00A3AD;
            color: #ffffff !important;
            padding: 8px 33px 8px 33px;
            border-radius: 50px;
            display: inline-block !important;
            text-decoration: none;
            margin-right: 23px;
        }

    .ui-datepicker-row-break .action-settings .clear-action a {
        font-size: 18px;
        line-height: 28px;
        color: #0E4E70;
        text-decoration: underline;
        padding-left: 40px;
    }

    .ui-datepicker.ui-datepicker-multi {
        width: 100% !important;
        max-width: 650px;
        top: 0px !important;
        left: 0px !important;
        max-height: 600px;
        overflow: scroll;
    }

    .ui-datepicker td span, .ui-datepicker td a {
        display: block;
        padding: .2em;
        text-align: center !important;
        text-decoration: none;
        font-size: 15px !important;
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight {
        border: 1px solid #e5e5e5 !important;
        background: #ffffff !important;
        color: #00a3ad !important;
    }

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 100% !important;
        margin: 0 auto !important;
        border-spacing: 0px;
    }

    .ui-state-default, .ui-widget-content .ui-state-default {
        line-height: 38px !important;
        outline: none;
        border: 0.9px solid #ededed;
        font-weight: normal;
        font-weight: 500;
    }

    .ui-datepicker td {
        border: 0 !important;
        padding: 0px !important;
    }

    .ui-datepicker-group.ui-datepicker-group-first {
        width: 83% !important;
        padding-left: 30px;
        padding-left: 30px;
        max-width: 375px !important;
    }

    .ui-datepicker-group.ui-datepicker-group-last {
        width: 83% !important;
        padding-right: 30px !important;
        padding-left: 30px;
        background: #fff;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled {
        opacity: 1 !important;
    }

    .ui-widget-header {
        background: none !important;
        border: none !important;
    }

    .ui-datepicker-group.ui-datepicker-group-first .ui-widget-header .ui-icon {
        background: url(/ui/css/img/icons/arrow-down.svg) no-repeat !important;
        transform: rotate(90deg);
    }

    .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-right span.ui-icon.ui-icon-circle-triangle-e {
        background: url(/ui/css/img/icons/arrow-down.svg) no-repeat !important;
        transform: rotate(270deg);
    }

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 0 !important;
        margin: 25px 0px 21px 0px !important;
    }

    .ui-datepicker .ui-datepicker-title {
        line-height: 28px;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        font-family: "Noto Sans","Gesta", Tahoma, Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif;
        color: #4D4D4D;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: relative;
        /* left: 50%; */
        margin-left: -8px;
        top: 40%;
        margin: 0;
        top: 8px !important;
        padding: 0;
        float: left;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 0px;
    }

    a.ui-datepicker-next.ui-corner-all span.ui-icon.ui-icon-circle-triangle-e {
        float: right;
    }

    div#ui-datepicker-div {
        border: none;
        box-shadow: 0 0 3px #d6d6d6;
        border-radius: 4px !important;
    }
}

.ef-container fieldset.filter-set .checkbox-replaced label {
    color: #4D4D4D;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: normal;
    direction: ltr;
}

.bsi-course-crumb .crumbs {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    margin: 0;
    padding: 23px 20px;
    background: none;
}






/*-------------------------------DATE picker start----------*/
@media only screen and (min-width: 768px) {


    input[type=checkbox]:checked + label {
        background: none;
        color: #4D4D4D;
        font-size: 18px;
        line-height: 28px;
        font-weight: normal;
        letter-spacing: normal;
        width: auto;
        height: auto;
    }

    #ui-datepicker-div {
        display: none;
    }
    /*.apply-btn {
    position: relative;
    bottom: 20px;
}*/
    .apply-bt {
        display: none;
    }

    .apply-btn a {
        /*margin-top: 38px;*/
        font-size: 18px;
        font-weight: normal;
        line-height: 35px !important;
        font-style: normal;
        letter-spacing: normal;
        background-color: #00A3AD;
        color: #ffffff !important;
        padding: 8px 33px 8px 33px;
        border-radius: 50px;
        display: inline-block !important;
        text-decoration: none;
        margin-right: 23px;
        float: right;
        margin-bottom: 30px;
        cursor: pointer;
    }

    .clear-action {
        display: inline;
        position: relative;
        top: 35px;
        width: auto;
    }

        .clear-action a {
            font-size: 18px;
            line-height: 28px;
            color: #0E4E70;
            cursor: pointer;
            text-decoration: underline;
            padding-left: 40px;
        }

    .date-range-in {
        background-color: #ddf0f9;
    }

    .date-range-end, .date-range-start, .ui-state-active {
        background-color: #b3e3e6;
    }

    .l-grid.bsi-grid.ef-container.training-result-continer input.bt.key-bt {
        font-size: 18px;
        line-height: 35px !important;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        background: #00A3AD;
        color: #ffffff !important;
        padding: 8px 31px 8px 30px;
        border-radius: 51px;
        display: inline-block !important;
        border: none;
        width: auto;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    section.training-result-main-page nav.search-filter-nav.is-collapsed input.bt.key-bt {
        display: none;
    }

    nav.search-filter-nav.is-expanded input.bt.key-bt {
        border: none;
        line-height: 24px !important;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        background: #00A3AD;
        color: #ffffff !important;
        padding: 11px 8px;
        border-radius: 51px;
        display: inline-block !important;
        width: 335px;
        font-size: 18px;
        cursor: pointer;
    }

    div#ui-datepicker-div .apply-btn.clear-bt {
        float: right;
        margin-left: 23px;
        display: block;
    }

    div#ui-datepicker-div .apply-btn {
        float: left;
        margin-top: 20px;
        display: none;
    }

    .apply-btn a {
        /*margin-top: 38px;*/
        font-size: 18px;
        font-weight: normal;
        line-height: 35px !important;
        font-style: normal;
        letter-spacing: normal;
        background-color: #00A3AD;
        color: #ffffff !important;
        padding: 8px 33px 8px 33px;
        border-radius: 50px;
        display: inline-block !important;
        text-decoration: none;
        margin-right: 23px;
        float: right;
        margin-bottom: 30px;
        cursor: pointer;
    }

    .clear-action {
        display: inline;
        position: relative;
        top: 35px;
        width: auto;
    }

        .clear-action a {
            font-size: 18px;
            line-height: 28px;
            color: #0E4E70;
            cursor: pointer;
            text-decoration: underline;
            padding-left: 40px;
        }

    .date-range-in {
        background-color: #ddf0f9;
    }
}

/*-------------------------------DATE picker end----------*/
/*---------------------------common classes---------------*/
/*cdc-start*/
section.collapsible.crt.is-collapsed .enhanced-table-wrapper {
    display: none;
}

section.collapsible.crt.is-expanded .enhanced-table-wrapper.bsi-table-container {
    margin-top: 20px;
    background: #fff !important;
    margin: 20px -15px -15px;
    padding-top: 20px;
    margin-bottom: -20px;
}

.mobVerifiedProfilediv strong {
    font-weight: 400 !important;
    font-size: 28px !important;
}



/*cdc-end*/
div#icon-content p a {
    color: #0071AD !important;
}

    div#icon-content p a:hover,
    div#icon-content p a:focus {
        color: #0E4E70 !important;
    }

div#tresult-applytext,
div#tresult-cleartext {
    display: none;
}

/*=====================================  UI Redesign Part - 2 Start ==================================*/

/* == # Common Code start #==*/

/*faded block-start*/

.wrapper.wrapper-fluid .container-map header.header-banner {
    position: relative;
    background: none;
}

.wrapper.wrapper-fluid .container-map .scroll-header-bar2 .main-nav-container-wrap li.main-nav-item.hover a.main-nav-link {
    border-bottom: 4px solid red !important;
    padding-bottom: 10px;
}



.wrapper.wrapper-fluid .container-map header.header-banner .header-wrapper-container {
    background: rgb(31 31 31 / 40%) !important;
    padding: 0;
    margin-top: 0px;
    position: relative;
    top: 0px;
}

.wrapper.wrapper-fluid .bsi-hero-text-container.bsi-grid.banner-log {
    margin-top: -10px !important;
}

.wrapper.wrapper-fluid .search-country-comp.Search-icon .search-form-container #search-toggle-icon span.bt.key-bt {
    background: url(/ui/css/img/search-ic-wh.svg);
    background-position: top left;
    background-size: 38px 38px !important;
    background-repeat: no-repeat;
    margin-top: 16px;
    width: 38px !important;
    height: 38px !important;
}

.wrapper.wrapper-fluid .header-parent-container.scroll-header-bar2 .search-form-container #search-toggle-icon span.bt.key-bt {
    background: url(/ui/css/img/search-ic.svg) !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    width: 38px !important;
    height: 38px !important;
    background-size: 38px 38px !important;
}

.wrapper.wrapper-fluid .container-map .bsi-hero-image {
    min-height: 600px;
    width: 100%;
    position: relative;
    top: 12px;
}

/*.wrapper.wrapper-fluid .container-map .bsi-course-crumb {
    display: none !important;
}*/

.wrapper.wrapper-fluid .container-map header.header-banner .logo-container a#alogo .logo-black {
    display: none !important;
    padding-bottom: 4px !important;
}

.wrapper header.header-banner .logo-container a#alogo .logo-white {
    display: none !important;
}

.wrapper.wrapper-fluid .container-map header.header-banner .logo-container a#alogo .logo-white {
    display: block !important;
    background: none !important;
    padding-bottom: 4px !important;
}

.wrapper.wrapper-fluid header.header-banner .header-parent-container .logo-container .logo-innerDiv {
    background: none !important;
}


.wrapper.wrapper-fluid .container2 div#MainContentArea {
    top: -92px;
    position: relative;
    margin-bottom: -84px;
}


/*faded block-end*/
/*bodywidthimage block-start*/
.full-bleed-content b, strong {
    font-weight: 600;
}

.card-bleed .full-bleed-content ul li > span {
    font-weight: 400;
}


.card-bleed .full-bleed-content ul li a.arrow label:after {
    content: '\2192';
    padding-left: 5px;
    color: #D73000;
    text-decoration: none !important;
    position: absolute;
    font-weight: normal;
    cursor: pointer;
}

.card-bleed .full-bleed-content ul li a {
    line-height: 30px;
    font-weight: 400;
    text-decoration: underline;
    letter-spacing: normal;
}

.card-bleed .full-bleed-content ul li:hover a,
.card-bleed .full-bleed-content ul li:focus a {
    color: #000000;
}

.card-bleed .bleed-button-red a,
.card-bleed .bleed-button-Teal a,
.card-bleed .bleed-button-red a:hover,
.card-bleed .bleed-button-Teal a:hover,
.card-bleed .bleed-button-red a:active:hover,
.card-bleed .bleed-button-Teal a:active:hover,
.card-bleed .bleed-button-red a:active,
.card-bleed .bleed-button-Teal a:active,
.card-bleed .bleed-button-red a:visited,
.card-bleed .bleed-button-Teal a:visited,
.card-bleed .bleed-button-red a:link,
.card-bleed .bleed-button-Teal a:link,
.card-bleed .bleed-button-red a:focus,
.card-bleed .bleed-button-Teal a:focus {
    text-decoration: none;
}

.card-bleed .bleed-button-red a {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    background-color: #D72D18;
    padding: 8px 4rem;
    font-weight: 400;
    border-radius: 51px;
    display: inline-block;
    margin-top: 30px;
}

    .card-bleed .bleed-button-red a:hover,
    .card-bleed .bleed-button-red a:focus {
        background: #9e2b1f !important;
    }

.card-bleed .bleed-button-Teal a {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    background-color: #00A3AD;
    padding: 8px 4rem;
    font-weight: 400;
    border-radius: 51px;
    display: inline-block;
    margin-top: 30px;
}

    .card-bleed .bleed-button-Teal a:hover,
    .card-bleed .bleed-button-Teal a:focus {
        background: #007D8A !important;
    }

.card-bleed .full-bleed-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: table;
}

    .card-bleed .full-bleed-content ul li {
        width: auto;
        display: inline-block;
        vertical-align: top;
    }

.full-beeld-img-defult .full-bleed-content contentquote {
    margin: 0;
}

.card-bleed .full-bleed-content ul li {
    padding-left: 4px;
}

/*bodywidthimage block-end*/

/*panelframe block-start*/
section.bsi-grid.box-container h2.teaser-block-title,
section.bsi-grid.box-container h2.teaser-block-title span {
    color: #4D4D4D;
    padding: 5px 2px;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -2px;
}

.box-container {
    border-collapse: separate;
}

    .box-container .bsi-grid-lable {
        width: 33.33%;
        display: table-cell;
        min-height: 400px;
        vertical-align: top;
        position: relative;
    }

    .box-container .tire-grid-box {
        background: #fff;
        padding: 25px;
    }



.three-tire-box .bottom-content h4 {
    text-align: right;
    font-weight: 500 !important;
}

.bsi-grid-lable .three-tire-box .arrow:hover {
    font-weight: 600;
}

.bsi-grid-lable .three-tire-box .black .arrow:hover {
    color: #000000 !important;
}

.three-tire-box .top-content .arrow {
    text-decoration: underline !important;
}

section.bsi-grid.box-container .black h3, .bottom-content.black h4,
.three-tire-box .top-content .black .arrow,
.three-tire-box .top-content .black span {
    color: #4D4D4D !important;
}

section .bsi-grid.box-container h3, .three-tire-box .bottom-content h4,
.three-tire-box .top-content h3 {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
}

section.bsi-grid.box-container a,
.three-tire-box .top-content a {
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 500;
    text-decoration: none !important;
}

section.bsi-grid.box-container span,
.three-tire-box .top-content span {
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 400;
    text-decoration: none !important;
}

section.bsi-grid.box-container a span,
.three-tire-box .top-content a span {
    padding-left: 15px;
}

.bsi-grid-lable .three-tire-box:hover {
    -webkit-box-shadow: 3px 4px 8px 1px #737b80;
    -moz-box-shadow: 3px 4px 8px 1px #737b80;
    box-shadow: 3px 4px 8px 1px #737b80;
}


.dark-gradient,
.white-gradient {
    position: relative;
}


    .dark-gradient:after {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }


    .white-gradient:after {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.bsi-grid-lable:nth-child(2) .three-tire-box.tall-box h3,
.bsi-grid-lable:nth-child(2) .three-tire-box.tall-box h4,
.bsi-grid-lable:nth-child(2) .three-tire-box.tall-box a,
.bsi-grid-lable:nth-child(3) .three-tire-box.tall-box h3,
.bsi-grid-lable:nth-child(3) .three-tire-box.tall-box h4,
.bsi-grid-lable:nth-child(3) .three-tire-box.tall-box a {
    color: #000 !important;
}



section.bsi-grid.box-container .inner-multi {
    background: #fff;
    margin: 10px 0 !important;
    display: inline-block;
}

.tire-grid-box.multi,
.tire-grid-box.small {
    padding: 0px;
}

    .tire-grid-box.small .bsi-grid-lable {
        min-height: 100px;
    }

.tire-grid-box {
    display: table;
    width: 100%;
}



    .tire-grid-box.small .bsi-grid-lable {
        width: 33.33%;
        display: inline-block !important;
        padding: 0px 3px 0px 0px;
    }



.three-tire-box .top-content .arrow label:after {
    content: '\2192';
    padding-left: 5px;
    position: absolute;
    text-decoration: none !important;
    font-weight: normal;
}

/*panelframe block-end*/

/*footer-start*/

.footer-content {
    color: #B3B3B3;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto !important;
    text-align: center;
    padding-bottom: 10px;
}

    .footer-content a {
        text-decoration: underline !important;
        color: #B3B3B3;
    }

/*footer-end*/

/*content promo style-start*/

.scale-container .scale-inner-container {
    background: #fff;
    padding: 50px;
}

.scale-latest-news a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    color: #4D4D4D;
    letter-spacing: normal;
    text-decoration: underline !important;
}


.bsi-grid.scale-container a.arrow:hover {
    color: #000000;
    text-decoration: underline !important;
}

.scale-inner-content-container a.arrow label:after,
.scale-latest-news a.arrow label:after {
    content: '\2192';
    padding-left: 5px;
    font-size: 18px;
    color: #D73000;
    position: absolute;
    text-decoration: none !important;
    font-weight: normal;
}


.scale-latest-news h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}

.scale-latest-news {
    background: #fff;
}

.scale-container .scale-latest-news p a {
    text-decoration: none !important;
}


.full-bleed-scale {
    text-align: center;
}

.bsi-grid.scale-container.dark .scale-latest-news .no-class {
    background: #1F3C4C;
}

.full-bleed-scale h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 59px;
    letter-spacing: -3px;
    text-align: center;
    font-weight: 500;
    line-height: 75px;
}

.full-bleed-scale p {
    color: #FFFFFF;
    letter-spacing: normal;
    width: auto;
    white-space: normal;
    font-weight: 100;
}

.full-bleed-scale a {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    font-weight: 500;
    border-radius: 51px;
    display: inline-block;
    padding: 2px 70px;
}


.full-bleed-scale-content {
    background-color: #EEF0F1;
    padding: 20px;
}

    .full-bleed-scale-content p {
        font-size: 18px;
        line-height: 24px;
        width: auto;
        text-align: left;
        letter-spacing: normal;
        white-space: normal;
        padding-bottom: 20px;
        color: #4d4d4d;
        font-weight: 400;
        max-width: 840px;
        margin: 0;
    }

.full-bleed-scale-border-content {
    text-align: left;
    border: solid 1px #000;
}

    .full-bleed-scale-border-content ul,
    .full-bleed-scale-border-content ol {
        margin-left: 15px;
        padding-left: 0;
    }

    .full-bleed-scale-border-content ol {
        margin-top: 18px;
    }

    .full-bleed-scale-border-content ul li {
        margin: 10px 0 10px 50px;
        margin-left: 50px;
        padding-left: 5px;
        font-size: 18px;
        line-height: 27px;
        font-weight: normal;
    }

    .full-bleed-scale-border-content ol li {
        margin: 10px 0 10px 45px;
        padding-left: 10px;
        font-size: 18px;
        line-height: 27px;
        font-weight: normal;
    }

.full-bleed-scale-content ul {
    padding-left: 0;
    margin-left: 25px;
    margin-top: 0;
}

.full-bleed-scale-content ol {
    padding-left: 0;
    margin-left: 20px;
    margin-top: 18px;
}

.full-bleed-scale-content ul li {
    margin: 10px 0;
    padding-left: 5px;
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
}

.full-bleed-scale-content ol li {
    padding-left: 10px;
    margin: 10px 0;
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
}

.full-bleed-contents ul {
    padding-left: 0;
    margin-left: 30px;
    margin-top: 0;
}

.full-bleed-contents ol {
    padding-left: 0;
    margin-left: 25px;
    margin-top: 18px;
}

.full-bleed-contents ul li {
    margin: 10px 0;
    padding-left: 5px;
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
}

.full-bleed-contents ol li {
    margin: 10px 0;
    padding-left: 10px;
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
}

.full-bleed-scale-border-content p {
    font-size: 18px;
    line-height: 24px;
    width: auto;
    letter-spacing: -1px;
    white-space: normal;
    padding: 15px 40px 0;
    color: #4d4d4d;
    font-weight: 400;
    margin: 0;
}


.full-bleed-scale a.Teal,
.full-bleed-scale-border-content a.Teal {
    background-color: #00A3AD;
}

    .full-bleed-scale a.Teal:hover,
    .full-bleed-scale-border-content a.Teal:hover {
        background-color: #007D8A;
        text-decoration: none;
    }

    .full-bleed-scale a.Teal:focus,
    .full-bleed-scale-border-content a.Teal:focus {
        text-decoration: none;
    }


.full-bleed-scale a.Red,
.full-bleed-scale-border-content a.Red {
    background-color: #D72D18;
}

    .full-bleed-scale a.Red:hover,
    .full-bleed-scale-border-content a.Red:hover {
        background-color: #9E2B1F;
        text-decoration: none;
    }

    .full-bleed-scale a.Red:focus,
    .full-bleed-scale-border-content a.Red:focus {
        text-decoration: none;
    }

.full-bleed-scale-50-50 {
    background-color: #F2F4F5;
    display: table;
    width: 100%;
}

    .full-bleed-scale-50-50 li {
        text-decoration: underline;
        padding: 20px 60px 0px 40px;
        font-size: 18px;
        line-height: 29px;
        font-weight: 600;
        letter-spacing: normal;
        list-style: none;
        background-color: #F2F4F5;
    }

        .full-bleed-scale-50-50 li a {
            color: #4D4D4D;
        }

            .full-bleed-scale-50-50 li a:hover {
                color: #000000;
            }

            .full-bleed-scale-50-50 li a:focus {
                color: #000000;
            }

/*content promo style-end*/


/*content promo hero style-start*/
full-bleed-content-container .full-bleed-content-image h4 {
    padding: 230px 45px 45px;
    font-size: 30px;
    color: #fff;
    line-height: 38px;
    margin: 0
}

.full-bleed-content-container .full-bleed-content-image {
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    margin: 0 auto;
    background-size: 100% !important;
    vertical-align: top;
    display: block;
    clear: both;
}

.full-bleed-content-container {
    padding: 0 0 30px;
    background: #fff;
}

.two-column-fifty-fifty .full-bleed-content-container {
    padding: 0;
}

.full-bleed-content-container .full-bleed-contents {
    display: inline-block;
}

.two-column-fifty-fifty .bsi-grid.scale-container {
    margin: 0 !important;
}


.two-column-fifty-fifty section.shpe-theme .full-bleed-content-container p,
.full-bleed-content-container p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0 0 20px;
}

    .full-bleed-content-container p span {
        font-weight: 400;
    }

.full-bleed-content-container .find-more {
    margin-top: 10px;
}

.full-bleed-content-container .more .cpblock-button-teal,
.full-bleed-content-container .more .cpblock-button-red {
    margin-top: 10px;
}

.full-bleed-content-container .cpblock-button-teal a,
.full-bleed-content-container .cpblock-button-red a {
    text-decoration: none !important;
}

.full-bleed-content-container .more .cpblock-button-teal a,
.full-bleed-content-container .find-more .cpblock-button-teal a {
    background-color: #00A3AD !important;
    color: #ffffff !important;
}

    .full-bleed-content-container .more .cpblock-button-teal a:hover,
    .full-bleed-content-container .find-more .cpblock-button-teal a:hover {
        color: #ffffff !important;
        background: #007D8A !important;
    }

.full-bleed-content-container .more a,
.full-bleed-content-container .find-more a {
    background: #D72D18;
    color: #fff !important;
    border-radius: 50px;
    font-size: 18px;
    padding: 8px 31px 8px 30px;
    min-width: 220px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
}


.full-bleed-content-container .cpblock-button-red a:hover {
    background-color: #9E2B1F !important;
    color: #ffffff !important;
}

.full-bleed-content-image img {
    display: none;
}

.two-column-fifty-fifty section.shpe-theme .full-bleed-content-container h2,
.full-bleed-content-container h2 {
    letter-spacing: normal;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 28px;
}

.two-column-fifty-fifty section.shpe-theme .full-bleed-content-container h2 {
    letter-spacing: normal;
    font-weight: 600;
    font-size: 30px;
}

.full-bleed-content-container .full-bleed-content-image h4 {
    padding: 300px 40px 45px;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    margin: 0;
    letter-spacing: -2px;
    font-weight: 600;
}


.full-bleed-content-container .full-bleed-content-container-content a.arrow {
    font-size: 18px;
    color: #4D4D4D !important;
    line-height: 30px;
    font-weight: 400;
    text-decoration: underline;
    letter-spacing: normal;
    background: none;
    padding: 0 !important;
    text-align: left !important;
}

    .full-bleed-content-container .full-bleed-content-container-content a.arrow:hover {
        color: #000000 !important;
    }

    .full-bleed-content-container .full-bleed-content-container-content a.arrow label:after {
        content: '\2192';
        padding-left: 5px;
        color: #D73000;
        position: absolute;
        text-decoration: none !important;
        font-weight: normal;
    }

.full-bleed-content-container .full-bleed-content-container-content .more {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}


/*content promo hero style-start*/

/* == # Common Code End #==*/

.crt-button {
    margin-top: 20px;
}

div#dialog .pdsearchbutton {
    background: #19A3AC !important;
    margin-top: 1px !important;
}

div#dialog .vehicle-details .form-item {
    padding-left: 100px;
}

div#dialog .pdCancel {
    background: #b4b4b4 !important;
}




.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    display: none !important;
}


div#dialog #SpanLabelPostCodeArea {
    margin-right: 0 !important;
    text-align: right !important;
}

div#dialog #SpanPostcdTextID {
    display: block;
    text-align: right;
}


/*div#dialog td#TdFieldPostCodeArea {
    padding-left: 0px !important;
}*/

div#dialog input.bt.key-bt.pdCancel, div#dialog input.bt.key-bt.pdsearchbutton {
    margin: 1px 6px;
}

div#dialog .form-item.submit-form-item.bsform-submit {
    margin: 3% 1% 1% 42%;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable:before {
    content: "";
    background: #00000085;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}




.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
    position: fixed !important;
    left: 0 !important;
    top: 10% !important;
    right: 0 !important;
    margin: 0 auto;
}

div#dialog fieldset.tabbed-fields.no-legend .form-item.product-directory h2.seo-title {
    margin-top: 0px !important;
    padding-top: 0px;
}


div#dialog fieldset.tabbed-fields.no-legend {
    padding: 10px 40px;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
}

    div#dialog fieldset.tabbed-fields.no-legend span.label {
        text-align: right !important;
        width: calc(100% - 500px) !important;
        padding: 0;
        margin-bottom: 20px;
        margin-top: 10px;
    }
/*#KitemarkShowmoreLink {
    text-align: right;
    margin-top: 10px;
}*/
.kitemarkResults {
    font-size: 22px;
    width: auto !important;
    margin-left: 20px;
}

.kitemarkResults-msg {
    margin-left: 20px;
    font-size: 20px;
}

.bsi-grid.half-width a {
    color: #0071AD !important
}

.disableTabs {
    display: none !important;
}

div#dialog select {
    background: url(/ui/css/img/icons/arrow-down.svg) no-repeat !important;
    background-position: 96% !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #4D4D4D !important;
    font-weight: normal !important;
    background-color: #FFFFFF !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
    padding: 0 19px !important;
}

#shareForm a, #inviteForm a,
#aboutus a, #register a {
    color: #d73000;
    text-decoration: underline;
}

#share .form-item {
    padding: 0 !important;
}

#closbtn {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    margin-top: 10px;
}

#inviteclosbtn {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

    #inviteclosbtn:hover,
    #inviteclosbtn:focus,
    #inviteclosbtn:active {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        line-height: 0 !important;
        opacity: 0.8 !important;
    }

.linkHolder #theLink {
    font-size: 18px;
    padding-top: 2px;
}

.shareclose {
    font-size: 24px;
    font-weight: bold;
    /*line-height: 1;*/
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

#closbtn:hover,
#closbtn:focus,
#closbtn:active {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    line-height: 0 !important;
    opacity: 0.8 !important;
}

.linkHolder {
    border: 3px solid #be2a00;
    background-color: #ddd;
    width: 100%;
    color: #202020;
    border-radius: 3px;
    margin-bottom: 15px;
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px !important;
    padding: 6px 12px !important;
    font-size: 18px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #E6E6E6 !important;
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border: 2px solid #00A3AD !important;
    }

.form-group {
    margin-bottom: 15px;
}

.shareButton {
    display: inline-block;
    padding: 8px 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2em !important;
    min-height: 30px;
}

textarea.form-control {
    height: auto !important;
}

input[type="button"]#CDShareClear,
input[type="button"]#CDInviteClear {
    font-size: 18px !important;
    padding: 8px 30px;
    line-height: 35px;
    display: inline-block;
    min-width: 120px;
    font-weight: normal;
}

input[type="button"]#CDShareSend,
input[type="button"]#CDInviteSend {
    font-size: 18px !important;
    padding: 8px 30px;
    line-height: 35px;
    display: inline-block;
    min-width: 120px;
}

.shareclose {
    float: right;
    cursor: pointer;
    font-size: 21px;
    font-weight: bold;
    line-height: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

div#invite fieldset.tabbed-fields.no-legend {
    padding: 20px 20px;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    padding-top: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: calc(100% - 10px);
}

div#invite .seo-title {
    margin: 0;
}

.validationmsg {
    font-size: 18px;
    color: red;
}

div#share fieldset.tabbed-fields.no-legend {
    padding: 10px 20px;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    padding-top: 30px;
    width: 100%;
    max-width: calc(100% - 10px);
}

div#share .footermsg p,
div#invite .footermessage p {
    color: #202020;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}

.form-block .sharemessge {
    margin-top: 20% !important;
}

.headertext {
    font-weight: bold;
}
/*Verified scroller bar*/
#mobscrollerbanner {
    display: none !important;
}

#scrollerbanner {
    display: block !important;
}

#scrollergrid div.verifiedimg {
    min-height: auto !important;
    width: auto !important;
    max-width: 450px !important;
}

.scrolltitle {
    font-size: 40px;
    font-weight: 300 !important;
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}

.scrollerimg {
    width: 300px !important;
    height: 200px !important;
    max-width: 300px !important;
    max-height: 200px !important;
    /*object-fit:contain*/
}

#scrollerbanner {
    padding-top: 5px !important;
    background-size: cover !important;
}

    #scrollerbanner .flex-viewport {
        min-height: auto !important;
        height: 200px !important;
        width: 100% !important;
    }

.scrollerverifiedlogo {
    height: 70px !important;
    max-height: 70px !important;
    width: 150px !important;
    max-width: 150px !important;
    /*height: 70px;
    width: auto !important;*/
    margin-top: 30px;
    float: right;
    display: block;
}

#scrollergrid div.scrollverifiedDetails {
    width: auto !important;
    margin-left: 20px;
    max-width: 425px !important;
    overflow: hidden;
}

#scrollergrid p.scrollerverifiedlink {
    margin: 15px 0;
    font-size: 24px;
    font-weight: 500;
    width: auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
}

    #scrollergrid p.scrollerverifiedlink strong {
        font-weight: 500 !important;
    }

#scrollergrid a.verifiedpagelink {
    color: #0071AD !important;
    text-decoration: none !important;
}

    #scrollergrid a.verifiedpagelink :hover {
        text-decoration: underline !important;
    }

.scrolltext {
    font-size: 20px;
    width: 100% !important;
    font-weight: 500;
    word-break: break-word;
}

.scrolltextvalue {
    font-size: 20px;
    width: 100% !important;
}

.scrollerflexclass {
    display: inline-flex !important;
    background: white;
    /*width: 93% !important;*/
    width: 100% !important;
    margin-left: 34px;
    margin-top: 20px;
}

.scrollerflexclasslayout {
    padding-bottom: 100px !important;
    padding-top: 1px !important;
}

.scrollerwidth {
    max-width: 1160px !important;
    margin-left: 13% !important;
}



/*#scrollerbanner .flex-prev {
    left: -70px !important;
}

#scrollerbanner .flex-control-nav {
    left: 45% !important;
}

#scrollerbanner .flex-next {
    right: 0 !important;
}*/

#numberofviews {
    float: right;
    margin-right: 50px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
}

.outputchart {
    width: 80%;
    display: inline-block;
    width: 80%;
    text-align: center;
    margin-left: 20px;
}

.occhartcn {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.occhartmobile {
    padding: 15px !important;
}

.occhartinner {
    display: inline-block;
    width: 80%;
    text-align: center;
    margin-left: 20px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.keysourerowtable {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
}

.cdpiechartdisplay {
    float: left;
}

div.keysourerowtable .enhanced-table-wrapper.bsi-table-container {
    margin: 0 !important;
    padding: 0 !important;
}

.keysourerowchart {
    width: 40%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    /*margin-left:50%;
    margin-top:-23%;*/
}

.piechartcn {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

#cdc-company-h1 {
    font-size: 30px !important;
    line-height: 1.5 !important;
    margin-top: 0px !important;
}

#product-link-icon {
    cursor: pointer;
}

@media only screen and (min-width:901px) and (max-width: 1159px) {
    /*panelframe block -start*/
    .bsi-grid-lable .three-tire-box,
    .box-container .bsi-grid-lable .three-tire-box {
        min-width: 290px !important;
    }
    /*panelframe block -end*/
}

#shareForm table tr td, #inviteForm table tr td {
    vertical-align: top;
}

.videodescription {
    text-align: center;
    background: #e5e5e5;
    padding: 1px;
}

.wrapper.wrapper-fluid .container-map .bsi-course-crumb hr:first-child {
    display: none !important;
}

.wrapper.wrapper-fluid .container-map .bsi-course-crumb .crumbs li a,
.wrapper.wrapper-fluid .container-map .bsi-course-crumb .bsi-shareicons-wrapper .share-title {
    color: #ffffff !important;
}

.wrapper.wrapper-fluid .container-map .bsi-course-crumb .bsi-shareicons-wrapper .social-media-icons a img {
    background: #ffffff;
    box-shadow: #f7f7f7 0 0 4px 4px;
}

.wrapper.wrapper-fluid.isbreadcrumb .container-map .bsi-course-crumb .bsi-shareicons-wrapper .social-media-icons a img {
    background: none !important;
    box-shadow: none !important;
}

.bsi-grid .bsi-shareicons-wrapper.clearfix {
    display: block;
    padding: 20px;
}

.cpblock .cpblock-content-container .content-promo-buttons .more .content-promo-button a {
    font-size: 18px !important;
}

.cpblock .cpblock-content-container .content-promo-buttons .more .content-promo-button,
.cpblock .cpblock-content-container .content-promo-buttons .more .content-promo-button a {
    line-height: 35px !important;
    text-align: center;
}

.teaser-block .cpblock .cpblock-button-white.content-promo-button a,
.two-column-fifty-fifty.single section.shpe-theme .bcp .cpblock .cpblock-button-white.content-promo-button a {
    background: #ffffff !important;
    color: #1a1a1a !important;
    border: 3px solid #00A3AD !important;
    border-radius: 51px;
    padding: 5px 31px 5px 30px !important;
}

    .teaser-block .cpblock .cpblock-button-white.content-promo-button a:hover,
    .teaser-block .cpblock .cpblock-button-white.content-promo-button a:focus,
    .teaser-block .cpblock .cpblock-button-white.content-promo-button a:active,
    .two-column-fifty-fifty.single section.shpe-theme .bcp .cpblock .cpblock-button-white.content-promo-button a:hover,
    .two-column-fifty-fifty.single section.shpe-theme .bcp .cpblock .cpblock-button-white.content-promo-button a:focus,
    .two-column-fifty-fifty.single section.shpe-theme .bcp .cpblock .cpblock-button-white.content-promo-button a:active {
        background: #007d8a !important;
        color: #ffffff !important;
        border: 3px solid #007D8A !important;
        padding: 5px 31px 5px 30px;
    }

.search-genaral-panel .panel-box .form-item input[type="text"] {
    border-radius: 100px;
    padding: 0px 55px 0px 19px;
    color: #4d4d4d;
}

    .search-genaral-panel .panel-box .form-item input[type="text"]::-ms-clear {
        display: none;
    }

.search-genaral-panel.no-search-banner {
    box-shadow: none !important;
}

.search-genaral-panel .panel-box .form-item .search-icon {
    position: absolute;
    display: block;
    top: 20px;
    right: 24px;
    height: 24px;
    width: 24px;
    background: url(/ui/css/img/search-Icon.svg) no-repeat center center;
}

    .search-genaral-panel .panel-box .form-item .search-icon.close-general {
        position: absolute;
        display: block;
        top: 26px;
        right: 32px;
        height: 13px;
        width: 13px;
        background: url(/ui/css/img/icons/Vector.svg) no-repeat center center;
    }

#SearchTextBoxG::-webkit-input-placeholder,
#SearchTextBoxG::-moz-placeholder,
#SearchTextBoxG:-moz-placeholder,
#SearchTextBoxG:-ms-input-placeholder {
    font-size: 18px;
}

.search-genaral-panel h2 {
    padding-top: 18px;
    padding-bottom: 24px;
    line-height: 1;
    font-size: 18px;
    color: #4d4d4d;
    margin: 0;
}

.wrapper.wrapper-fluid.isbreadcrumb .bsi-course-crumb hr {
    visibility: hidden;
}

.ico-custom-resource {
    vertical-align: middle !important;
    display: table-cell !important;
    padding: 0 !important;
}

.breadCrumbLabel {
    text-decoration: none !important;
    color: black !important;
    cursor: default;
    width: max-content;
    vertical-align: middle;
}

.breadCrumbLabelFaded {
    text-decoration: none !important;
    color: white !important;
    cursor: default;
    width: max-content;
    vertical-align: middle;
}

.promo3-banner.promo-grey, .promo4-banner.promo-grey {
    background: #eef0f1;
}

.promo3-banner.promo-white, .promo4-banner.promo-white {
    background: #ffffff;
}

.promo3-banner.promo-teal, .promo4-banner.promo-teal,
.cp-teal-bg,
.tw-teal-bg {
    background: #00a3ad;
}

.promo3-banner .cpi .cpi-content.promo-icon p,
.promo4-banner .cpi .cpi-content.promo-icon p {
    font-size: 18px;
    line-height: 27px;
    color: #1a1a1a;
    font-weight: 400;
}

.promo4-banner .cpi .cpi-image-icon-panel h2.cpi-title,
.promo3-banner .cpi .cpi-image-icon-panel h2.cpi-title {
    color: #1a1a1a;
}

.cpi .cpi-content.promo-icon .cpi-links {
    margin-top: 20px;
}

.promo4-banner .cpi .cpi-content.promo-icon,
.promo3-banner .cpi .cpi-content.promo-icon {
    padding-top: 0px;
    padding-bottom: 20px;
}

.panel-frame-grey.panel-main .box-container .tire-grid-box,
.panel-frame-grey.panel-main {
    background: #eef0f1 !important;
}

.bcp.cp-teal-bg .cpblock h2.teaser-title.cpblock-title,
.two-column-fifty-fifty.tw-teal-bg section.shpe-theme h2,
.bcp.cp-teal-bg .cpblock .cpblock-content p {
    color: #ffffff !important;
}

.bcp.cp-teal-bg .cpblock .content-promo-button a,
.bcp.cp-teal-bg .cpblock .cpblock-link a,
.two-column-fifty-fifty.tw-teal-bg section.shpe-theme .bcp .cpblock .content-promo-button a,
.two-column-fifty-fifty.tw-teal-bg section.shpe-theme .bcp .cpblock .cpblock-link a,
.promo3-banner.promo-teal .cpblock-button-teal.topbanner-button a,
.promo4-banner.promo-teal .cpblock-button-teal.topbanner-button a {
    border: 2px solid #ffffff;
    border-radius: 50px;
    background: #00a3ad;
    color: #ffffff !important;
}
    .bcp.cp-teal-bg .cpblock .cpblock-link a,
    .two-column-fifty-fifty.tw-teal-bg section.shpe-theme .bcp .cpblock .cpblock-link a {
        padding: 8px 31px 8px 30px;
        text-decoration: none;
        line-height: 35px !important;
    }

    .two-column-fifty-fifty.tw-teal-bg section.shpe-theme .bcp .cpblock .content-promo-button a:hover,
    .two-column-fifty-fifty.tw-teal-bg section.shpe-theme .bcp .cpblock .content-promo-button a:active,
    .two-column-fifty-fifty.tw-teal-bg section.shpe-theme .bcp .cpblock .content-promo-button a:focus,
    .bcp.cp-teal-bg .cpblock .cpblock-content-container .content-promo-buttons .more .content-promo-button a:hover,
    .bcp.cp-teal-bg .cpblock .cpblock-content-container .content-promo-buttons .more .content-promo-button a:focus,
    .bcp.cp-teal-bg .cpblock .cpblock-content-container .content-promo-buttons .more .content-promo-button a:active,
    .two-column-fifty-fifty.tw-teal-bg section.shpe-theme .bcp .cpblock .cpblock-link a:hover,
    .two-column-fifty-fifty.tw-teal-bg section.shpe-theme .bcp .cpblock .cpblock-link a:active,
    .two-column-fifty-fifty.tw-teal-bg section.shpe-theme .bcp .cpblock .cpblock-link a:focus,
    .bcp.cp-teal-bg .cpblock .cpblock-content-container .cpblock-link a:hover,
    .bcp.cp-teal-bg .cpblock .cpblock-content-container .cpblock-link a:focus,
    .bcp.cp-teal-bg .cpblock .cpblock-content-container .cpblock-link a:active,
    .promo3-banner.promo-teal .cpblock-button-teal.topbanner-button a:hover,
    .promo3-banner.promo-teal .cpblock-button-teal.topbanner-button a:focus,
    .promo3-banner.promo-teal .cpblock-button-teal.topbanner-button a:active,
    .promo4-banner.promo-teal .cpblock-button-teal.topbanner-button a:hover,
    .promo4-banner.promo-teal .cpblock-button-teal.topbanner-button a:focus,
    .promo4-banner.promo-teal .cpblock-button-teal.topbanner-button a:active {
        color: #00a3ad !important;
        background: #ffffff !important;
    }

.promo3-banner .cpi-content .more a, .promo4-banner .cpi-content .more a {
    line-height: 27px !important;
}

.cpblock h2.teaser-title.cpblock-title.new-cp-title-style,
.two-column-fifty-fifty section.shpe-theme h2.new-tw-title {
    font-size: 26px !important;
    line-height: 31px !important;
}
/*.teaser-block.bcp.cp-teal-bg .cpblock .cpblock-button-teal a:hover,
.teaser-block.bcp.cp-teal-bg .cpblock .cpblock-button-teal a:focus,
.teaser-block.bcp.cp-teal-bg .cpblock .cpblock-button-teal a:active {
    background: #ffffff !important;
}*/

.teaser-block.bcp.cp-teal-bg .cpblock .content-promo-button a:hover,
.teaser-block.bcp.cp-teal-bg .cpblock .content-promo-button a:focus,
.teaser-block.bcp.cp-teal-bg .cpblock .content-promo-button a:active {
    border: 2px solid #ffffff;
    background: #ffffff !important;
    color: #00a3ad !important;
}

.teaser-block.bcp.cp-white-bg .cpblock.grey-top, .teaser-block.bcp.cp-teal-bg .cpblock.grey-top,
.teaser-block.bcp.cp-white-bg .cpblock.teal-top, .teaser-block.bcp.cp-teal-bg .cpblock.teal-top {
    border-radius: 4px !important;
}

.teaser-block.bcp.cp-teal-bg .cpblock .second-cta .content-promo-button a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.bcp.cp-teal-bg .cpblock .cpblock-link:not(:first-child),
.two-column-fifty-fifty.tw-teal-bg section.shpe-theme .bcp .cpblock .cpblock-link:not(:first-child) {
    padding-top: 10px;
}

.bsi-grid-wrapper.courseTitle {
    background-color: #d72d18 !important;
    max-width: 100% !important;
}

.courseTitle h1 {
    color: #ffffff !important;
}

.bsi-grid-wrapper.courseTitlenoBg {
    background-color: #ffffff !important;
    max-width: 100% !important;
}

.courseTitlenoBg h1 {
    color: #1A1A1A !important;
}

.course-detail.collapsible.crt.is-collapsed .course-detail-content,
.course-detail.collapsible.crt.is-collapsed .course-detail.highlight {
    display: none;
}

.course-detail.collapsible {
    background: none;
    /*border-bottom: 1px solid #d8d8d8;*/
    border-top: 1px solid #1a1a1a;
    /*margin:20px 0 !important;*/
    padding: 10px 0px !important;
}


section.course-detail.collapsible.is-collapsed.crt header.trigger:after {
    content: "\002B";
    color: #00A3AD;
    font-size: 20px;
    float: right;
    margin-top: 0px;
    font-weight: 500;
    width: 12px;
    height: 12px;
    padding-right: 10px;
}

section.course-detail.collapsible.is-expanded.crt header.trigger:after {
    content: "\2212";
    color: #00A3AD;
    font-size: 20px;
    float: right;
    margin-top: 0px;
    font-weight: 500;
    width: 12px;
    height: 12px;
    padding-right: 10px;
}

.bsi-grid.questions .collapsible:last-of-type {
    border-bottom: 1px solid #1a1a1a;
}

.bsi-grid.questions {
    padding-bottom: 40px;
}


.ef-filters-section.ef-panel .search-filter-nav-course .course-panel-title {
    background: #eef0f1;
}

    .ef-filters-section.ef-panel .search-filter-nav-course .course-panel-title h2 {
        color: #1a1a1a;
        font-size: 20px;
        font-weight: 400;
        line-height: 29px;
        padding: 10px 20px 20px;
        margin: 0;
    }

.ef-filters-section.ef-panel .search-filter-nav-course .course-panel-title {
    background: #eef0f1;
}

.ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container {
    padding: 0 20px;
}

.ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container-table:not(:first-child),
.ef-filters-section.ef-panel .search-filter-nav-course .available-courses {
    border-top: 1px solid #1a1a1a;
}

.ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container-table {
    display: table;
    width: 100%;
}

    .ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container-table span {
        display: table-cell;
        width: 50%;
        max-width: 150px;
    }

.ef-filters-section.ef-panel .search-filter-nav-course .available-courses,
.ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container-table {
    padding: 20px 0;
}

    .ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container-table span.level-title,
    .ef-filters-section.ef-panel .search-filter-nav-course .available-courses .available-courses-title,
    .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.qualification-title,
    .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 p {
        color: #1a1a1a;
        font-size: 20px;
        font-weight: 400;
        line-height: 29px;
    }

    .ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container-table span.level-detail {
        color: #1a1a1a;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
    }

.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 p.available-courses-price {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 27px !important;
}

.ef-filters-section.ef-panel .search-filter-nav-course .available-courses .available-courses-title {
    margin-bottom: 10px;
}

.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 p:first-child {
    margin-bottom: 0px !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 p.available-courses-title {
    margin-top: 10px;
}

    .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 p.available-courses-title.course-length {
        margin-top: 0px !important;
        margin-bottom: 0px !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 p.available-courses-price {
    margin-top: 0px;
    margin-bottom: 10px;
}


.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 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #00a3ad;
}

    .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: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:active {
        color: #015a63 !important;
        text-decoration: underline !important;
    }

.ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container-table span.level-title,
.ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container-table span.qualification-title {
    padding-right: 10px;
}

.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: 10px;
    text-align: right;
}

.ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container .available-courses .available-courses-panel-container .available-courses-panel {
    display: flex;
    align-items: center;
}

    .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 {
        padding-right: 25px;
    }

.ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container .available-courses .more {
    margin-top: 20px;
}

.ef-panel {
    overflow-y: auto;
}

.ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container .available-courses .more a.key-bt.bsi-btn {
    width: 100%;
    text-align: center !important;
    line-height: 29px !important;
    font-size: 20px !important;
    padding: 12px 30px !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-icon.in-house-icon {
    margin-top: 7px;
}

.ef-filters-section.ef-panel .search-filter-nav-course .available-courses .available-courses-title.inhouse-title {
    margin-bottom: 0px !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;
    }

.bsi-course .course-detail.collapsible .course-detail-content p {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.bsi-course .bsi-grid .bsi-shareicons-wrapper.clearfix {
    padding: 20px 0 !important;
}

.ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container .available-courses .more a.key-bt.bsi-btn:hover,
.ef-filters-section.ef-panel .search-filter-nav-course .course-panel-field-container .available-courses .more a.key-bt.bsi-btn:focus {
    background: #015a63 !important;
}

.panel.light.quote-rhs-block-content.bsi-grid.quote-nbg-dark-teal-left-border {
    border-left: 5px solid #00A3AD !important;
    padding: 0px 0px 0px 20px !important;
    color: #1A1A1A !important;
    font-weight: 400 !important;
}

#site-search p.search-icon.close-general {
    position: absolute;
    display: block;
    top: 10px;
    right: 79px;
    height: 13px;
    width: 13px;
    background: url(/ui/css/img/icons/Vector.svg) no-repeat center center;
}

.searchform-tabs {
    margin: 0 0 18px;
    padding: 0;
    display: flex;
    position: relative;
    max-width: 660px;
    width: 100%;
}

    .searchform-tabs li {
        list-style: none;
        font-size: 16px;
        line-height: 25px;
        padding: 0 32px 8px;
        position: relative;
        color: #1a1a1a;
        font-weight: 400;
    }

        .searchform-tabs li.active {
            border-bottom: 2px solid #00A3AD;
            font-weight: 700;
        }

    .searchform-tabs::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #EEF0F1;
    }

.search-form .searchSubmit {
    background: #00A3AD;
    width: 51px;
    height: 51px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50px;
    background-image: url(/ui/css/img/search-ic-wh.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

    .search-form .searchSubmit:hover,
    .search-form .searchSubmit:focus {
        background: #015A63;
        background-image: url(/ui/css/img/search-ic-wh.svg);
        background-size: 24px 24px;
        background-repeat: no-repeat;
        background-position: center;
    }

.searchform-wrap h3,
.searchform-wrap p.p-search-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    margin-top: 56px;
    margin-bottom: 24px;
    color: #4D4D4D;
}

.searchform-wrap .popular-searches ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .searchform-wrap .popular-searches ul li {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 16px;
        color: #1A1A1A;
        cursor: default;
    }

        .searchform-wrap .popular-searches ul li a:hover,
        .searchform-wrap .popular-searches ul li span:hover {
            color: #00A3AD;
            font-weight: 700;
            text-decoration: none;
        }

        .searchform-wrap .popular-searches ul li span {
            cursor: pointer;
        }

.searchform-wrap .buy-standards {
    position: absolute;
    top: 104px;
    left: -80px;
    max-width: 235px;
}

    .searchform-wrap .buy-standards .title {
        color: #1A1A1A;
        margin-bottom: 4px;
    }

.searchform-wrap .tag {
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    padding: 4px 25px 4px 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 0 0 8px;
    background: #EEF0F1 url(/ui/css/img/icons/standard.png) no-repeat 8px 3px;
}

.searchform-wrap .title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-left: 0;
    margin: 0 0 4px;
}

.searchform-wrap .price {
    color: #4D4D4D;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 16px;
}

.searchform-wrap .btn-container {
    margin: 0 0 16px;
}

.searchform-wrap .btn {
    padding: 12px 30px;
    border-radius: 100px;
    background: #00A3AD;
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    display: inline-flex;
    position: relative;
    align-items: center;
    text-decoration: none;
}

    .searchform-wrap .buy-standards .link img,
    .searchform-wrap .btn img {
        position: relative;
        display: block;
        height: 17px;
        width: 16px;
        margin-left: 8px;
    }

    .searchform-wrap .btn:hover, .searchform-wrap .btn:focus {
        background: #015A63;
        text-decoration: none;
    }

.searchform-wrap .buy-standards .link {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00A3AD;
    display: flex;
    position: relative;
    align-items: center;
}

    .searchform-wrap .buy-standards .link:active,
    .searchform-wrap .buy-standards .link:hover {
        text-decoration: underline;
    }

.searchform-wrap .link {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00A3AD;
}


.training-courses-results-container .primary-btn:hover,
.training-courses-results-container .primary-btn:focus,
.training-courses-results-container .primary-btn:active {
    background: #015a63;
    border-radius: 100px;
}

#searchForm .searchResultsContainer {
    border-top: 1px solid white;
}

#searchForm .searchResultsBG {
    background: #FAFAFA;
}

#searchForm .recommended-standard {
    box-shadow: 0px 1px 4px rgba(166, 166, 166, 0.6);
    border-radius: 4px;
    padding: 32px 100px;
    max-width: 753px;
}

    #searchForm .recommended-standard h3,
    #searchForm .recommended-standard p.recommended-title {
        font-weight: 700;
        font-size: 14px;
        line-height: 23px;
        margin: 0 0 25px;
    }

#searchForm .recommended-standard-content {
    display: flex;
    margin-top: 24px;
}

#searchForm .recommended-standard-content .icon {
    height: 72px;
    width: 72px;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 20px;
    background: #EEF0F1;
    margin-right: 28px;
}

#searchForm .tag {
    padding: 5px 14px;
    background: #EEF0F1;
    display: inline-block;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #1A1A1A;
}

#searchForm .recommended-standard-content .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin: 11px 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#searchForm .recommended-standard-content .price {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    margin: 0 0 16px;
}

#searchForm .cta-block {
    display: flex;   
    align-items: center;
    margin-left: 95px;
}

#searchForm .cta-block .link-button {
    background: #00A3AD;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    margin-right: 32px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
}

#searchForm .cta-block .link-button:hover,
#searchForm .cta-block .link-button:focus,
#searchForm .cta-block .link-button:active {
    background: #015A63;
}

#searchForm .cta-block .link-button img,
#searchForm .cta-block .link img {
    display: inline-block;
    float: right;
    margin: 4px 0 0 8px;
}

#searchForm .cta-block .link {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #00A3AD;
    text-decoration: none;
}

#searchForm .cta-block .link:hover,
#searchForm .cta-block .link:focus,
#searchForm .cta-block .link:active {
    color: #015A63;
}


#searchForm .teaser-block {
    margin-top: 64px;
}

#searchForm .teaser-item .teaser-item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #1A1A1A;
    margin-bottom: 8px;
}

#searchForm .teaser-item a:hover .teaser-item-title,
#searchForm .teaser-item a:hover .teaser-description,
#searchForm .teaser-item a:focus .teaser-item-title,
#searchForm .teaser-item a:focus .teaser-description,
#searchForm .teaser-item a:active .teaser-item-title,
#searchForm .teaser-item a:active .teaser-description {
    color: #00A3AD;
}

#searchForm .teaser-item .teaser-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #4D4D4D;
}

.ui-menu {
    display: block;
}
}

.bsi-intro-content.bg-grey,
.bsi-intro-content.bg-white {
    max-width: 100% !important;
    margin: 0 auto !important;
}

.page-intro.intro-content-container.bsi-grid.center {
    text-align: center;
}

    .page-intro.intro-content-container.bsi-grid.center .bsi-grid-9 {
        width: 100% !important;
        margin-right: 0px !important;
        float: none;
    }

.intro-content-container p.intro-head-title,
.cpblock .cpblock-content-container p.cp-head-title,
.promo3-banner p.top-head-title,
.promo4-banner p.top-head-title,
.link-header-container p.linkheader-label,
.full-bleed-scale p.cp-head-title {
    margin: 0px;
    line-height: 25px;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 8px;
    color: #4d4d4d;
}

.cpi p.cpi-head-title {
    margin: 0px;
    line-height: 27px;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
    color: #4d4d4d;
}

.cpblock-button-teal.intro-button a, 
.cpblock-button-teal.linkheader-button a, 
.cpblock-button-teal.topbanner-button a {
    border-radius: 100px;
    background: #00a3ad;
}

    .cpblock-button-teal.intro-button a:hover,
    .cpblock-button-teal.intro-button a:focus,
    .cpblock-button-teal.intro-button a:active,
    .cpblock-button-teal.linkheader-button a:hover,
    .cpblock-button-teal.linkheader-button a:focus,
    .cpblock-button-teal.linkheader-button a:active,
    .cpblock-button-teal.topbanner-button a:hover,
    .cpblock-button-teal.topbanner-button a:focus,
    .cpblock-button-teal.topbanner-button a:active {
        background: #015A63;
        text-decoration: none;
    }

.cpblock-button-teal.intro-button a,
.cpblock-button-teal.linkheader-button a,
.cpblock-button-teal.topbanner-button a {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
    padding: 12px 30px !important;
    color: #ffffff !important;
}



.link-main-container.border-none li {
    border-bottom: none !important;
}

.tiles-no-bg.istext .link-header-container .link-main-container li img {
    width: 160px !important;
    border-left: none !important;
}

.link-main-container li .contents p.linkheader-content-title {
    font-size: 16px !important;
    line-height: 25px !important;
    color: #4D4D4D !important;
}

.link-main-container li p.linkheader-content-text {
    font-size: 31px !important;
    line-height: 40px !important;
    color: #4D4D4D !important;
}

.tiles-no-bg.istext .link-header-container .link-main-container li .contents p:first-child {
    padding-bottom: 8px;
}

.tiles-no-bg.istext .link-header-container .link-main-container li .contents a {
    text-decoration: none !important;
}

.tiles-hero .link-main-container .contents .new-layout:first-child {
    margin-bottom: 9px !important;
}

.link-header-container .linkheader-intro.new-layout p {
    color: #1a1a1a !important;
    line-height: 27px !important;
}

.search-close {
    position: absolute;
    top: 20px;
    right: 81px;
    width: 12px;
    height: 12px;
    background: url(/ui/css/img/icons/close-icon.svg) no-repeat 0 0;
    background-size: 12px 12px;
    display: block;
    cursor: pointer;
}
.two-column-fifty-fifty.single section.shpe-theme .bcp.cp-white-bg .cpblock .cpblock-button-teal a {
    border: 2px solid #00a3ad !important;
}

    .two-column-fifty-fifty.single section.shpe-theme .bcp.cp-white-bg .cpblock .cpblock-button-teal a:hover,
    .two-column-fifty-fifty.single section.shpe-theme .bcp.cp-white-bg .cpblock .cpblock-button-teal a:focus,
    .two-column-fifty-fifty.single section.shpe-theme .bcp.cp-white-bg .cpblock .cpblock-button-teal a:active {
        background: #007d8a !important;
        color: #ffffff !important;
        border: 2px solid #007d8a !important;
    }

.two-column-fifty-fifty.single section.shpe-theme .bcp.cp-white-bg .cpblock .cpblock-button-red.content-promo-button a {
    background-color: #D72D18 !important;
    border: 2px solid #D72D18 !important;
}

    .two-column-fifty-fifty.single section.shpe-theme .bcp.cp-white-bg .cpblock .cpblock-button-red.content-promo-button a:hover,
    .two-column-fifty-fifty.single section.shpe-theme .bcp.cp-white-bg .cpblock .cpblock-button-red.content-promo-button a:focus,
    .two-column-fifty-fifty.single section.shpe-theme .bcp.cp-white-bg .cpblock .cpblock-button-red.content-promo-button a:active {
        background-color: #9E2B1F !important;
        color: #ffffff !important;
        border: 2px solid #9E2B1F !important;
    }


.promo3-banner.promo-teal .cpblock-button-teal.topbanner-button a,
.promo4-banner.promo-teal .cpblock-button-teal.topbanner-button a {
    border-radius: 100px !important;
}
.anchor-links-panel-list-item a {
    color: #1A1A1A;
}
.full-bleed-content-container .cpblock-button-red a:focus {
    background-color: #D72D18;
}

.full-bleed-content-container .cpblock-button-red a:active {
    background-color: #9E2B1F !important;
}
.bsi-grid.scale-container.light .scale-latest-news .no-class {
    background: #eef0f1;
}
.searchform-wrap .buy-standards .link img.related-standards {
    height: 16px !important;
}
#viewAllSearch:hover,
#viewAllSearch:focus,
#viewAllSearch:active{
    text-decoration:underline;
    outline:0;
}
#viewAllSearch{
    cursor:pointer;
}