/*! PerkinElmer Corporate Website - v0.1.1 */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    /*vertical-align: baseline;  chm */
    background: transparent;
}

/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

* {
    -webkit-tap-highlight-color: transparent;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: none;
}

html {
    font-size: 100%;
    background: #ffffff url(http://www.perkinelmer.com/corporate/images/css/bg-html.png) 50% 50% repeat;
    /*-webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

    html.ios {
        cursor: pointer;
    }

.js,
.js body {
    height: 100%;
    overflow: hidden;
}

body {
    line-height: 24px;
    line-height: 1.5rem;
    font-family: ""FrutigerLTW02-45Light"", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #404040;
    font-weight: 400;
}

img {
    -ms-interpolation-mode: bicubic;
}

a {
    color: #00aae7;
    color: #0c55a5;
    /*color: #00aae7;*/
    text-decoration: none;
    transition: .4s;
}

    a:hover,
    a:focus {
        color: #00aae7;
        /*color: #0c55a5;*/
    }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

figcaption {
    text-align: center;
    padding: 10px 0;
    padding: 0.625rem 0rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 13px;
    font-size: 0.8125rem;
}

figcaption {
    text-align: left;
}

.content-media-style-a figcaption {
    text-align: center;
    background: #fff;
    padding: 20px;
    padding: 1.25rem;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.content-media-style-a figcaption {
    padding: 24px 40px;
    padding: 1.5rem 2.5rem;
}

blockquote {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    padding: 0 20px;
    padding: 0 1.25rem;
}

blockquote {
    display: block;
    padding: 0;
}

    blockquote p {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
        line-height: 1.875rem;
    }

    blockquote .quote-caption {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 24px;
        line-height: 1.5rem;
    }

.page {
    /* position: relative Adam S*/
    position: absolute;
    top: 0;
    *zoom: 1;
    zoom: 1;
    z-index: 2;
    background: #f5f5f5 url(/corporate/images/css/bg-html.png) 50% 50% repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

    .page:before,
    .page:after {
        display: table;
        content: "";
    }

    .page:after {
        clear: both;
    }

    .page:before,
    .page:after {
        content: "";
        display: table;
    }

    .page:after {
        clear: both;
    }

.js .page {
    top: 90px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
    position: fixed;
}

@media (min-width: 48em) {
    .js .page {
        top: 0;
        position: absolute;
    }
}

.menu-in .page {
    /*-webkit-transform: translate3d(260px, 0, 0);
  -moz-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  -o-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);*/
    position: fixed;
}

.menu-in.no-csstransforms .page {
    left: 260px;
    left: 16.25rem;
    right: 260px;
    right: 16.25rem;
}

.header-alt + .page {
    top: 190px;
    top: 11.875rem;
}

.main {
    overflow: hidden;
    position: relative;
    /*background-color: white;*/
}

.layout {
    position: relative;
    *zoom: 1;
    zoom: 1;
    margin: 0 20px;
    margin: 0 1.25rem;
    max-width: 1310px;
    max-width: 81.875rem;
    z-index: 3;
    padding: 18px 0;
    padding: 1.125rem 0;
}

    .layout:before,
    .layout:after {
        display: table;
        content: "";
    }

    .layout:after {
        clear: both;
    }

    .layout:before,
    .layout:after {
        content: "";
        display: table;
    }

    .layout:after {
        clear: both;
    }

.layout {
    margin: 0 auto;
}

.lt-ie9 .layout {
    margin: 0 auto;
}

.masonry {
    overflow: hidden;
    clear: both;
}

.region {
    position: relative;
    float: left;
}

.rtl .region {
    float: right;
}

.region-inner {
    position: relative;
}

.block {
    float: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

.rtl .block {
    float: right;
}

.block img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.block-size-k.promo-style-a {
    clear: left;
}
/*.block.block-last + .block {
  clear: both;
}*/

.block.block-last + .block.hero-media {
    clear: none;
}

/*.ie8 .block.block-last {
  clear: right !important;
}*/

.js .masonry .block {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.block.body-copy {
    margin-bottom: 0 !important;
}

/*.block-last + .block {
  clear: both;
}*/

.block-sizer {
    float: left;
    max-width: 100%;
}

.gutter-sizer {
    float: left;
    max-width: 100%;
}

.block-last-clear {
    clear: left;
}

.region-a {
    position: relative;
    float: left;
    width: 100%;
    *width: 99.5%;
}

    .region-a .region-inner {
        position: relative;
        width: 100.76335878%;
        *width: 100.26335878%;
    }

    .region-a .block {
        margin-right: 0.75757576%;
        *margin-right: 0.25757576%;
    }

.rtl .region-a .block {
    margin-right: 0;
    margin-left: 0.75757576%;
    *margin-left: 0.25757576%;
}

.region-a .gutter-sizer {
    width: 0.75757576%;
    *width: 0.25757576%;
}

.region-a .block-size-a {
    width: 99.24242424%;
    *width: 98.74242424%;
}

.region-a .block-size-b {
    width: 74.24242424%;
    *width: 73.74242424%;
}

.region-a .block-size-c {
    width: 49.24242424%;
    *width: 48.74242424%;
}

.region-a .block-size-c {
    width: 23.48484848%;
    *width: 22.98484848%;
}

.region-a .block-size-d {
    width: 49.24242424%;
    *width: 48.74242424%;
}

.region-a .block-size-e {
    width: 24.24242424%;
    *width: 23.74242424%;
}

.region-a .block-size-f {
    width: 74.24242424%;
    *width: 73.74242424%;
}

.region-a .block-size-g {
    width: 49.24242424%;
    *width: 48.74242424%;
}

.region-a .block-size-g {
    width: 74.24242424%;
    *width: 73.74242424%;
}

.region-a .block-size-h {
    width: 99.24242424%;
    *width: 98.74242424%;
}

.region-a .block-size-h {
    width: 23.48484848%;
    *width: 22.98484848%;
}

.region-a .block-size-i {
    width: 49.24242424%;
    *width: 48.74242424%;
}

.region-a .block-size-i {
    width: 32.57575758%;
    *width: 32.07575758%;
}

.region-a .block-size-j {
    width: 49.24242424%;
    *width: 48.74242424%;
}

.region-a .block-size-j {
    width: 24.24242424%;
    *width: 23.74242424%;
}

.region-a .block-size-k {
    width: 99.24242424%;
    *width: 98.74242424%;
}

.region-a .block-size-k {
    width: 49.24242424%;
    *width: 48.74242424%;
}

.region-a .block-size-l {
    width: 36.74242424%;
    *width: 36.24242424%;
}

.region-a .block-size-l {
    width: 24.24242424%;
    *width: 23.74242424%;
}

.region-a .block-size-m {
    width: 36.74242424%;
    *width: 36.24242424%;
}

.region-b {
    position: relative;
    float: left;
    width: 100%;
}

    .region-b .region-inner {
        position: relative;
        width: 100.76335878%;
        *width: 100.26335878%;
    }

    .region-b .block {
        margin-right: 0.75757576%;
        *margin-right: 0.25757576%;
    }

.rtl .region-b .block {
    margin-right: 0;
    margin-left: 0.75757576%;
    *margin-left: 0.25757576%;
}

.region-b {
    position: relative;
    float: left;
    width: 74.80916031%;
    *width: 74.30916031%;
    margin-right: 1.52671756%;
    *margin-right: 1.02671756%;
}

.layout-c .region-b {
    float: right;
    margin-right: 0;
    margin-left: 0.76335878%;
    *margin-left: 0.26335878%;
}

.region-b .region-inner {
    position: relative;
    width: 101.02040816%;
    *width: 100.52040816%;
}

.region-b .block {
    margin-right: 1.01010101%;
    *margin-right: 0.51010101%;
}

.rtl .region-b .block {
    margin-right: 0;
    margin-left: 1.01010101%;
    *margin-left: 0.51010101%;
}

.region-b .gutter-sizer {
    width: 1.01010101%;
    *width: 0.51010101%;
}

.region-b .block-size-a {
    width: 132.32323232%;
    *width: 131.82323232%;
}

.region-b .block-size-b {
    width: 98.98989899%;
    *width: 98.48989899%;
}

.region-b .block-size-c {
    width: 49.24242424%;
    *width: 48.74242424%;
}

.region-b .block-size-c {
    width: 31.31313131%;
    *width: 30.81313131%;
}

.region-b .block-size-d {
    width: 65.65656566%;
    *width: 65.15656566%;
}

.region-b .block-size-e {
    width: 32.32323232%;
    *width: 31.82323232%;
}

.region-b .block-size-f {
    width: 98.98989899%;
    *width: 98.48989899%;
}

.region-b .block-size-g {
    width: 65.65656566%;
    *width: 65.15656566%;
}

.region-b .block-size-g {
    width: 98.98989899%;
    *width: 98.48989899%;
}

.region-b .block-size-h {
    width: 99.24242424%;
    *width: 98.74242424%;
}

.region-b .block-size-h {
    width: 31.31313131%;
    *width: 30.81313131%;
}

.region-b .block-size-i {
    width: 65.65656566%;
    *width: 65.15656566%;
}

.region-b .block-size-i {
    width: 43.43434343%;
    *width: 42.93434343%;
}

.region-b .block-size-j {
    width: 49.24242424%;
    *width: 48.74242424%;
}

.region-b .block-size-j {
    width: 32.32323232%;
    *width: 31.82323232%;
}

.region-b .block-size-k {
    width: 132.32323232%;
    *width: 131.82323232%;
}

.region-b .block-size-k {
    width: 65.65656566%;
    *width: 65.15656566%;
}

.region-b .block-size-l {
    width: 48.98989899%;
    *width: 48.48989899%;
}

.region-b .block-size-l {
    width: 32.32323232%;
    *width: 31.82323232%;
}

.region-b .block-size-m {
    width: 48.98989899%;
    *width: 48.48989899%;
}

.region-c {
    float: left;
    margin: 0;
    width: 100%;
    *width: 99.5%;
}

    .region-c .region-inner {
        position: relative;
        width: 100.76335878%;
        *width: 100.26335878%;
    }

    .region-c .block {
        margin-right: 0.75757576%;
        *margin-right: 0.25757576%;
    }

.rtl .region-c .block {
    margin-right: 0;
    margin-left: 0.75757576%;
    *margin-left: 0.25757576%;
}

.region-c .gutter-sizer {
    width: 3.125%;
    *width: 2.625%;
}

.region-c {
    position: relative;
    float: right;
    width: 23.66412214%;
    *width: 23.16412214%;
}

.layout-c .region-c {
    float: left;
}

.region-c .region-inner {
    position: relative;
    width: 103.22580645%;
    *width: 102.72580645%;
}

.region-c .block {
    margin-right: 3.125%;
    *margin-right: 2.625%;
}

.rtl .region-c .block {
    margin-right: 0;
    margin-left: 3.125%;
    *margin-left: 2.625%;
}

.region-c .block-size-a {
    width: 409.375%;
    *width: 408.875%;
}

.region-c .block-size-b {
    width: 306.25%;
    *width: 305.75%;
}

.region-c .block-size-c {
    width: 49.24242424%;
    *width: 48.74242424%;
}

.region-c .block-size-c {
    width: 96.875%;
    *width: 96.375%;
}

.region-c .block-size-d {
    width: 203.125%;
    *width: 202.625%;
}

.region-c .block-size-e {
    width: 100%;
    *width: 99.5%;
}

.region-c .block-size-f {
    width: 306.25%;
    *width: 305.75%;
}

.region-c .block-size-g {
    width: 203.125%;
    *width: 202.625%;
}

.region-c .block-size-g {
    width: 306.25%;
    *width: 305.75%;
}

.region-c .block-size-h {
    width: 99.24242424%;
    *width: 98.74242424%;
}

.region-c .block-size-h {
    width: 96.875%;
    *width: 96.375%;
}

.region-c .block-size-i {
    width: 203.125%;
    *width: 202.625%;
}

.region-c .block-size-i {
    width: 134.375%;
    *width: 133.875%;
}

.region-c .block-size-j {
    width: 49.24242424%;
    *width: 48.74242424%;
}

.region-c .block-size-j {
    width: 100%;
    *width: 99.5%;
}

.region-c .block-size-k {
    width: 409.375%;
    *width: 408.875%;
}

.region-c .block-size-k {
    width: 203.125%;
    *width: 202.625%;
}

.region-c .block-size-l {
    width: 151.5625%;
    *width: 151.0625%;
}

.region-c .block-size-l {
    width: 100%;
    *width: 99.5%;
}

.region-c .block-size-m {
    width: 151.5625%;
    *width: 151.0625%;
}

.visible-grid .block {
    color: #fff;
    background: #000;
}

.container {
    *zoom: 1;
    zoom: 1;
    margin: 0 auto;
    /*margin: 0 NaNrem;*/
    max-width: 1310px;
    max-width: 81.875rem;
}

    .container:before,
    .container:after {
        display: table;
        content: "";
    }

    .container:after {
        clear: both;
    }

    .container:before,
    .container:after {
        content: "";
        display: table;
    }

    .container:after {
        clear: both;
    }

.container-style-a {
    max-width: 500px;
    max-width: 31.25rem;
    width: 90%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: ""FrutigerLTW02-45Light"", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #404040;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a,
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
        text-decoration: none;
        color: #404040;
    }

h1,
.h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    color: #800f69;
}

h1,
.h1 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 48px;
    line-height: 3rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

    h1 a,
    .h1 a,
    h1 a:hover,
    .h1 a:hover {
        color: #800f69;
    }

.page-intro-header h1,
.page-intro-header .h1 {
    margin-bottom: 0;
}

/*h2,
.h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  color: #800f69;
}*/

h2,
.h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 42px;
    line-height: 2.625rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

    h2 a,
    .h2 a,
    h2 a:hover,
    .h2 a:hover {
        color: #800f69;
    }

.page-intro-header h2,
.page-intro-header .h2 {
    margin-bottom: 0;
    color: #404040;
}

h3,
.h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

h3,
.h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

    h3.heading-style-b,
    .h3.heading-style-b {
        font-size: 16px;
        font-size: 1rem;
        line-height: 18px;
        line-height: 1.125rem;
    }

    h3.heading-style-b,
    .h3.heading-style-b {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 24px;
        line-height: 1.5rem;
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
    }

h4,
.h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    color: ##000;
}

h4,
.h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
}

    h4 a,
    .h4 a,
    h4 a:hover,
    .h4 a:hover {
        color: #800f69;
    }

h5,
.h5 {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-family: "Frutiger LT W02 65 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #000;
}

    h5 a,
    .h5 a,
    h5 a:hover,
    .h5 a:hover {
        color: #000;
    }

h6, /* chm */
.h6 {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Frutiger LT W02 65 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #404040;
}

    h6 a,
    .h6 a,
    h6 a:hover,
    .h6 a:hover {
        color: #000;
    }

.heading-style-d {
    position: relative;
    clear: both;
}

.header-stylesheet {
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    color: #aaa;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
}

p {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

/*.lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}*/

.lead {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
}

    .lead:last-child {
        margin-bottom: 0;
    }

strong {
    font-family: "Frutiger LT W02 65 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

    strong span {
        font-family: "Frutiger LT W02 65 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
    }

.lt-ie10 strong span {
    font-weight: 900;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 60%;
}

.title-style-a {
    color: inherit;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
}

.title-style-b {
    color: #404040;
    display: inline;
}

    .title-style-b a {
        color: #404040;
    }

        .title-style-b a:hover,
        .title-style-b a:focus {
            color: #00aae7;
        }

.title-style-c {
    color: #404040;
    /*color: #800f69;*/
}

    .title-style-c a {
        color: #404040;
        /*color: #800f69;*/
    }

        .title-style-c a:hover,
        .title-style-c a:focus {
            color: #0c55a5;
        }

.title-style-d {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 0;
}

    .title-style-d a {
        color: #404040;
    }

        .title-style-d a:hover,
        .title-style-d a:focus {
            color: #0c55a5;
        }

.title-style-e {
    display: none;
}

.title-style-e {
    display: inline-block;
    padding-left: 20px;
    padding-left: 1.25rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.title-style-f {
    font-size: 34px;
    font-size: 2.125rem;
}

.title-style-f {
    font-size: 24px;
    font-size: 1.5rem;
}

@font-face {
    font-family: 'perkinelmer_icons';
    src: url('fonts/perkinelmer_icons/perkinelmer_icons.eot');
    src: url('fonts/perkinelmer_icons/perkinelmer_icons.eot?#iefix') format('embedded-opentype'), url('fonts/perkinelmer_icons/perkinelmer_icons.woff') format('woff'), url('fonts/perkinelmer_icons/perkinelmer_icons.ttf') format('truetype'), url('fonts/perkinelmer_icons/perkinelmer_icons.svg#perkinelmer_icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to have a class per icon */

.icon, .ui-icon {
    display: inline-block;
    font-family: 'perkinelmer_icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */

[data-icon]:before {
    display: inline-block;
    font-family: 'perkinelmer_icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
    content: attr(data-icon);
}

.icon-select:before {
    content: "\e603";
}

.icon-share:before {
    content: "\e62b";
}

.icon-informatics:before {
    content: "\e618";
}

.icon-services:before {
    content: "\e61c";
}

.icon-diagnostics:before {
    content: "\e61e";
}

.icon-environmental:before {
    content: "\e626";
}

.icon-weibo:before {
    content: "\e628";
}

.icon-file-pdf:before {
    content: "\e62a";
}

.icon-overlay:before {
    content: "\e636";
}

.icon-video-play:before, .ui-icon-circle-triangle-w:before, .ui-icon-circle-triangle-e:before {
    content: "\e635";
}

.ui-icon-circle-triangle-e {
    content: "\e635";
}

.icon-service:before {
    content: "\e632";
}

.icon-download-alt:before {
    content: "\e633";
}

.icon-news:before {
    content: "\e634";
}

.icon-full-screen:before {
    content: "\e62c";
}

.icon-learn:before {
    content: "\e613";
}

.icon-download:before {
    content: "\e614";
}

.icon-call:before {
    content: "\e615";
}

.icon-chat:before {
    content: "\e616";
}

.icon-email:before {
    content: "\e617";
}

.icon-favourite:before {
    content: "\e619";
}

.icon-location:before {
    content: "\e61a";
}

.icon-cart:before {
    content: "\e61b";
}

.icon-info:before {
    content: "\e61d";
}

.icon-help:before {
    content: "\e61f";
}

.icon-new-window:before {
    content: "\e620";
}

.icon-audio:before {
    content: "\e621";
}

.icon-video:before {
    content: "\e622";
}

.icon-country:before {
    content: "\e623";
}

.icon-login:before {
    content: "\e624";
}

.icon-zoom:before {
    content: "\e625";
}

.icon-paper-clip:before {
    content: "\e627";
}

.icon-life-sciences:before {
    content: "\e629";
}

.icon-imaging:before {
    content: "\e62d";
}

.icon-detection:before {
    content: "\e62e";
}

.icon-search:before {
    content: "\e631";
}

.icon-youtube:before {
    content: "\e60e";
}

.icon-tumblr:before {
    content: "\e60f";
}

.icon-pinterest:before {
    content: "\e610";
}

.icon-gplus:before {
    content: "\e611";
}

.icon-download2:before {
    content: "\e600";
}

.icon-chevron-left:before {
    content: "\e601";
}

.icon-chevron-right:before {
    content: "\e602";
}

.icon-chevron-up:before {
    content: "\e612";
}

.icon-chevron-down:before {
    content: "\e60d";
}

.icon-eye:before {
    content: "\e608";
}

.icon-twitter:before {
    content: "\e609";
}

.icon-facebook:before {
    content: "\e60a";
}

.icon-linkedin:before {
    content: "\e60b";
}

.icon-envelope:before {
    content: "\e60c";
}

.icon-bars:before {
    content: "\e604";
}

.icon-close:before {
    content: "\e605";
}

.icon-plus:before {
    content: "\e606";
}

.icon-minus:before {
    content: "\e607";
}

.icon-container {
    display: inline-block;
    line-height: 30px;
    line-height: 1.875rem;
    height: 24px;
    height: 1.5rem;
    width: 24px;
    width: 1.5rem;
    border-radius: 100%;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    color: #00aae7;
    font-size: 16px;
    font-size: 1rem;
}

/*:-moz-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}*/

:-ms-input-placeholder {
    color: #999999;
}

/*::-webkit-input-placeholder {
  color: #999999;
}*/

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

label,
input,
button,
select,
textarea {
    margin: 0;
    line-height: 30px;
    line-height: 1.875rem;
}

input,
button,
select,
textarea {
    font-family: ""FrutigerLTW02-45Light"", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
    display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="week"],
input[type="month"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="number"],
input[type="search"],
input[type="password"],
textarea,
select {
    /*-webkit-appearance: none;
  -moz-appearance: none;*/
    -ms-appearance: none;
    /*-o-appearance: none;*/
    appearance: none;
}

input,
textarea,
select {
    padding: 6px 10px;
    padding: 0.375rem 0.625rem;
    width: 100%;
    max-width: 100%;
    margin-bottom: 6px;
    margin-bottom: 0.375rem; /* chm
  font-size: 14px;
  font-size: 0.875rem; */
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    color: #404040;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    vertical-align: middle;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -ms-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
    white-space: nowrap;
    height: 42px;
    height: 2.625rem;
}

.input-comments-medium {
    height: 85px;
    height: 5.3125rem;
    width: 100%;
}

.select-smaller {
    font-size: 16px;
    font-size: 1rem;
    width: 90%;
    display: block;
    margin-bottom: 10px;
}

input[name="OtherMatrixSpecify"] {
    margin-bottom: 0;
}

.select-smaller-b {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    margin-bottom: 10px;
    background-color: white;
}

    .select-smaller-b select {
        z-index: 99;
        margin-bottom: 0;
        background-color: transparent;
    }

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
    border: 1px solid #404040;
}

input[disabled],
textarea[disabled],
select[disabled] {
    background: #f0f0f0;
    border-color: #ddd;
    color: #ccc;
    cursor: not-allowed;
}

    input[disabled]:hover,
    textarea[disabled]:hover,
    select[disabled]:hover,
    input[disabled]:focus,
    textarea[disabled]:focus,
    select[disabled]:focus {
        border-color: #ccc;
    }

    input[disabled]:-moz-placeholder,
    textarea[disabled]:-moz-placeholder,
    select[disabled]:-moz-placeholder {
        color: #cccccc;
    }

    input[disabled]::-moz-placeholder,
    textarea[disabled]::-moz-placeholder,
    select[disabled]::-moz-placeholder {
        color: #cccccc;
    }

    input[disabled]:-ms-input-placeholder,
    textarea[disabled]:-ms-input-placeholder,
    select[disabled]:-ms-input-placeholder {
        color: #cccccc;
    }

    input[disabled]::-webkit-input-placeholder,
    textarea[disabled]::-webkit-input-placeholder,
    select[disabled]::-webkit-input-placeholder {
        color: #cccccc;
    }

input[readonly],
textarea[readonly],
select[readonly] {
    cursor: not-allowed;
}

    input[readonly]:hover,
    textarea[readonly]:hover,
    select[readonly]:hover,
    input[readonly]:focus,
    textarea[readonly]:focus,
    select[readonly]:focus {
        border-color: #ccc;
    }

input[type="date"] {
    min-height: 36px;
    min-height: 2.25rem;
}

.ie8 input[type="date"] {
    min-height: 0;
}

.textonly {
    padding: 6px;
    padding: 0.375rem;
    width: 100%;
    max-width: 100%;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #404040;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

    .textonly.disabled {
        color: #ccc;
    }

select {
    padding-right: 40px;
    padding-right: 2.5rem;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    position: relative;
}

    select.has-btn-trigger {
        float: left;
        margin-right: 18px;
        margin-right: 1.125rem;
    }

.lt-ie10 select {
    padding-right: 6px;
    padding-right: 0.375rem;
}

.select-replace {
    display: block;
    position: relative;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    background-color: #FFF;
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
  background-image: -moz-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
  background-image: -o-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
  background-image: linear-gradient(to bottom, #efefef 0%, #ffffff 50%, #efefef 100%);*/
    vertical-align: middle;
    border-radius: 3px;
    max-width: 100%;
    width: 100%;
}

.select-replace {
    display: inline-block;
}

    .select-replace select, .select-replace select {
        position: relative;
        z-index: 99;
        margin: 0;
        background: none;
        cursor: pointer;
    }

    .select-replace:after {
        content: "\e603";
        font-family: 'perkinelmer_icons';
        font-size: 18px;
        /*font-size: 22px; chm */
        color: #00AAE7;
        line-height: 38px;
        display: block;
        position: absolute;
        z-index: 10;
        width: 16px;
        width: 1rem;
        height: 95%;
        top: 1px;
        top: 0.0625rem;
        right: 1px;
        right: 0.0625rem;
        /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
  background-image: -moz-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
  background-image: -o-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
  background-image: linear-gradient(to bottom, #efefef 0%, #ffffff 50%, #efefef 100%);*/
        background-position: 100% 50%;
        background-repeat: no-repeat;
        padding-right: 10px;
        padding-right: 0.625rem;
    }

.lt-ie10 .select-replace:after {
    display: none;
}

.select-alt .select-replace {
    background: none;
}

    .select-alt .select-replace:after {
        content: "\e60d";
        font-family: 'perkinelmer_icons';
        color: #00aae7;
        background: none;
    }

    .select-alt .select-replace select {
        border: none;
    }

select::-ms-expand {
    display: none;
}

select[multiple],
select[size] {
    height: auto;
    background: #fff;
    padding-right: 0;
}

label input,
label textarea,
label select {
    display: block;
}

textarea {
    height: 180px;
    height: 11.25rem;
    white-space: normal;
    overflow: auto;
}

.textarea-autoheight {
    resize: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.input-mini {
    width: 80px;
    width: 5rem;
}

.input-small {
    width: 110px;
    width: 6.875rem;
}

.input-medium {
    width: 165px;
    width: 10.3125rem;
}

.input-large {
    width: 225px;
    width: 14.0625rem;
}

.input-xlarge {
    width: 325px;
    width: 20.3125rem;
}

.input-xxlarge {
    width: 500px;
    width: 31.25rem;
}

.input-xxxlarge {
    width: 600px;
    width: 37.5rem;
}

.input-xxxxlarge {
    width: 720px;
    width: 45rem;
    max-width: 90%;
}

input[type="file"] {
    width: auto;
    padding: initial;
    line-height: initial;
    background-color: initial;
    border: initial;
}

.file-replace {
    display: block;
    position: relative;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-replace {
    display: inline-block;
}

    .file-replace input[type="file"] {
        opacity: 0;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        display: block;
        z-index: 2;
        cursor: pointer;
    }

    .file-replace .file-replace-btn {
        display: block;
        width: 100%;
        padding: 12px 15px;
        padding: 0.75rem 0.9375rem;
        margin-bottom: 0;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: ""FrutigerLTW02-45Light"", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
        vertical-align: top;
        cursor: pointer;
        border: 0 none;
        white-space: nowrap;
        position: relative;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #0153a7;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMTUzYTciIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxM2Y3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
        background-image: -webkit-linear-gradient(top, #0153a7 0%, #013f7e 100%);
        background-image: -moz-linear-gradient(top, #0153a7 0%, #013f7e 100%);
        background-image: -o-linear-gradient(top, #0153a7 0%, #013f7e 100%);
        background-image: linear-gradient(to bottom, #0153a7 0%, #013f7e 100%);
        box-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
        color: #fff;
        -webkit-font-smoothing: antialiased;
        white-space: normal;
        width: auto;
    }

    .file-replace .file-replace-btn {
        display: inline-block;
        width: auto;
    }

        .file-replace .file-replace-btn:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .file-replace .file-replace-btn:hover,
        .file-replace .file-replace-btn:focus {
            color: #fff;
            text-decoration: none;
            background: #0153a7;
        }

        .file-replace .file-replace-btn:active,
        .file-replace .file-replace-btn.active {
            outline: 0;
            background-image: none;
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

        .file-replace .file-replace-btn.disabled,
        .file-replace .file-replace-btn[disabled],
        fieldset[disabled] .file-replace .file-replace-btn {
            cursor: default;
            pointer-events: none;
            opacity: 0.0065;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .file-replace .file-replace-btn .icon {
            vertical-align: middle;
        }

    .file-replace .file-replace-btn,
    .file-replace .file-replace-text {
        vertical-align: middle;
        z-index: 1;
        display: inline;
    }

    .file-replace .file-replace-text {
        padding-left: 8px;
        padding-left: 0.5rem;
    }

input[type="image"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    line-height: normal;
    cursor: pointer;
    background-color: transparent;
}

.radio,
.checkbox {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    display: block;
    position: relative;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-top: 3px;
    padding-top: 0.1875rem;
    line-height: 24px;
    line-height: 1.5rem;
}

.checkbox-style-b {
    display: inline;
    position: relative;
    padding-left: 12px;
    padding-left: 0.75rem;
    padding-top: 3px;
    padding-top: 0.1875rem;
    line-height: 18px;
    line-height: 1.125rem;
    vertical-align: middle;
}

.html-rtl .radio,
.html-rtl .checkbox {
    padding-left: 0;
    padding-right: 25px;
    padding-right: 1.5625rem;
}

.radio:first-child,
.checkbox:first-child {
    margin-top: 6px;
    margin-top: 0.375rem;
}

.radio.disabled,
.checkbox.disabled {
    color: #ccc;
}

.radio.checklist-item,
.checkbox.checklist-item {
    margin-top: 0;
}

.radio input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio input[type="radio"],
.checkbox input[type="radio"] {
    position: absolute;
    top: 6px;
    top: 0.375rem;
    left: 0;
}

.html-rtl .radio input[type="checkbox"],
.html-rtl .checkbox input[type="checkbox"],
.html-rtl .radio input[type="radio"],
.html-rtl .checkbox input[type="radio"] {
    left: auto;
    right: 0;
}

input[type="checkbox"],
input[type="radio"] {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: normal;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -ms-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    background-color: #0c55a5;
}

.lt-ie10 input[type="checkbox"],
.lt-ie10 input[type="radio"] {
    border: 0;
}

input[type="checkbox"]::-moz-focus-inner,
input[type="radio"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"]:hover,
input[type="radio"]:hover,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    border-color: #404040;
}

input[type="checkbox"][disabled],
input[type="radio"][disabled] {
    background: #f0f0f0;
    border-color: #ccc;
    color: #ccc;
    cursor: not-allowed;
}

    input[type="checkbox"][disabled]:hover,
    input[type="radio"][disabled]:hover,
    input[type="checkbox"][disabled]:focus,
    input[type="radio"][disabled]:focus {
        border-color: #ccc;
    }

input[type="checkbox"][readonly]:hover,
input[type="radio"][readonly]:hover,
input[type="checkbox"][readonly]:focus,
input[type="radio"][readonly]:focus {
    border-color: #ccc;
}

input[type="checkbox"]:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    content: "\2714";
    display: none;
}

input[type="checkbox"]:checked:after {
    color: #ffffff !important;
    z-index: 99;
}

input[type="checkbox"][disabled]:after {
    background: #0c55a5;
    z-index: 999;
}

input[type="checkbox"].checkbox-style-a {
    width: 15px;
    width: 0.9375rem;
    height: 15px;
    height: 0.9375rem;
    background: #dfdfdf;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
    top: 3px;
    top: 0.1875rem;
}

    input[type="checkbox"].checkbox-style-a:after {
        color: #dfdfdf;
        display: block;
        background: #dfdfdf;
    }

    input[type="checkbox"].checkbox-style-a:checked:after {
        color: #ffffff;
        background-color: #3D58A3;
        border: 1px solid #3D58A3;
        border-radius: 3px;
    }

.lt-ie9 input[type="checkbox"] {
    border: 0 !important;
}

input[type="radio"] {
    border-radius: 100%;
}

    input[type="radio"]:after {
        content: '';
        position: absolute;
        top: 9px;
        top: 0.5625rem;
        left: 9px;
        left: 0.5625rem;
        width: 0;
        height: 0;
        background: #333;
        border-radius: 100%;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 100ms;
        -moz-transition: all 100ms;
        -ms-transition: all 100ms;
        -o-transition: all 100ms;
        transition: all 100ms;
    }

    input[type="radio"]:checked:after {
        width: 8px;
        width: 0.5rem;
        height: 8px;
        height: 0.5rem;
        top: 4px;
        top: 0.25rem;
        left: 4px;
        left: 0.25rem;
    }

    input[type="radio"][disabled]:after {
        background: #ccc;
    }

.lt-ie9 input[type="radio"] {
    border: 0 !important;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    width: auto;
    height: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error,
input.input-validation-error:hover,
textarea.input-validation-error:hover,
select.input-validation-error:hover,
input.input-validation-error:focus,
textarea.input-validation-error:focus,
select.input-validation-error:focus {
    border-color: #cc0000;
    /*border-color: #c20000;*/
}

.field-validation-valid {
    display: none;
}

.field-validation-error,
.validation-summary-errors {
    color: #cc0000;
    /*color: #c20000;*/
    display: block;
    clear: both;
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
}

.help-block {
    margin: 0;
}

.form {
    *zoom: 1;
    zoom: 1;
}

    .form:before,
    .form:after {
        display: table;
        content: "";
    }

    .form:after {
        clear: both;
    }

    .form:before,
    .form:after {
        content: "";
        display: table;
    }

    .form:after {
        clear: both;
    }

    .form fieldset {
        width: 100%;
    }

.form-section {
    padding-top: 12px;
    padding-top: 0.75rem;
}

    .form-section:first-child {
        padding-top: 0;
    }

.form-actions {
    overflow: hidden;
    max-width: 100%;
}

    .form-actions .btn {
        margin-bottom: 6px;
        margin-bottom: 0.375rem;
    }

    .form-actions .payment-method {
        float: left;
        margin-right: 10px;
        margin-right: 0.625rem;
    }

.form-body {
    background: #fff;
    padding: 25px 20px;
    padding: 2.8125rem 1.25rem;
}

.html-rtl .form-actions .payment-method {
    float: right;
    margin-right: 0;
    margin-left: 10px;
    margin-left: 0.625rem;
}

.control-label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-family: "Frutiger LT W02 65 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.control-inline {
    display: inline-block;
    margin-right: 18px;
    margin-right: 1.125rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    clear: none;
}

.html-rtl .control-inline {
    margin-right: 0;
    margin-left: 18px;
    margin-left: 1.125rem;
}

.control-group {
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
}

.control-group {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
}

    .control-group .btn-icon-small {
        margin-bottom: 0;
    }

.control-group-block input,
.control-group-block select {
    display: block;
}

.control-group-block .select-replace {
    display: block;
    float: left;
    clear: both;
    overflow: hidden;
}

.control-optional,
.control-help-inline {
    color: #999;
    font-weight: 400;
    font-family: ""FrutigerLTW02-45Light"", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
}

.control-label .control-optional,
.control-label .control-help-inline {
    display: none;
}

.controls .control-optional,
.controls .control-help-inline {
    display: none;
}

.controls .control-optional,
.controls .control-help-inline {
    display: inline;
}

    .controls .control-optional .btn,
    .controls .control-help-inline .btn {
        float: left;
    }

.control-help {
    color: #999;
    font-weight: 400;
    font-family: ""FrutigerLTW02-45Light"", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
}

.form-vertical .control-label {
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
}

.form-horizontal .control-label {
    float: left;
    width: 170px;
    width: 10.625rem;
    padding-top: 6px;
    padding-top: 0.375rem;
    text-align: right;
}

.html-rtl .form-horizontal .control-label {
    float: right;
    text-align: left;
}

.form-horizontal .controls {
    *zoom: 1;
    zoom: 1;
}

    .form-horizontal .controls:before,
    .form-horizontal .controls:after {
        display: table;
        content: "";
    }

    .form-horizontal .controls:after {
        clear: both;
    }

    .form-horizontal .controls:before,
    .form-horizontal .controls:after {
        content: "";
        display: table;
    }

    .form-horizontal .controls:after {
        clear: both;
    }

.form-horizontal .controls {
    margin-left: 190px;
    margin-left: 11.875rem;
    clear: none;
}

.html-rtl .form-horizontal .controls {
    margin-left: 0;
    margin-right: 190px;
    margin-right: 11.875rem;
}

.form-horizontal .controls > .btn:first-child {
    margin-top: 6px;
    margin-top: 0.375rem;
}

.form-horizontal .form-actions {
    padding-left: 190px;
    padding-left: 11.875rem;
}

.html-rtl .form-horizontal .form-actions {
    padding-left: 0;
    padding-right: 190px;
    padding-right: 11.875rem;
}

.form-style-a {
    display: none;
}

.form-style-a {
    display: block;
}

.form-contact-link {
    text-align: center;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #fff;
}

.stylesheet-icon-list {
    list-style: none;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

    .stylesheet-icon-list li {
        position: relative;
        padding: 12px 0 12px 40px;
        padding: 0.75rem 0 0.75rem 2.5rem;
    }

    .stylesheet-icon-list .icon {
        position: absolute;
        color: #00aae7;
        left: 0;
        top: 12px;
        top: 0.75rem;
        font-size: 32px;
        font-size: 2rem;
    }

.main ul,
.main ol {
    margin-left: 0; /*
  margin-left: 20px;
  margin-left: 1.25rem;
  */
}

.list-version-a {
    list-style: none;
    margin-left: 0;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

.footer-list .list-version-a {
    width: 100%;
}

.footer-list-b {
    display: inline-block;
    vertical-align: top;
    padding: 0 13px 0;
    width: 25%;
}

@media (max-width: 48em) {
    .footer-list-b {
        width: 49.5%;
    }
}

@media (min-width: 37.5em) {
    .footer-list .list-version-a {
        width: 90%;
        /*width: 80%;*/ /* chm */
    }
}

.list-version-a li {
    /*border-bottom: 1px solid #e1e1e1;*/ /* chm */
    position: relative;
    padding: 9.8px 0;
    padding: 0.6125rem 0;
    /*padding: 9px 0;
  padding: 0.5625rem 0;*/
}

    .list-version-a li:first-child {
        margin-top: 0;
        /*border-top: 1px solid #e1e1e1;*/ /* chm */
    }

.region-c .list-version-a li {
    border-bottom: 1px solid #e1e1e1;
    margin-left: 1.5625rem;
}

    .region-c .list-version-a li:first-child {
        border-top: 1px solid #e1e1e1;
    }

.list-version-a li a {
    color: #404040;
}

    .list-version-a li a.active {
        color: #0153a7;
    }

    .list-version-a li a:hover,
    .list-version-a li a:focus {
        color: #00aae7;
        text-decoration: none;
    }

        .list-version-a li a:hover h6,
        .list-version-a li a:focus h6 {
            color: #0c55a5;
        }

    .list-version-a li a .icon {
        margin-left: 5px;
        margin-left: 0.3125rem;
    }

.list-version-a li p {
    margin: 0;
}

.list-version-a .icon {
    color: #00aae7;
}

    .list-version-a .icon.icon-first {
        position: absolute;
        font-size: 18px;
        font-size: 1.125rem;
        top: 8px;
        top: 0.5rem;
    }

.list-version-a .icon-first + a {
    display: block;
    padding-left: 25px;
    padding-left: 1.5625rem;
}

.list-version-b li {
    padding: 6px 0;
    padding: 0.375rem 0;
}

    .list-version-b li a {
        color: #404040;
    }

        .list-version-b li a:hover,
        .list-version-b li a:focus {
            color: #00aae7;
        }

.list-style-a {
    margin: 0 0 24px 15px;
    margin: 0 0 1.5rem 0.9375rem;
    list-style: none;
}

    .list-style-a > li {
        position: relative;
    }

        .list-style-a > li:before {
            content: '\00BB';
            display: block;
            position: absolute;
            top: -1px;
            top: -0.0625rem;
            left: -15px;
            left: -0.9375rem;
            color: #800f69;
            font-size: 16px;
            font-size: 1rem;
        }

.content-details .list-style-a {
    padding-left: 20px;
    padding-left: 1.25rem;
}

.list-style-b {
    margin-left: 0;
}

.html-rtl .list-style-b {
    margin-right: 0;
}

.list-style-b > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 10px;
    padding: 0.375rem 0.625rem;
    border-right: 1px solid #e5e5e5;
    border-right: 0.0625rem solid #e5e5e5;
}

    .list-style-b > li:before {
        display: none;
    }

    .list-style-b > li:last-child {
        border: none;
    }

    .list-style-b > li a {
        color: #800f69;
        font-size: 20px;
        font-size: 1.25rem;
    }

        .list-style-b > li a:hover,
        .list-style-b > li a:focus {
            color: #0c55a5;
            text-decoration: none;
        }

.list-style-c {
    margin-left: 20px;
    margin-left: 1.25rem;
}

    .list-style-c li {
        position: relative;
        list-style: none;
        margin-bottom: 6px;
        margin-bottom: 0.375rem;
    }

        .list-style-c li:before {
            content: '\2022';
            display: block;
            position: absolute;
            top: 0;
            left: -20px;
            left: -1.25rem;
            color: #0153a7;
        }

.content-details .list-style-c {
    padding-left: 20px;
    padding-left: 1.25rem;
}

.btn {
    display: block;
    width: 100%;
    padding: 12px 15px;
    padding: 0.75rem 0.9375rem;
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: ""FrutigerLTW02-45Light"", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    border: 0 none;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #0153a7;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMTUzYTciIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxM2Y3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #0153a7 0%, #013f7e 100%);
    background-image: -moz-linear-gradient(top, #0153a7 0%, #013f7e 100%);
    background-image: -o-linear-gradient(top, #0153a7 0%, #013f7e 100%);
    background-image: linear-gradient(to bottom, #0153a7 0%, #013f7e 100%);
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
}

.btn {
    display: inline-block;
    width: auto;
}

    .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        color: #fff;
        text-decoration: none;
        background: #0153a7;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        /*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);*/
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: default;
        pointer-events: none;
        opacity: 0.0065;
        filter: alpha(opacity=65);
        /*-webkit-box-shadow: none;
  -moz-box-shadow: none;*/
        box-shadow: none;
    }

    .btn .icon {
        vertical-align: middle;
    }

.btn-style-a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    padding: 3px 20px;
    padding: 0.1875rem 1.25rem;
}

.btn-style-b {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    padding: 3px 50px;
    padding: 0.1875rem 3.125rem;
}

.btn-style-c {
    display: block;
    position: relative;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    background-color: #FFF;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
    background-image: -moz-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
    background-image: -o-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
    background-image: linear-gradient(to bottom, #efefef 0%, #ffffff 50%, #efefef 100%);
    vertical-align: middle;
    border: 1px solid #bfbfbf;
    border: 0.0625rem solid #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
    color: #404040;
    text-align: left;
    padding: 11px 15px;
    padding: 0.6875rem 0.9375rem;
}

    .btn-style-c:hover,
    .btn-style-c:focus {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
        background-image: -webkit-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
        background-image: -moz-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
        background-image: -o-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
        background-image: linear-gradient(to bottom, #efefef 0%, #ffffff 50%, #efefef 100%);
        color: #404040;
        outline: none;
    }

    .btn-style-c:after {
        content: "\e606";
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 9px;
        top: 0.5625rem;
        right: 10px;
        right: 0.625rem;
        line-height: 12px;
        line-height: 0.75rem;
        margin-top: 6px;
        margin-top: 0.375rem;
        text-align: center;
        color: #00aae7;
        font-family: 'perkinelmer_icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.lt-ie10 .btn-style-c:after {
    top: 14px;
    right: 10px;
}

.btn-style-d {
    position: absolute;
    background: none;
    box-shadow: none;
    padding: 0;
    color: #00aae7;
}

    .btn-style-d:hover,
    .btn-style-d:focus {
        background: none;
        color: #00aae7;
        outline: none;
    }

.btn-style-e {
    background: none;
    box-shadow: none;
    padding: 0;
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
}

    .btn-style-e:hover,
    .btn-style-e:focus {
        background: none;
        color: #404040;
        outline: none;
    }

.btn-style-f {
    width: 100%;
}

.btn-style-f {
    text-align: left;
}

    .btn-style-f .icon {
        vertical-align: top;
        margin-right: 5px;
        margin-right: 0.3125rem;
    }

.html-rtl .btn-style-f .icon {
    margin-right: 0;
    margin-left: 5px;
    margin-left: 0.3125rem;
}

.btn-right {
    float: right;
}

.btn-left {
    float: left;
}

.js .header {
    position: relative;
    background: #fff;
    text-align: center;
    height: 5.625rem;
    padding: 2.0625rem 0.9375rem 0;
    height: auto;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
    /*-webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
    /*-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);*/
}

.header-left {
    margin-left: -16.3em;
}

.menu-in.no-csstransforms .header {
    left: 260px;
    left: 16.25rem;
    right: 260px;
    right: 16.25rem;
}

.android-keyboard-in .header {
    position: absolute;
}

.header-banner {
    margin: 0;
    font-weight: 400;
    position: relative;
    float: left;
    display: block;
}

    .header-banner a {
        color: #404040;
    }

        .header-banner a:hover,
        .header-banner a:focus {
            color: #404040;
            text-decoration: none;
        }

.header-alt .header-banner {
    padding-left: 50px;
    padding-left: 3.125rem;
}

.header-alt .header-banner {
    padding-left: 0;
}

.header-title {
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    font-weight: 400;
    text-align: left;
}

    .header-title:after {
        content: "";
        display: block;
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: #e5e5e5;
    }

.ie8 .header-title {
    left: 150px;
}

.header-alt .header-title {
    width: 600px;
    width: 37.5rem;
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 48px;
    line-height: 3rem;
}

    .header-alt .header-title:after {
        left: 5px;
        left: 0.3125rem;
    }

.header-title-inner {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
    left: 1.5625rem;
}

.header-actions {
    display: none;
}

.header-actions {
    width: auto;
    display: block;
    position: absolute;
    top: 48px;
    top: 3rem;
    right: 25px;
    right: 1.5625rem;
    left: auto;
    bottom: auto;
    z-index: 4;
    text-align: right;
}

.action-menu {
    position: absolute;
    z-index: 4;
    left: 0;
    display: block;
    color: #00aae7;
    text-decoration: none;
    line-height: 18px;
    line-height: 1.125rem;
    top: 42px;
    top: 2.625rem;
    left: 15px;
    left: 0.9375rem;
}

.action-menu {
    display: none;
}

    .action-menu:hover,
    .action-menu:focus {
        color: #00aae7;
    }

    .action-menu b {
        height: 1px;
        margin: -1px;
        position: absolute;
        width: 1px;
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px !important;
    }

        .action-menu b.focusable:active,
        .action-menu b.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

        .action-menu b.focusable:active,
        .action-menu b.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

    .action-menu .icon {
        font-size: 22px;
        font-size: 1.375rem;
    }

    .action-menu .icon-close {
        display: none;
    }

.menu-in .action-menu .icon-close {
    display: inline-block;
}

.action-menu .icon-bars {
    display: inline-block;
}

.menu-in .action-menu .icon-bars {
    display: none;
}

.action-search {
    position: absolute;
    z-index: 4;
    right: 0;
    display: block;
    color: #00aae7;
    text-decoration: none;
    border: 1px solid #d8d8d8;
    width: 34px;
    width: 2.125rem;
    height: 34px;
    height: 2.125rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 6px 6px 6px 5px;
    padding: 0.375rem 0.375rem 0.375rem 0.3125rem;
    top: 36px;
    top: 2.25rem;
    right: 15px;
    right: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
}

.action-search {
    top: 62px;
    top: 3.875rem;
}

.header-alt .action-search {
    display: none;
}

.action-search {
    display: none;
}

    .action-search:hover,
    .action-search:focus {
        background: #00aae7;
        border: 1px solid #00aae7;
        color: #fff;
    }

    .action-search b {
        height: 1px;
        margin: -1px;
        position: absolute;
        width: 1px;
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px !important;
    }

        .action-search b.focusable:active,
        .action-search b.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

        .action-search b.focusable:active,
        .action-search b.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

    .action-search .icon {
        font-size: 22px;
        font-size: 1.375rem;
    }

    .action-search .icon-close {
        display: none;
    }

.search-in .action-search .icon-close {
    display: inline-block;
}

.action-search .icon-bars {
    display: inline-block;
}

.search-in .action-search .icon-bars {
    display: none;
}

.search-in .action-search {
    background: #00aae7;
    border: 1px solid #00aae7;
}

    .search-in .action-search .icon-search {
        color: #fff;
    }

.header-share {
    display: none;
}

.header-share {
    display: block;
    position: relative;
    float: right;
}

    .header-share .header-share-menu {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
    }

        .header-share .header-share-menu li {
            display: inline-block;
            list-style: none;
            margin: 0;
            padding: 0 0 9px;
            padding: 0 0 0.5625rem;
            line-height: 24px;
            line-height: 1.5rem;
        }

            .header-share .header-share-menu li:before {
                display: none;
            }

.share-price {
    display: none;
}

.share-price {
    display: block;
    position: relative;
    float: right;
    font-size: 13px;
    margin-left: 20px;
    margin-left: 1.25rem;
}

    .share-price b {
        color: #00aae7;
        font-weight: normal;
    }

.ie8 header.header {
    background-color: white;
    height: 126px;
}

.header-utility {
    display: block;
    position: relative;
    float: right;
    font-size: 13px;
    margin-left: 20px;
    margin-left: 1.25rem;
}

.navbar-ex1-collapse .nav.navbar-nav.navbar-right .header-utility a {
    color: #404040;
}

    .navbar-ex1-collapse .nav.navbar-nav.navbar-right .header-utility a:hover,
    .navbar-ex1-collapse .nav.navbar-nav.navbar-right .header-utility a:focus {
        color: #00aae7;
    }

.header-utility .icon {
    color: #00aae7;
    font-weight: normal;
    line-height: 1;
    font-size: 15px;
    font-size: 0.9375rem;
    vertical-align: middle;
    margin-right: 5px;
    margin-right: 0.3125rem;
    margin-top: -2px;
    margin-top: -0.125rem;
}

    .header-utility .icon b {
        height: 1px;
        margin: -1px;
        position: absolute;
        width: 1px;
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px !important;
    }

        .header-utility .icon b.focusable:active,
        .header-utility .icon b.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

        .header-utility .icon b.focusable:active,
        .header-utility .icon b.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

.header-utility-list {
    display: none;
}

.header-utility-list {
    position: relative;
    display: block;
    float: right;
    padding-left: 30px;
    padding-left: 1.875rem;
    margin-left: 25px;
    margin-left: 1.5625rem;
}

    .header-utility-list:after {
        content: "";
        display: block;
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: #e5e5e5;
    }

    .header-utility-list ul {
        list-style: none;
        text-align: right;
    }

        .header-utility-list ul li {
            text-transform: uppercase;
            font-size: 13px;
            font-size: 0.8125rem;
        }

            .header-utility-list ul li a {
                color: #404040;
            }

.header-alt {
    text-align: left;
}

.js .header-alt-extended {
    position: absolute;
    background: #fff;
    width: 100%;
    bottom: auto;
    z-index: 100;
    overflow: visible;
    padding-bottom: 0;
    -webkit-box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
    top: 126px;
    left: 0;
}

/*.ie8 .header-alt-extended {
    top: 180px;
}*/

.ie8 .header-alt-extended ul.navigation-menu-alt {
    float: left;
}

.navigation-menu .pe_megamenu_list {
    display: none;
}

div.pe_megamenu ul.pe_megamenu_ul > li > span {
    font-size: 13px;
}

.navigation-title {
    height: 1px;
    margin: -1px;
    position: absolute;
    width: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px !important;
}

    .navigation-title.focusable:active,
    .navigation-title.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

    .navigation-title.focusable:active,
    .navigation-title.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.navigation-menu {
    margin: 0;
    padding: 0;
    font-size: 0;
}

    .navigation-menu > li {
        display: inline-block;
        float: left;
        margin: 0;
        position: relative;
    }

    .navigation-menu .pe_megamenu_list .pe_mega_drop a { /* chm */
        font-size: 16px;
        font-size: 1rem;
    }

    .navigation-menu li:before {
        display: none;
    }

.js .navigation-menu li:first-child {
    margin-left: 0;
}

.navigation-menu li.hover {
    z-index: 1090;
}

/*.navigation-menu li.menu-hover:hover:before {
        content: '';
        border: 18px solid transparent;
        border-bottom: 18px solid #fff;
    position: absolute;
        bottom: -1px;
        left: 44%;
        z-index: 5;
  }
  .navigation-menu li.menu-hover:hover:after {
    content: '';
    border: 20px solid transparent;
    border-bottom: 20px solid #e5e5e5;
    position: absolute;
    bottom: -1px;
    left: 42%;
    z-index: 3;
}*/

.no-touch .navigation-menu li:hover {
    z-index: 1090;
    position: relative;
}

.navigation-menu > li:hover:after {
    content: "";
    display: block;
    background: url(/images/navigation-menu-indicator.png) 0 0 no-repeat;
    position: absolute;
    left: 50%;
    z-index: 1024;
    width: 2.5rem;
    height: 1.5rem;
    margin-left: -1.25rem;
    background-color: #fff;
    z-index: 9900;
    top: 56px;
}

.navigation-menu a {
    text-decoration: none;
    color: #404040;
    display: block;
    /*border-bottom: 1px solid #e5e5e5;*/
    /*background: #f8f8f8;*/
    font-weight: 400;
    padding: 12px 30px;
    padding: 0.75rem 1.875rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
}

    .navigation-menu a:hover,
    .navigation-menu a:focus {
        color: #00aae7;
    }

    .navigation-menu a.active {
        color: #00aae7;
        background: #fff;
        position: relative;
    }

.js .navigation-menu a.active {
    background: none;
}

.navigation-menu a.active:after {
    display: none;
}

.navigation-menu a span {
    font-size: 18px;
    /*-webkit-transition: font-size 0.3s ease;
  -moz-transition: font-size 0.3s ease;
  -o-transition: font-size 0.3s ease;
  -ms-transition: font-size 0.3s ease;*/
}

.js .navigation-menu .utility-menu {
    display: block;
}

.js .navigation-menu .utility-menu {
    display: none;
}

.navigation-menu .utility-menu a .icon {
    float: right;
    color: #00aae7;
}

.navigation-menu-alt {
    margin: 0;
    padding: 0;
    font-size: 0;
}

    .navigation-menu-alt li {
        margin: 0;
        position: relative;
    }

    .navigation-menu-alt li {
        position: relative;
    }

.js .navigation-menu-alt li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 4px;
    margin: 0 0 0 0.25rem;
}

.navigation-menu-alt li:before {
    display: none;
}

.js .navigation-menu-alt li:first-child {
    margin-left: 15px;
    margin-left: 0.9375rem;
}

.navigation-menu-alt li.hover {
    z-index: 1090;
}

.navigation-menu-alt li.hover {
    background: #fff;
}

.no-touch .navigation-menu-alt li:hover {
    z-index: 1090;
}

.no-touch .navigation-menu-alt li:hover {
    background: #fff;
}

.navigation-menu-alt a {
    text-decoration: none;
    color: #404040;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    background: #f8f8f8;
    font-weight: 400;
    padding: 12px 30px;
    padding: 0.75rem 1.875rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
}

.js .navigation-menu-alt a {
    line-height: 39px;
    line-height: 2.4375rem;
}

.js .nav-section-size-d .article-body .article-header a {
    padding: 0;
}

.js .navigation-menu-alt .menu-hover .article-header a {
    border: 0;
    padding: 0;
    background: white;
    font-size: 18px;
}

.js .navigation-menu-alt a {
    border: 0;
    padding: 0;
    background: #f2f2f2;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 12px 50px;
    padding: 0.75rem 3.125rem;
    line-height: 22px;
    line-height: 1.375rem;
}

.js .navigation-menu-alt a {
    font-size: 22px;
    font-size: 1.375rem;
}

.navigation-menu-alt a:hover {
    background: #dfdfdf;
}

.navigation-menu-alt a.active {
    background: #dfdfdf;
    position: relative;
}

.js .navigation-menu-alt a.active {
    background: #dfdfdf;
}

.navigation-menu-alt a span {
    position: relative;
    bottom: -1px;
    bottom: -0.0625rem;
}

.js .navigation-menu-alt .utility-menu-alt {
    display: block;
}

.js .navigation-menu-alt .utility-menu-alt {
    display: none;
}

.js .menu-subnav {
    text-align: left;
    margin: -18px;
    display: none;
    position: absolute;
    background: #fff;
    overflow: hidden;
    height: auto;
    z-index: 99;
    border: 1px solid #dfdfdf;
    border-top: 0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media (min-width: 48em) {
    .js .menu-subnav.in {
        display: block;
    }
}

.js .menu-subnav h3 {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding-right: 30px;
    padding-right: 1.875rem;
}

.js .menu-subnav p {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
}

.js .menu-subnav a {
    color: #555555;
}

    .js .menu-subnav a:hover,
    .js .menu-subnav a:focus {
        color: #00aae7;
    }

        .js .menu-subnav a:hover p {
            color: #00aae7;
        }

        .js .menu-subnav a:hover h3 {
            color: #00aae7;
        }

.js .menu-subnav .icon {
    color: #00aae7;
    font-size: 22px;
    font-size: 1.375rem;
}

    .js .menu-subnav .icon.icon-chevron-right {
        font-size: 16px;
        font-size: 1rem;
    }

.js .menu-subnav .menu-subnav-header {
    display: none;
}

.js .menu-subnav .article-media {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.js .menu-subnav .menu-subnav-inner {
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 30px 50px;
    padding: 1.875rem 3.125rem;
}

.js .menu-subnav .article-details {
    height: auto;
    overflow: hidden;
}

.menu-subnav-style-a {
    top: 126px;
    top: 8.3rem;
    left: 0;
}

.navigation-alt .menu-subnav-style-a {
    top: 61px;
    top: 3.9375rem;
}

.menu-subnav .menu-subnav-style-e {
    top: 91px;
}

.menu-subnav-style-a .menu-subnav-inner {
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-right: 50px;
    padding-right: 3.125rem;
}

.menu-subnav-style-a {
    width: 82.7480916%;
    *width: 82.2480916%;
    left: 5.6%;
    max-width: 1084px;
    max-width: 67.75rem;
}

.navigation-alt .menu-subnav-style-a {
    left: 0;
}

.ie8 .navigation .menu-subnav-style-a {
    left: 15%;
    top: 137px;
}

.menu-subnav-style-a .nav-section-size-d {
    width: 23.3902439%;
    *width: 23.8902439%;
    margin-left: 0.81300813%;
    *margin-left: 0.31300813%;
}

    .menu-subnav-style-a .nav-section-size-d:first-child {
        margin-left: 0;
    }

    .menu-subnav-style-a .nav-section-size-d .article-body {
        position: relative;
        padding-left: 4.58333333%;
        *padding-left: 4.08333333%;
        padding-right: 4.58333333%;
        *padding-right: 4.08333333%;
    }

        .menu-subnav-style-a .nav-section-size-d .article-body .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

.menu-subnav-style-b {
    top: 126px;
    top: 8.3rem;
    left: 0;
}

.navigation-alt .menu-subnav-style-b {
    top: 63px;
    top: 3.9375rem;
}

.menu-subnav-style-b {
    left: 20%;
    *left: 20%;
    max-width: 560px;
    max-width: 35rem;
}

.navigation-alt .menu-subnav-style-b {
    left: 0;
    width: 600px;
    width: 37.5rem;
    max-width: 600px;
    max-width: 37.5rem;
}

.menu-subnav-style-b {
    width: 42.7480916%;
    *width: 42.2480916%;
    left: 19.46564885%;
    *left: 18.96564885%;
    max-width: 560px;
    max-width: 35rem;
    left: 10rem;
}

.navigation-alt .menu-subnav-style-b {
    left: 0;
}

.ie8 .navigation .menu-subnav-style-b {
    left: 24%;
    top: 137px;
}

.navigation-alt .menu-subnav-style-b .nav-section-size-d {
    margin-bottom: 0;
    width: 43.47826087%;
    *width: 42.97826087%;
}

.menu-subnav-style-b .nav-section-size-d {
    margin-bottom: 0;
    width: 43.47826087%;
    *width: 42.97826087%;
}

.nav-section-size-d h3; {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.menu-subnav-style-b .nav-section-size-d:first-child {
    margin-left: 0;
}

.menu-subnav-style-b .nav-section-size-d li {
    position: relative;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

    .menu-subnav-style-b .nav-section-size-d li a {
        padding-left: 30px;
        padding-left: 1.875rem;
        display: block;
    }

    .menu-subnav-style-b .nav-section-size-d li .icon {
        position: absolute;
        top: 0;
    }

.menu-subnav-style-c {
    top: 126px;
    top: 8.3rem;
    left: 0;
    right: 0;
}

.navigation-alt .menu-subnav-style-c {
    top: 63px;
    top: 3.9375rem;
}

.menu-subnav-style-c {
    width: 76.64122137%;
    *width: 76.14122137%;
    left: 12.59541985%;
    *left: 12.09541985%;
    max-width: 1004px;
    max-width: 62.75rem;
    right: auto;
}

.navigation-alt .menu-subnav-style-c {
    left: 0;
}

.menu-subnav-style-c {
    left: 10%;
}

.ie8 .navigation .menu-subnav-style-c {
    left: 24%;
    top: 137px;
}

.menu-subnav-style-c .nav-section-size-d {
    width: 21.68141593%;
    *width: 21.18141593%;
}

    .menu-subnav-style-c .nav-section-size-d .article-body {
        position: relative;
        color: #000;
        font-size: 13px;
        font-size: 0.8125rem;
        padding-left: 5.6122449%;
        *padding-left: 5.1122449%;
        padding-right: 5.6122449%;
        *padding-right: 5.1122449%;
        line-height: 18px;
        line-height: 1.125rem;
    }

    .menu-subnav-style-c .nav-section-size-d p {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    .menu-subnav-style-c .nav-section-size-d time {
        color: #898989;
    }

    .menu-subnav-style-c .nav-section-size-d:first-child {
        margin-left: 0;
    }

.menu-subnav-style-c .nav-section-size-b {
    width: 28.31858407%;
    *width: 27.81858407%;
    margin-left: 6.52654867%;
    *margin-left: 6.02654867%;
}

    .menu-subnav-style-c .nav-section-size-b ul li {
        border-bottom: 1px solid #d6d6d6;
        line-height: 18px;
        line-height: 1.125rem;
        margin-bottom: 18px;
        margin-bottom: 1.125rem;
        font-size: 13px;
        font-size: 0.8125rem;
        padding-bottom: 12px;
        padding-bottom: 0.75rem;
    }

        .menu-subnav-style-c .nav-section-size-b ul li:last-child {
            margin-bottom: 12px;
            margin-bottom: 0.75rem;
        }

        .menu-subnav-style-c .nav-section-size-b ul li a {
            color: #000;
        }

            .menu-subnav-style-c .nav-section-size-b ul li a:hover,
            .menu-subnav-style-c .nav-section-size-b ul li a:focus {
                color: #0c55a5;
            }

    .menu-subnav-style-c .nav-section-size-b .article-more a {
        font-size: 13px;
        font-size: 0.8125rem;
        color: #00aae7;
    }

    .menu-subnav-style-c .nav-section-size-b .article-body a:hover,
    .menu-subnav-style-c .nav-section-size-b .article-body a:focus {
        color: #00aae7;
    }

    .menu-subnav-style-c .nav-section-size-b .article-more a:hover,
    .menu-subnav-style-c .nav-section-size-b .article-more a:focus {
        color: #0c55a5;
    }

    .menu-subnav-style-c .nav-section-size-b .article-more .icon {
        font-size: 13px;
        font-size: 0.8125rem;
    }

.menu-subnav-style-c .nav-section-size-c {
    width: 13.49557522%;
    *width: 12.99557522%;
    margin-left: 6.96902655%;
    *margin-left: 6.46902655%;
}

    .menu-subnav-style-c .nav-section-size-c ul li {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
    }

        .menu-subnav-style-c .nav-section-size-c ul li a {
            color: #000;
        }

            .menu-subnav-style-c .nav-section-size-c ul li a:hover,
            .menu-subnav-style-c .nav-section-size-c ul li a:focus {
                color: #00aae7;
            }

.menu-subnav-style-d {
    top: 126px;
    top: 8.3rem;
    left: 0;
    right: 0;
}

.navigation-alt .menu-subnav-style-d {
    top: 63px;
    top: 3.9375rem;
}

.menu-subnav-style-d {
    width: 72.29007634%;
    *width: 71.79007634%;
    left: 16.5648855%;
    *left: 16.0648855%;
    max-width: 947px;
    max-width: 59.1875rem;
    right: auto;
}

.ie8 .navigation .menu-subnav-style-d {
    left: 26%;
    top: 137px;
}

.menu-subnav-style-d .nav-section-size-d {
    width: 23.14049587%;
    *width: 22.64049587%;
}

    .menu-subnav-style-d .nav-section-size-d h3 {
        color: #404040;
        font-size: 16px;
        font-size: 1rem;
    }

    .menu-subnav-style-d .nav-section-size-d .article-body {
        position: relative;
        color: #000;
        font-size: 13px;
        font-size: 0.8125rem;
        padding-left: 5.6122449%;
        *padding-left: 5.1122449%;
        padding-right: 5.6122449%;
        *padding-right: 5.1122449%;
        line-height: 18px;
        line-height: 1.125rem;
    }

    .menu-subnav-style-d .nav-section-size-d p {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    .menu-subnav-style-d .nav-section-size-d time {
        color: #898989;
    }

    .menu-subnav-style-d .nav-section-size-d .article-more a {
        font-size: 13px;
        font-size: 0.8125rem;
        color: #00aae7;
    }

        .menu-subnav-style-d .nav-section-size-d .article-more a:hover,
        .menu-subnav-style-d .nav-section-size-d .article-more a:focus {
            color: #0c55a5;
        }

    .menu-subnav-style-d .nav-section-size-d .article-more .icon {
        font-size: 13px;
        font-size: 0.8125rem;
    }

.menu-subnav-style-d .nav-section-size-b {
    width: 30.43211334%;
    *width: 21.93211334%;
    margin-left: 2.95159386%;
    *margin-left: 2.45159386%;
}

    .menu-subnav-style-d .nav-section-size-b h3 {
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
    }

    .menu-subnav-style-d .nav-section-size-b ul li {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
    }

.menu-subnav-style-d .nav-section-size-c {
    /*width: 22.43211334%;*/
    *width: 21.93211334%;
    margin-left: 2.95159386%;
    *margin-left: 2.45159386%;
}

    .menu-subnav-style-d .nav-section-size-c article:first-child {
        margin-bottom: 24px;
        margin-bottom: 1.5rem;
    }

    .menu-subnav-style-d .nav-section-size-c ul li {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
    }

.menu-subnav-style-e {
    top: 126px;
    top: 8.3rem;
    left: 0;
}

.navigation-alt .menu-subnav-style-e {
    top: 63px;
    top: 3.9375rem;
}

.menu-subnav-style-e .nav-section-size-c ul li {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.menu-subnav-style-e {
    left: 40%;
    *left: 40%;
    max-width: 296px;
    max-width: 18.5rem;
}

.menu-subnav-style-e {
    left: 44%;
    *left: 44%;
    max-width: 296px;
    max-width: 18.5rem;
}

.menu-subnav-style-e {
    left: 41%;
    *left: 41%;
}

.menu-subnav-style-e {
    left: 37%;
}

.ie8 .navigation .menu-subnav-style-e {
    left: 45%;
    top: 137px;
}

.menu-subnav-style-f {
    top: 126px;
    top: 8.3rem;
    left: 0;
}

.navigation-alt .menu-subnav-style-f {
    top: 63px;
    top: 3.9375rem;
}

.menu-subnav-style-f {
    width: 44.73282443%;
    *width: 44.23282443%;
    left: 39.38931298%;
    *left: 38.88931298%;
    max-width: 586px;
    max-width: 36.625rem;
}

.menu-subnav-style-f {
    left: 47.17557252%;
    *left: 46.67557252%;
}

.menu-subnav-style-f {
    left: auto;
    right: 126px;
    right: 8.3rem;
}

.lt-ie9 .navigation .menu-subnav-style-f {
    left: auto;
    right: 26px;
    right: 1.625rem;
    top: 140px;
}

.menu-subnav-style-f .nav-section-size-d {
    width: 49.38271605%;
    *width: 48.88271605%;
    margin-left: 0.82304527%;
    *margin-left: 0.32304527%;
}

    .menu-subnav-style-f .nav-section-size-d:first-child {
        margin-left: 0;
    }

    .menu-subnav-style-f .nav-section-size-d .article-body {
        position: relative;
        padding-left: 4.58333333%;
        *padding-left: 4.08333333%;
        padding-right: 4.58333333%;
        *padding-right: 4.08333333%;
    }

        .menu-subnav-style-f .nav-section-size-d .article-body .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

.menu-subnav-style-g {
    top: 126px;
    top: 8.3rem;
    left: 0;
    right: 0;
}

.navigation-alt .menu-subnav-style-g {
    top: 62px;
    top: 3.9375rem;
}

.menu-subnav-style-g {
    width: 59.54198473%;
    *width: 59.04198473%;
    left: 9.16030534%;
    *left: 8.66030534%;
    max-width: 780px;
    max-width: 48.75rem;
    right: auto;
}

.navigation-alt .menu-subnav-style-g {
    left: 0px;
}

.menu-subnav-style-g .nav-section-size-a {
    width: 30.14705882%;
    *width: 29.64705882%;
    margin-left: 4.41176471%;
    *margin-left: 3.91176471%;
}

    .menu-subnav-style-g .nav-section-size-a:first-child {
        margin-left: 0px;
    }

    .menu-subnav-style-g .nav-section-size-a h3 {
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
    }

    .menu-subnav-style-g .nav-section-size-a ul li {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
    }

        .menu-subnav-style-g .nav-section-size-a ul li a {
            color: #555555;
        }

            .menu-subnav-style-g .nav-section-size-a ul li a:hover,
            .menu-subnav-style-g .nav-section-size-a ul li a:focus {
                color: #0c55a5;
            }

.nav-section-size-d,
.nav-section-size-b,
.nav-section-size-c,
.nav-section-size-d,
.nav-section-size-a {
    float: left;
    position: relative;
    height: auto;
    overflow: hidden;
}

.subnav-more {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #555;
    padding-top: 12px;
    padding-top: 0.75rem;
    margin-top: 12px;
    margin-top: 0.75rem;
}

    .subnav-more a {
        font-size: 18px;
        font-size: 1.125rem;
    }

.inpage-nav {
    float: left;
    width: 100%;
    margin-left: 20px;
    margin-left: 1.25rem;
    display: none;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.inpage-nav {
    display: block;
}

    .inpage-nav.inpage-nav-alt {
        margin-bottom: 0;
        padding-top: 18px;
        padding-top: 1.125rem;
    }

    .inpage-nav .inpage-nav-inner .inpage-nav-label {
        float: left;
        margin-bottom: 0;
    }

    .inpage-nav .inpage-nav-inner .inpage-nav-menu {
        float: left;
        margin-left: 10px;
        margin-left: 0.625rem;
    }

        .inpage-nav .inpage-nav-inner .inpage-nav-menu li {
            display: inline-block;
            padding: 0 10px;
            padding: 0rem 0.625rem;
            border-left: 1px solid #dfdfdf;
            border-left: 0.0625rem solid #dfdfdf;
        }

            .inpage-nav .inpage-nav-inner .inpage-nav-menu li:first-child {
                border: none;
            }

            .inpage-nav .inpage-nav-inner .inpage-nav-menu li a {
                color: #404040;
            }

                .inpage-nav .inpage-nav-inner .inpage-nav-menu li a:hover,
                .inpage-nav .inpage-nav-inner .inpage-nav-menu li a:focus {
                    color: #0c55a5;
                }

.global-search {
    background: none;
    position: absolute;
    top: 49px;
    right: 15px;
}

.js .global-search-header.global-search-header-alt {
    z-index: -1;
}

.js .global-search-header.global-search-header-alt {
    left: auto;
    position: absolute;
    box-shadow: none;
    padding: 0;
    z-index: 5;
    width: 190px;
    width: 11.875rem;
    right: 15px;
    right: 0.9375rem;
    top: 46px;
    top: 2.875rem;
}

.js .global-search-header.global-search-header-alt {
    width: 370px;
    width: 23.125rem;
}

.no-csstransforms3d.lt-ie10.js .global-search-header.global-search-header-alt {
    top: 0;
}

.ie8.js .global-search-header.global-search-header-alt {
    top: 0 !important;
}

.js .global-search-header {
    left: auto;
    position: absolute;
    box-shadow: none;
    padding: 0;
    z-index: 5;
    width: 200px;
    width: 12.5rem;
    top: 99px;
    top: 6.1875rem;
}

.search-in .global-search-header {
    z-index: 5;
    top: 142px;
    top: 8.875rem;
}

    .search-in .global-search-header.global-search-header-alt {
        z-index: 5;
    }

.search-in .global-search-header {
    top: 178px;
    top: 11.125rem;
}

.no-csstransforms3d.js .global-search-header,
.windowsphone .global-search-header {
    display: none;
}

.no-csstransforms3d.search-in .global-search-header,
.windowsphone.search-in .global-search-header {
    display: block;
}

.no-csstransforms3d.js.lt-ie10 .global-search-header {
    display: block;
    top: 65px;
    top: 4.0625rem;
}

.menu-in .global-search-header {
    display: none;
}

.ios-keyboard-in .global-search-header {
    position: absolute;
}

.global-search-title {
    height: 1px;
    margin: -1px;
    position: absolute;
    width: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px !important;
}

    .global-search-title.focusable:active,
    .global-search-title.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

    .global-search-title.focusable:active,
    .global-search-title.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.global-search-form {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

    .global-search-form .icon-search {
        color: #bfbfbf;
        float: left;
        position: absolute;
        line-height: 42px;
        line-height: 2.625rem;
        font-size: 24px;
        font-size: 1.5rem;
        right: 25px;
        right: 1.5625rem;
    }

    .global-search-form .icon-search {
        line-height: 35px;
        line-height: 2.1875rem;
        right: 10px;
        right: 0.625rem;
    }

.global-search-header-alt .global-search-form .icon-search {
    line-height: 45px;
    line-height: 2.8125rem;
}

.global-search-header-alt .global-search-form .icon-search {
    right: 5px;
    right: 0.3125rem;
    line-height: 46px;
    line-height: 2.875rem;
}

.global-search-form .btn-search {
    position: absolute;
    margin: 0;
    background: transparent;
    box-shadow: none;
    text-indent: -999em;
    top: 0;
    right: 15px;
    right: 0.9375rem;
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
}

.global-search-form .btn-search {
    right: 0;
    height: 35px;
    height: 2.1875rem;
    width: 40px;
    width: 2.5rem;
}

.global-search-header-alt .global-search-form .btn-search {
    right: 0;
    height: 45px;
    height: 2.8125rem;
}

.global-search-input {
    float: left;
    color: #84939a;
    width: 100%;
    background: none;
    margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #e5e5e5;
    border: 0.0625rem solid #e5e5e5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 6px 45px 6px 10px;
    padding: 0.375rem 2.8125rem 0.375rem 0.625rem;
    line-height: 30px;
    line-height: 1.875rem;
    height: 42px;
    height: 2.625rem;
}

.global-search-header-alt .global-search-input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.global-search-input {
    height: 36px;
    height: 2.25rem;
    font-size: 19px;
    font-size: 1.1875rem;
}

.global-search-header-alt .global-search-input {
    height: 46px;
    height: 2.875rem;
    padding-right: 10px;
    padding-right: 0.625rem;
}

.global-search-input:focus {
    border: 1px solid #cccccc;
    border: 0.0625rem solid #cccccc;
}

.banner {
    display: block;
    z-index: 4;
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
}

.banner {
    height: 450px;
    height: 28.125rem;
}

    .banner a:hover {
        text-decoration: underline;
        color: #fff;
    }

        .banner a:hover .icon {
            color: #fff;
        }

.carousel .banner-size-a {
    height: 450px;
    height: 28.125rem;
}

.banner-size-a {
    height: 450px;
    height: 28.125rem;
}

.carousel .banner-size-b {
    height: 374px;
    height: 23.375rem;
}

.banner-size-b {
    height: 374px;
    height: 23.375rem;
}

.carousel .banner-size-c {
    height: 374px;
    height: 23.375rem;
}

.banner-size-c {
    height: 540px;
    height: 33.75rem;
}

.banner-text-color-a * {
    color: #fff;
}

.banner-text-color-b * {
    color: #404040;
}

    .banner-text-color-b * a:hover {
        text-decoration: underline;
        color: #404040;
    }

        .banner-text-color-b * a:hover .icon {
            color: #404040;
        }

.carousel .banner-media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .banner-media img {
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

.banner-body {
    padding: 18px 20px;
    padding: 1.125rem 1.25rem;
}

.carousel .banner-body {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 590px;
    max-width: 36.875rem;
}

.banner-body {
    padding: 36px 40px;
    padding: 2.25rem 2.5rem;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 590px;
    max-width: 36.875rem;
}

.lt-ie9 .banner-body {
    top: 36px;
    top: 2.25rem;
}

.banner-color-a .banner-body {
    background-color: #0153a7;
    background-color: rgba(1, 83, 167, 0.8);
}

.lt-ie9 .banner-color-a .banner-body {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0153a7, endColorstr=#cc0153a7)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0153a7, endColorstr=#cc0153a7);
    background-color: rgba(1, 83, 167, 0.8);
}

.banner-color-a.banner-opacity-a .banner-body {
    background-color: #0153a7;
    background-color: rgba(1, 83, 167, 0.8);
}

.lt-ie9 .banner-color-a.banner-opacity-a .banner-body {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0153a7, endColorstr=#cc0153a7)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0153a7, endColorstr=#cc0153a7);
    background-color: rgba(1, 83, 167, 0.8);
}

.banner-color-a.banner-opacity-b .banner-body {
    background-color: #0153a7;
    background-color: rgba(1, 83, 167, 0.6);
}

.lt-ie9 .banner-color-a.banner-opacity-b .banner-body {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#990153a7, endColorstr=#990153a7)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#990153a7, endColorstr=#990153a7);
    background-color: rgba(1, 83, 167, 0.6);
}

.banner-color-a.banner-opacity-c .banner-body {
    background-color: #0153a7;
    background-color: rgba(1, 83, 167, 0.4);
}

.lt-ie9 .banner-color-a.banner-opacity-c .banner-body {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#660153a7, endColorstr=#660153a7)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#660153a7, endColorstr=#660153a7);
    background-color: rgba(1, 83, 167, 0.4);
}

.banner-color-b .banner-body {
    background-color: #800f69;
    background-color: rgba(128, 15, 105, 0.8);
}

.lt-ie9 .banner-color-b .banner-body {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc800f69, endColorstr=#cc800f69)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc800f69, endColorstr=#cc800f69);
    background-color: rgba(128, 15, 105, 0.8);
}

.banner-color-b.banner-opacity-a .banner-body {
    background-color: #800f69;
    background-color: rgba(128, 15, 105, 0.8);
}

.lt-ie9 .banner-color-b.banner-opacity-a .banner-body {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc800f69, endColorstr=#cc800f69)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc800f69, endColorstr=#cc800f69);
    background-color: rgba(128, 15, 105, 0.8);
}

.banner-color-b.banner-opacity-b .banner-body {
    background-color: #800f69;
    background-color: rgba(128, 15, 105, 0.6);
}

.lt-ie9 .banner-color-b.banner-opacity-b .banner-body {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99800f69, endColorstr=#99800f69)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99800f69, endColorstr=#99800f69);
    background-color: rgba(128, 15, 105, 0.6);
}

.banner-color-b.banner-opacity-c .banner-body {
    background-color: #800f69;
    background-color: rgba(128, 15, 105, 0.4);
}

.lt-ie9 .banner-color-b.banner-opacity-c .banner-body {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66800f69, endColorstr=#66800f69)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66800f69, endColorstr=#66800f69);
    background-color: rgba(128, 15, 105, 0.4);
}

.banner-color-c .banner-body {
    background-color: #dfdfdf;
    background-color: rgba(223, 223, 223, 0.8);
}

.lt-ie9 .banner-color-c .banner-body {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccdfdfdf, endColorstr=#ccdfdfdf)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccdfdfdf, endColorstr=#ccdfdfdf);
    background-color: rgba(223, 223, 223, 0.8);
}

.banner-position-b .banner-body {
    left: 0;
}

.banner-position-b .banner-body {
    left: auto;
    right: 0;
}

.banner-details {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
}

    .banner-details p:last-child,
    .banner-details ul:last-child,
    .banner-details ol:last-child {
        margin: 0;
    }

    .banner-details .icon {
        font-size: 14px;
        font-size: 0.875rem;
        vertical-align: middle;
    }

.banner-header + .banner-details {
    padding-top: 12px;
    padding-top: 0.75rem;
}

.banner-title {
    margin: 0;
}

.banner-thumbnail {
    display: none;
}

.banner-thumbnail {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
}

.banner-position-b .banner-thumbnail {
    left: auto;
    right: 100%;
}

.banner-thumbnail img {
    height: 100%;
    width: auto;
    vertical-align: top;
    float: left;
}

.banner-style-a {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

.article {
    position: relative;
}

    .article .ajax-loading {
        opacity: 0;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.ajax-loaded .article .ajax-loading {
    opacity: 1;
}

.article-style-a {
    padding-top: 18px;
    padding-top: 1.125rem;
    border-top: 1px solid #dfdfdf;
    border-top: 0.0625rem solid #dfdfdf;
}

.article-style-a {
    margin-top: 18px;
    margin-top: 1.125rem;
    padding-top: 36px;
    padding-top: 2.25rem;
}

.article-style-b {
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

    .article-style-b > a {
        text-decoration: none;
    }

        .article-style-b > a:hover,
        .article-style-b > a:focus {
            color: #0c55a5;
        }

.article-list .article-style-b {
    border-bottom: 1px solid #ddd;
}

.article-style-c {
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 24px 20px;
    padding: 1.5rem 1.25rem;
}

.article-style-c {
    padding: 36px 40px;
    padding: 2.25rem 2.5rem;
}

    .article-style-c > a {
        text-decoration: none;
    }

        .article-style-c > a:hover,
        .article-style-c > a:focus {
            color: #0c55a5;
        }

.article-list .article-style-c {
    border-bottom: 1px solid #ddd;
}

.article-style-d {
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 24px 20px;
    padding: 1.5rem 1.25rem;
}

.region-c .article-style-d {
    padding: 18px 20px;
    padding: 1.125rem 1.25rem;
}

.article-style-d > a {
    text-decoration: none;
}

    .article-style-d > a:hover,
    .article-style-d > a:focus {
        color: #0c55a5;
    }

.article-list .article-style-d {
    border-bottom: 1px solid #ddd;
}

    .article-list .article-style-d:last-child {
        border-bottom: 0;
    }

    .article-list .article-style-d .article-header {
        margin-bottom: 0;
    }

        .article-list .article-style-d .article-header .heading-style-b {
            margin-bottom: 0;
        }

.article-style-f {
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

    .article-style-f > a {
        text-decoration: none;
    }

        .article-style-f > a:hover,
        .article-style-f > a:focus {
            color: #0c55a5;
        }

    .article-style-f .article-header {
        padding-left: 20px;
        padding-left: 1.25rem;
    }

    .article-style-f .article-header {
        text-align: center;
        padding-left: 0;
    }

.optional-footer .article-style-f .article-header {
    padding: 0;
}

.article-style-f .article-header .article-header-title a {
    color: #068bca;
}

    .article-style-f .article-header .article-header-title a:hover,
    .article-style-f .article-header .article-header-title a:focus {
        color: #0c55a5;
    }

.article-style-f .article-header .article-header-title a {
    color: inherit;
}

    .article-style-f .article-header .article-header-title a .icon {
        border: 1px solid #d8d8d8;
        border: 0.0625rem solid #d8d8d8;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        width: 30px;
        width: 1.875rem;
        height: 30px;
        height: 1.875rem;
        padding-left: 5px;
        padding-left: 0.3125rem;
    }

    .article-style-f .article-header .article-header-title a .icon {
        border: none;
        width: auto;
        height: auto;
        padding-left: 0;
    }

.article-style-f .article-body {
    background: #fff;
    padding: 45px 20px;
    padding: 2.8125rem 1.25rem;
}

.article-style-f .article-body {
    padding: 72px 20px;
    padding: 4.5rem 1.25rem;
}

    .article-style-f .article-body .icon b {
        height: 1px;
        margin: -1px;
        position: absolute;
        width: 1px;
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px !important;
    }

        .article-style-f .article-body .icon b.focusable:active,
        .article-style-f .article-body .icon b.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

        .article-style-f .article-body .icon b.focusable:active,
        .article-style-f .article-body .icon b.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

.equal-heights-added.js .optional-footer.article-style-f .article-body .article-body-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.ie8 .equal-heights-added.js .optional-footer.article-style-f .article-body .article-body-inner {
    display: table-cell;
    position: static;
    vertical-align: middle;
}

.article-style-f .article-icon {
    position: relative;
    text-align: center;
    width: 100%;
    right: auto;
    top: auto;
    display: none;
}

.article-style-f .article-icon {
    display: block;
}

    .article-style-f .article-icon .icon {
        font-size: 80px;
        font-size: 5rem;
    }

.article-style-g {
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

    .article-style-g > a {
        text-decoration: none;
    }

        .article-style-g > a:hover,
        .article-style-g > a:focus {
            color: #0c55a5;
        }

    .article-style-g .article-body {
        padding: 24px 20px;
        padding: 1.5rem 1.25rem;
        float: left;
    }

    .article-style-g .article-body {
        padding: 36px 40px;
        padding: 2.25rem 2.5rem;
        padding-left: 0;
    }

.html-rtl .article-style-g .article-body {
    padding: 36px 40px;
    padding: 2.25rem 2.5rem;
    padding-right: 0;
}

.article-style-g .article-icon {
    top: 24px;
    top: 1.5rem;
    right: 20px;
    right: 1.25rem;
}

.article-style-g .article-icon {
    top: 36px;
    top: 2.25rem;
    right: 20px;
    right: 1.25rem;
}

.article-style-h {
    overflow: hidden;
    background: #fff;
    padding: 48px 10px;
    padding: 3rem 0.625rem;
    margin-bottom: 1px;
    margin-bottom: 0.0625rem;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.article-style-h {
    padding: 48px 25px;
    padding: 3rem 1.5625rem;
}

    .article-style-h .article-header {
        float: left;
        width: 100%;
        min-height: 10px;
    }

    .article-style-h .article-header {
        width: 32%;
        margin-right: 2%;
    }

    .article-style-h .article-header {
        margin: 0;
        width: 25%;
        width: 20.47244094%;
        *width: 19.97244094%;
        padding-right: 20px;
        padding-right: 1.25rem;
    }

        .article-style-h .article-header .article-title {
            margin-bottom: 3px;
            margin-bottom: 0.1875rem;
        }

    .article-style-h .article-body {
        float: left;
        width: 100%;
    }

    .article-style-h .article-body {
        width: 32%;
        margin-right: 2%;
    }

    .article-style-h .article-body {
        margin: 0;
        width: 50%;
        width: 62.99212598%;
        *width: 62.49212598%;
        padding-right: 20px;
        padding-right: 1.25rem;
    }

    .article-style-h .article-body-detail {
        float: left;
        width: 100%;
        min-height: 10px;
    }

    .article-style-h .article-body-detail {
        width: 32%;
        margin-left: 2%;
    }

        .article-style-h .article-body-detail:first-child {
            margin-left: 0;
        }

        .article-style-h .article-body-detail p {
            margin-bottom: 0;
        }

    .article-style-h .article-footer {
        float: right;
        padding: 0;
        width: 100%;
        min-height: 10px;
    }

    .article-style-h .article-footer {
        width: 32%;
        padding-left: 20px;
        padding-left: 1.25rem;
    }

    .article-style-h .article-footer {
        padding: 0;
        width: 25%;
        width: 15.35433071%;
        *width: 14.85433071%;
    }

        .article-style-h .article-footer a {
            margin-bottom: 0;
            padding: 0;
            float: left;
            width: 100%;
        }

        .article-style-h .article-footer a {
            width: auto;
        }

            .article-style-h .article-footer a.right {
                float: right;
            }

            .article-style-h .article-footer a.left {
                float: left;
            }

            .article-style-h .article-footer a:last-child {
                margin-left: 10px;
                margin-left: 0.625rem;
            }

    .article-style-h .article-contact-numbers a {
        font-size: 14px;
        font-size: 0.875rem;
    }

.article-style-i {
    float: left;
    background: #fff;
    padding: 18px 20px;
    padding: 1.125rem 1.25rem;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dddddd;
    border-bottom: 0.0625rem solid #dddddd;
}

    .article-style-i .article-media {
        float: left;
        width: 100%;
    }

    .article-style-i .article-media {
        width: 32.5203252%;
        *width: 32.0203252%;
    }

    .article-style-i .article-media {
        width: 21.70542636%;
        *width: 21.20542636%;
    }

    .article-style-i .article-content {
        float: left;
        position: relative;
    }

    .article-style-i .article-content {
        float: right;
        width: 67.4796748%;
        *width: 66.9796748%;
        padding-left: 5.4200542%;
        *padding-left: 4.9200542%;
    }

    .article-style-i .article-content {
        width: 78.29457364%;
        *width: 77.79457364%;
        padding-left: 3.10077519%;
        *padding-left: 2.60077519%;
    }

    .article-style-i .article-header {
        float: left;
    }

    .article-style-i .article-header {
        width: 39.6039604%;
        *width: 39.1039604%;
        padding-right: 3.10077519%;
        *padding-right: 2.60077519%;
    }

        .article-style-i .article-header time {
            margin-bottom: 12px;
            margin-bottom: 0.75rem;
            margin-top: 9px;
            margin-top: 0.5625rem;
            font-size: 13px;
            font-size: 0.8125rem;
            color: #999999;
        }

        .article-style-i .article-header .article-subtitle {
            display: none;
            color: #00aae7;
        }

        .article-style-i .article-header .article-subtitle {
            display: inline;
        }

        .article-style-i .article-header .article-subtitle-alt {
            display: none;
            font-size: 13px;
            font-size: 0.8125rem;
            color: #999999;
        }

        .article-style-i .article-header .article-subtitle-alt {
            display: inline;
        }

        .article-style-i .article-header .article-subtitle-alt {
            display: none;
        }

    .article-style-i .article-content-detail {
        float: left;
        display: none;
    }

    .article-style-i .article-content-detail {
        display: block;
        width: 100%;
    }

    .article-style-i .article-content-detail {
        width: 44.55445545%;
        *width: 44.05445545%;
        padding-right: 3.10077519%;
        *padding-right: 2.60077519%;
        padding-top: 18px;
        padding-top: 1.125rem;
    }

    .article-style-i .article-footer {
        float: left;
        width: 100%;
    }

    .article-style-i .article-footer {
        text-align: center;
        width: 17.82178218%;
        *width: 17.32178218%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }

.ie8 .article-style-i .article-footer {
    display: table-cell;
    position: static;
    vertical-align: middle;
}

.article-style-i .article-footer a {
    font-size: 22px;
    font-size: 1.375rem;
}

.article-style-i .article-footer .action-social {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-left: 0.625rem;
}

.article-style-i .article-footer .icon {
    font-size: 13px;
    font-size: 0.8125rem;
}

.article-style-j {
    overflow: hidden;
}

    .article-style-j > a {
        text-decoration: none;
    }

.article-social-links {
    display: none;
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    padding: 36px 20px;
    padding: 2.25rem 1.25rem;
}

.equal-heights-added .article-body + .article-social-links {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.article-social-links {
    display: block;
}

    .article-social-links.social-news {
        background: #fff;
        padding: 12px 20px;
        padding: 0.75rem 1.25rem;
    }

    .article-social-links .article-social-links-header {
        text-align: center;
    }

.social-news.article-social-links .article-social-links-header {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
}

.article-social-links .article-social-links-body {
    text-align: center;
}

.article-social-links .article-social-links-body {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 12px;
    margin-top: 0.75rem;
}

    .article-social-links .article-social-links-body .article-social-links-list {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
    }

.social-news.article-social-links .article-social-links-body .article-social-links-list {
    line-height: 0;
}

.article-social-links .article-social-links-body .article-social-links-list li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 0 9px;
    padding: 0rem 0rem 0.5625rem;
    line-height: 24px;
    line-height: 1.5rem;
}

    .article-social-links .article-social-links-body .article-social-links-list li:before {
        display: none;
    }

.social-news.article-social-links .article-social-links-body .article-social-links-list li {
    padding-bottom: 0;
}

.article-media {
    position: relative;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

.article-list .article-media {
    margin-bottom: 0;
}

.article-media img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.article-media-style-a.article-media img,
.article-media-style-b.article-media img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.region-b .article-media-style-a.article-media img,
.region-b .article-media-style-b.article-media img {
    width: auto;
    height: 100%;
    max-width: none;
}

.region-b .article-media-style-a.article-media img,
.region-b .article-media-style-b.article-media img {
    max-width: 100%;
    height: auto;
    width: 100%;
    position: relative;
}

.article-style-a .article-media {
    position: absolute;
}

.article-style-a .article-media {
    position: relative;
    float: right;
}

.article-style-b .article-media {
    margin: 0;
}

.article-style-c .article-media,
.article-style-j .article-media {
    float: left;
}

.article-style-a.block-size-a .article-media {
    margin: 0;
    width: 20.22900763%;
    *width: 19.72900763%;
}

.article-style-a.block-size-b .article-media {
    margin: 0;
    width: 27.04081633%;
    *width: 26.54081633%;
}

.article-style-c.block-size-a .article-media,
.article-style-j.block-size-a .article-media {
    width: 20.86614173%;
    *width: 20.36614173%;
}

.article-style-c.block-size-a .article-media,
.article-style-j.block-size-a .article-media {
    width: 21.54471545%;
    *width: 21.04471545%;
}

.article-media.article-media-style-a {
    float: left;
}

.region-b .article-media.article-media-style-a {
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
    overflow: hidden;
}

.region-b .article-media.article-media-style-a {
    height: auto;
    width: 37.00787402%;
    *width: 36.50787402%;
}

.region-b .article-media.article-media-style-a {
    width: 35.77235772%;
    *width: 35.27235772%;
}

.article-media.article-media-style-b {
    float: left;
}

.article-media.article-media-style-b {
    float: right;
}

.region-b .article-media.article-media-style-b {
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
    overflow: hidden;
}

.region-b .article-media.article-media-style-b {
    height: auto;
    width: 37.00787402%;
    *width: 36.50787402%;
}

.region-b .article-media.article-media-style-b {
    width: 35.77235772%;
    *width: 35.27235772%;
}

.article-media.article-media-style-c {
    float: left;
}

.region-a .article-media.article-media-style-c,
.region-b .article-media.article-media-style-c {
    position: absolute;
    top: 24px;
    top: 1.5rem;
    left: 20px;
    left: 1.25rem;
    width: 80px;
    width: 5rem;
}

.article-media.article-media-style-d {
    float: right;
}

.region-b .article-media.article-media-style-d {
    position: absolute;
    left: 20px;
    left: 1.25rem;
    top: 24px;
    top: 1.5rem;
    width: 80px;
    width: 5rem;
}

.region-b .article-media.article-media-style-d {
    right: 20px;
    right: 1.25rem;
    left: auto;
}

.article-media.article-media-style-e {
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.article-media.article-media-style-e {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
}

    .article-media.article-media-style-e img {
        max-height: 100%;
        max-width: inherit;
    }

.region-b .article-media.article-media-style-e {
    height: 100%;
    width: 37.79527559%;
    *width: 37.29527559%;
}

.region-b .article-media.article-media-style-e {
    width: 36.58536585%;
    *width: 36.08536585%;
}

.article-media.article-media-style-f {
    float: left;
}

    .article-media.article-media-style-f img {
        max-width: 100%;
    }

.region-b .article-media.article-media-style-f {
    height: auto;
    width: 37.00787402%;
    *width: 36.50787402%;
}

.region-b .article-media.article-media-style-f {
    width: 35.77235772%;
    *width: 35.27235772%;
}

.article-body {
    position: relative;
}

.article-style-b .article-body {
    background: #fff;
    min-height: 102px;
    min-height: 6.375rem;
    padding: 36px 20px;
    padding: 2.25rem 1.25rem;
}

.article-style-b .article-body {
    padding: 18px 20px;
    padding: 1.125rem 1.25rem;
}

.article-style-a .article-media + .article-body,
.article-style-c .article-media + .article-body,
.article-style-j .article-media + .article-body {
    float: left;
}

.article-body.has-footer {
    padding-bottom: 92px;
    padding-bottom: 5.75rem;
}

.region-c .article-body.has-footer {
    padding-bottom: 36px;
    padding-bottom: 2.25rem;
}

.article-style-a .article-media + .article-body {
    float: left;
}

.article-style-c .article-media + .article-body,
.article-style-j .article-media + .article-body {
    float: right;
}

.article-style-a.block-size-a .article-media + .article-body {
    width: 77.48091603%;
    *width: 76.98091603%;
}

.article-style-a.block-size-b .article-media + .article-body {
    width: 58.67346939%;
    *width: 58.17346939%;
}

.article-style-c.block-size-a .article-media + .article-body,
.article-style-j.block-size-a .article-media + .article-body {
    width: 76.01626016%;
    *width: 75.51626016%;
}

.article-style-c.block-size-a .article-media + .article-body,
.article-style-j.block-size-a .article-media + .article-body {
    width: 75.19685039%;
    *width: 74.69685039%;
}

.article-style-c.block-size-a .article-media + .article-body,
.article-style-j.block-size-a .article-media + .article-body {
    width: 76.01626016%;
    *width: 75.51626016%;
}

.article-style-c .article-media.article-media-style-a + .article-body,
.article-style-j .article-media.article-media-style-a + .article-body {
    padding-left: 100px;
    padding-left: 6.25rem;
}

.article-style-c .article-media.article-media-style-a + .article-body,
.article-style-j .article-media.article-media-style-a + .article-body {
    padding-left: 0;
    width: 60.23622047%;
    *width: 59.73622047%;
}

.article-style-c .article-media.article-media-style-a + .article-body,
.article-style-j .article-media.article-media-style-a + .article-body {
    width: 61.38211382%;
    *width: 60.88211382%;
}

.article-style-c .article-media.article-media-style-b + .article-body,
.article-style-j .article-media.article-media-style-b + .article-body {
    padding-left: 100px;
    padding-left: 6.25rem;
}

.article-style-c .article-media.article-media-style-b + .article-body,
.article-style-j .article-media.article-media-style-b + .article-body {
    float: left;
    padding-left: 0;
    width: 60.23622047%;
    *width: 59.73622047%;
}

.article-style-c .article-media.article-media-style-b + .article-body,
.article-style-j .article-media.article-media-style-b + .article-body {
    width: 61.38211382%;
    *width: 60.88211382%;
}

.article-style-j .article-media.article-media-style-f + .article-body {
    padding-left: 0;
}

.article-style-j .article-media.article-media-style-f + .article-body {
    width: 60.23622047%;
    *width: 59.73622047%;
}

.article-style-j .article-media.article-media-style-f + .article-body {
    width: 61.38211382%;
    *width: 60.88211382%;
}

.article-style-d .article-media.article-media-style-c + .article-body {
    padding-left: 100px;
    padding-left: 6.25rem;
    min-height: 80px;
    min-height: 5rem;
}

.article-style-d .article-media.article-media-style-d + .article-body {
    padding-left: 100px;
    padding-left: 6.25rem;
    min-height: 80px;
    min-height: 5rem;
}

.article-style-d .article-media.article-media-style-d + .article-body {
    padding-left: 0;
    padding-right: 100px;
    padding-right: 6.25rem;
}

.article-style-g .article-media.article-media-style-e + .article-body {
    float: right;
    width: 59.4488189%;
    *width: 58.9488189%;
}

.article-style-g .article-media.article-media-style-e + .article-body {
    width: 60.56910569%;
    *width: 60.06910569%;
}

.article-icon {
    position: absolute;
    color: #00aae7;
    top: 0px;
    right: 0;
}

.article-style-b .article-meta + .article-icon {
    top: 36px;
    top: 2.25rem;
}

.article-style-b .article-meta + .article-icon {
    top: 15px;
    top: 0.9375rem;
}

.article-style-b .article-icon {
    top: 39px;
    top: 2.4375rem;
    right: 20px;
    right: 1.25rem;
}

.article-style-b .article-icon {
    top: 27px;
    top: 1.6875rem;
}

.region-c .article-style-b .article-icon {
    top: 18px;
    top: 1.125rem;
}

.article-list .article-icon {
    top: 0;
}

.article-style-c .article-icon {
    top: 0;
    right: -10px;
    right: -0.625rem;
}

.article-style-c .article-icon {
    right: -20px;
    right: -1.25rem;
}

.article-icon.article-icon-style-a {
    right: -10px;
    right: -0.625rem;
}

.article-list .article-icon {
    display: none;
}

.article-list .article-icon {
    display: block;
}

.article-icon .icon {
    line-height: 1;
    font-size: 18px;
    font-size: 1.125rem;
}

.article-meta {
    position: relative;
    line-height: 1;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    padding-right: 30px;
    padding-right: 1.875rem;
}

.article-style-b .article-icon + .article-meta {
    margin-top: 9px;
    margin-top: 0.5625rem;
}

.article-meta {
    padding-right: 0;
}

.region-c .article-meta {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

.article-meta time,
.article-meta .article-author {
    font-weight: normal;
    color: #999;
    font-size: 13px;
    font-size: 0.8125rem;
}

.article-details + .article-meta {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.article-header {
    position: relative;
}

.article-icon + .article-header {
    padding-right: 20px;
    padding-right: 1.25rem;
}

.article-style-f .article-icon + .article-header {
    padding-right: 0;
}

.article-list .article-header {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.article-header .h4 {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
}

    .article-header .h4 a {
        color: #000;
    }

        .article-header .h4 a:hover,
        .article-header .h4 a:focus {
            color: #00aae7;
        }

.article-style-a .article-header h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
}

.article-header h3 .icon {
    font-size: 30px;
    font-size: 1.875rem;
}

    .article-header h3 .icon.icon-one {
        position: relative;
        color: #00aae7;
        float: left;
        margin-right: 10px;
        margin-right: 0.625rem;
    }

.article-style-c .article-header h3 .icon.icon-one {
    position: absolute;
    right: 0;
    top: 2px;
    top: 0.125rem;
}

.article-style-c .article-header h3 .icon.icon-one {
    top: 5px;
    top: 0.3125rem;
}

.article-header h3 .icon.icon-two {
    position: relative;
    float: none;
    right: auto;
    top: 0;
    color: #00aae7;
    margin-right: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
}

.article-style-b .article-header h3 .icon.icon-two {
    position: absolute;
    right: 0;
    top: 2px;
    top: 0.125rem;
}

.article-header h3 a {
    display: block;
}

    .article-header h3 a:hover,
    .article-header h3 a:focus {
        color: #00aae7;
    }

.article-optional .article-header h4 {
    margin-bottom: 0;
    color: #242424;
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "FrutigerLTW02-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .article-optional .article-header h4 a {
        color: #242424;
    }

        .article-optional .article-header h4 a:hover,
        .article-optional .article-header h4 a:focus {
            color: #00aae7;
        }

    .article-optional .article-header h4 .icon {
        color: #00aae7;
        font-size: 10px;
        font-size: 0.625rem;
    }

.article-header .heading-style-a .icon + a {
    padding-left: 40px;
    padding-left: 2.5rem;
}

.article-header .heading-style-a a {
    padding-right: 30px;
    padding-right: 1.875rem;
}

.article-details {
    color: #404040;
}

    .article-details p:last-child,
    .article-details ul:last-child,
    .article-details ol:last-child {
        margin-bottom: 0;
    }

    .article-details ul {
        margin-bottom: 18px;
        margin-bottom: 1.125rem;
    }

    .article-details h2,
    .article-details h3,
    .article-details h4 {
        color: #000;
    }

    .article-details p {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem;
    }

    .article-details p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem;
    }

    .article-details ul {
        list-style: none;
    }

    .article-details + .article-details-list {
        margin-top: 30px;
        margin-top: 1.875rem;
    }

.article-details-list ul li {
    list-style: none;
    position: relative;
    padding-left: 45px;
    padding-left: 2.8125rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.article-details-list ul li {
    padding-left: 54px;
    padding-left: 3.375rem;
}

.article-details-list ul li {
    padding-left: 80px;
    padding-left: 5rem;
}

.article-details-list-alt.article-details-list ul li {
    margin: 0;
    padding: 18px 80px;
    padding: 1.125rem 5rem;
    padding-right: 0;
}

    .article-details-list-alt.article-details-list ul li:last-child {
        border-bottom: none;
    }

.article-details-list ul li .icon {
    color: #00aae7;
    position: absolute;
    left: 0px;
    font-size: 32px;
    font-size: 2rem;
}

.article-details-list ul li .icon {
    top: 5px;
    top: 0.3125rem;
}

.article-details-list ul li .icon {
    left: 20px;
    left: 1.25rem;
}

.article-details-list ul li h5 {
    text-transform: none;
    color: #404040;
    font-family: ""FrutigerLTW02-45Light"", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
}

    .article-details-list ul li h5 a {
        color: #404040;
    }

        .article-details-list ul li h5 a:hover {
            color: #00aae7;
        }

        .article-details-list ul li h5 a:focus {
            color: #404040;
        }

.article-details-list ul li p {
    display: none;
}

.article-details-list ul li p {
    display: block;
}

.article-details-list .event-dates {
    position: absolute;
    left: 10px;
    left: 0.625rem;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
}

.article-details-list .event-dates {
    font-size: 16px;
    font-size: 1rem;
    line-height: inherit;
}

    .article-details-list .event-dates p {
        margin: 0;
        display: block;
    }

.article-optional {
    position: relative;
    display: none;
}

.article-style-b .article-optional {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    min-height: 114px;
    min-height: 7.125rem;
    padding: 18px 20px 18px 110px;
    padding: 1.125rem 1.25rem 1.125rem 6.875rem;
}

.article-optional {
    display: block;
}

    .article-optional .article-media {
        position: absolute;
        float: left;
        max-width: 75px;
        max-width: 4.6875rem;
        left: 20px;
        left: 1.25rem;
    }

.article-footer {
    position: relative;
    color: #00aae7;
    padding: 10px 0 0;
    padding: 0.625rem 0rem 0rem;
}

    .article-footer .article-category {
        color: #00aae7;
        font-size: 14px;
        font-size: 0.875rem;
    }

.has-footer + .article-footer {
    position: absolute;
    padding: 0px 20px;
    padding: 0rem 1.25rem;
    bottom: 20px;
    bottom: 1.25rem;
}

.region-c .has-footer + .article-footer {
    bottom: 10px;
    bottom: 0.625rem;
}

.article-style-d .has-footer + .article-footer {
    padding-left: 0;
    padding-right: 0;
}

.article-list .article-footer {
    display: none;
}

.article-list .article-footer {
    display: block;
    position: relative;
    padding-bottom: 0;
    bottom: auto;
    padding-left: 0;
    padding-right: 0;
}

.optional-article-footer {
    padding-top: 12px;
    padding-top: 0.75rem;
    border-top: 1px solid #e6e6e6;
}

.article-style-b .optional-article-footer {
    background: #fff;
    padding: 6px 20px;
    padding: 0.375rem 1.25rem;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.action-more {
    color: #00aae7;
    font-family: ""FrutigerLTW02-45Light"", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
}

    .action-more:hover,
    .action-more:focus {
        color: #0c55a5;
    }

    .action-more .icon {
        color: #00aae7;
        display: inline-block;
        padding-left: 5px;
        padding-left: 0.3125rem;
        vertical-align: middle;
        border-bottom: 2px solid transparent;
    }

.optional-article-footer .action-more .icon {
    position: relative;
    padding-left: 0;
    top: 1px;
    top: 0.0625rem;
}

.article-style-j .action-more .icon {
    padding-left: 0;
}

.article-list .article-list-inner {
    position: relative;
    height: auto;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    margin: 0 -20px;
    margin: 0rem -1.25rem;
}

.article-list .article-list-inner {
    margin: 0;
}

.article-list-footer {
    background: #fff;
    padding: 24px 40px;
    padding: 1.5rem 2.5rem;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    margin: 0 -20px;
    margin: 0rem -1.25rem;
}

.article-list-footer {
    margin: 0;
}

    .article-list-footer .action-more {
        font-size: 18px;
        font-size: 1.125rem;
    }

    .article-list-footer .action-more {
        font-size: 22px;
        font-size: 1.375rem;
    }

    .article-list-footer .icon {
        text-align: center;
        padding: 0;
        background: #fff;
        border: 1px solid #d6d6d6;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        font-size: 12px;
        font-size: 0.75rem;
        width: 22px;
        width: 1.375rem;
        height: 22px;
        height: 1.375rem;
        line-height: 20px;
        line-height: 1.25rem;
        margin-left: 5px;
        margin-left: 0.3125rem;
    }

    .article-list-footer .icon {
        margin-top: -4px;
        margin-top: -0.25rem;
        font-size: 14px;
        font-size: 0.875rem;
        width: 28px;
        width: 1.75rem;
        height: 28px;
        height: 1.75rem;
        line-height: 27px;
        line-height: 1.6875rem;
        margin-left: 15px;
        margin-left: 0.9375rem;
    }

.article-contact .article-contact-figure {
    float: left;
    width: 100%;
}

.article-contact .article-contact-figure {
    width: 40%;
    *width: 39.5%;
    margin-right: 30px;
    margin-right: 1.875rem;
}

.article-contact .article-contact-inner {
    float: left;
}

.article-contact .article-contact-header .article-contact-title {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
}

.article-contact .article-contact-body p,
.article-contact .article-contact-body a {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0;
}

.event-list-article {
    float: left;
    width: 100%;
    background: #fff;
    padding: 39px 20px;
    padding: 2.4375rem 1.25rem;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dddddd;
    border-bottom: 0.0625rem solid #dddddd;
}

    .event-list-article .event-list-article-header {
        float: left;
        width: 100%;
    }

    .event-list-article .event-list-article-header {
        width: 18.8976378%;
        *width: 18.3976378%;
    }

    .event-list-article .event-list-article-content {
        float: left;
        width: 100%;
    }

    .event-list-article .event-list-article-content {
        float: right;
        width: 78.74015748%;
        *width: 78.24015748%;
    }

li h6.event-links {
    font-size: 16px;
}

.csscolumns .event-list-article .event-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-gap: 12px !important;
    -moz-column-gap: 12px !important;
    column-gap: 12px !important;
}

.csscolumns .event-list-article .event-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-gap: 6px !important;
    -moz-column-gap: 6px !important;
    column-gap: 6px !important;
}

.columnized .event-list-article .event-list {
    display: inline;
}

.event-list-article .event-list .event-list-item {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    /*&:last-child {
				.event-list-detail {
					border: none;
				}
			}*/
}

    .event-list-article .event-list .event-list-item .event-list-detail {
        margin-top: 0;
        border-top: 1px solid #eeeeee;
        border-top: 0.0625rem solid #eeeeee;
        margin-right: 20px;
        margin-right: 1.25rem;
        padding: 12px 10px;
        padding: 0.75rem 0.625rem;
        padding-left: 0;
    }

    .event-list-article .event-list .event-list-item .event-list-detail {
        padding: 12px 10px;
        padding: 0.75rem 0.625rem;
    }

    .event-list-article .event-list .event-list-item .event-list-detail {
        padding: 12px 20px;
        padding: 0.75rem 1.25rem;
        margin: 0 20px;
        margin: 0rem 1.25rem;
    }

        .event-list-article .event-list .event-list-item .event-list-detail p {
            margin: 0;
        }

    .event-list-article .event-list .event-list-item.no-border .event-list-detail {
        border: none;
    }

.footer {
    background: #fff;
    padding: 0 20px;
    padding: 0rem 1.25rem;
}

.footer-inner {
    *zoom: 1;
    zoom: 1;
    background: #fff;
    padding-top: 36px;
    padding-top: 2.25rem;
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
}

    .footer-inner:before,
    .footer-inner:after {
        display: table;
        content: "";
    }

    .footer-inner:after {
        clear: both;
    }

    .footer-inner:before,
    .footer-inner:after {
        content: "";
        display: table;
    }

    .footer-inner:after {
        clear: both;
    }

.footer-inner {
    max-width: 1310px;
    max-width: 81.875rem;
    margin: 0 auto;
}

.footer-body {
    float: left;
    width: 100%;
    padding-bottom: 48px;
    padding-bottom: 3rem;
}

.footer-body {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
}

.footer-list {
    float: left;
    width: 100%;
}

.footer-list {
    width: 50%;
}

.footer-list {
    width: 30%;
}

    .footer-list .footer-list-header-title {
        font-size: 22px;
        font-size: 1.375rem;
    }

.footer-secondary-links {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-top: 1.875rem;
}

.footer-secondary-links {
    float: right;
    width: 35%;
    margin-top: 0;
}

.footer-social-share .footer-social-share-header .footer-social-share-header-title {
    font-size: 22px;
    font-size: 1.375rem;
}

.footer-social-share .footer-social-share-body {
    float: left;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

    .footer-social-share .footer-social-share-body .footer-social-share-buttons {
        line-height: 1;
        float: left;
        margin-right: 5px;
        margin-right: 0.3125rem;
        margin-bottom: 6px;
        margin-bottom: 0.375rem;
    }

.footer-social-share .footer-social-share-footer {
    float: left;
    width: 100%;
}

    .footer-social-share .footer-social-share-footer a {
        color: #404040;
    }

        .footer-social-share .footer-social-share-footer a:hover,
        .footer-social-share .footer-social-share-footer a:focus {
            color: #00aae7;
        }

        .footer-social-share .footer-social-share-footer a .icon {
            color: #00aae7;
        }

.footer-copyright {
    margin-bottom: 0;
    color: #999999;
}

.media {
    text-align: center;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

    .media img,
    .media video {
        vertical-align: top;
        max-width: 100%;
        height: auto;
    }

    .media.media-center img {
        float: none !important;
    }

.media-video {
    background-color: #dfdfdf;
    overflow: hidden;
}

.js .media-video img,
.js .media-video video {
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.page-loaded .media-video img,
.page-loaded .media-video video {
    opacity: 1;
}

.media-video .media-video-player iframe {
    z-index: 1;
}

.media-cover {
    margin: 0;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: -100;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.banner .media-cover,
.carousel-featured-slide .media-cover {
    position: relative;
}

.banner .media-cover,
.carousel-featured-slide .media-cover {
    position: absolute;
}

.media-cover img,
.media-cover video {
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -99;
}

.csstransforms .media-cover img,
.csstransforms .media-cover video {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.carousel-featured-slide .media-cover img,
.carousel-featured-slide .media-cover video,
.banner .media-cover img,
.banner .media-cover video {
    position: relative;
}

.carousel-featured-slide .media-cover img,
.carousel-featured-slide .media-cover video,
.banner .media-cover img,
.banner .media-cover video {
    position: absolute;
}

.media-cover-x img,
.media-cover-x video {
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.csstransforms .media-cover-x img,
.csstransforms .media-cover-x video {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.media-cover-y img,
.media-cover-y video {
    height: 100%;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

.csstransforms .media-cover-y img,
.csstransforms .media-cover-y video {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.media-fixed img,
.media-fixed video {
    position: fixed;
}

.frame-browser {
    width: 100%;
    position: relative;
    clear: both;
    background: url(/corporate/images/css/bg-frame-browser.svg) 0 0 no-repeat;
    -webkit-background-size: auto 35px;
    -moz-background-size: auto 35px;
    -o-background-size: auto 35px;
    background-size: auto 35px;
    border-radius: 10px 10px 0 0;
    padding-top: 35px;
    padding-top: 2.1875rem;
    *zoom: 1;
    zoom: 1;
}

    .frame-browser:before,
    .frame-browser:after {
        display: table;
        content: "";
    }

    .frame-browser:after {
        clear: both;
    }

    .frame-browser:before,
    .frame-browser:after {
        content: "";
        display: table;
    }

    .frame-browser:after {
        clear: both;
    }

.no-svg .frame-browser {
    background-image: url(/corporate/images/css/bg-frame-browser.png);
}

.frame-browser {
    padding-top: 49px;
    padding-top: 3.0625rem;
    -webkit-background-size: auto 49px;
    -moz-background-size: auto 49px;
    -o-background-size: auto 49px;
    background-size: auto 49px;
    border-radius: 15px 15px 0 0;
}

.secondary-navigation {
    clear: both;
    background: #fff;
    margin: 0 -20px 18px;
    margin: 0rem -1.25rem 1.125rem;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

    .secondary-navigation ul {
        margin: 0;
    }

.secondary-navigation {
    margin: 0 0 18px;
    margin: 0rem 0rem 1.125rem;
}

.secondary-navigation-inner {
    position: relative;
    z-index: 99;
    *zoom: 1;
    zoom: 1;
    margin: 0 20px;
    margin: 0rem 1.25rem;
    max-width: 1310px;
    max-width: 81.875rem;
    padding: 24px 0;
    padding: 1.5rem 0rem;
}

    .secondary-navigation-inner:before,
    .secondary-navigation-inner:after {
        display: table;
        content: "";
    }

    .secondary-navigation-inner:after {
        clear: both;
    }

    .secondary-navigation-inner:before,
    .secondary-navigation-inner:after {
        content: "";
        display: table;
    }

    .secondary-navigation-inner:after {
        clear: both;
    }

.secondary-navigation-inner {
    padding: 0;
}

.secondary-navigation-title {
    color: #404040;
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
}

.secondary-navigation-title {
    height: 1px;
    margin: -1px;
    position: absolute;
    width: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px !important;
}

    .secondary-navigation-title.focusable:active,
    .secondary-navigation-title.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

    .secondary-navigation-title.focusable:active,
    .secondary-navigation-title.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

    .secondary-navigation-title .icon {
        color: #00aae7;
        position: relative;
        margin-left: 10px;
        margin-left: 0.625rem;
        top: 1px;
        top: 0.0625rem;
    }

.secondary-navigation-extra {
    display: none;
}

.secondary-navigation-extra {
    position: relative;
    display: inline-block;
    float: right;
    top: 12px;
    top: 0.75rem;
    font-size: 17px;
    font-size: 1.0625rem;
}

.secondary-navigation-menu {
    padding: 0;
    font-size: 0;
    margin: 18px 0 0;
    margin: 1.125rem 0rem 0rem;
}

.secondary-navigation-menu {
    display: inline-block;
    margin: 0;
    padding: 24px 0;
    padding: 1.5rem 0rem;
}

    .secondary-navigation-menu li {
        margin: 0;
        display: block;
        list-style: none;
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
    }

    .secondary-navigation-menu li {
        display: inline-block;
        border-left: 1px solid #dfdfdf;
        margin-bottom: 0;
        padding: 0 12px 0 12px;
        padding: 0rem 0.75rem 0rem 0.75rem;
    }

        .secondary-navigation-menu li:first-child {
            border-left: none;
            margin-left: 0;
        }

        .secondary-navigation-menu li.secondary-navigation-menu-more {
            position: relative;
            display: none;
        }

.secondary-nav-menu-show .secondary-navigation-menu li.secondary-navigation-menu-more {
    display: inline-block;
}

.secondary-navigation-menu li.secondary-navigation-menu-more .icon {
    color: #00aae7;
    font-size: 12px;
    font-size: 0.75rem;
}

.toggle-in .secondary-navigation-menu li.secondary-navigation-menu-more .icon:before {
    content: '\e612';
}

.secondary-navigation-menu li.secondary-navigation-menu-more .toggle-handle {
    position: relative;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #404040;
}

    .secondary-navigation-menu li.secondary-navigation-menu-more .toggle-handle:hover {
        color: #0c55a5;
    }

.toggle-active .secondary-navigation-menu li.secondary-navigation-menu-more:before,
.toggle-in .secondary-navigation-menu li.secondary-navigation-menu-more:before {
    position: absolute;
    background: #fcfcfc;
    content: " ";
    height: 67px;
    width: 100%;
    top: -24px;
    top: -1.5rem;
    margin-left: -13px;
    margin-left: -0.8125rem;
    border-left: 1px solid #dfdfdf;
    border-left: 0.0625rem solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-right: 0.0625rem solid #dfdfdf;
    z-index: 0;
}

.secondary-navigation-menu li.secondary-navigation-item-hidden {
    display: none;
}

.secondary-navigation-menu a {
    text-decoration: none;
    color: #404040;
    display: block;
    font-weight: 400;
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 17px;
    font-size: 1.0625rem;
    position: relative;
}

    .secondary-navigation-menu a:hover,
    .secondary-navigation-menu a:focus {
        color: #0c55a5;
    }

    .secondary-navigation-menu a.active {
        color: #0c55a5;
    }

.js .secondary-navigation-menu.toggle-content {
    line-height: 1;
    display: block;
}

.js .toggle-in .secondary-navigation-menu.toggle-content {
    display: block;
}

.secondary-navigation-menu-dropdown {
    padding: 36px 30px;
    padding: 2.25rem 1.875rem;
    background: #fcfcfc;
    position: absolute;
    right: -1px;
    right: -0.0625rem;
    top: 43px;
    top: 2.6875rem;
    display: none;
    border: 1px solid #dfdfdf;
    border: 0.0625rem solid #dfdfdf;
    border-top: none;
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
    min-width: 300px;
    min-width: 18.75rem;
}

.js .secondary-navigation-menu-dropdown.toggle-content {
    display: none;
}

.js .toggle-in .secondary-navigation-menu-dropdown.toggle-content {
    display: block;
}

.secondary-navigation-menu-dropdown li {
    border: none;
    padding: 12px 0;
    padding: 0.75rem 0rem;
    display: none;
}

.secondary-navigation-menu-dropdown .secondary-navigation-item-show {
    display: block;
}

.tertiary-navigation {
    clear: both;
}

.tertiary-navigation-inner {
    position: relative;
    *zoom: 1;
    zoom: 1;
    max-width: 1310px;
    max-width: 81.875rem;
    padding: 0;
    padding: 0rem;
    z-index: 3;
}

    .tertiary-navigation-inner:before,
    .tertiary-navigation-inner:after {
        display: table;
        content: "";
    }

    .tertiary-navigation-inner:after {
        clear: both;
    }

    .tertiary-navigation-inner:before,
    .tertiary-navigation-inner:after {
        content: "";
        display: table;
    }

    .tertiary-navigation-inner:after {
        clear: both;
    }

.tertiary-navigation-inner {
    padding: 0 0 18px;
    padding: 0rem 0rem 1.125rem;
    margin: 0 20px;
    margin: 0rem 1.25rem;
}

    .tertiary-navigation-inner span {
        position: relative;
        display: inline-block;
        float: left;
    }

.tertiary-navigation-title {
    height: 1px;
    margin: -1px;
    position: absolute;
    width: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px !important;
}

    .tertiary-navigation-title.focusable:active,
    .tertiary-navigation-title.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

    .tertiary-navigation-title.focusable:active,
    .tertiary-navigation-title.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.tertiary-navigation-menu {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.tertiary-navigation-menu {
    display: inline-block;
    padding: 0;
}

    .tertiary-navigation-menu li {
        margin: 0;
        list-style: none;
        display: inline-block;
        border-right: 1px solid #d5d5d5;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 0 5px;
        padding: 0rem 0.3125rem;
        line-height: 24px;
        line-height: 1.5rem;
    }

    .tertiary-navigation-menu li {
        font-size: 16px;
        font-size: 1rem;
        padding: 0 15px;
        padding: 0rem 0.9375rem;
    }

        .tertiary-navigation-menu li span {
            display: block;
        }

        .tertiary-navigation-menu li:first-child {
            border-right: 0;
            padding-right: 0;
            padding-left: 0;
        }

        .tertiary-navigation-menu li:last-child {
            border-right: 0;
        }

    .tertiary-navigation-menu a {
        text-decoration: none;
        color: #404040;
        display: block;
        font-weight: 400;
    }

        .tertiary-navigation-menu a:hover {
            color: #0c55a5;
        }

        .tertiary-navigation-menu a.active {
            font-weight: 700;
        }

.section {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjAzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwgMCwgMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100px);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100px);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100px);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100px);
}

.ie8 .section {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#10000000', EndColorStr='#00000000');
}

.section-inner {
    position: relative;
    *zoom: 1;
    zoom: 1;
    margin: 0 20px;
    margin: 0rem 1.25rem;
    max-width: 1310px;
    max-width: 81.875rem;
    z-index: 3;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    padding: 36px 0;
    padding: 2.25rem 0rem;
}

    .section-inner:before,
    .section-inner:after {
        display: table;
        content: "";
    }

    .section-inner:after {
        clear: both;
    }

    .section-inner:before,
    .section-inner:after {
        content: "";
        display: table;
    }

    .section-inner:after {
        clear: both;
    }

.section-inner {
    margin-bottom: 0;
}

.ie8 .section-inner {
    margin-left: auto;
    margin-right: auto;
}

.section-content {
    padding-top: 12px;
    padding-top: 0.75rem;
}

    .section-content .block:last-child {
        margin-bottom: 0;
    }

.section-title {
    margin-bottom: 0;
    cursor: pointer;
}

    .section-title .icon-container {
        background: none;
    }

        .section-title .icon-container .icon {
            font-size: 26px;
            font-size: 1.625rem;
            vertical-align: bottom;
        }

.section-title {
    cursor: default;
}

.section-title-placeholder {
    display: none;
}

.section-title-placeholder-show .section-title-placeholder {
    display: block;
}

.section-fixed-in .active-section .section-fixed-title {
    background: #fff;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    padding: 18px 0;
    padding: 1.125rem 0rem;
    top: 90px;
    top: 5.625rem;
    z-index: 1;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    top: 126px;
    top: 7.875rem;
}

.lt-ie9 .section-fixed-in .active-section .section-fixed-title {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
    background-color: rgba(255, 255, 255, 0.8);
}

.section-fixed-in .active-section .section-fixed-title .section-fixed-title-inner {
    margin: 0 20px;
    margin: 0rem 1.25rem;
    max-width: 1310px;
    max-width: 81.875rem;
}

    .section-fixed-in .active-section .section-fixed-title .section-fixed-title-inner .section-title {
        margin-bottom: 0;
    }

/*
.section-navigation-placeholder {
	height: 0;

	.active-section & {
		.section-fixed-in & {
		}
	}
}
*/

.section-style-a .section-header {
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    border-bottom: 1px solid #fff;
}

.section-style-a .section-header {
    text-align: center;
    padding-bottom: 36px;
    padding-bottom: 2.25rem;
}

.section-style-b .section-header {
    float: left;
    margin: 18px 0;
    margin: 1.125rem 0rem;
}

.section-locations-template-container .section-style-b .section-header {
    width: 100%;
}

.section-style-b .section-header {
    margin-top: 0;
}

    .section-style-b .section-header .section-title {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 30px;
        line-height: 1.875rem;
        float: left;
    }

    .section-style-b .section-header .section-title {
        float: none;
        width: auto;
    }

.section-style-b .section-body {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

.section-style-c {
    background: none;
}

.section-header-figure {
    float: left;
    max-width: 40px;
    max-width: 2.5rem;
    margin-right: 10px;
    margin-right: 0.625rem;
}

    .section-header-figure img {
        max-width: 100%;
    }

.section-filter .section-header {
    height: 1px;
    margin: -1px;
    position: absolute;
    width: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px !important;
}

    .section-filter .section-header.focusable:active,
    .section-filter .section-header.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

    .section-filter .section-header.focusable:active,
    .section-filter .section-header.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.locations-details {
    position: relative;
    float: left;
    width: 100%;
}

.section-locations-template-container {
    min-height: 400px;
    min-height: 25rem;
}

.section-locations-template-container,
.section-events-template-container {
    float: left;
    width: 100%;
    -webkit-transition: 250ms ease-in;
    -moz-transition: 250ms ease-in;
    -ms-transition: 250ms ease-in;
    -o-transition: 250ms ease-in;
    transition: 250ms ease-in;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    opacity: 1;
    visibility: visible;
}

    .section-locations-template-container .location-type-container,
    .section-events-template-container .location-type-container {
        float: left;
        width: 100%;
        margin-bottom: 24px;
        margin-bottom: 1.5rem;
    }

.js .section-locations-template-container .location-type-title,
.js .section-events-template-container .location-type-title {
    display: none;
    speak: none;
}

.loading-cover-in .section-locations-template-container,
.loading-cover-in .section-events-template-container {
    visibility: hidden;
    opacity: 0;
}

.section-locations-template-container section,
.section-events-template-container section {
    position: relative;
}

.section-events-no-results {
    display: none;
}

.events-no-results .section-events-no-results {
    display: block;
    float: left;
    width: 100%;
}

.section-locations-no-results {
    display: none;
}

.locations-no-results .section-locations-no-results {
    display: block;
    float: left;
    width: 100%;
}

.loading-cover {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    display: none;
}

.lt-ie9 .loading-cover {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    background-color: rgba(0, 0, 0, 0.6);
}

.loading-cover-in .loading-cover {
    display: block;
}

    .loading-cover-in .loading-cover .icon-plus {
        -moz-animation: spin 1000ms infinite linear;
        -o-animation: spin 1000ms infinite linear;
        -webkit-animation: spin 1000ms infinite linear;
        animation: spin 1000ms infinite linear;
        display: inline-block;
        color: #00aae7;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
    }

.ie8 .loading-cover-in .loading-cover .icon-plus {
    display: table-cell;
    position: static;
    vertical-align: middle;
}

.loading-cover-in .loading-cover p {
    color: #00aae7;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    font-size: 1.5rem;
    width: 100%;
}

.ie8 .loading-cover-in .loading-cover p {
    display: table-cell;
    position: static;
    vertical-align: middle;
}

.section-header-link {
    display: inline-block;
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 9px;
    margin-top: 0.5625rem;
    float: left;
}

.section-header-link {
    float: right;
}

    .section-header-link .action-social {
        display: inline-block;
        vertical-align: middle;
    }

        .section-header-link .action-social .icon {
            display: inline-block;
            font-size: 13px;
            font-size: 0.8125rem;
        }

.hide-event-section {
    height: 1px;
    margin: -1px;
    position: absolute;
    width: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px !important;
}

    .hide-event-section.focusable:active,
    .hide-event-section.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

    .hide-event-section.focusable:active,
    .hide-event-section.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.section-navigation {
    width: 100%;
    background: #fff;
    clear: both;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    border-bottom: 0.0625rem solid #dfdfdf;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
}

    .section-navigation.section-navigation-alt {
        display: none;
    }

    .section-navigation.section-navigation-alt {
        display: block;
    }

.section-navigation-fixed .section-navigation {
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    top: 5.625rem;
    z-index: 3;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.section-navigation-fixed .section-navigation {
    top: 126px;
    top: 7.875rem;
}

.section-navigation.section-navigation-style-a {
    display: none;
}

.section-navigation.section-navigation-style-a {
    display: block;
}

.section-navigation-fixed .section-navigation.section-navigation-style-a {
    top: 90px;
    top: 5.625rem;
}

.section-navigation-fixed .section-navigation.section-navigation-style-a {
    top: 190px;
    top: 11.875rem;
}

.section-navigation-fixed.menu-in .section-navigation {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

.section-navigation:before,
.section-navigation:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    margin-left: -20px;
    margin-left: -1.25rem;
    border-top: 18px solid #dfdfdf;
    border-top: 1.125rem solid #dfdfdf;
    border-left: 20px solid transparent;
    border-left: 1.25rem solid transparent;
    border-right: 20px solid transparent;
    border-right: 1.25rem solid transparent;
}

.section-navigation:before {
    border-top: 18px solid #dfdfdf;
    border-top: 1.125rem solid #dfdfdf;
    border-left: 20px solid transparent;
    border-left: 1.25rem solid transparent;
    border-right: 20px solid transparent;
    border-right: 1.25rem solid transparent;
    margin-top: 1px;
    margin-top: 0.0625rem;
    z-index: 1;
}

.section-navigation:after {
    border-top: 18px solid #ffffff;
    border-top: 1.125rem solid #ffffff;
    border-left: 20px solid transparent;
    border-left: 1.25rem solid transparent;
    border-right: 20px solid transparent;
    border-right: 1.25rem solid transparent;
    z-index: 2;
}

.section-navigation-placeholder {
    position: relative;
    width: 100%;
    clear: both;
    height: 0;
}

.section-navigation-fixed .section-navigation-placeholder {
    display: block;
}

.section-navigation-inner {
    position: relative;
    *zoom: 1;
    zoom: 1;
    margin: 0 20px;
    margin: 0rem 1.25rem;
    max-width: 1310px;
    max-width: 81.875rem;
    z-index: 3;
    padding: 24px 0;
    padding: 1.5rem 0rem;
}

    .section-navigation-inner:before,
    .section-navigation-inner:after {
        display: table;
        content: "";
    }

    .section-navigation-inner:after {
        clear: both;
    }

    .section-navigation-inner:before,
    .section-navigation-inner:after {
        content: "";
        display: table;
    }

    .section-navigation-inner:after {
        clear: both;
    }

.section-navigation-title {
    margin: 0;
}

.section-navigation-title {
    display: none;
}

.section-navigation-menu {
    margin: 0;
    padding: 0;
    font-size: 0;
    display: none;
}

.section-navigation-menu {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

    .section-navigation-menu li {
        margin: 0;
        list-style: none;
        float: left;
        margin: 0 25px 0 0;
        margin: 0rem 1.5625rem 0rem 0rem;
    }

    .section-navigation-menu a {
        text-decoration: none;
        color: #404040;
        display: block;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 36px;
        line-height: 2.25rem;
    }

.no-touch .section-navigation-menu a:hover {
    color: #0c55a5;
}

.section-navigation-menu a.active {
    color: #0c55a5;
    font-size: 24px;
    font-size: 1.5rem;
}

.section-navigation-title + .section-navigation-menu {
    margin: 12px 0 0 0;
    margin: 0.75rem 0rem 0rem 0rem;
}

.section-navigation-title + .section-navigation-menu {
    margin: 0;
}

.page-intro {
    position: relative;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.page-intro {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.page-tags {
    position: relative;
    font-size: 13px;
    font-size: 0.8125rem;
}

.page-intro-details p {
    font-size: 18px;
    font-size: 1.125rem;
}

    .page-intro-details p:last-child {
        margin: 0;
    }

.page-intro-header + .page-intro-details {
    margin-top: 12px;
    margin-top: 0.75rem;
}

.content-media {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

.content-details .content-media {
    width: 32.82442748%;
    *width: 32.32442748%;
}

.content-media.content-media-left {
    float: left;
    margin-right: 20px;
    margin-right: 1.25rem;
}

.content-media.content-media-left {
    margin-right: 35px;
    margin-right: 2.1875rem;
}

.content-media.content-media-right {
    float: right;
    margin-left: 20px;
    margin-left: 1.25rem;
}

.content-media.content-media-right {
    margin-left: 35px;
    margin-left: 2.1875rem;
}

.content-media .content-media-lightbox {
    position: relative;
    display: block;
}

    .content-media .content-media-lightbox .icon {
        position: absolute;
        bottom: 6px;
        bottom: 0.375rem;
        right: 10px;
        right: 0.625rem;
    }

.content-tags {
    position: relative;
    line-height: 1;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

.content-details p:last-child,
.content-details ul:last-child,
.content-details ol:last-child {
    margin-bottom: 0;
}

.content-details ul,
.content-details ol {
    display: table;
}

.content-details .lead {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
}

.content-details h4 {
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
}

.block-size-b .content-media-style-b + .content-details {
    float: right;
    width: 63.74045802%;
    *width: 63.24045802%;
}

.block-size-b .blockquoute-style-a + .content-details {
    float: left;
    width: 67.17557252%;
    *width: 66.67557252%;
}

.content-block-quoute {
    width: 32.0610687%;
    *width: 31.5610687%;
}

    .content-block-quoute.content-block-quoute-left {
        float: left;
        margin-right: 20px;
        margin-right: 1.25rem;
    }

    .content-block-quoute.content-block-quoute-right {
        float: right;
        margin-left: 20px;
        margin-left: 1.25rem;
    }

.content-media-hero-media {
    position: relative;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

    .content-media-hero-media.content-media-hero-video img {
        z-index: 2;
        position: relative;
    }

.content-media-hero-media-video-in.content-media-hero-media.content-media-hero-video img {
    visibility: hidden;
}

.media-video-overlay {
    cursor: pointer;
}

.content-media-hero-media-video-in .media-video-overlay {
    visibility: hidden;
}

.content-media-hero-media-video {
    /*position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;*/
}

.content-media-hero-media-video-in .content-media-hero-media-video .media-video {
    display: block;
}

.media-video-icon {
    display: block;
    z-index: 4;
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
    text-align: center;
    background: #fff;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.media-video-icon {
    width: 100px;
    width: 6.25rem;
    height: 100px;
    height: 6.25rem;
}

.media-video-icon {
    width: 120px;
    width: 7.5rem;
    height: 120px;
    height: 7.5rem;
}

.media-video-icon {
    width: 140px;
    width: 8.75rem;
    height: 140px;
    height: 8.75rem;
}

.media-video-icon {
    width: 160px;
    width: 10rem;
    height: 160px;
    height: 10rem;
}

.lt-ie9 .media-video-icon {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    background-color: rgba(255, 255, 255, 0.6);
}

.ie8 .media-video-icon {
    display: table-cell;
    position: static;
    vertical-align: middle;
}

.media-video-icon .media-video-icon-inner {
    position: relative;
    display: block;
    height: 100%;
}

.media-video-icon .icon {
    font-size: 50px;
    font-size: 3.125rem;
    color: lightblue;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 6px;
    margin-left: 0.375rem;
}

.ie8 .media-video-icon .icon {
    display: table-cell;
    position: static;
    vertical-align: middle;
}

.media-video-icon .icon {
    font-size: 60px;
    font-size: 3.75rem;
}

.media-video-icon .icon {
    font-size: 70px;
    font-size: 4.375rem;
}

.media-video-icon .icon {
    font-size: 75px;
    font-size: 4.6875rem;
    margin-left: 10px;
    margin-left: 0.625rem;
}

.media-video-icon .icon {
    font-size: 80px;
    font-size: 5rem;
}

.block-more-content {
    padding-top: 18px;
    padding-top: 1.125rem;
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
}

.js .location-type-container {
    display: none;
}

.location-type-container.active {
    display: block;
}

.content-intro .content-intro-details {
    position: relative;
    clear: both;
}

.content-intro .content-intro-dates {
    margin-bottom: 9px;
    margin-bottom: 0.5625rem;
}

.action-social {
    display: block;
    line-height: 24px;
    line-height: 1.5rem;
    height: 24px;
    height: 1.5rem;
    width: 24px;
    width: 1.5rem;
    background-color: #999999;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5OTk5OTkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg1ODU4NSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #999999 0%, #858585 100%);
    background-image: -moz-linear-gradient(top, #999999 0%, #858585 100%);
    background-image: -o-linear-gradient(top, #999999 0%, #858585 100%);
    background-image: linear-gradient(to bottom, #999999 0%, #858585 100%);
    color: #fff;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
}

    .action-social.action-social-large {
        line-height: 30px;
        line-height: 1.875rem;
        height: 30px;
        height: 1.875rem;
        width: 30px;
        width: 1.875rem;
        font-size: 20px;
        font-size: 1.25rem;
        margin: 0 5px;
        margin: 0rem 0.3125rem;
    }

    .action-social.action-social-medium {
        line-height: 30px;
        line-height: 1.875rem;
        height: 30px;
        height: 1.875rem;
        width: 30px;
        width: 1.875rem;
        font-size: 20px;
        font-size: 1.25rem;
        margin: 6px 0;
        margin: 0.375rem 0rem;
    }

    .action-social:hover,
    .action-social:focus {
        background: #999999;
        color: #fff;
    }

    .action-social b {
        height: 1px;
        margin: -1px;
        position: absolute;
        width: 1px;
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px !important;
    }

        .action-social b.focusable:active,
        .action-social b.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

        .action-social b.focusable:active,
        .action-social b.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

.action-social-twitter {
    background-color: #55acee;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1NWFjZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwOWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #55acee 0%, #309aea 100%);
    background-image: -moz-linear-gradient(top, #55acee 0%, #309aea 100%);
    background-image: -o-linear-gradient(top, #55acee 0%, #309aea 100%);
    background-image: linear-gradient(to bottom, #55acee 0%, #309aea 100%);
}

    .action-social-twitter:hover,
    .action-social-twitter:focus {
        background: #55acee;
    }

.action-social-linkedin {
    background-color: #1c86bd;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxYzg2YmQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3NmQ5OSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #1c86bd 0%, #176d99 100%);
    background-image: -moz-linear-gradient(top, #1c86bd 0%, #176d99 100%);
    background-image: -o-linear-gradient(top, #1c86bd 0%, #176d99 100%);
    background-image: linear-gradient(to bottom, #1c86bd 0%, #176d99 100%);
}

    .action-social-linkedin:hover,
    .action-social-linkedin:focus {
        background: #1c86bd;
    }

.action-social-facebook {
    background-color: #3b5998;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYjU5OTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwNDg3YiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #3b5998 0%, #30487b 100%);
    background-image: -moz-linear-gradient(top, #3b5998 0%, #30487b 100%);
    background-image: -o-linear-gradient(top, #3b5998 0%, #30487b 100%);
    background-image: linear-gradient(to bottom, #3b5998 0%, #30487b 100%);
}

    .action-social-facebook:hover,
    .action-social-facebook:focus {
        background: #3b5998;
    }

.action-social-youtube {
    background-color: #cd201f;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjZDIwMWYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhMWExYSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #cd201f 0%, #aa1a1a 100%);
    background-image: -moz-linear-gradient(top, #cd201f 0%, #aa1a1a 100%);
    background-image: -o-linear-gradient(top, #cd201f 0%, #aa1a1a 100%);
    background-image: linear-gradient(to bottom, #cd201f 0%, #aa1a1a 100%);
}

    .action-social-youtube:hover,
    .action-social-youtube:focus {
        background: #cd201f;
    }

.action-social-tumblr {
    background-color: #35465d;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzNTQ2NWQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2MzI0MyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #35465d 0%, #263243 100%);
    background-image: -moz-linear-gradient(top, #35465d 0%, #263243 100%);
    background-image: -o-linear-gradient(top, #35465d 0%, #263243 100%);
    background-image: linear-gradient(to bottom, #35465d 0%, #263243 100%);
}

    .action-social-tumblr:hover,
    .action-social-tumblr:focus {
        background: #35465d;
    }

.action-social-pinterest {
    background-color: #cc2127;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNjYzIxMjciIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E5MWIyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #cc2127 0%, #a91b20 100%);
    background-image: -moz-linear-gradient(top, #cc2127 0%, #a91b20 100%);
    background-image: -o-linear-gradient(top, #cc2127 0%, #a91b20 100%);
    background-image: linear-gradient(to bottom, #cc2127 0%, #a91b20 100%);
}

    .action-social-pinterest:hover,
    .action-social-pinterest:focus {
        background: #cc2127;
    }

.action-social-gplus {
    background-color: #dd4b39;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZDRiMzkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NhMzUyMyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #dd4b39 0%, #ca3523 100%);
    background-image: -moz-linear-gradient(top, #dd4b39 0%, #ca3523 100%);
    background-image: -o-linear-gradient(top, #dd4b39 0%, #ca3523 100%);
    background-image: linear-gradient(to bottom, #dd4b39 0%, #ca3523 100%);
}

    .action-social-gplus:hover,
    .action-social-gplus:focus {
        background: #dd4b39;
    }

.action-social-next {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border: 0.0625rem solid #e5e5e5;
    color: #00aae7;
}

    .action-social-next:hover,
    .action-social-next:focus {
        background: #fff;
        color: #00aae7;
    }

    .action-social-next .icon {
        font-size: 21px;
        font-size: 1.3125rem;
        margin-left: 2px;
        margin-left: 0.125rem;
    }

.social-news {
    width: 100%;
    float: left;
}

.social-news {
    width: 23.6%;
}

.promo-newsletter + .social-news {
    float: right;
    margin-left: 0.75757576%;
    *margin-left: 0.25757576%;
}

.html-rtl .promo-newsletter + .social-news {
    margin-left: 0;
    float: left;
    margin-right: 0.75757576%;
    *margin-right: 0.25757576%;
}

.social-share-links {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

    .social-share-links.social-share-links-style-a {
        float: left;
    }

    .social-share-links.social-share-links-style-b {
        position: absolute;
        top: 6px;
        top: 0.375rem;
        right: 0;
        z-index: 4;
        display: none;
    }

    .social-share-links.social-share-links-style-b {
        display: block;
    }

    .social-share-links .social-share-buttons {
        line-height: 1;
        float: left;
        margin-right: 5px;
        margin-right: 0.3125rem;
        margin-bottom: 6px;
        margin-bottom: 0.375rem;
    }

    .social-share-links .social-share-facebook {
        overflow: hidden;
    }

.content-intro .social-share-links {
    position: relative;
    width: 100%;
    clear: both;
    height: auto;
    overflow: hidden;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

.toggle-handle {
    display: inline;
    position: relative;
}

.js .fancybox-opened .toggle-handle {
    cursor: pointer;
    display: block;
}

.js .toggle-handle {
    cursor: pointer;
    display: block;
    color: #000;
    font-size: 30px;
    font-size: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
}

.js .toggle-handle {
    padding-right: 0;
    cursor: inherit;
    display: inline;
}

.fancybox-lock.js .toggle-handle {
    cursor: pointer;
    display: block;
}

.js .toggle-handle > h3 {
    margin-bottom: 0;
    padding-right: 10px;
    padding-right: 0.625rem;
}

.html-rtl .js .toggle-handle > h3 {
    padding-right: 0;
    padding-left: 10px;
    padding-left: 0.625rem;
}

.js .toggle-in .toggle-handle > h3 {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

.js .toggle-in .toggle-handle > h3 {
    margin-bottom: 0;
}

.toggle-handle .icon-container,
.toggle-handle .toggle-icon {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.js .toggle-handle .icon-container,
.js .toggle-handle .toggle-icon {
    display: block;
}

.js .section.toggle .toggle-handle .icon-container,
.js .section.toggle .toggle-handle .toggle-icon {
    top: 6px;
    top: 0.375rem;
}

.js .section.toggle .toggle-handle .icon-container,
.js .section.toggle .toggle-handle .toggle-icon {
    display: none;
}

.toggle-icons {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.js .toggle-icons {
    display: block;
}

.js .toggle-icons {
    display: none;
}

    .js .toggle-icons .icon {
        position: absolute;
        right: 0;
        top: 3px;
        top: 0.1875rem;
    }

    .js .toggle-icons .icon-arrow-up {
        display: none;
    }

    .js .toggle-icons .icon-chevron-up {
        display: none;
    }

.js .toggle-in .toggle-icons .icon-arrow-up {
    display: block;
}

.js .toggle-in .toggle-icons .icon-arrow-down {
    display: none;
}

.js .toggle-in .toggle-icons .icon-chevron-up {
    display: block;
}

.js .toggle-in .toggle-icons .icon-chevron-down {
    display: none;
}

.toggle-content {
    display: inline;
}

.js .toggle-content {
    display: none;
}

.js .toggle-content {
    display: inline;
}

.js .toggle-in .toggle-content {
    display: block;
}

.js .toggle-in .toggle-content {
    display: inline;
}

.js .toggle-content {
    display: none;
}

.js .toggle-in .toggle-content {
    display: block;
}

.js .section.toggle .toggle-content {
    display: block;
}

.module {
    position: relative;
}

.module-style-a {
    padding-left: 20px;
    padding-left: 1.25rem;
}

.module-media {
    position: relative;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.block-size-h .module-media {
    float: left;
    width: 49.61832061%;
    *width: 49.11832061%;
}

.block-size-h .module-media {
    width: 100%;
}

.module-header h4 {
    color: #404040;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
}

.module-header h4 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
}

.block-size-h .module-media + .module-body {
    float: right;
    width: 46.94656489%;
    *width: 46.44656489%;
}

.block-size-h .module-media + .module-body {
    width: 100%;
    float: left;
}

.module-body p:last {
    margin-bottom: 0;
}

.module-body ul {
    list-style: none;
    margin-bottom: 0;
}

    .module-body ul li a {
        color: #404040;
        font-family: "FrutigerLTW02-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

        .module-body ul li a:hover,
        .module-body ul li a:focus {
            color: #0c55a5;
        }

        .module-body ul li a.active {
            color: #404040;
            font-family: "Frutiger LT W02 65 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

.module-footer {
    position: relative;
    padding: 12px 0 0;
    padding: 0.75rem 0rem 0rem;
}

.profile-intro {
    position: relative;
}

    .profile-intro h5 {
        margin-bottom: 18px;
        margin-bottom: 1.125rem;
    }

.profile-media {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

    .profile-media img {
        width: 100%;
    }

.profile-media {
    float: left;
    margin: 0;
    width: 32.65306122%;
    *width: 32.15306122%;
}

    .profile-media + .profile-body {
        float: right;
        margin: 0;
        width: 64.79591837%;
        *width: 64.29591837%;
    }

/* carousel.less */

.carousel-hidden .carousel {
    position: absolute;
}

    .carousel-hidden .carousel .carousel-inner {
        visibility: hidden;
    }

.carousel .bx-controls {
    text-align: center;
    margin-top: 12px;
    margin-top: 0.75rem;
}

.carousel .bx-controls-auto {
    height: 1px;
    margin: -1px;
    position: absolute;
    width: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px !important;
}

    .carousel .bx-controls-auto.focusable:active,
    .carousel .bx-controls-auto.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

    .carousel .bx-controls-auto.focusable:active,
    .carousel .bx-controls-auto.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.carousel .bx-pager-item {
    display: inline-block;
    margin: 0 3px;
    margin: 0rem 0.1875rem;
}

.lt-ie9 .carousel .bx-pager-item {
    margin: 0 3px;
}

.carousel .bx-pager-item a {
    width: 13px;
    width: 0.8125rem;
    height: 13px;
    height: 0.8125rem;
    background: #c8d0d3;
    display: block;
    border-radius: 100%;
    padding: 0;
    text-indent: -999em;
}

.carousel .bx-pager-item .active {
    background: #31a4db;
}

.carousel-featured-slide {
    display: none;
}

.carousel-hidden .carousel-featured-slide {
    display: block;
}

.breadcrumb {
    display: none;
    clear: both;
    margin: 0 -20px 0;
    margin: 0rem -1.25rem 0rem;
}

.breadcrumb {
    display: block;
    margin: 0 0 18px;
    margin: 0rem 0rem 1.125rem;
}

.breadcrumb-inner {
    position: relative;
    z-index: 3;
    *zoom: 1;
    zoom: 1;
    margin: 0 20px;
    margin: 0rem 1.25rem;
    max-width: 1310px;
    max-width: 81.875rem;
    padding: 24px 0;
    padding: 1.5rem 0rem;
}

    .breadcrumb-inner:before,
    .breadcrumb-inner:after {
        display: table;
        content: "";
    }

    .breadcrumb-inner:after {
        clear: both;
    }

    .breadcrumb-inner:before,
    .breadcrumb-inner:after {
        content: "";
        display: table;
    }

    .breadcrumb-inner:after {
        clear: both;
    }

.breadcrumb-inner {
    padding: 0;
    margin: 0;
}

.breadcrumb-back {
    float: left;
    vertical-align: middle;
}

.breadcrumb-back {
    float: none;
}

.breadcrumb-menu {
    float: left;
    padding: 0;
    font-size: 0;
    display: inline-block;
    margin: 0;
}

.breadcrumb-menu {
    float: none;
}

    .breadcrumb-menu li {
        padding: 5px;
        padding: 0.3125rem;
        list-style: none;
        display: block;
        position: relative;
        margin: 6px 0;
        margin: 0.375rem 0rem;
    }

    .breadcrumb-menu li {
        display: inline-block;
        padding: 0 10px;
        padding: 0rem 0.625rem;
    }

        .breadcrumb-menu li:after {
            content: "/";
            display: block;
            width: 10px;
            position: absolute;
            top: -50%;
            bottom: 0;
            left: 0;
            margin-left: -2px;
            margin-left: -0.125rem;
            color: #999999;
            font-size: 14px;
            font-size: 0.875rem;
        }

        .breadcrumb-menu li:first-child {
            margin-top: 0;
            padding-left: 5px;
            padding-left: 0.3125rem;
        }

        .breadcrumb-menu li:first-child {
            float: none;
        }

            .breadcrumb-menu li:first-child:after {
                display: none;
            }

    .breadcrumb-menu a {
        text-decoration: none;
        color: #999999;
        display: block;
        line-height: 12px;
        line-height: 0.75rem;
        font-size: 14px;
        font-size: 0.875rem;
    }

        .breadcrumb-menu a:hover {
            color: #0c55a5;
        }

.promo {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 36px 40px;
    padding: 2.25rem 2.5rem;
}

    .promo.promo-style-b {
        padding: 24px 20px;
        padding: 1.5rem 1.25rem;
        background: #fff;
    }

    .promo.promo-style-b {
        padding: 18px 25px;
        padding: 1.125rem 1.5625rem;
    }

    .promo.promo-style-c {
        background: #fff;
        padding: 24px 20px;
        padding: 1.5rem 1.25rem;
    }

.lt-ie9 .promo figure.promo-media {
    background: #0153a7 !important;
}

.promo-style-a {
    min-height: 280px;
    min-height: 17.5rem;
}

.lt-ie9 .promo-style-a {
    background: #0153a7;
}

.promo-style-a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    content: " ";
    height: 100%;
    z-index: 9;
    background-color: transparent;
    background-color: #0153a7;
    background-color: rgba(1, 83, 167, 0.8);
}

.lt-ie9 .promo-style-a:before {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0153a7, endColorstr=#cc0153a7)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0153a7, endColorstr=#cc0153a7);
    background-color: rgba(1, 83, 167, 0.8);
}

.promo-style-a:before {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDI1MiwgMjUzLCAyNTQpIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0icmdiKDAsIDg0LCAxNjYpIiBzdG9wLW9wYWNpdHk9IjAuOSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(252, 253, 254, 0) 0%, rgba(0, 84, 166, 0.9) 52%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(252, 253, 254, 0) 0%, rgba(0, 84, 166, 0.9) 52%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(252, 253, 254, 0) 0%, rgba(0, 84, 166, 0.9) 52%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(252, 253, 254, 0) 0%, rgba(0, 84, 166, 0.9) 52%);
}

.small-promo.promo-style-a:before {
    background-image: none;
    background-color: #0153a7;
    background-color: rgba(1, 83, 167, 0.8);
}

.lt-ie9 .small-promo.promo-style-a:before {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0153a7, endColorstr=#cc0153a7)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0153a7, endColorstr=#cc0153a7);
    background-color: rgba(1, 83, 167, 0.8);
}

.promo-style-a.banner-color-a:before {
    background-color: #0153a7;
    background-color: rgba(1, 83, 167, 0.8);
}

.lt-ie9 .promo-style-a.banner-color-a:before {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0153a7, endColorstr=#cc0153a7)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0153a7, endColorstr=#cc0153a7);
    background-color: rgba(1, 83, 167, 0.8);
}

.promo-style-a.banner-color-a:before {
    background: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0icmdiKDI1MiwgMjUzLCAyNTQpIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDg0LCAxNjYpIiBzdG9wLW9wYWNpdHk9IjAuOSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 1%, rgba(252, 253, 254, 0) 2%, rgba(0, 84, 166, 0.9) 50%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 1%, rgba(252, 253, 254, 0) 2%, rgba(0, 84, 166, 0.9) 50%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 1%, rgba(252, 253, 254, 0) 2%, rgba(0, 84, 166, 0.9) 50%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 1%, rgba(252, 253, 254, 0) 2%, rgba(0, 84, 166, 0.9) 50%);
}

.small-promo.promo-style-a.banner-color-a:before {
    background-image: none;
    background-color: #0153a7;
    background-color: rgba(1, 83, 167, 0.8);
}

.lt-ie9 .small-promo.promo-style-a.banner-color-a:before {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0153a7, endColorstr=#cc0153a7)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0153a7, endColorstr=#cc0153a7);
    background-color: rgba(1, 83, 167, 0.8);
}

.lt-ie9 .promo-style-a.banner-color-a {
    background: #0153a7;
}

.promo-style-a.banner-color-b:before {
    background-color: #800f69;
    background-color: rgba(128, 15, 105, 0.8);
}

.lt-ie9 .promo-style-a.banner-color-b:before {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc800f69, endColorstr=#cc800f69)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc800f69, endColorstr=#cc800f69);
    background-color: rgba(128, 15, 105, 0.8);
}

.promo-style-a.banner-color-b:before {
    background: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDI1MiwgMjUzLCAyNTQpIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0icmdiKDEyOCwgMTUsIDEwNSkiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(252, 253, 254, 0) 0%, rgba(128, 15, 105, 0.9) 52%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(252, 253, 254, 0) 0%, rgba(128, 15, 105, 0.9) 52%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(252, 253, 254, 0) 0%, rgba(128, 15, 105, 0.9) 52%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(252, 253, 254, 0) 0%, rgba(128, 15, 105, 0.9) 52%);
}

.small-promo.promo-style-a.banner-color-b:before {
    background-image: none;
    background-color: #800f69;
    background-color: rgba(128, 15, 105, 0.8);
}

.lt-ie9 .small-promo.promo-style-a.banner-color-b:before {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc800f69, endColorstr=#cc800f69)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc800f69, endColorstr=#cc800f69);
    background-color: rgba(128, 15, 105, 0.8);
}

.lt-ie9 .promo-style-a.banner-color-b {
    background: #800f69;
}

.promo-style-a.banner-color-c:before {
    background-color: #dfdfdf;
    background-color: rgba(223, 223, 223, 0);
}

.lt-ie9 .promo-style-a.banner-color-c:before {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00dfdfdf, endColorstr=#00dfdfdf)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00dfdfdf, endColorstr=#00dfdfdf);
    background-color: rgba(223, 223, 223, 0);
}

.promo-style-a.banner-color-c:before {
    background-color: transparent;
    background-image: 8121991;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(252, 253, 254, 0) 11%, #dfdfdf 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(252, 253, 254, 0) 11%, #dfdfdf 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(252, 253, 254, 0) 11%, #dfdfdf 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(252, 253, 254, 0) 11%, #dfdfdf 100%);
}

.small-promo.promo-style-a.banner-color-c:before {
    background-image: none;
    background-color: #800f69;
    background-color: rgba(128, 15, 105, 0);
}

.lt-ie9 .small-promo.promo-style-a.banner-color-c:before {
    zoom: 1;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00800f69, endColorstr=#00800f69)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00800f69, endColorstr=#00800f69);
    background-color: rgba(128, 15, 105, 0);
}

.lt-ie9 .promo-style-a.banner-color-c {
    background: transparent;
}

.promo-body {
    position: relative;
    z-index: 10;
}

.region-a .promo-body,
.region-c .promo-body {
    float: right;
    width: 40.24390244%;
    *width: 39.74390244%;
}

.small-promo .promo-body {
    float: none;
    width: 100%;
}

.promo-style-c .promo-body {
    width: 100%;
}

.region-c .promo-body {
    float: none;
    width: 100%;
}

.promo-media {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0;
    height: 100%;
    /*
	img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		max-width: none;
		height: 100%;

		@media (min-width: @break-point-b) {
			.region-a &,
			.region-c & {
				width: 100%;
				height: auto;
			}
		}

		@media (min-width: @break-point-c) {
			.region-c & {
				width: auto;
				height: 100%;
			}
		}

		@media (min-width: @break-point-e) {
			.region-a & {
				width: auto;
			}
		}
	}
*/
}

.promo-header {
    position: relative;
}

    .promo-header h3 {
        font-size: 24px;
        font-size: 1.5rem;
    }

.promo-style-c .promo-header h3 {
    font-size: 28px;
    font-size: 1.75rem;
}

.promo-style-b .promo-thumb + .promo-footer + .promo-header .promo-title {
    padding-left: 90px;
    padding-left: 5.625rem;
}

.promo-style-b .promo-thumb + .promo-header .promo-title {
    padding-left: 90px;
    padding-left: 5.625rem;
}

.promo-style-b .promo-header {
    padding-top: 12px;
    padding-top: 0.75rem;
    margin-right: 20px;
    margin-right: 1.25rem;
}

.html-rtl .promo-style-b .promo-header {
    margin-right: 0;
    margin-left: 20px;
    margin-left: 1.25rem;
}

.promo-style-b .promo-header .promo-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding-bottom: 42px;
    padding-bottom: 2.625rem;
}

.html-rtl .promo-style-b .promo-header .promo-title {
    padding-left: 0;
    padding-right: 90px;
    padding-right: 5.625rem;
}

.promo-style-b .promo-header .promo-title {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 110px;
    padding-right: 6.875rem;
}

.html-rtl .promo-style-b .promo-header .promo-title {
    padding-right: 0;
    padding-left: 110px;
    padding-left: 6.875rem;
}

.promo-style-a .promo-header h3 {
    color: #fff;
}

    .promo-style-a .promo-header h3 a {
        color: #fff;
    }

        .promo-style-a .promo-header h3 a:hover,
        .promo-style-a .promo-header h3 a:focus {
            color: #fff;
        }

.promo-details {
    position: relative;
}

.promo-style-a .promo-details {
    color: #fff;
}

.promo-details p:last-child {
    margin-bottom: 0;
}

.promo-footer {
    position: relative;
}

.promo-style-b .promo-footer {
    display: inline-block;
    position: absolute;
    bottom: 18px;
    bottom: 1.125rem;
}

.promo-style-b .promo-footer {
    position: relative;
    bottom: auto;
    padding-top: 15px;
    padding-top: 0.9375rem;
    float: right;
}

.html-rtl .promo-style-b .promo-footer {
    float: left;
}

.promo-style-b .promo-footer .btn {
    z-index: 1;
}

.promo-footer .action-more {
    color: #fff;
    border: 1px solid #6895c1;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 15px;
    padding: 0.375rem 0.9375rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
}

    .promo-footer .action-more:hover,
    .promo-footer .action-more:focus {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

        .promo-footer .action-more:hover .icon,
        .promo-footer .action-more:focus .icon {
            color: #fff;
        }

.promo-footer .icon {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
}

.promo-details + .promo-footer {
    margin-top: 12px;
    margin-top: 0.75rem;
}

.promo-style-c .promo-details + .promo-footer {
    margin-top: 24px;
    margin-top: 1.5rem;
}

.promo-thumb {
    float: left;
    margin-right: 20px;
    margin-right: 1.25rem;
}

.promo-style-b .promo-thumb {
    width: 70px;
    width: 4.375rem;
}

    .promo-style-b .promo-thumb img {
        max-width: 100%;
    }

.html-rtl .promo-thumb {
    float: right;
    margin-right: 0;
    margin-left: 20px;
    margin-left: 1.25rem;
}

.promo-style-d {
    padding: 0;
    background: #fff;
    position: relative;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
}

    .promo-style-d .promo-media {
        position: relative;
        /*float: left;*/
        width: 80px;
        width: 5rem;
    }

    .promo-style-d .promo-body {
        padding: 12px 10px;
        padding: 0.75rem 0.625rem;
        width: auto;
    }

        .promo-style-d .promo-body a {
            color: #404040;
        }

            .promo-style-d .promo-body a:hover,
            .promo-style-d .promo-body a:focus {
                color: #0c55a5;
            }

            .promo-style-d .promo-body a .icon {
                color: #00aae7;
                vertical-align: bottom;
            }

    .promo-style-d .promo-media + .promo-body {
        padding: 0;
        /*left: 95px;*/
        /*left: 5.9375rem;*/
        /*position: absolute;*/
        top: 50%;
        /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);*/
    }

.ie8 .promo-style-d .promo-media + .promo-body {
    display: table-cell;
    position: static;
    vertical-align: middle;
}

.promo-style-b-container {
    margin: 0 -20px;
    margin: 0rem -1.25rem;
    width: auto;
    max-width: none;
}

.promo-style-b-container {
    margin: inherit;
    max-width: 100%;
    width: inherit;
    float: left;
}

.promo-newsletter {
    float: left;
    width: 100%;
}

.promo-newsletter {
    width: 74.85%;
}

.social-news + .promo-newsletter {
    margin-left: 0.75757576%;
    *margin-left: 0.25757576%;
    float: right;
}

.html-rtl .social-news + .promo-newsletter {
    margin-left: 0;
    margin-left: 0.75757576%;
    *margin-left: 0.25757576%;
    float: left;
}

.product-list .product-list-inner {
    position: relative;
    height: auto;
    overflow: hidden;
    clear: both;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    margin: 0 -20px;
    margin: 0rem -1.25rem;
}

.product-list .product-list-inner {
    margin: 0;
}

.products-list-header {
    display: none;
}

.products-list-header {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
    height: auto;
    overflow: hidden;
    padding: 12px 25px 12px;
    padding: 0.75rem 1.5625rem 0.75rem;
}

    .products-list-header .product-list-results {
        position: relative;
        float: left;
        width: 39.36507937%;
        *width: 38.86507937%;
    }

        .products-list-header .product-list-results h3 {
            margin-bottom: 0;
            line-height: 18px;
            line-height: 1.125rem;
            font-size: 20px;
            font-size: 1.25rem;
        }

    .products-list-header .product-list-spec-heading {
        position: relative;
        float: left;
        width: 60.55555556%;
        *width: 60.05555556%;
    }

        .products-list-header .product-list-spec-heading .product-list-spec {
            text-align: center;
            position: relative;
            float: left;
            width: 25%;
            border-left: 1px solid #d8d8d8;
            font-size: 17px;
            font-size: 1.0625rem;
        }

.article-product {
    float: left;
    background: #fff;
    width: 100%;
    padding: 25px;
    padding: 1.5625rem;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dddddd;
    border-bottom: 0.0625rem solid #dddddd;
}

    .article-product .article-media {
        float: left;
        width: 100%;
        z-index: 2;
    }

    .article-product .article-media {
        width: 172px;
        width: 10.75rem;
        position: absolute;
    }

    .article-product .article-media {
        margin-bottom: 0;
        position: relative;
        width: 13.65079365%;
        *width: 13.15079365%;
    }

        .article-product .article-media img {
            width: 100%;
        }

        .article-product .article-media img {
            width: auto;
        }

    .article-product .article-header {
        float: left;
    }

    .article-product .article-header {
        min-height: 145px;
        min-height: 9.0625rem;
        padding-left: 200px;
        padding-left: 12.5rem;
    }

    .article-product .article-header {
        min-height: 145px;
        min-height: 9.0625rem;
        padding-left: 200px;
        padding-left: 12.5rem;
    }

    .article-product .article-header {
        padding-left: 0;
        width: 20.63492063%;
        *width: 20.13492063%;
        margin-left: 1.98412698%;
        *margin-left: 1.48412698%;
        margin-right: 3.17460317%;
        *margin-right: 2.67460317%;
    }

        .article-product .article-header .product-title {
            display: none;
        }

        .article-product .article-header .product-title {
            display: block;
        }

        .article-product .article-header .product-details {
            line-height: 24px;
            line-height: 1.5rem;
            font-size: 18px;
            font-size: 1.125rem;
        }

        .article-product .article-header .product-details {
            margin-bottom: 0;
        }

        .article-product .article-header .product-details {
            font-size: 16px;
            font-size: 1rem;
            line-height: 18px;
            line-height: 1.125rem;
        }

    .article-product .article-content {
        float: left;
        display: block;
        clear: both;
        width: 100%;
    }

    .article-product .article-content {
        padding: 24px 0 0;
        padding: 1.5rem 0rem 0rem;
    }

    .article-product .article-content {
        width: 100%;
        padding: 24px 0 0;
        padding: 1.5rem 0rem 0rem;
    }

    .article-product .article-content {
        padding: 0;
        clear: none;
        height: 145px;
        height: 9.0625rem;
        width: 60.55555556%;
        *width: 60.05555556%;
    }

        .article-product .article-content .product-spec-details {
            width: 100%;
            position: relative;
            float: left;
            text-align: center;
            border-top: 1px solid #d8d8d8;
            padding: 18px 0;
            padding: 1.125rem 0rem;
        }

            .article-product .article-content .product-spec-details:first-child {
                padding-top: 0;
                border: none;
            }

            .article-product .article-content .product-spec-details:first-child {
                padding: 18px 0;
                padding: 1.125rem 0rem;
            }

            .article-product .article-content .product-spec-details:first-child {
                border-left: 1px solid #d8d8d8;
            }

            .article-product .article-content .product-spec-details:last-child {
                padding-bottom: 0;
            }

            .article-product .article-content .product-spec-details:last-child {
                padding: 18px 0;
                padding: 1.125rem 0rem;
            }

        .article-product .article-content .product-spec-details {
            width: 25%;
            border-top: 0;
            border-left: 1px solid #d8d8d8;
        }

        .article-product .article-content .product-spec-details {
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .article-product .article-content .product-spec-details p {
                margin-bottom: 0;
                font-size: 14px;
                font-size: 0.875rem;
                line-height: 18px;
                line-height: 1.125rem;
            }

            .article-product .article-content .product-spec-details p {
                font-size: 16px;
                font-size: 1rem;
            }

            .article-product .article-content .product-spec-details .product-spec-section-title {
                font-weight: 700;
                display: block;
                margin-bottom: 6px;
                margin-bottom: 0.375rem;
                font-size: 14px;
                font-size: 0.875rem;
            }

            .article-product .article-content .product-spec-details .product-spec-section-title {
                display: none;
            }

    .article-product .toggle-handle {
        margin-bottom: 0;
        color: #404040;
    }

    .article-product .toggle-handle {
        display: none;
    }

    .article-product .toggle-content {
        padding-top: 12px;
        padding-top: 0.75rem;
    }

    .article-product .toggle-content {
        display: inline;
    }

.filter-style-a {
    background: #fff;
    padding: 15px 15px;
    padding: 0.9375rem 0.9375rem;
    padding-bottom: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.filter-style-a {
    padding: 15px 15px;
    padding: 0.9375rem 0.9375rem;
}

.filter-style-a {
    padding: 15px 30px;
    padding: 0.9375rem 1.875rem;
}

    .filter-style-a .submit {
        width: 100%;
    }

    .filter-style-a .submit {
        float: left;
        width: auto;
    }

.filter-title-style-a {
    float: left;
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-bottom: 0;
    margin-top: 3px;
    margin-top: 0.1875rem;
    display: none;
}

.filter-title-style-a {
    display: block;
}

.filters-container {
    float: right;
    margin-top: 12px;
    margin-top: 0.75rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    width: 100%;
}

.filters-container {
    padding-bottom: 0;
    margin-top: 0;
    width: auto;
}

    .filters-container .btn {
        width: 100%;
    }

    .filters-container .btn {
        width: auto;
    }

.filter-input-container {
    position: relative;
    float: left;
    width: 100%;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.filter-input-container {
    margin-bottom: 0;
    width: 160px;
    width: 10rem;
}

    .filter-input-container .select-replace {
        width: 100%;
    }

    .filter-input-container .filter-input,
    .filter-input-container .filter-btn {
        width: 100%;
        color: #404040;
        font-size: 16px;
        font-size: 1rem;
        -webkit-font-smoothing: antialiased;
    }

.filter-tabs {
    display: block;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    width: 100%;
    float: right;
    margin-top: 12px;
    margin-top: 0.75rem;
}

.filter-tabs {
    display: block;
    margin-bottom: 0;
    width: auto;
}

    .filter-tabs a {
        padding: 0 10px;
        padding: 0rem 0.625rem;
        border-left: 1px solid #dfdfdf;
        border-left: 0.0625rem solid #dfdfdf;
        color: #404040;
        position: relative;
        width: 50%;
        display: block;
        float: left;
        text-align: center;
    }

    .filter-tabs a {
        width: auto;
        display: inline;
        float: none;
        text-align: left;
    }

.html-rtl .filter-tabs a {
    text-align: right;
}

.filter-tabs a:first-child {
    border: none;
}

.filter-tabs a:hover,
.filter-tabs a:focus {
    color: #0c55a5;
}

    .filter-tabs a:hover.disabled,
    .filter-tabs a:focus.disabled {
        color: #ccc;
        cursor: default;
    }

.filter-tabs a.active {
    color: #0c55a5;
}

    .filter-tabs a.active:after {
        content: "\e60d";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 30px;
        width: 1.875rem;
        line-height: 12px;
        line-height: 0.75rem;
        margin-left: -15px;
        margin-left: -0.9375rem;
        margin-top: 6px;
        margin-top: 0.375rem;
        text-align: center;
        color: #00aae7;
        display: inline-block;
        font-family: 'perkinelmer_icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        z-index: 1;
    }

.filter-tabs a.disabled {
    color: #ccc;
}

    .filter-tabs a.disabled:after {
        color: #ccc;
    }

.js .filter-option-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #bfbfbf;
    border: 0.0625rem solid #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 2;
    padding: 6px 10px;
    padding: 0.375rem 0.625rem;
    display: none;
}

.filter-option-box-in .filter-option-box {
    display: block;
}

.filter-option-box .close {
    top: 9px;
    top: 0.5625rem;
    right: 10px;
    right: 0.625rem;
    font-size: 12px;
    font-size: 0.75rem;
}

.filter-option-box .filter-option-box-title {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}

.filter-option-box .filter-option-box-subtitle {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    font-family: ""FrutigerLTW02-45Light"", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
}

.filter-nav {
    float: left;
    padding: 12px 0;
    padding: 0.75rem 0rem;
}

    .filter-nav a {
        padding: 0 10px;
        padding: 0rem 0.625rem;
        color: #404040;
        display: block;
    }

        .filter-nav a:hover,
        .filter-nav a:focus {
            color: #0c55a5;
        }

    .filter-nav a {
        display: inline;
        border-left: 1px solid #dfdfdf;
        border-left: 0.0625rem solid #dfdfdf;
    }

        .filter-nav a:first-child {
            border: none;
        }

        .filter-nav a.active {
            font-weight: 900;
        }

/*
   Animation example, for spinners
*/

.animate-spin {
    -moz-animation: spin 1000ms infinite linear;
    -o-animation: spin 1000ms infinite linear;
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
    display: inline-block;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.hero {
    position: relative;
    *zoom: 1;
    zoom: 1;
    margin: 0 20px;
    margin: 0rem 1.25rem;
    max-width: 1310px;
    max-width: 81.875rem;
    z-index: 3;
    overflow: visible;
    padding: 24px 0;
    padding: 1.5rem 0rem;
}

    .hero:before,
    .hero:after {
        display: table;
        content: "";
    }

    .hero:after {
        clear: both;
    }

    .hero:before,
    .hero:after {
        content: "";
        display: table;
    }

    .hero:after {
        clear: both;
    }

    .hero.hero-style-a {
        background: #fff;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
        margin: 24px 0 48px;
        margin: 1.5rem 0rem 3rem;
    }

.hero {
    padding: 48px 0 36px;
    padding: 3rem 0rem 2.25rem;
}

.hero-inner {
    position: relative;
}

.hero-inner {
    display: table;
    direction: rtl;
}

.hero-media,
.hero-body {
    display: table-cell;
    vertical-align: middle;
    direction: ltr;
    width: 50%;
}

.hero-media {
    text-align: center;
    position: relative;
}

.hero-media {
    width: 50%;
}

    .hero-media img {
        max-width: 100%;
        height: auto;
    }

.hero-media-inner {
    position: relative;
    /*
	  This will spill over into other components, fine for Microsites because it's made up of
	  sections that have z-index:3 so this isn't a problem. On MI or Corp we don't have this so we'd have to apply z-index:3 to
	  regions instead which will introduce other problems, as a result removing the after element here.
	*/
    /*&:after {
		content: "";
		display: block;
		border-radius: 100%;
		position: absolute;
		width: 300%;
		left: -100%;
		.top(-300px);
		.bottom(-300px);
		z-index: -999;
		.background-image(radial-gradient(ellipse at center, rgba(255,255,255,1) 20%,rgba(255,255,255,0) 80%));

		@media (min-width: @break-point-e) {
		}
	}*/
}

.hero-video .hero-media-inner:after {
    display: none;
}

.hero-body {
    padding: 0 20px;
    padding: 0rem 1.25rem;
}

.hero-body {
    padding: 18px 40px;
    padding: 1.125rem 2.5rem;
    width: 50%;
}

    .hero-body + .hero-media {
        padding-top: 18px;
        padding-top: 1.125rem;
    }

    .hero-body + .hero-media {
        padding-top: 0;
    }

.hero-title {
    color: #800f69;
}

    .hero-title a {
        color: #800f69;
    }

.promo-style-e {
    padding: 0;
    background: #fff;
    position: relative;
}

    .promo-style-e .promo-media {
        position: relative;
        float: left;
        width: 80px;
        width: 5rem;
    }

    .promo-style-e .promo-body {
        padding: 12px 10px;
        padding: 0.75rem 0.625rem;
        width: auto;
    }

        .promo-style-e .promo-body a {
            color: #404040;
            display: block;
            font-size: 20px;
            font-size: 1.25rem;
        }

            .promo-style-e .promo-body a:hover,
            .promo-style-e .promo-body a:focus {
                color: #0c55a5;
            }

            .promo-style-e .promo-body a.promo-subtitle {
                color: #00aae7;
                font-size: 16px;
                font-size: 1rem;
            }

                .promo-style-e .promo-body a.promo-subtitle:hover,
                .promo-style-e .promo-body a.promo-subtitle:focus {
                    color: #0c55a5;
                }

        .promo-style-e .promo-body .icon {
            color: #00aae7;
            vertical-align: bottom;
        }

    .promo-style-e .promo-media + .promo-body {
        padding: 0;
        left: 95px;
        left: 5.9375rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.ie8 .promo-style-e .promo-media + .promo-body {
    display: table-cell;
    position: static;
    vertical-align: middle;
}

.article-style-b .sub-title {
    position: relative;
    clear: both;
}

    .article-style-b .sub-title p {
        color: #999999;
        margin-bottom: 6px;
        margin-bottom: 0.375rem;
    }

.browser-warning {
    /*background: #cf1545;*/
    background: #fff;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 1em 1em 0 1em;
}

    .browser-warning .container {
        text-align: center;
    }

        .browser-warning .container p {
            color: #404040;
            font-size: 1rem;
            width: 100%;
            padding: 1px 0 20px 0;
        }

        .browser-warning .container a {
            text-decoration: none;
            color: #0c55a5;
        }

            .browser-warning .container a:hover {
                text-decoration: none;
                color: #00aae7;
            }

        .browser-warning .container img {
            margin-right: 0.625rem;
            position: relative;
            top: 10px;
        }

/* utilities.less - non-semantic helper classes */

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    text-align: center;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

    .ir br {
        display: none;
    }

.hide {
    display: none;
}

.show {
    display: block;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px !important;
}

    .visually-hidden.focusable:active,
    .visually-hidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

.clearboth {
    clear: both;
}

.clearfloats {
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
}

.no-transition,
.no-transition * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.visible-smallscreen,
.visible-mediumscreen,
.visible-largescreen {
    display: none;
}

.visible-smallscreen {
    display: block;
}

.visible-mediumscreen {
    display: block;
}

.visible-largescreen {
    display: block;
}

.hidden-mediumscreen {
    display: none;
}

.hidden-largescreen {
    display: none;
}

#monitor_mq {
    display: block;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: -9999em;
    left: -9999em;
    width: 20em;
}

    #monitor_mq.rtl {
        left: auto;
        right: -9999em;
    }

#monitor_mq {
    width: 480px;
}

#monitor_mq {
    width: 600px;
}

#monitor_mq {
    width: 768px;
}

#monitor_mq {
    width: 1000px;
}

.centered-table {
    display: table;
}

.centered {
    display: table-cell;
    vertical-align: middle;
}

.related-products {
    left: 5px;
    max-width: 180px;
    position: relative;
    transform: none;
    -webkit-transform: none;
}
/*# sourceMappingURL=main.css.map */
.region-c .block-size-c {
    min-height: 80px;
}

.related-products.icon-chevron-right {
    width: 39px;
}

.promo-body.related-products {
    padding-left: 20px !important;
}

.promo-media.centered img {
    max-width: 80px;
    height: auto;
}
/*# sourceMappingURL=main.css.map */

.loading_gif {
    display: none;
}
/*IE 8 specific*/
@media all\0 {
    .navbar-ex1-collapse {
        height: 36px;
    }

    .header-logo {
        margin-left: 15px;
        clear: both;
    }

        .header-logo .logo {
            position: absolute;
            padding-top: 10px;
            width: 110px;
        }

    .logo-mobile {
        display: none;
    }

    .navbar-right {
        margin-top: 10px;
        margin-right: 20px;
        float: right;
    }

        .navbar-right li {
            list-style: none;
        }

    .global-search.global-search-header {
        padding-top: 15px;
    }

    .navbar-default {
        background-color: #f5f5f5;
    }

    .nav-left {
        float: left;
        margin-left: 80px !important;
    }

    .pe_megamenu_ul {
        padding-top: 17px;
    }

    .menu-item {
        width: 191px;
        font-size: 12px;
        background-color: #f5f5f5;
        padding: 5px 15px;
        display: inline-block;
        border: 2px solid #e5e5e5;
        border-bottom: none;
    }

        .menu-item.dropdown {
            background-color: white;
            border-bottom: none;
        }

        .menu-item a {
            color: #404040;
        }

    .navigation-main {
        height: 82px;
    }

        .navigation-main .navigation-menu {
            clear: both;
            height: 90px;
            margin-left: 317px;
        }

    .navigation-menu div[class^="menu-style-"] {
        display: inline-block;
    }

    .navigation-menu.menu-hover {
        display: inline-block !important;
    }

    .global-search-header.global-search {
        padding-top: 0;
    }

    #term {
        line-height: 24px;
    }

    .breadCrumbHolder.pe_breadcrumb li {
        display: inline-block;
        list-style: none;
    }

        .breadCrumbHolder.pe_breadcrumb li:after {
            content: " >";
        }

        .breadCrumbHolder.pe_breadcrumb li.last:after {
            content: "";
        }

        .breadCrumbHolder.pe_breadcrumb li.last a {
            color: #303030;
        }

    footer.footer-b {
        margin-top: 2em;
        padding-top: 40px;
        background-color: white;
    }

    article.footer-list-b {
        width: 20%;
    }

    ul.tab-top {
        overflow: visible;
        position: relative;
        background: #f5f5f5;
    }

        ul.tab-top:after {
            position: absolute;
            content: "";
            display: block;
            width: 100%;
            background-color: white;
            top: 100%;
            height: 13px;
        }

    .tab-top.tab-top_resources li {
        height: 36px;
        line-height: 36px;
        width: 50%;
        display: inline-block;
        list-style: none;
        background-color: #e5e5e5;
        box-shadow: 0 -1px 3px #e5e5e5;
        border: 1px solid #EAEAEA;
        border: none\0/;
        border-width: 0 1px 0 1px;
    }

        .tab-top.tab-top_resources li:hover {
            background-color: #fff;
            cursor: pointer;
        }

        .tab-top.tab-top_resources li.active {
            background-color: white;
            cursor: default;
            box-shadow: none;
        }

        .tab-top.tab-top_resources li a {
            font-size: 18px;
            display: block;
            text-align: center;
            font-weight: bold;
            color: #443331;
        }

    .tabs.tab-list .pane.tab {
        padding: 1em;
        /*background-color: white;*/
    }

    input.hasDatepicker {
        width: 232px;
    }

    .ui-datepicker-calendar {
        text-align: center;
        width: 220px;
    }

    .ui-datepicker {
        padding: 0;
        width: 232px;
        border: 1px solid #e6e6e6;
    }

    .ui-datepicker-title {
        text-align: center;
    }

    .ui-icon-circle-triangle-w {
        float: left;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    }

    .ui-icon-circle-triangle-e {
        float: right;
    }
    /*Megardop*/
    ul.pe_mega_drop {
        display: none;
    }

    .terms-and-conditions .row {
        padding: 20px;
    }

    .validation-summary-errors {
        display: none;
    }

    ul.increase-margin-bottom {
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .twitter-typeahead .tt-hint {
        display: none;
    }
}

.type-label-header span:first-of-type {
    margin-bottom: 3px;
    display: inline-block;
}
/*End of IE8 CSS*/

input[type="hidden"] {
    display: none !important;
}

.row_table {
    padding-top: 10px;
    border: 1px solid rgb(64, 64, 64);
    background-color: rgb(245, 245, 245);
    display: table;
    table-layout: fixed;
    width: 100%;
}

.terms-and-conditions .row.row_table {
    margin: 0 auto;
    display: block;
    width: 97%;
    border: none;
    background-color: white;
}

    .terms-and-conditions .row.row_table i {
        color: #000;
    }

    .terms-and-conditions .row.row_table a span {
        font-weight: bold;
        color: #000;
    }

.result-table .cell-table-b {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

    .result-table .cell-table-b.column_x5 {
        width: 244px;
    }

    .result-table .cell-table-b.column_x10 {
        width: 114px;
    }

        .result-table .cell-table-b.column_x10 button {
            width: 90px;
        }

    .result-table .cell-table-b.column_x4 {
        width: 280px;
        padding: 0;
    }

    .result-table .cell-table-b.column_x3 {
        width: 580px;
        padding: 0;
    }

    .result-table .cell-table-b.column_x12 i {
        color: #000;
    }

.tab.labchip {
    padding: 15px;
}

.clear {
    clear: both;
}

/*TypeAhead*/

.typeahead {
    background-color: #fff;
}

.twitter-typeahead {
    width: 100%;
}

    .twitter-typeahead:focus {
        color: #00aae7;
    }

.tt-input {
    background-color: #ffffff;
    -moz-box-shadow: 0 0 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.1);
    box-shadow: 0 0 0 rgba(0,0,0,.1);
}

div[class*="tt-dataset"] {
    overflow: visible;
    width: auto;
    text-align: left;
}

.tt-dropdown-menu {
    width: 100%;
    margin: -9px 0 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.1);
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    height: 250px;
}

.global-search-form {
    position: relative;
    margin: 0 auto;
    overflow: visible;
    text-align: center;
}

.tt-suggestion {
    padding: 0 2px;
    font-size: 16px;
}

    .tt-suggestion p {
        line-height: normal;
        display: block;
        width: 100%;
        margin: 0 !important;
        padding: 2px 4px !important;
    }

#term:hover, #term:focus {
    border: 1px solid #404040;
}

#term:-ms-input-placeholder {
    color: #999999;
}

div[class*="tt-dataset"] .tt-cursor {
    color: #ffffff;
    background-color: #0153a7;
}

.tt-hint {
    color: white;
}

.filter .tt-dropdown-menu {
    max-height: 135px;
}

.labchip .tt-dropdown-menu {
    height: 133px;
}

.terms-and-conditions .tt-dropdown-menu {
    top: 107% !important;
    width: 92%;
}

.global-search-form .tt-dropdown-menu {
    top: 127% !important;
}

.type-label-result-header-two {
    float: left;
}

.menu-style-a {
    position: relative;
    padding: 0;
}

li.menu-style-a:hover > .pe_mega_drop {
    display: block;
    background-color: #fff;
    margin-top: 11px;
}

    li.menu-style-a:hover > .pe_mega_drop li {
        width: 250px;
        display: block;
        background-color: #fff;
        border: 1px solid #f5f5f5;
    }

        li.menu-style-a:hover > .pe_mega_drop li a {
            padding: 10px 15px;
            font-size: 14px;
        }

.pe_submenu {
    display: none;
}

li[classlass*="menu-style-"]:hover > .pe_mega_drop > li:hover .pe_submenu {
    display: block;
    width: 900px;
}

.nav-section-ul {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    width: 900px;
    height: 450px;
    overflow: auto;
    left: 248px;
    position: absolute;
    top: -261px;
}

    .nav-section-ul li {
        height: 40px !important;
        width: 25% !important;
        float: left;
        border: none !important;
    }

        .nav-section-ul li a {
            padding: 0 !important;
            line-height: 20px;
            font-size: 12px;
        }

.menu-hover a {
    line-height: 22px;
}

li[class*="menu-style-"].menu-hover {
    padding-bottom: 30px;
}

li[class*="menu-style-"]:hover > section.menu-subnav {
    display: block !important;
    top: 94px;
    width: 952px;
    padding: 15px;
}

li[class*="menu-style-"]:hover > a > section.menu-subnav {
    top: 91px;
    display: block !important;
    width: 952px;
    padding: 15px;
}

.js .navigation-menu-alt .menu-subnav-inner .article-details li {
    margin-left: 0;
}

.menu-subnav-inner {
    padding: 0 !important;
}

    .menu-subnav-inner .article-details a {
        background-color: white;
        padding: 0;
        font-size: 14px;
    }

    .menu-subnav-inner header.article-header a {
        padding-left: 0;
    }

.menu-subnav .article-details li {
    display: block;
}

.ie8.imaging #term {
    line-height: 36px;
}

.social-hub {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.videoWrapper {
    clear: both;
    padding-bottom: 53.85%;
    padding-top: 24px;
    position: relative;
    height: 0;
    margin-bottom: 1em;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.lt-ie9 .icon.icon-search {
    display: none;
}

.ie8 #pesearchbar {
    display: none;
}

.radio-container {
    left: 24px;
    position: relative;
}

    .radio-container:nth-of-type(2) {
        left: 55px;
        position: relative;
    }

input[type="radio"].radio-reset {
    -o-appearance: none;
    -webkit-appearance: radio;
    -webkit-appearance: none;
    background-color: initial;
    border: 0;
    margin-bottom: 0;
    /* overflow: hidden; */
    position: absolute;
}

    input[type="radio"].radio-reset:before {
        content: "\25cb";
        font-size: 1.4em;
        left: -22px;
        position: absolute;
        top: -13px;
        z-index: 999;
    }

    input[type="radio"].radio-reset:after {
        content: none;
    }

    input[type="radio"].radio-reset:checked:before {
        background-color: transparent;
        box-shadow: none;
        color: black;
        content: "\e089";
        font-size: 1em;
        left: -21px;
        position: absolute;
        top: -3px;
        z-index: 999;
    }

    input[type="radio"].radio-reset:checked:after {
        background-color: transparent;
        box-shadow: none;
        color: black;
        content: "";
        font-size: 1.4em;
        left: -22px;
        position: absolute;
        top: -13px;
        z-index: 999;
    }

    input[type="radio"].radio-reset:focus {
        box-shadow: none;
    }