body:after {
    display: none;
    content: '{"cssBreakpoints":{"small":"screen and (min-width:32.5rem)","medium":"screen and (min-width:42.5rem)","large":"screen and (min-width:62.5rem)","xlarge":"screen and (min-width:83.125rem)"}}';
}

body {
    margin: 0;
}

header,
nav,
section {
    display: block;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

img {
    border-style: none;
}

button,
input {
    font: inherit;
    margin: 0;
    overflow: visible;
}

button {
    text-transform: none;
    -webkit-appearance: button;
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

*,
:after,
:before {
    box-sizing: border-box;
}

body {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-family: sans-serif;
    text-rendering: optimizeLegibility;
    color: #555559;
    font-weight: 300;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

img,
svg {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

a {
    text-decoration: none;
    line-height: inherit;
    color: #ff8300;
}

a img {
    border: 0;
}

h1 {
    font-size: 2rem;
}

h1,
h3 {
    font-weight: 400;
    margin: 0 0 1rem;
    line-height: 1.2;
}

h3 {
    font-size: 1.25rem;
}

p {
    font-size: inherit;
    line-height: 1.5;
    margin: 0 0 1.375rem;
}

ul {
    line-height: 1.6;
    padding-left: 0;
    margin: 0 0 1.25rem;
    list-style-position: inside;
}

::--webkit-media-controls-play-button,
::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.site {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    overflow: hidden;
}

header.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    font-weight: 700;
}

.header__super {
    color: #fff;
    padding: .5rem 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
    padding-left: .875rem;
    padding-right: .875rem;
}

.header__main {
    color: #555559;
    background: hsla(0, 0%, 100%, .85);
    overflow: hidden;
}

.header__main-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: .625rem 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 3rem;
    min-height: 0;
    padding-left: .875rem;
    padding-right: .875rem;
}

.generic-content {
    height: 100%;
    width: 100%;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 1.75rem .875rem;
}

.generic-content> :last-child {
    margin-bottom: 0;
}

.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page,
.page-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.page-content {
    width: 100%;
}

.action-bar {
    position: relative;
    z-index: 2;
    background: #dad8d6;
}

.hide-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.inline-nav {
    list-style: none;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.inline-nav,
.inline-nav--mini {
    -ms-flex-pack: center;
    justify-content: center;
}

.inline-nav--mini {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.inline-nav--mini>li:not(:first-of-type) {
    margin-left: 1.375rem;
}

.inline-nav .icon {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

.inline-nav a {
    display: block;
    padding: .375rem 0;
    line-height: 1;
    color: inherit;
}

.inline-nav .current-menu-item {
    color: #ff8300;
}

.hero {
    position: relative;
    color: #fff;
}

.hero__background {
    z-index: 1;
    overflow: hidden;
}

.hero__background,
.hero__background:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero__background:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, .6);
}

.hero__background img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
}

.hero__foreground {
    position: relative;
    z-index: 2;
    padding: 2.5rem .875rem;
}

.hero__foreground> :last-child {
    margin-bottom: 0;
}

.hero--primary .hero__foreground {
    padding-top: 6.875rem;
    padding-bottom: 3.75rem;
}

.hero--home .hero__foreground {
    padding-top: 11.25rem;
    padding-bottom: 3.75rem;
}

.primary-nav {
    width: 100%;
    margin: 0;
    position: relative;
}

.primary-nav__item {
    width: 100%;
    font-size: .875rem;
    border-bottom: 1px solid #f0f0f0;
}

.primary-nav__item a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .875rem 0;
    text-transform: uppercase;
    outline: 0;
}

.primary-nav__item .icon-label {
    margin-left: .5rem;
}

.primary-nav__item:nth-last-child(3)~.primary-nav__item {
    border-bottom: none;
}

.primary-nav__item--search {
    margin-top: .375rem;
}

.title-group {
    margin-bottom: 1.25rem;
}

.title-group> :last-child {
    margin-bottom: 0;
}

.slideshow {
    position: relative;
    overflow: hidden;
    background: #555559;
}

.slideshow__slides {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slideshow__slide,
.slideshow__slides {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slideshow__slide {
    opacity: 0;
    z-index: 1;
    overflow: hidden;
}

.slideshow__slide[data-state=is-active] {
    opacity: 1;
    z-index: 2;
}

.slideshow__slide~.slideshow__slide {
    display: none;
}

.slideshow__dots {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.slideshow__dots>li:not(:first-child) {
    margin-left: .5rem;
}

.slideshow__dots button {
    font-size: 0;
    display: inline-block;
    padding: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background: transparent;
    border: 1px solid #fff;
}

.tabs {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    flex: 1;
}

.tabs,
.tabs__heading {
    display: -ms-flexbox;
    display: flex;
}

.tabs__heading {
    width: 100%;
    margin: 0;
    line-height: 1;
    color: #fff;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.tabs__content {
    max-height: 0;
    overflow: hidden;
    background: #555559;
    color: #fff;
    z-index: 3;
    top: 100%;
    left: 0;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100vw;
    position: absolute;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .4);
}

.tabs__content--accented {
    background: #ff8300;
}

.tabs__content-inner {
    padding: 1.25rem .875rem;
}

.tabs__content-inner> :last-child {
    margin-bottom: 0;
}

.grid-tabs {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.grid-tabs>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - .4375rem);
    margin-left: .85995rem;
}

.grid-tabs> :not(:last-child) {
    margin-bottom: .875rem;
}

.logo {
    display: inline-block;
    line-height: 0;
    width: auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.logo .brand {
    width: 8.125rem;
    height: 1.75rem;
}

.media-action {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.media-action .icon-label {
    margin-left: .75rem;
    color: #fff;
    text-transform: uppercase;
}

.media-action .icon {
    fill: #ff8300;
    width: 1.875rem;
    height: 1.875rem;
}

.title-tag {
    text-transform: uppercase;
    color: #ff8300;
    margin: 0 0 .375rem;
    font-size: .75rem;
    font-weight: 400;
}

.nav-toggle {
    line-height: 0;
    top: .125rem;
    color: #555559;
}

.nav-icon,
.nav-toggle {
    display: inline-block;
    position: relative;
}

.nav-icon {
    background: transparent;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 1.875rem;
    height: 1.375rem;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.nav-icon span {
    display: block;
    position: absolute;
    top: .5625rem;
    left: 0;
    right: 0;
    height: .25rem;
    background: currentColor;
}

.nav-icon span:after,
.nav-icon span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: .25rem;
    background-color: currentColor;
    content: "";
}

.nav-icon span:before {
    top: -.4375rem;
}

.nav-icon span:after {
    bottom: -.4375rem;
}

.primary-title {
    letter-spacing: .1rem;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 1rem;
    line-height: 1.2;
}

.title-support {
    margin: 0;
    line-height: 1.5;
    letter-spacing: .04rem;
}

.inline-search {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    width: 18.75rem;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
}

.inline-search input {
    font-size: 1rem;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    min-width: 0;
    outline: none;
    right: 0;
    top: 0;
    width: 100%;
    padding: .375rem .875rem;
    height: 2.5rem;
    background: #fff;
    line-height: 2.5rem;
}

.inline-search input::-webkit-search-cancel-button,
.inline-search input::-webkit-search-decoration {
    display: none;
}

.inline-search label {
    display: inline-block;
    width: 2.5rem;
    height: 100%;
    text-align: center;
    line-height: 2.5rem;
    position: absolute;
    right: 0;
    top: 0;
}

.inline-search .icon {
    position: absolute;
    right: .6875rem;
    top: 50%;
    transform: translateY(-50%);
}

::-webkit-input-placeholder {
    color: #555559;
    font-weight: 300;
}

::-moz-placeholder {
    color: #555559;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #555559;
    font-weight: 300;
}

.ticker {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    line-height: 1;
    color: #555559;
    padding: .75rem .875rem;
    width: 100%;
}

.ticker__amt,
.ticker__label {
    font-weight: 700;
}

.ticker__timestamp {
    font-weight: lighter;
    display: inline-block;
    margin-left: 1rem;
    text-transform: uppercase;
}

.ticker .arrow {
    color: #ff8300;
    height: 1.375rem;
    width: .75rem;
    fill: #ff8300;
    margin: -.1875rem .375rem 0;
}

.icon {
    display: inline-block;
    line-height: 0;
    position: relative;
    opacity: 0;
}

.excerpt-block {
    width: 100%;
    display: block;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    color: #555559;
}

.excerpt-block__media {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 45%;
    max-width: 12.5rem;
}

.excerpt-block__media img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.excerpt-block--vertical {
    -ms-flex-direction: column;
    flex-direction: column;
}

.excerpt-block--vertical .excerpt-block__media {
    width: 100%;
    max-width: 100%;
}

.excerpt-block--vertical .excerpt-block__media img {
    position: relative;
    max-height: 11.25rem;
}

.excerpt-block--open {
    box-shadow: none;
}

.logo-box {
    background: hsla(0, 0%, 100%, .85);
}

.logo-box,
.logo-box a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
}

.logo-box a {
    padding: .875rem;
    position: relative;
    max-height: 100%;
    -ms-flex: 1;
    flex: 1;
}

.logo-box img {
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 4.375rem;
    max-height: 5rem;
    object-fit: contain;
    object-position: 50% 50%;
}

.bar-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: .875rem;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    padding: 1.125rem .875rem;
    font-weight: 700;
    background: #555559;
    color: #fff;
}

.bar-button .icon {
    width: .9375rem;
    height: .875rem;
    fill: #383839;
    margin-left: .75rem;
}

.bar-button .icon-label {
    line-height: 1;
}

.bar-button--accented {
    background: #ff8300;
}

.bar-button--accented .icon {
    fill: #cc6900;
}

.bar-button--expand-down .icon {
    transform: rotate(90deg);
}

@media (min-width: 32.5rem) and (max-width:42.4rem) {
    .grid-tabs>* {
        width: calc(50% - .4375rem);
    }
}

@media (min-width: 32.5rem) {
    .grid-tabs>* {
        margin-left: .85995rem;
    }
}

@media (min-width: 42.5rem) {
    h1 {
        font-size: 2.7rem;
    }

    h3 {
        font-size: 1.6875rem;
    }

    .header__main-inner,
    .header__super {
        margin: 0 auto;
        max-width: 83.125rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }

    .generic-content {
        margin: 0 auto;
        max-width: 83.125rem;
        padding: 3.125rem 1.5625rem;
    }

    .action-bar__inner {
        display: -ms-flexbox;
        display: flex;
        background: none;
        margin: 0 auto;
        max-width: 83.125rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }

    .action-bar--extended:before {
        content: '';
        display: block;
        position: absolute;
        background: #ff8300;
        width: 1.5625rem;
        height: 100%;
        left: 0;
        top: 0;
    }

    .hero__foreground {
        margin: 0 auto;
        max-width: 83.125rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }

    .hero--primary .hero__foreground {
        padding-top: 11.25rem;
        padding-bottom: 2.5rem;
    }

    .hero--home .hero__foreground {
        padding-top: 12.5rem;
        padding-bottom: 3.75rem;
    }

    .title-group {
        max-width: 66.666666%;
        margin-bottom: 3.125rem;
    }

    .hero--primary .title-group {
        margin-bottom: 3.90625rem;
    }

    .tabs__heading {
        max-width: 12.5rem;
    }

    .tabs__content {
        left: -1.5625rem;
    }

    .tabs__content-inner {
        margin: 0 auto;
        max-width: 83.125rem;
        padding: 2.5rem 1.5625rem;
    }

    .grid-tabs {
        margin-bottom: 3.125rem;
    }

    .grid-tabs>* {
        margin-left: 1.53563rem;
    }

    .grid-tabs> :not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .title-tag {
        font-size: .875rem;
    }

    .primary-title {
        font-size: 2.7rem;
    }

    .excerpt-block__media {
        width: 50%;
    }

    .excerpt-block--vertical .excerpt-block__media img {
        max-height: none;
    }

    .logo-box {
        margin-bottom: 3.125rem;
        height: 11.25rem;
    }

    .logo-box a {
        padding: 1.5625rem;
    }
}

@media (min-width: 42.5rem) and (max-width:62.4rem) {
    .grid-tabs>* {
        width: calc(25% - 1.17188rem);
    }

    .grid-tabs> :nth-child(4n+1) {
        margin-left: 0;
    }

    .grid-tabs> :nth-child(4n+1):nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}

@media (min-width: 62.5rem) {
    header.header {
        position: absolute;
        background: none;
    }

    .header__super {
        display: -ms-flexbox;
        display: flex;
    }

    .header__main-inner {
        max-height: none;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: .375rem;
        padding-bottom: .375rem;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .generic-content {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-top: 3.90625rem;
        padding-bottom: 3.90625rem;
    }

    .inline-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .inline-nav li:not(:first-of-type) {
        margin-left: 1.875rem;
    }

    .hero__background:after {
        background: linear-gradient(transparent, rgba(0, 0, 0, .55));
    }

    .hero__foreground {
        padding-top: 3.75rem;
        padding-bottom: 5rem;
    }

    .hero--primary .hero__foreground {
        padding-top: 16.25rem;
    }

    .hero--home .hero__foreground {
        padding-top: 18.75rem;
        padding-bottom: 6.25rem;
    }

    .primary-nav {
        max-height: none;
        margin: 0 -.625rem 0 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        padding: 0;
    }

    .primary-nav__item {
        width: auto;
        border: 0;
    }

    .primary-nav__item a {
        padding: 0;
    }

    .primary-nav__item--search {
        margin-top: 0;
    }

    .primary-nav__item--mobile-only {
        display: none;
    }

    .primary-nav li.primary-nav__item--search {
        margin-left: 1.4375rem;
    }

    .hero--primary .title-group {
        margin-bottom: 6.25rem;
        max-width: 50%;
    }

    .slideshow__dots>li:not(:first-child) {
        margin-left: .875rem;
    }

    .slideshow__dots {
        bottom: 1.5625rem;
    }

    .slideshow__dots button {
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
    }

    .tabs__heading {
        max-width: 17.5rem;
        width: 25%;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .tabs__content {
        box-shadow: none;
    }

    .grid-tabs>* {
        margin-left: 1.53563rem;
    }

    .logo .brand {
        width: 9.375rem;
        height: 2rem;
    }

    .nav-toggle {
        display: none;
    }

    .inline-search {
        width: 2.375rem;
        height: 2.375rem;
        margin: 0;
        position: static;
    }

    .inline-search input {
        position: absolute;
        right: 0;
        width: 0;
        top: -.375rem;
        height: calc(100% + .75rem);
        border: 0;
        opacity: 0;
        background: #fff;
    }

    .inline-search label {
        position: static;
    }

    .ticker {
        width: auto;
        padding: 1rem .875rem;
    }
}

@media (min-width: 62.5rem) and (max-width:83.025rem) {
    .grid-tabs>* {
        width: calc(25% - 1.17188rem);
    }

    .grid-tabs> :nth-child(4n+1) {
        margin-left: 0;
    }

    .grid-tabs> :nth-child(4n+1):nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}

@media (orientation: landscape) and (max-width:62.4rem) {
    header.header {
        position: absolute;
    }
}

@media (max-width: 42.4rem) {
    .grid-tabs> :nth-child(2n+1) {
        margin-left: 0;
    }
}

@media (max-width: 32.4rem) {
    .grid-tabs> :nth-child(2n+1) {
        margin-left: 0;
    }
}

/*
Theme Name: Timken
Theme URI: undefined
Author: Firefli
Author URI: fireflimedia.com
Description: Timken official website
*/
body:after {
    display: none;
    content: '{"cssBreakpoints":{"small":"screen and (min-width:32.5rem)","medium":"screen and (min-width:42.5rem)","large":"screen and (min-width:62.5rem)","xlarge":"screen and (min-width:83.125rem)"}}';
}

body {
    margin: 0;
}

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

svg:not(:root) {
    overflow: hidden;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

img {
    border-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.aligncenter,
.alignleft,
.alignnone,
.alignright {
    float: none;
    margin: 0 auto 1.625rem 0;
    display: inline-block;
    max-width: 100% !important;
}

.wp-caption {
    text-align: left;
    position: relative;
}

.wp-caption-text {
    margin-top: .25rem;
}

p .aligncenter,
p .alignleft,
p .alignnone,
p .alignright {
    margin-bottom: 1.25rem;
}

.gform_body .gfield_checkbox,
.gform_body .gfield_radio,
.gform_body .gform_fields {
    list-style: none;
    margin-left: 0;
}

.gform_body .gfield_label {
    margin: 0 0 .375rem;
    font-size: 100%;
    font-family: sans-serif;
    font-weight: 700;
    display: block;
}

.gform_body img.ui-datepicker-trigger {
    display: inline-block;
    margin-left: .5rem;
}

.gform_body .gfield {
    margin-bottom: 1.25rem;
}

.gform_body .gsection_title {
    font-size: 1.25rem;
    margin-bottom: .375rem;
    margin-top: 2.5rem;
}

.gform_body .gfield_label:empty {
    display: none;
}

.gform_body .gform_button_select_files {
    margin-left: .375rem;
}

.gform_body .gform_fileupload_multifile {
    font-size: 100%;
    color: #555559;
}

.gform_body div[id^=input_]>span {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2rem;
    -ms-flex-align: center;
    align-items: center;
}

.gform_body div[id^=input_]>span label {
    -ms-flex-order: 1;
    order: 1;
    display: inline-block;
    margin-right: .5rem;
}

.gform_body div[id^=input_]>span input,
.gform_body div[id^=input_]>span select,
.gform_body div[id^=input_]>span textarea {
    -ms-flex-order: 2;
    order: 2;
}

.gform_body .ginput_complex>span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.gform_body .ginput_complex>span input {
    margin-bottom: 0;
}

.gform_body .gfield_checkbox li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.gform_body .gfield_checkbox li input {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.gform_body .gfield_checkbox li label {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: .5rem;
    display: block;
    cursor: pointer;
}

.gform_body .ginput_left label,
.gform_body .ginput_right label,
.gform_body [class^=name_] label {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.gform_body textarea {
    display: block;
    width: 100%;
    border: .125rem solid #ff8300;
}

.gform_wrapper .gsection {
    border-bottom: 1px solid #d0cdcd;
}

.wf-active .gform_body .gfield_label {
    font-family: lato, sans-serif;
}

*,
:after,
:before {
    box-sizing: border-box;
}

body {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-family: sans-serif;
    text-rendering: optimizeLegibility;
    color: #555559;
    font-weight: 300;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

body.has-overlay {
    overflow-y: hidden;
}

.wf-active body {
    font-family: lato, sans-serif;
    font-weight: 400;
}

img,
svg {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

a {
    transition: color .2s ease-in-out;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
    color: #ff8300;
}

a:hover {
    color: #d66e00;
}

a img {
    border: 0;
}

h1 {
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 1rem;
    line-height: 1.2;
}

h2 {
    font-size: 1.625rem;
    font-weight: 400;
    margin: 0 0 1rem;
    line-height: 1.2;
}

h2.accented {
    text-transform: uppercase;
}

h3 {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 0 1rem;
    line-height: 1.2;
}

h3.small,
h4 {
    font-weight: 700;
    margin: 0 0 .1875rem;
    line-height: 1.2;
}

h3.small,
h4,
h4.small {
    font-size: 1rem;
}

h4.accented {
    text-transform: uppercase;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em;
}

p {
    font-size: inherit;
    line-height: 1.5;
    margin: 0 0 1.375rem;
}

dl,
ol,
ul {
    line-height: 1.6;
    padding-left: 0;
    margin: 0 0 1.25rem;
    list-style-position: inside;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    margin-left: 1rem;
    margin-bottom: .25rem;
}

dl.inset,
ol.inset,
ul.inset {
    margin-left: 1rem;
}

.clean {
    list-style-position: outside;
    margin-left: .125rem;
    padding-left: 1rem;
}

hr {
    margin: 1.25rem 0;
    border: 0;
    border-top: .125rem solid #d0cdcd;
}

figure {
    margin: 0 0 1.875rem;
}

figcaption {
    display: block;
    margin: .5rem 0 0;
    font-size: 100%;
}

figcaption :last-child {
    margin-bottom: 0;
}

dl {
    margin: 0;
}

dt {
    margin: 0 0 .125rem;
    font-weight: 700;
}

dd {
    margin: 0 0 1.25rem;
}

address {
    font-style: normal;
}

/*select {
    outline: 0;
    height: 2.5rem;
    padding: .375rem .625rem;
    border: .125rem solid #ff8300;
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1;
    color: #555559;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-size: .5625rem .375rem;
    background-position: right -.875rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 1.5rem;
    display: block;
    width: 100%;
    max-width: 18.75rem;
}*/

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

select:focus {
    outline: 0;
}

/*input[type=text] {
    padding: .375rem .625rem;
    font-size: 1rem;
    width: 100%;
    max-width: 18.75rem;
}

input[type=checkbox], input[type=text] {
    border: .125rem solid #ff8300;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=checkbox] {
    width: 1.375rem;
    height: 1.375rem;
    cursor: pointer;
    position: relative;
}

    input[type=checkbox]:checked:after {
        content: 'âœ“';
        display: inline-block;
        font-family: inherit;
        font-weight: 700;
        position: absolute;
        left: 50%;
        top: 50%;
        color: #555559;
        line-height: 1;
        transform: translate(-50%,-50%);
        font-size: 1rem;
    }

input.text {
    background: none;
    border: 0;
    padding: 0;
    color: inherit;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
}*/

::--webkit-media-controls-play-button,
::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.site {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    overflow: hidden;
}

header.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    font-weight: 700;
    transition: box-shadow .2s ease-in-out, background .2s ease-in-out;
    z-index: 9990;
}

.header__super {
    color: #fff;
    padding: .5rem 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
    padding-left: .875rem;
    padding-right: .875rem;
}

.header__main {
    color: #555559;
    background: hsla(0, 0%, 100%, .85);
    overflow: hidden;
    transition: background .2s ease-in-out;
    transition-delay: .3s;
}

.header__main-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: .625rem 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 3rem;
    transition: max-height .2s ease-in-out, min-height .2s ease-in-out, background .2s ease-in-out;
    transition-duration: .6s;
    min-height: 0;
    padding-left: .875rem;
    padding-right: .875rem;
}

header.header[data-status=scrolled] {
    box-shadow: 0 0 .875rem rgba(0, 0, 0, .25);
    background: hsla(0, 0%, 100%, .7);
}

.generic-content {
    height: 100%;
    width: 100%;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 1.75rem .875rem;
}

.generic-content> :last-child {
    margin-bottom: 0;
}

.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page,
.page-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.page-content {
    width: 100%;
}

.page-content--with-sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-content--dark {
    background: #f6f6f6;
}

.sub-container {
    padding-left: .875rem;
    padding-right: .875rem;
}

.sub-container .sub-container {
    padding: 0;
}

.action-bar {
    position: relative;
    z-index: 2;
    background: #dad8d6;
}

.action-bar--dark {
    background: #434347;
    color: #fff;
}

.action-bar--dark .action-bar__inner {
    padding-left: .875rem;
    padding-right: .875rem;
}

.action-bar--section-nav {
    background: #ff8300;
}

.sidebar {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #f6f6f6;
    position: relative;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 1.75rem .875rem;
}

.two-and-one {
    margin-bottom: 1.25rem;
}

.two-and-one__large,
.two-and-one__small {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer {
    color: #fff;
    opacity: 1;
}

.footer__nav {
    padding: .875rem 0;
    background: #555559;
}

.footer__nav .icon {
    fill: #dad8d6;
}

.footer__nav svg .dlinkedin-i {
    fill: red;
}

.footer__nav svg .dlinkedin-n {
    fill: blue;
}

.footer__nav-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: .875rem;
    padding-right: .875rem;
}

.footer__nav-group:not(:last-of-type) {
    margin-bottom: 1rem;
}

.footer__meta {
    padding: .5rem 0;
    background: #434347;
    text-align: center;
}

.footer__meta-inner {
    padding-left: .875rem;
    padding-right: .875rem;
}

.hide-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.inline-nav {
    list-style: none;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.inline-nav--mini {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.inline-nav--mini>li:not(:first-of-type) {
    margin-left: 1.375rem;
}

.inline-nav .icon {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

.inline-nav a {
    display: block;
    padding: .375rem 0;
    line-height: 1;
    color: inherit;
}

.inline-nav.footer__nav-group a:hover,
.inline-nav a:focus,
.inline-nav a:hover {
    color: #ff8300;
}

.inline-nav.footer__nav-group a:hover .icon {
    fill: #ff8300;
}

.inline-nav .current-menu-ancestor,
.inline-nav .current-menu-item,
.inline-nav .current-post-ancestor {
    color: #ff8300;
}

.hero {
    position: relative;
    color: #fff;
}

.hero__background {
    z-index: 1;
    overflow: hidden;
}

.hero__background,
.hero__background:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero__background:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, .6);
}

.hero__background img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
}

.hero__foreground {
    position: relative;
    z-index: 2;
    padding: 2.5rem .875rem;
}

.hero__foreground> :last-child {
    margin-bottom: 0;
}

.hero__foreground--top-heavy {
    padding-bottom: 6.875rem;
}

.hero__foreground-half {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.hero__foreground-half:not(:last-of-type) {
    margin-bottom: 1.25rem;
}

.hero--primary .hero__foreground {
    padding-top: 6.875rem;
    padding-bottom: 3.75rem;
}

.hero--primary-short .hero__foreground {
    padding-top: 6.875rem;
    padding-bottom: 3.75rem;
}

.hero--has-breadcrumbs .hero__foreground {
    padding-top: 8.125rem;
    padding-bottom: 1.25rem;
}

.hero--home .hero__foreground {
    padding-top: 11.25rem;
    padding-bottom: 3.75rem;
}

.hero--tall .hero__foreground {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.primary-nav {
    width: 100%;
    margin: 0;
    position: relative;
    margin-top: 2px;
}

.primary-nav__item {
    width: 100%;
    transition: opacity .2s ease-in-out;
    font-size: .875rem;
    border-bottom: 1px solid #f0f0f0;
}

.primary-nav__item a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .875rem 0;
    text-transform: uppercase;
    outline: 0;
}

.primary-nav__item .icon-label {
    margin-left: .5rem;
}

.primary-nav__item:nth-last-child(3)~.primary-nav__item {
    border-bottom: none;
}

.primary-nav__item--search {
    margin-top: .375rem;
}

.wf-active .primary-nav__item a {
    font-weight: 700;
}

.title-group {
    margin-bottom: 1.25rem;
}

.title-group> :last-child {
    margin-bottom: 0;
}

.title-group__main {
    -ms-flex: 1;
    flex: 1;
}

.title-group__action {
    -ms-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    text-transform: uppercase;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.title-group__action .icon {
    width: .625rem;
    height: 1.125rem;
    transform: rotate(90deg);
    fill: #555559;
    margin-left: .375rem;
    margin-bottom: .0625rem;
}

.title-group__action a {
    display: inline-block;
    margin: 0 0 0 .25rem;
    font-weight: 400;
}

.title-group__action--desc .icon {
    transform: rotate(-90deg);
}

.slideshow {
    position: relative;
    transition: height .2s ease-in-out;
    overflow: hidden;
    background: #555559;
}

.slideshow__slides {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slideshow__slide,
.slideshow__slides {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slideshow__slide {
    opacity: 0;
    z-index: 1;
    transition: opacity .8s ease-in-out;
    overflow: hidden;
}

.slideshow__slide[data-state=is-active] {
    opacity: 1;
    z-index: 2;
}

.slideshow__slide~.slideshow__slide {
    display: none;
}

.slideshow[data-state=is-active] .slideshow__slide~.slideshow__slide {
    display: block;
}

.slideshow__dots {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.slideshow__dots>li:not(:first-child) {
    margin-left: .5rem;
}

.slideshow__dots button {
    font-size: 0;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background: transparent;
    border: 1px solid #fff;
    transition: background .2s ease-in-out;
}

.slideshow__dots button[data-state=is-active] {
    background: #fff;
}

.social-nav {
    list-style: none;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.social-nav>li:not(:first-of-type) {
    margin-left: .875rem;
}

.social-nav .icon {
    width: 1.875rem;
    height: 1.875rem;
    transition: fill .2s ease-in-out;
}

.social-nav a:hover .icon {
    fill: #ff8300;
}

.utility-nav {
    text-transform: uppercase;
    font-size: .875rem;
}

.utility-nav a {
    letter-spacing: .08rem;
    font-size: .875rem;
}

.tabs {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    flex: 1;
}

.tabs,
.tabs__heading {
    display: -ms-flexbox;
    display: flex;
}

.tabs__heading {
    width: 100%;
    margin: 0;
    line-height: 1;
    color: #fff;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.tabs__content {
    max-height: 0;
    overflow: hidden;
    background: #555559;
    color: #fff;
    z-index: 3;
    top: 100%;
    left: 0;
    transition: none;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100vw;
    position: absolute;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .4);
}

.tabs__content--active {
    max-height: 180vh;
    transition: max-height .6s ease-in-out;
}

.tabs__content--accented {
    background: #ff8300;
}

.tabs__content-inner {
    padding: 1.25rem .875rem;
}

.tabs__content-inner> :last-child {
    margin-bottom: 0;
}

.grid {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.grid>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.grid> :not(:last-child) {
    margin-bottom: .875rem;
}

.grid> :last-child {
    margin-bottom: 0;
}

.grid-large,
.grid>* {
    display: -ms-flexbox;
    display: flex;
}

.grid-large {
    list-style: none;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.grid-large>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.grid-large> :not(:last-child) {
    margin-bottom: .875rem;
}

.grid-large> :last-child {
    margin-bottom: 0;
}

.grid-large>*,
.grid-xlarge {
    display: -ms-flexbox;
    display: flex;
}

.grid-xlarge {
    list-style: none;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.grid-xlarge>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.grid-xlarge> :not(:last-child) {
    margin-bottom: .875rem;
}

.grid-xlarge> :last-child {
    margin-bottom: 0;
}

.grid-news,
.grid-xlarge>* {
    display: -ms-flexbox;
    display: flex;
}

.grid-news {
    list-style: none;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.grid-news>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.grid-news> :not(:last-child) {
    margin-bottom: .875rem;
}

.grid-news> :last-child {
    margin-bottom: 0;
}

.grid-home,
.grid-news>* {
    display: -ms-flexbox;
    display: flex;
}

.grid-home {
    list-style: none;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.grid-home>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.grid-home> :not(:last-child) {
    margin-bottom: .875rem;
}

.grid-home> :last-child {
    margin-bottom: 0;
}

.grid-tabs {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.grid-tabs>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - .4375rem);
    margin-left: .85995rem;
}

.grid-tabs> :not(:last-child) {
    margin-bottom: .875rem;
}

.grid-tabs> :last-child {
    margin-bottom: 0;
}

.page-content-grid {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.page-content-grid>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - .4375rem);
    margin-left: .85995rem;
}

.page-content-grid> :not(:last-child) {
    margin-bottom: .875rem;
}

.page-content-grid> :last-child {
    margin-bottom: 0;
}

.grid-nametags {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.grid-nametags>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.grid-nametags> :not(:last-child) {
    margin-bottom: .875rem;
}

.grid-nametags> :last-child {
    margin-bottom: 0;
}

.grid-products {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.grid-products>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.grid-products> :not(:last-child) {
    margin-bottom: .875rem;
}

.grid-products> :last-child {
    margin-bottom: 0;
}

.grid-products>*,
.grid-profiles {
    display: -ms-flexbox;
    display: flex;
}

.grid-profiles {
    list-style: none;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.grid-profiles>* {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.grid-profiles> :not(:last-child) {
    margin-bottom: .875rem;
}

.grid-profiles> :last-child {
    margin-bottom: 0;
}

.grid-profiles>* {
    display: -ms-flexbox;
    display: flex;
}

.carousel {
    margin: 0 auto 1.25rem;
    position: relative;
}

.carousel__inner {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.carousel__track {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    transition: transform .3s ease-in-out;
}

.carousel__item {
    width: calc(66.666666% - .875rem);
    max-width: 16.25rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.carousel__item:not(:first-of-type) {
    margin-left: .875rem;
}

.carousel__next,
.carousel__prev {
    display: none;
    z-index: 2;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    background: none;
    padding: 0;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
}

.carousel__next .icon,
.carousel__prev .icon {
    width: 1.125rem;
    height: 1.375rem;
    fill: #555559;
}

.carousel__prev {
    left: 0;
}

.carousel__prev[disabled] {
    cursor: default;
}

.carousel__prev[disabled] .icon {
    fill: #e6e6e6;
}

.carousel__prev .icon {
    transform: rotate(180deg);
}

.carousel__next {
    right: 0;
}

.carousel__footer {
    margin: 1.125rem 0 0;
    text-align: center;
    text-transform: uppercase;
}

.carousel--single .carousel__item {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}

.carousel--single .carousel__item:not(:first-of-type) {
    margin-left: .875rem;
}

.hero .carousel__next .icon,
.hero .carousel__prev .icon {
    fill: #fff;
}

.hero .carousel__prev[disabled] .icon {
    fill: hsla(0, 0%, 100%, .4);
}

.fork {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #555559;
    min-height: 8.125rem;
}

.fork__option {
    width: 50%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
}

.fork__option:hover .fork__option-bg {
    transform: scale(1.03);
}

.fork__option-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    transition: transform .2s ease-in-out;
}

.fork__option-bg:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.fork__option-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.fork__option-label {
    position: absolute;
    z-index: 2;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
}

.article-list {
    list-style: none;
    margin-bottom: 1.25rem;
}

.article-list__article {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #979797;
    margin-bottom: 1.25rem;
}

.article-list__article-title {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 0 1rem;
    line-height: 1.2;
    margin: 0 0 .25rem;
}

.article-list__article-title .icon-title {
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline;
}

.article-list__tag {
    display: block;
    font-weight: 700;
    margin: 0 0 .625rem;
    font-size: .875rem;
    text-transform: uppercase;
}

.article-list__content p {
    font-size: .875rem;
}

.article-list__content> :last-child {
    margin-bottom: 0;
}

.form-group {
    margin: 0 0 1.25rem;
}

.secondary-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: .625rem 0;
    color: #ff8300;
}

.secondary-search input[type=text] {
    border: 0;
    width: 100%;
    white-space: nowrap;
}

.secondary-search label {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: .625rem;
}

.secondary-search--inline {
    -ms-flex-direction: row;
    flex-direction: row;
}

.secondary-search--inline label {
    width: 18.75rem;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 0;
}

.secondary-search--inline input[type=submit] {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: .75rem;
}

.section-nav {
    list-style: none;
    margin: 0;
    width: 100%;
    max-height: 3.1875rem;
    overflow: hidden;
    transition: padding .2s ease-in-out, max-height .2s ease-in-out;
    position: relative;
    z-index: 2;
}

.section-nav li {
    width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.section-nav a {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background .2s ease-in-out;
    padding: 1.125rem 0;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
}

.section-nav a:hover {
    color: #fff;
    background: #37373a;
}

.section-nav .active a {
    background: #ff8300;
}

.section-nav .active a:hover {
    background: #e67600;
}

.section-nav .icon {
    width: .9375rem;
    height: .875rem;
    fill: #cc6900;
    margin-left: .75rem;
    transition: fill .2s ease-in-out, transform .2s ease-in-out;
    transform: rotate(90deg);
}

.section-nav--open {
    padding: .75rem 0;
    max-height: 100vh;
}

.section-nav--open .icon {
    fill: #fff;
    transform: rotate(-90deg);
}

.product__thumb {
    display: block;
    margin-bottom: 1.25rem;
}

.product__features-half {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.product-menu__group:not(:last-of-type) {
    margin-bottom: 1.875rem;
}

.product-menu__list {
    list-style: none;
    margin-left: 2.25rem;
}

.product-menu__list a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: .875rem;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity .5s;
    display: none;
    opacity: 0;
    text-align: center;
}

.overlay__popup {
    margin: 20vh auto;
    padding: .625rem;
    background: #fff;
    display: inline-block;
    position: relative;
    transition: all .2s ease-in-out;
    width: 50rem;
    max-width: 90%;
}

.overlay__video {
    width: 100%;
}

.overlay__close {
    position: absolute;
    right: -.625rem;
    top: -.625rem;
    z-index: 2;
    color: #555559;
    font-weight: 700;
    font-size: 1.25rem;
    background: #fff;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    box-shadow: 0 0 .25rem rgba(0, 0, 0, .3);
}

.overlay--active {
    display: block !important;
    visibility: visible !important;
    opacity: 1;
    z-index: 1000;
}

.pagination {
    list-style: none;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
}

.pagination li {
    line-height: 1;
}

.pagination a {
    padding: .625rem .875rem;
    display: block;
    transition: background .2s ease-in-out;
}

.pagination a:hover {
    background: #f6f6f6;
}

.pagination .current {
    padding: .625rem;
}

.pagination .current a {
    background: #ff8300;
    color: #fff;
}

.pagination .current a:hover {
    color: #fff;
}

.pagination__next a,
.pagination__prev a {
    background: #ff8300;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
}

.pagination__next a:hover,
.pagination__prev a:hover {
    background: #e67600;
}

.pagination__next .icon,
.pagination__prev .icon {
    fill: #fff;
    width: .75rem;
    height: 1.3125rem;
}

.pagination__next {
    margin-left: 1.125rem;
}

.pagination__prev {
    margin-right: 1.125rem;
}

.pagination__prev .icon {
    transform: rotate(180deg);
}

.filter-list {
    list-style: none;
}

.filter-list li {
    margin-bottom: .375rem;
}

.filter-list__title {
    display: inline-block;
    -ms-flex: 1;
    flex: 1;
    margin-left: .625rem;
}

.filter-list label {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.resource-list {
    list-style: none;
    margin: 0;
}

.resource-list__resource {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.resource-list__resource:not(:last-of-type) {
    margin-bottom: 1rem;
}

.resource-list__resource a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    background: #f6f6f6;
    padding: .875rem;
}

.resource-list__resource .icon {
    width: 2.125rem;
    height: 2.5625rem;
    fill: currentColor;
}

.resource-list__resource .icon-label {
    margin-left: .75rem;
    font-weight: 700;
    color: #555559;
}

.logo {
    display: inline-block;
    line-height: 0;
    width: auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.logo .brand {
    width: 8.125rem;
    height: 1.75rem;
}

.media-action {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.media-action .icon-label {
    margin-left: .75rem;
    color: #fff;
    text-transform: uppercase;
}

.media-action .icon {
    fill: #ff8300;
    transition: fill .2s ease-in-out, transform .2s ease-in-out;
    width: 1.875rem;
    height: 1.875rem;
}

.media-action:hover .icon {
    fill: #e67600;
    transform: scale(1.08);
}

.title-tag {
    text-transform: uppercase;
    color: #ff8300;
    margin: 0 0 .375rem;
    font-size: .75rem;
    font-weight: 400;
}

.nav-toggle {
    display: inline-block;
    line-height: 0;
    position: relative;
    top: .125rem;
}

.nav-toggle,
.nav-toggle:hover {
    color: #555559;
}

.nav-icon {
    background: transparent;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 1.875rem;
    height: 1.375rem;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.nav-icon:hover {
    background-color: transparent;
}

.nav-icon:focus {
    outline: none;
}

.nav-icon span {
    display: block;
    position: absolute;
    top: .5625rem;
    left: 0;
    right: 0;
    height: .25rem;
    background: currentColor;
    transition: background 0s .15s;
}

.nav-icon span:after,
.nav-icon span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: .25rem;
    background-color: currentColor;
    content: "";
}

.nav-icon span:before {
    top: -.4375rem;
    transition: top .15s ease-in-out .15s, transform .15s ease-in-out 0s;
}

.nav-icon span:after {
    bottom: -.4375rem;
    transition: bottom .15s ease-in-out .15s, transform .15s ease-in-out 0s;
}

.nav-icon--active span {
    background: none;
}

.nav-icon--active span:before {
    top: 0;
    transform: rotate(45deg);
    transition: top .15s ease-in-out 0s, transform .15s ease-in-out .15s;
}

.nav-icon--active span:after {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom .15s ease-in-out 0s, transform .15s ease-in-out .15s;
}

.primary-title {
    letter-spacing: .1rem;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 1rem;
    line-height: 1.2;
}

.title-support {
    margin: 0;
    line-height: 1.5;
    letter-spacing: .04rem;
}

.title-support p {
    margin: 0;
}

.inline-search {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    width: 18.75rem;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
}

.inline-search input {
    font-size: 1rem;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    min-width: 0;
    cursor: pointer;
    outline: none;
    transition: all .2s ease-in-out;
    right: 0;
    top: 0;
    width: 100%;
    padding: .375rem .875rem;
    height: 2.5rem;
    background: #fff;
    line-height: 2.5rem;
}

.inline-search input::-webkit-search-cancel-button,
.inline-search input::-webkit-search-decoration {
    display: none;
}

.inline-search input:focus {
    border-color: #ff8300;
    color: inherit;
    cursor: auto;
}

.inline-search input:focus+label {
    pointer-events: none;
}

.inline-search input:focus+label .icon {
    fill: #ff8300;
}

.inline-search label {
    cursor: pointer;
    display: inline-block;
    width: 2.5rem;
    height: 100%;
    text-align: center;
    line-height: 2.5rem;
    position: absolute;
    right: 0;
    top: 0;
}

.inline-search label:hover .icon {
    fill: #ff8300;
}

.inline-search .icon {
    position: absolute;
    right: .6875rem;
    top: 50%;
    transform: translateY(-50%);
}

::-webkit-input-placeholder {
    color: #555559;
    font-weight: 300;
}

::-moz-placeholder {
    color: #555559;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #555559;
    font-weight: 300;
}

.ticker {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    line-height: 1;
    color: #555559;
    padding: .75rem .875rem;
    width: 100%;
}

.ticker:hover .ticker__amt,
.ticker:hover .ticker__label,
.ticker:hover .ticker__timestamp {
    color: #ff8300;
}

.ticker__amt,
.ticker__label,
.ticker__timestamp {
    transition: color .2s ease-in-out;
}

.ticker__amt,
.ticker__label {
    font-weight: 700;
}

.ticker__timestamp {
    font-weight: lighter;
    display: inline-block;
    margin-left: 1rem;
    text-transform: uppercase;
}

.ticker .arrow {
    color: #ff8300;
    height: 1.375rem;
    width: .75rem;
    fill: #ff8300;
    margin: -.1875rem .375rem 0;
}

.ticker .arrow--down {
    transform: rotate(180deg);
}

.breadcrumbs {
    list-style: none;
    margin: 2.5rem 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    left: .875rem;
    bottom: .875rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs li {
    color: #b2b2b2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.breadcrumbs li:not(:first-child):before {
    content: '';
    display: inline-block;
    margin: -.125rem .1875rem 0;
}

.breadcrumbs li:not(:first-child):not(:last-child) {
    display: none;
}

.breadcrumbs li:nth-child(2):not(:last-child) {
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs li:nth-child(2):not(:last-child):after {
    content: 'â€¦';
    display: inline-block;
    font-size: 1rem;
    margin-right: .125rem;
}

.breadcrumbs li:nth-child(2):not(:last-child) a {
    display: none;
}

.breadcrumbs li:nth-child(2):last-child:before {
    content: '|';
    margin: -.125rem .5rem 0;
}

.breadcrumbs a {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .08rem;
    font-size: .6875rem;
    color: inherit;
}

.breadcrumbs a:hover {
    color: #fff;
}

.breadcrumbs .current-menu-item {
    color: #fff;
}

input[type=submit]:not(.text) {
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    display: inline-block;
    text-decoration: none;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    outline: none;
    font-size: .8125rem;
    padding: .875rem 1.25rem;
    background: #ff8300;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .07rem;
    box-shadow: 0 1px .125rem rgba(0, 0, 0, .2);
}

input[type=submit]:not(.text):hover {
    color: #fff;
    background-color: #e67600;
    transform: scale(1.03);
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    display: inline-block;
    text-decoration: none;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    outline: none;
    font-size: .8125rem;
    padding: .875rem 1.25rem;
    background: #ff8300;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .07rem;
    box-shadow: 0 1px .125rem rgba(0, 0, 0, .2);
}

.button:hover {
    color: #fff;
    background-color: #e67600;
    transform: scale(1.03);
}

.icon {
    display: inline-block;
    line-height: 0;
    transition: fill .2s ease-in-out, opacity .2s ease-in-out;
    position: relative;
    opacity: 0;
}

.primary-styles-loaded .icon {
    opacity: 1;
}

.icon-label .extended-label {
    display: none;
}

.legal {
    font-size: .75rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .08rem;
}

.excerpt-block {
    transition: transform .2s ease-in-out;
    width: 100%;
    display: block;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    color: #555559;
}

.excerpt-block:hover {
    color: #555559;
}

.excerpt-block+.excerpt-block {
    margin-top: .875rem;
}

.excerpt-block--expanded,
.excerpt-block:hover {
    transform: scale(1.02);
}

.excerpt-block__media {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 45%;
    max-width: 12.5rem;
}

.excerpt-block__media img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.excerpt-block__media+.excerpt-block__content {
    width: 55%;
}

.excerpt-block__media .icon {
    width: 1.75rem;
    position: absolute;
    left: .75rem;
    bottom: .75rem;
    fill: #fff;
}

.excerpt-block__media .icon.lookup {
    height: 1.375rem;
}

.excerpt-block__media .icon.cad,
.excerpt-block__media .icon.pdf {
    width: 1.625rem;
    height: 2rem;
}

.excerpt-block__media .icon.minus,
.excerpt-block__media .icon.plus {
    stroke: #fff;
    height: 1.375rem;
    width: 1.375rem;
}

.excerpt-block__expand {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    background: #ff8300;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    transition: background .2s ease-in-out;
}

.excerpt-block__expand .minus {
    opacity: 0;
}

.excerpt-block__expand .icon {
    transition: opacity .2s ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.excerpt-block__hidden-details {
    max-height: 0;
    overflow: hidden;
    top: -1px;
    left: 0;
    background: #434347;
    z-index: 2;
    position: relative;
    color: #fff;
    width: 100%;
}

.excerpt-block__hidden-details * {
    display: inline-block;
    height: inherit;
    width: 100% !important;
}

.excerpt-block__hidden-details> :last-child {
    margin-bottom: 0;
}

.excerpt-block__hidden-details .statement-list a:hover {
    color: #e67600;
}

.excerpt-block__content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background: #f6f6f6;
    padding: .875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    transition: background .2s ease-in-out, color .2s ease-in-out;
    position: relative;
}

.excerpt-block__content> :last-child {
    margin-bottom: 0;
}

.excerpt-block__tag {
    color: #ff8300;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 .875rem;
    font-size: 1rem;
    transition: color .2s ease-in-out;
}

.excerpt-block__title {
    font-weight: 700;
    margin: 0 0 .625rem;
    line-height: 1.4;
    font-size: 1rem;
}

.excerpt-block--vertical {
    -ms-flex-direction: column;
    flex-direction: column;
}

.excerpt-block--vertical .excerpt-block__media {
    width: 100%;
    max-width: 100%;
}

.excerpt-block--vertical .excerpt-block__media img {
    position: relative;
    max-height: 11.25rem;
}

.excerpt-block--vertical .excerpt-block__media+.excerpt-block__content {
    width: 100%;
}

.excerpt-block--vertical .excerpt-block__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.excerpt-block--profile .excerpt-block__media {
    min-height: 12.5rem;
}

.excerpt-block--profile .excerpt-block__content {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.excerpt-block--profile .excerpt-block__title {
    font-weight: 300;
    font-size: .875rem;
}

.excerpt-block--profile .excerpt-block__tag {
    font-size: .875rem;
}

.excerpt-block--stack-small {
    display: block;
}

.excerpt-block--stack-small .excerpt-block__content,
.excerpt-block--stack-small .excerpt-block__media {
    width: 100%;
    max-width: none;
}

.excerpt-block--stack-small .excerpt-block__media {
    height: 9.375rem;
}

.excerpt-block--stack-small .excerpt-block__content {
    width: 100%;
}

.excerpt-block--open {
    box-shadow: none;
}

.excerpt-block--open .excerpt-block__content {
    padding: 0;
    margin-top: .875rem;
    background: none;
    color: #fff;
}

.excerpt-block--expanded {
    z-index: 2;
}

.excerpt-block--expanded .excerpt-block__expand {
    background: #434347;
}

.excerpt-block--expanded .excerpt-block__expand .plus {
    opacity: 0;
}

.excerpt-block--expanded .excerpt-block__expand .minus {
    opacity: 1;
}

.excerpt-block--expanded .excerpt-block__tag {
    color: #434347;
}

.excerpt-block--expanded .excerpt-block__hidden-details {
    max-height: 120vh;
    transition: max-height .2s ease-in-out, box-shadow .2s ease-in-out;
    transition-duration: .6s;
    padding: .875rem;
    padding-top: 0;
}

.excerpt-block--expanded .excerpt-block__content {
    color: #fff;
    background: #434347;
}

.excerpt-block--expanded .excerpt-block__tag {
    color: #fff;
}

.tagged-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: transform .2s ease-in-out;
}

.tagged-media__title {
    display: block;
    color: #ff8300;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    font-size: .8125rem;
    line-height: 1.2;
}

.tagged-media__media {
    display: block;
}

.tagged-media__media img {
    width: 100%;
}

.tagged-media__footer {
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #f6f6f6;
    padding: .875rem;
    color: #555559;
}

.tagged-media__footer> :last-child {
    margin-bottom: 0;
}

.tagged-media:hover {
    transform: scale(1.03);
}

.logo-box {
    background: hsla(0, 0%, 100%, .85);
    transition: transform .2s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
}

.logo-box:hover {
    transform: scale(1.03);
}

.logo-box a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .875rem;
    position: relative;
    max-height: 100%;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
}

.logo-box img {
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 4.375rem;
    max-height: 5rem;
    object-fit: contain;
    object-position: 50% 50%;
}

.statement-list {
    list-style: none;
    margin: 0 0 1rem;
}

.statement-list li {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .875rem;
}

.statement-list li:not(:last-child) {
    margin-bottom: .625rem;
}

.statement-list .current-menu-ancestor a,
.statement-list .current-menu-item a {
    color: #ff8300;
}

.statement-list--columns {
    page-break-inside: avoid;
    break-inside: avoid;
}

.statement-list--columns li {
    page-break-inside: avoid;
    break-inside: avoid;
}

.statement-list--nav a {
    color: #555559;
}

.statement-list--nav .current-menu-ancestor a,
.statement-list--nav .current-menu-item a,
.statement-list--nav a:hover {
    color: #ff8300;
}

.nametag {
    display: block;
}

.nametag__name {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
}

.nametag__title {
    display: block;
    font-size: .875rem;
    line-height: 1.3;
}

.media-title {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    margin-bottom: 1.25rem;
}

.media-title__media {
    width: 100%;
    margin-bottom: .625rem;
}

.media-title__content,
.media-title__media img {
    width: 100%;
}

.media-title .title-group {
    max-width: 100%;
    margin: 0;
}

.media-title--top-heavy {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.leadership {
    list-style: none;
    margin: 0;
}

.leadership li {
    page-break-inside: avoid;
    break-inside: avoid;
}

.leadership li:not(:last-of-type) {
    padding-bottom: 1.25rem;
}

.headline {
    margin: 0 0 1.25rem;
}

.media-callout {
    margin-bottom: 1.25rem;
    line-height: 0;
    transition: transform .2s ease-in-out;
    display: block;
}

.media-callout img {
    display: block;
    margin: 0 0 .75rem;
    width: 100%;
}

.media-callout__caption {
    text-transform: uppercase;
    display: block;
    color: #555559;
    line-height: 1.35;
    font-weight: 700;
    transition: color .2s ease-in-out;
}

.media-callout:hover {
    transform: scale(1.03);
}

.media-callout:hover .media-callout__caption {
    color: #ff8300;
}

.video-thumb a {
    display: block;
    position: relative;
}

.video-thumb a:hover .icon {
    transform: scale(1.03) translate(-50%, -50%);
    fill: #e67600;
}

.video-thumb .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3.125rem;
    height: 3.125rem;
    fill: #ff8300;
    transition: transform .2s ease-in-out, fill .2s ease-in-out;
}

.video-thumb img {
    width: 100%;
}

.bar-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: .875rem;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    padding: 1.125rem .875rem;
    font-weight: 700;
    background: #555559;
    transition: background .2s ease-in-out;
    color: #fff;
}

.bar-button:hover {
    color: #fff;
    background: #49494c;
}

.bar-button .icon {
    width: .9375rem;
    height: .875rem;
    fill: #383839;
    margin-left: .75rem;
    transition: fill .2s ease-in-out, transform .2s ease-in-out;
}

.bar-button .icon-label {
    line-height: 1;
}

.bar-button--accented {
    background: #ff8300;
}

.bar-button--accented:hover {
    background: #e67600;
}

.bar-button--accented .icon {
    fill: #cc6900;
}

.bar-button--expand-right .icon {
    transform: rotate(0deg);
}

.bar-button--expand-down .icon {
    transform: rotate(90deg);
}

.tabs__heading--active .bar-button .icon {
    transform: rotate(-90deg);
    fill: #fff;
}

.share-this {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.share-this .bar-button {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
    width: 40%;
}

.share-this__options {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transform: translateX(-100%);
    transition: transform .2s ease-in-out;
}

.share-this__button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.5rem;
    min-width: 1.875rem;
    padding: 0 .5rem;
}

.share-this__button .icon {
    fill: #434347;
}

.share-this__button .icon.facebook-o {
    height: 1.1875rem;
    width: .5625rem;
}

.share-this__button .icon.linkedin-o {
    height: 1.1875rem;
    width: 1.25rem;
}

.share-this__button .icon.twitter-o {
    width: 1.5rem;
    height: 1.1875rem;
}

.share-this__button .icon.google-plus-o {
    height: 1.1875rem;
    width: 1.9375rem;
}

.share-this--expanded .share-this__options {
    transform: translateX(0);
}

.share-this--expanded .bar-button .icon {
    fill: #fff;
}

.list-footer {
    text-align: center;
    margin: 1.875rem 0;
}

.article-tag {
    color: #ff8300;
    display: block;
    margin: 0 0 .125rem;
    text-transform: uppercase;
}

.checkbox-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox-group input {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.checkbox-group__label {
    margin-left: .625rem;
    cursor: pointer;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.market-snapshot {
    position: relative;
    display: block;
    padding: 0 .875rem !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    transition: transform .2s ease-in-out;
    text-align: center;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 206px;

}

.market-snapshot:hover {
    color: #fff;
}

.market-snapshot:hover {
    /* transform: scale(1.03);*/
}

.market-snapshot__label {
    display: block;
    margin-bottom: .25rem;
    font-size: .75rem;
    padding-top: 10px;
}

.market-snapshot__amt {
    display: block;
    font-size: 1.625rem;
    /*  margin-bottom: .375rem;*/
    margin-bottom: 5px;
    line-height: 1;
}

.market-snapshot__delta {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    font-style: italic;
    display: block;
    margin-bottom: 8px;
}

.market-snapshot__delta .icon {
    fill: #fff;
    width: .5rem;
    height: .8125rem;
    margin-left: .75rem;
}

.market-snapshot__delta--down .icon {
    transform: rotate(90deg);
}

.market-snapshot__delta--up .icon {
    transform: rotate(-90deg);
}

.market-snapshot__meta {
    font-size: .6875rem;
    text-align: center;
    /* margin-bottom: .5rem;*/
    margin-bottom: 8px;
}

.market-snapshot__faux-more {
    text-align: right;
    display: block;
    font-style: italic;
    font-size: .6875rem;
    color: #ff8300;
    /*    margin-top: .75rem;*/
    margin-top: 8px;
}

.drawer {
    margin-bottom: 1.25rem;
}

.drawer__heading {
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #979797;
    padding: 0 1rem .625rem 0;
    color: #555559;
}

.drawer__heading:hover {
    color: #555559;
}

.drawer__heading .icon-label {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    font-size: .875rem;
    display: block;
}

.drawer__heading .icon {
    transition: transform .2s ease-in-out;
    transform: rotate(90deg);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: .75rem;
    height: 1.25rem;
    fill: #555559;
}

.drawer__content {
    max-height: 0;
    transition: max-height .2s ease-in-out;
    padding: 1rem 0 0;
    overflow: hidden;
}

.drawer__content> :last-child {
    margin-bottom: 0;
}

.drawer--open .drawer__content {
    max-height: 100vh;
}

.drawer--open .drawer__heading .icon {
    transform: rotate(-90deg);
}

.news-ticker {
    padding: .75rem 0;
    width: 100%;
}

.news-ticker__excerpt {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin: 0 0 .75rem;
}

.news-ticker__excerpt p {
    font-size: .875rem;
}

.news-ticker__excerpt :last-child {
    margin-bottom: 0;
}

.news-ticker__more {
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: .875rem;
}

.career-map {
    position: relative;
    margin: 0 0 1.25rem;
}

.career-map__header {
    background: #ff8300;
    color: #fff;
    text-transform: uppercase;
    padding: .625rem 1rem;
    line-height: 1;
    font-weight: 400;
    font-size: .875rem;
    letter-spacing: .04rem;
}

.career-map__map {
    line-height: 0;
}

.career-map__map img {
    width: 100%;
}

.career-map__action {
    position: absolute;
    right: .875rem;
    bottom: .875rem;
}

.icon-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.icon-title .icon-label {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding-left: .625rem;
}

.icon-title .icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.625rem;
    height: 1.875rem;
    fill: currentColor;
}

.icon-title--inline {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.value {
    margin-bottom: 1.25rem;
}

.value__title {
    font-weight: 700;
    font-size: 1.125rem;
    margin: 0 0 .375rem;
}

.value__content {
    margin: 0 0 .625rem;
}

.value__content> :last-child {
    margin-bottom: 0;
}

.value__nav {
    list-style: none;
    margin: 0;
}

.value__nav .icon-title {
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 700;
}

.value__nav li:not(:first-of-type) {
    margin-top: .625rem;
}

.flex-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-title {
    text-transform: uppercase;
    margin: .875rem 0 .5rem;
    position: relative;
}

.list-title:first-of-type {
    margin-top: 0;
}

.resource-search {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.resource-search label {
    width: 100%;
}

.resource-search input[type=text] {
    border: 0;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 2.5rem;
}

.resource-search input[type=submit] {
    background: #fff;
    color: #555559;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    box-shadow: none;
    border-left: 1px solid #ccc;
}

.resource-search input[type=submit]:focus,
.resource-search input[type=submit]:hover {
    background: #ff8300;
    transform: none;
}

@media (min-width:32.5rem) and (max-width:42.4rem) {
    .grid>* {
        width: calc(50% - .4375rem);
    }

    .grid-tabs>* {
        width: calc(50% - .4375rem);
    }

    .page-content-grid>* {
        width: calc(50% - .4375rem);
    }

    .grid-products>* {
        width: calc(50% - .4375rem);
    }
}

@media (min-width:32.5rem) {
    .grid>* {
        margin-left: .85995rem;
    }

    .grid-tabs>* {
        margin-left: .85995rem;
    }

    .page-content-grid>* {
        margin-left: .85995rem;
    }

    .grid-products>* {
        margin-left: .85995rem;
    }
}

@media (min-width:42.5rem) {
    .alignright {
        float: right;
        margin: 0 0 1.125rem 1.125rem;
    }

    .alignleft {
        float: left;
        margin: 0 1.125rem 1.125rem 0;
    }

    .aligncenter {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .wf-active h1,
    h1 {
        font-size: 2.7rem;
    }

    h2 {
        font-size: 2.19375rem;
    }

    h3 {
        font-size: 1.6875rem;
    }

    hr {
        margin: 1.875rem 0;
    }

    .header__super {
        margin: 0 auto;
        max-width: 83.125rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }

    .header__main-inner {
        margin: 0 auto;
        max-width: 83.125rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }

    .generic-content {
        margin: 0 auto;
        max-width: 83.125rem;
        padding: 3.125rem 1.5625rem;
    }

    .sub-container {
        margin: 0 auto;
        max-width: 65.625rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }

    .sub-container .sub-container {
        padding: 0;
    }

    .action-bar__inner {
        display: -ms-flexbox;
        display: flex;
        background: none;
        margin: 0 auto;
        max-width: 83.125rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }

    .action-bar--extended:before {
        content: '';
        display: block;
        position: absolute;
        background: #ff8300;
        width: 1.5625rem;
        height: 100%;
        left: 0;
        top: 0;
    }

    .action-bar--dark .action-bar__inner {
        margin: 0 auto;
        max-width: 83.125rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }

    .action-bar--section-nav {
        background: #434347;
    }

    .sidebar {
        margin: 0 auto;
        max-width: 83.125rem;
        padding: 3.125rem 1.5625rem;
    }

    .two-and-one {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 3.125rem;
    }

    .two-and-one__large {
        width: 66.666666%;
        padding-right: 1.5625rem;
    }

    .two-and-one__small {
        width: 33.333333%;
        padding-left: 1.5625rem;
    }

    .footer__nav-inner {
        margin: 0 auto;
        max-width: 83.125rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }

    .footer__meta-inner {
        margin: 0 auto;
        max-width: 83.125rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }

    .hero__foreground {
        margin: 0 auto;
        max-width: 83.125rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }

    .hero__foreground--halves {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .hero__foreground-half {
        width: 50%;
        padding-right: 1.5625rem;
    }

    .hero__foreground-half+* {
        padding: 0 0 0 1.5625rem;
    }

    .hero--primary .hero__foreground {
        padding-top: 11.25rem;
        padding-bottom: 2.5rem;
    }

    .hero--primary-short .hero__foreground {
        padding-top: 6.875rem;
        padding-bottom: 3.75rem;
    }

    .hero--has-breadcrumbs .hero__foreground {
        padding-bottom: 1.875rem;
    }

    .hero--home .hero__foreground {
        padding-top: 12.5rem;
        padding-bottom: 3.75rem;
    }

    .title-group {
        max-width: 66.666666%;
        margin-bottom: 3.125rem;
    }

    .title-group--central {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .hero--primary .title-group {
        margin-bottom: 3.90625rem;
    }

    .tabs__heading {
        max-width: 12.5rem;
    }

    .tabs__content {
        left: -1.5625rem;
    }

    .tabs__content--active {
        max-height: 200vh;
    }

    .tabs__content-inner {
        margin: 0 auto;
        max-width: 83.125rem;
        padding: 2.5rem 1.5625rem;
    }

    .grid {
        margin-bottom: 0;
    }

    .grid>* {
        margin-left: 1.53563rem;
    }

    .grid> :not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .grid-large {
        margin-bottom: 3.125rem;
    }

    .grid-large>* {
        margin-left: 1.53563rem;
    }

    .grid-large> :not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .grid-xlarge {
        margin-bottom: 3.125rem;
    }

    .grid-xlarge> :not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .grid-news {
        margin-bottom: 3.125rem;
    }

    .grid-news>* {
        margin-left: 1.53563rem;
    }

    .grid-news> :not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .grid-home {
        margin-bottom: 3.125rem;
    }

    .grid-home>* {
        margin-left: 1.53563rem;
    }

    .grid-home> :not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .grid-tabs {
        margin-bottom: 3.125rem;
    }

    .grid-tabs>* {
        margin-left: 1.53563rem;
    }

    .grid-tabs> :not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .page-content-grid {
        margin-bottom: 3.125rem;
    }

    .page-content-grid>* {
        margin-left: 1.53563rem;
    }

    .page-content-grid> :not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .grid-nametags {
        margin-bottom: 3.125rem;
    }

    .grid-nametags>* {
        margin-left: 1.53563rem;
    }

    .grid-nametags> :not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .grid-products {
        margin-bottom: 3.125rem;
    }

    .grid-products>* {
        margin-left: 1.53563rem;
    }

    .grid-products> :not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .grid-profiles {
        margin-bottom: 3.125rem;
    }

    .grid-profiles>* {
        margin-left: 1.53563rem;
    }

    .grid-profiles> :not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .carousel__item {
        width: calc(32.9% - .78125rem - 2px);
        max-width: 23.75rem;
    }

    .carousel__item:not(:first-of-type) {
        margin-left: 1.5625rem;
    }

    .carousel__footer {
        text-align: right;
        margin: 1.625rem .625rem 0 0;
    }

    .carousel--single .carousel__item {
        width: calc(100% - .78125rem - 2px);
        max-width: 100%;
    }

    .carousel--single .carousel__item:not(:first-of-type) {
        margin-left: 1.5625rem;
    }

    .article-list__article-title {
        font-size: 1.6875rem;
    }

    .secondary-search {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .secondary-search label {
        margin-bottom: 0;
    }

    .secondary-search> :not(:first-child) {
        margin-left: 1.25rem;
    }

    .section-nav {
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }

    .section-nav .icon {
        display: none;
    }

    .product {
        display: -ms-flexbox;
        display: flex;
    }

    .product__media {
        width: 35%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .product__thumb {
        padding-right: 1.5625rem;
        margin-bottom: 3.125rem;
    }

    .product__content {
        padding-left: 1.5625rem;
        width: 65%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .product-menu {
        display: -ms-flexbox;
        display: flex;
    }

    .product-menu__group {
        width: 33.333333%;
        -ms-flex: 1;
        flex: 1;
        padding: 0 1.5625rem;
    }

    .product-menu__group:first-child {
        padding-left: 0;
    }

    .product-menu__group:last-child {
        padding-right: 0;
    }

    .resource-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .resource-list__resource {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(50% - .78125rem);
    }

    .resource-list__resource:not(:last-of-type) {
        margin-bottom: 1.5625rem;
    }

    .resource-list__resource:nth-of-type(even) {
        margin-left: 1.5625rem;
    }

    .title-tag {
        font-size: .875rem;
    }

    .primary-title,
    .wf-active .primary-title {
        font-size: 2.7rem;
    }

    .breadcrumbs {
        margin: 3.75rem 0 0;
    }

    .excerpt-block+.excerpt-block {
        margin-top: 1.5625rem;
    }

    .excerpt-block__media {
        width: 50%;
    }

    .excerpt-block__media+.excerpt-block__content {
        width: 50%;
    }

    .excerpt-block__hidden-details {
        transform: translateY(99%);
        position: absolute;
        bottom: 0;
        top: auto;
    }

    .excerpt-block__content {
        padding: 1.5625rem;
    }

    .excerpt-block--vertical .excerpt-block__media img {
        max-height: none;
    }

    .excerpt-block--profile .excerpt-block__content,
    .excerpt-block--profile .excerpt-block__media {
        width: 50%;
    }

    .excerpt-block--profile .excerpt-block__media {
        min-height: 14.375rem;
    }

    .excerpt-block--stack-small .excerpt-block__media {
        height: 12.5rem;
    }

    .excerpt-block--stack-small .excerpt-block__content {
        width: 100%;
    }

    .excerpt-block--open .excerpt-block__content {
        margin-top: 1.5625rem;
    }

    .excerpt-block--expanded .excerpt-block__hidden-details {
        padding: 1.5625rem;
        padding-top: 0;
    }

    .tagged-media__footer {
        padding: 1.5625rem;
    }

    .logo-box {
        margin-bottom: 3.125rem;
        height: 11.25rem;
    }

    .logo-box a {
        padding: 1.5625rem;
    }

    .statement-list--columns {
        -moz-columns: 2;
        columns: 2;
        -moz-column-gap: 3.125rem;
        column-gap: 3.125rem;
    }

    .media-title {
        margin-bottom: 1.875rem;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }

    .media-title__media {
        /*max-width: 22.5rem;*/
        margin-bottom: 0;
        width: auto;
    }

    .media-title__content {
        width: 60%;
        padding-left: 1.5625rem;
    }

    .headline {
        margin: 0 0 1.875rem;
    }

    .media-callout {
        margin-bottom: 1.875rem;
    }

    .list-footer {
        margin: 3.125rem 0 1.875rem;
    }

    .market-snapshot {
        text-align: left;
    }

    .market-snapshot__delta {
        display: -ms-flexbox;
        display: flex;
    }

    .news-ticker {
        padding: 1rem 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .news-ticker__excerpt {
        padding-right: 3.125rem;
        margin: 0;
    }

    .career-map__header {
        font-size: 1rem;
    }

    .career-map__action {
        right: 1.5625rem;
        bottom: 1.5625rem;
    }

    .value {
        margin-bottom: 3.125rem;
    }

    .value__title {
        font-size: 1.375rem;
    }

    .value__nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .value__nav li:not(:first-of-type) {
        margin-top: 0;
        margin-left: .875rem;
    }
}

@media (min-width:42.5rem) and (max-width:62.4rem) {
    .grid>* {
        width: calc(33.33333% - 1.04167rem);
    }

    .grid> :nth-child(3n+1) {
        margin-left: 0;
    }

    .grid> :nth-child(3n+1):nth-last-child(-n+3),
    .grid> :nth-child(3n+1):nth-last-child(-n+3)~* {
        margin-bottom: 0;
    }

    .grid-large>* {
        width: calc(50% - .78125rem);
    }

    .grid-large> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-large> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-large> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .grid-xlarge> :nth-child(1n+1):nth-last-child(-n+1),
    .grid-xlarge> :nth-child(1n+1):nth-last-child(-n+1)~* {
        margin-bottom: 0;
    }

    .grid-news>* {
        width: calc(50% - .78125rem);
    }

    .grid-news> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-news> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-news> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .grid-home>* {
        width: calc(50% - .78125rem);
    }

    .grid-home> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-home> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-home> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .grid-tabs>* {
        width: calc(25% - 1.17188rem);
    }

    .grid-tabs> :nth-child(4n+1) {
        margin-left: 0;
    }

    .grid-tabs> :nth-child(4n+1):nth-last-child(-n+4),
    .grid-tabs> :nth-child(4n+1):nth-last-child(-n+4)~* {
        margin-bottom: 0;
    }

    .page-content-grid>* {
        width: calc(33.33333% - 1.04167rem);
    }

    .page-content-grid> :nth-child(3n+1) {
        margin-left: 0;
    }

    .page-content-grid> :nth-child(3n+1):nth-last-child(-n+3),
    .page-content-grid> :nth-child(3n+1):nth-last-child(-n+3)~* {
        margin-bottom: 0;
    }

    .grid-nametags>* {
        width: calc(50% - .78125rem);
    }

    .grid-nametags> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-nametags> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-nametags> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .grid-products>* {
        width: calc(50% - .78125rem);
    }

    .grid-products> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-products> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-products> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .grid-profiles>* {
        width: calc(50% - .78125rem);
    }

    .grid-profiles> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-profiles> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-profiles> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }
}

@media (min-width:62.5rem) {

    dl.inset,
    ol.inset,
    ul.inset {
        margin-left: 2rem;
    }

    .clean>li {
        padding-left: .8rem;
    }

    hr {
        margin: 2.5rem 0;
    }

    header.header {
        position: absolute;
        background: none;
    }

    .header__super {
        display: -ms-flexbox;
        display: flex;
    }

    .header__main[data-sticky=sticky] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 0 .875rem rgba(0, 0, 0, .25);
        background: hsla(0, 0%, 100%, .95);
        transition-duration: .2s;
        transition-delay: 0s;
    }

    .header__main-inner {
        max-height: none;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-top: .375rem;
        padding-bottom: .375rem;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .header[data-status=scrolled] {
        box-shadow: none;
        background: none;
    }

    .generic-content {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-top: 3.90625rem;
        padding-bottom: 3.90625rem;
    }

    .page-content--with-sidebar .generic-content {
        width: 70%;
        padding-right: 3.125rem;
        padding-left: 3.125rem;
        margin: 0;
    }

    .page-content--with-sidebar .sidebar+.generic-content {
        -ms-flex-order: 2;
        order: 2;
        padding-left: 3.125rem;
        width: 75%;
    }

    .page-content--with-sidebar {
        max-width: 80rem;
        margin: 0 auto;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .sidebar {
        padding: 3.90625rem 3.125rem 3.125rem;
        width: 30%;
        margin: 0;
    }

    .sidebar:before {
        content: '';
        display: block;
        background: #f6f6f6;
        width: 50vw;
        left: 100%;
        height: 100%;
        top: 0;
        right: auto;
        position: absolute;
    }

    .sidebar:first-child {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
        width: 25%;
    }

    .sidebar:first-child:before {
        left: 0;
        transform: translateX(-99%);
    }

    .footer__nav-inner {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .footer__nav-group:not(:last-of-type) {
        margin: 0;
    }

    .footer__meta {
        text-align: left;
    }

    .inline-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .inline-nav li:not(:first-of-type) {
        margin-left: 1.875rem;
    }

    .hero__background:after {
        background: linear-gradient(transparent, rgba(0, 0, 0, .55));
    }

    .hero__foreground {
        padding-top: 3.75rem;
        padding-bottom: 5rem;
    }

    .hero__foreground--top-heavy {
        padding-bottom: 13.75rem;
    }

    .hero--primary .hero__foreground {
        padding-top: 16.25rem;
    }

    .hero--primary-short .hero__foreground {
        padding-top: 12.5rem;
        padding-bottom: 6.25rem;
    }

    .hero--push .title-group {
        margin-left: auto;
    }

    .hero--home .hero__foreground {
        padding-top: 18.75rem;
        padding-bottom: 6.25rem;
    }

    .hero--tall .hero__foreground {
        padding-top: 8.75rem;
        padding-bottom: 8.75rem;
    }

    .primary-nav {
        max-height: none;
        margin: 0 -.625rem 0 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        padding: 0;
    }

    .primary-nav__item {
        width: auto;
        border: 0;
    }

    .primary-nav__item a {
        padding: 0;
    }

    .primary-nav__item--search {
        margin-top: 0;
    }

    .primary-nav__item--mobile-only {
        display: none;
    }

    .primary-nav--search-active .primary-nav__item:not(.primary-nav__item--search) {
        opacity: 0;
    }

    .primary-nav li.primary-nav__item--search {
        margin-left: 1.4375rem;
    }

    .title-group__main {
        padding-right: 1.5625rem;
        max-width: 50%;
    }

    .title-group__main> :last-child {
        margin-bottom: 0;
    }

    .title-group--content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
        max-width: 100%;
    }

    .hero--primary .title-group {
        margin-bottom: 6.25rem;
        max-width: 50%;
    }

    .slideshow__dots>li:not(:first-child) {
        margin-left: .875rem;
    }

    .slideshow__dots {
        bottom: 1.5625rem;
    }

    .slideshow__dots button {
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
    }

    .tabs__heading {
        max-width: 17.5rem;
        width: 25%;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .tabs__content {
        box-shadow: none;
    }

    .grid>* {
        margin-left: 1.53563rem;
    }

    .grid-large>* {
        margin-left: 1.53563rem;
    }

    .grid-xlarge>* {
        margin-left: 1.53563rem;
    }

    .grid-news>* {
        margin-left: 1.53563rem;
    }

    .grid-home>* {
        margin-left: 1.53563rem;
    }

    .grid-tabs>* {
        margin-left: 1.53563rem;
    }

    .page-content-grid>* {
        margin-left: 1.53563rem;
    }

    .grid-nametags>* {
        margin-left: 1.53563rem;
    }

    .grid-products>* {
        margin-left: 1.53563rem;
    }

    .grid-profiles>* {
        margin-left: 1.53563rem;
    }

    .carousel {
        padding: 0 2.5rem;
        margin-bottom: 3.125rem;
    }

    .carousel__inner {
        overflow: hidden;
    }

    .carousel__track {
        margin-left: .25rem;
    }

    .carousel__next,
    .carousel__prev {
        display: inline-block;
    }

    .fork__option-bg {
        position: relative;
    }

    .article-list__article {
        margin-bottom: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .secondary-search input[type=text] {
        width: 18.75rem;
    }

    .secondary-search label {
        width: auto;
    }

    .product__media {
        width: 22.8125rem;
    }

    .product__content {
        width: calc(100% - 22.8125rem);
    }

    .product__features {
        display: -ms-flexbox;
        display: flex;
    }

    .product__features-half {
        width: 50%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1.5625rem;
    }

    .product__features-half+.product__features-half {
        padding-right: 0;
        padding-left: 1.5625rem;
    }

    .product-menu__group:not(:last-of-type) {
        margin-bottom: 0;
    }

    .overlay {
        display: block;
        visibility: hidden;
    }

    .sticky-nav[data-sticky=sticky] {
        position: fixed;
        top: 7rem;
    }

    .logo .brand {
        width: 9.375rem;
        height: 2rem;
    }

    .nav-toggle {
        display: none;
    }

    .inline-search {
        width: 2.375rem;
        height: 2.375rem;
        margin: 0;
        position: static;
    }

    .inline-search input {
        position: absolute;
        right: 0;
        width: 0;
        top: -.375rem;
        height: calc(100% + .75rem);
        border: 0;
        opacity: 0;
        background: #fff;
        transition: all .3s ease;
    }

    .inline-search input:focus {
        right: 3.4375rem;
    }

    .inline-search input:focus {
        width: calc(100% - 40px);
        opacity: 1;
    }

    .inline-search label {
        position: static;
    }

    .ticker {
        width: auto;
        padding: 1rem .875rem;
    }

    .breadcrumbs {
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        right: 4.6875rem;
        bottom: 1.5rem;
        margin: 0;
    }

    .breadcrumbs li:not(:first-child):before {
        content: '|';
        margin: -.125rem .5rem 0;
    }

    .breadcrumbs li:not(:first-child):not(:last-child) {
        display: -ms-flexbox;
        display: flex;
    }

    .breadcrumbs li:nth-child(2):not(:last-child):after {
        display: none;
    }

    .breadcrumbs li:nth-child(2):not(:last-child) a {
        display: inline;
    }

    .breadcrumbs a {
        font-size: .75rem;
    }

    .icon-label .extended-label {
        display: inline;
    }

    .excerpt-block--profile .excerpt-block__content {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .excerpt-block--stack-small {
        display: -ms-flexbox;
        display: flex;
    }

    .excerpt-block--stack-small .excerpt-block__media {
        width: 45%;
        height: inherit;
    }

    .excerpt-block--stack-small .excerpt-block__content {
        width: 50%;
    }

    .tagged-media__title {
        font-size: 1rem;
    }

    .statement-list--columns {
        -moz-columns: 3;
        columns: 3;
    }

    .media-title {
        margin-bottom: 2.5rem;
    }

    .leadership {
        -moz-columns: 2;
        columns: 2;
        -moz-column-gap: 3.125rem;
        column-gap: 3.125rem;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .headline {
        margin: 0 0 2.5rem;
    }

    .media-callout {
        margin-bottom: 2.5rem;
    }

    .share-this .bar-button {
        width: 15.625rem;
    }

    .share-this__options {
        padding: 0 0 0 .625rem;
    }

    .market-snapshot {
        width: 17.5rem;
    }

    .market-snapshot__amt {
        font-size: 2.8125rem;
    }

    .drawer__heading .icon-label {
        font-size: 1rem;
    }

    .value__nav li:not(:first-of-type) {
        margin-left: 1.375rem;
    }
}

@media (min-width:62.5rem) and (max-width:83.025rem) {
    .grid>* {
        width: calc(25% - 1.17188rem);
    }

    .grid> :nth-child(4n+1) {
        margin-left: 0;
    }

    .grid> :nth-child(4n+1):nth-last-child(-n+4),
    .grid> :nth-child(4n+1):nth-last-child(-n+4)~* {
        margin-bottom: 0;
    }

    .grid-large>* {
        width: calc(33.33333% - 1.04167rem);
    }

    .grid-large> :nth-child(3n+1) {
        margin-left: 0;
    }

    .grid-large> :nth-child(3n+1):nth-last-child(-n+3),
    .grid-large> :nth-child(3n+1):nth-last-child(-n+3)~* {
        margin-bottom: 0;
    }

    .grid-xlarge>* {
        width: calc(50% - .78125rem);
    }

    .grid-xlarge> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-xlarge> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-xlarge> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .grid-news>* {
        width: calc(50% - .78125rem);
    }

    .grid-news> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-news> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-news> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .grid-home>* {
        width: calc(50% - .78125rem);
    }

    .grid-home> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-home> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-home> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .grid-tabs>* {
        width: calc(25% - 1.17188rem);
    }

    .grid-tabs> :nth-child(4n+1) {
        margin-left: 0;
    }

    .grid-tabs> :nth-child(4n+1):nth-last-child(-n+4),
    .grid-tabs> :nth-child(4n+1):nth-last-child(-n+4)~* {
        margin-bottom: 0;
    }

    .page-content-grid>* {
        width: calc(33.33333% - 1.04167rem);
    }

    .page-content-grid> :nth-child(3n+1) {
        margin-left: 0;
    }

    .page-content-grid> :nth-child(3n+1):nth-last-child(-n+3),
    .page-content-grid> :nth-child(3n+1):nth-last-child(-n+3)~* {
        margin-bottom: 0;
    }

    .grid-nametags>* {
        width: calc(33.33333% - 1.04167rem);
    }

    .grid-nametags> :nth-child(3n+1) {
        margin-left: 0;
    }

    .grid-nametags> :nth-child(3n+1):nth-last-child(-n+3),
    .grid-nametags> :nth-child(3n+1):nth-last-child(-n+3)~* {
        margin-bottom: 0;
    }

    .grid-products>* {
        width: calc(33.33333% - 1.04167rem);
    }

    .grid-products> :nth-child(3n+1) {
        margin-left: 0;
    }

    .grid-products> :nth-child(3n+1):nth-last-child(-n+3),
    .grid-products> :nth-child(3n+1):nth-last-child(-n+3)~* {
        margin-bottom: 0;
    }

    .grid-profiles>* {
        width: calc(33.33333% - 1.04167rem);
    }

    .grid-profiles> :nth-child(3n+1) {
        margin-left: 0;
    }

    .grid-profiles> :nth-child(3n+1):nth-last-child(-n+3),
    .grid-profiles> :nth-child(3n+1):nth-last-child(-n+3)~* {
        margin-bottom: 0;
    }
}

@media (min-width:83.125rem) {
    .action-bar__inner {
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }

    .action-bar--extended:before {
        width: calc((100% - 80rem) / 2);
    }

    .inline-nav li:not(:first-of-type) {
        margin-left: 2.875rem;
    }

    .hero__foreground--top-heavy {
        padding-bottom: 20rem;
    }

    .hero--primary .hero__foreground {
        padding-top: 20rem;
    }

    .hero--primary-short .hero__foreground {
        padding-top: 12.5rem;
        padding-bottom: 6.25rem;
    }

    .hero--home .hero__foreground {
        padding-top: 22.5rem;
        padding-bottom: 6.875rem;
    }

    .hero--tall .hero__foreground {
        padding-top: 12.5rem;
        padding-bottom: 12.5rem;
    }

    .primary-nav li.primary-nav__item--search {
        margin-left: 2.4375rem;
    }

    .title-group--content {
        max-width: 100%;
    }

    .tabs__content {
        width: calc(100vw + 2px);
        left: calc(-50vw + 40rem);
    }

    .grid>* {
        margin-left: 1.53563rem;
    }

    .grid>* {
        width: calc(25% - 1.17188rem);
    }

    .grid> :nth-child(4n+1) {
        margin-left: 0;
    }

    .grid> :nth-child(4n+1):nth-last-child(-n+4),
    .grid> :nth-child(4n+1):nth-last-child(-n+4)~* {
        margin-bottom: 0;
    }

    .grid-large>* {
        margin-left: 1.53563rem;
    }

    .grid-large>* {
        width: calc(33.33333% - 1.04167rem);
    }

    .grid-large> :nth-child(3n+1) {
        margin-left: 0;
    }

    .grid-large> :nth-child(3n+1):nth-last-child(-n+3),
    .grid-large> :nth-child(3n+1):nth-last-child(-n+3)~* {
        margin-bottom: 0;
    }

    .grid-xlarge>* {
        margin-left: 1.53563rem;
    }

    .grid-xlarge>* {
        width: calc(50% - .78125rem);
    }

    .grid-xlarge> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-xlarge> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-xlarge> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .grid-news>* {
        margin-left: 1.53563rem;
    }

    .grid-news>* {
        width: calc(50% - .78125rem);
    }

    .grid-news> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-news> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-news> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .grid-home>* {
        margin-left: 1.53563rem;
    }

    .grid-home>* {
        width: calc(50% - .78125rem);
    }

    .grid-home> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-home> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-home> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .grid-tabs>* {
        margin-left: 1.53563rem;
    }

    .grid-tabs>* {
        width: calc(25% - 1.17188rem);
    }

    .grid-tabs> :nth-child(4n+1) {
        margin-left: 0;
    }

    .grid-tabs> :nth-child(4n+1):nth-last-child(-n+4),
    .grid-tabs> :nth-child(4n+1):nth-last-child(-n+4)~* {
        margin-bottom: 0;
    }

    .page-content-grid>* {
        margin-left: 1.53563rem;
    }

    .page-content-grid>* {
        width: calc(33.33333% - 1.04167rem);
    }

    .page-content-grid> :nth-child(3n+1) {
        margin-left: 0;
    }

    .page-content-grid> :nth-child(3n+1):nth-last-child(-n+3),
    .page-content-grid> :nth-child(3n+1):nth-last-child(-n+3)~* {
        margin-bottom: 0;
    }

    .grid-nametags>* {
        margin-left: 1.53563rem;
    }

    .grid-nametags>* {
        width: calc(33.33333% - 1.04167rem);
    }

    .grid-nametags> :nth-child(3n+1) {
        margin-left: 0;
    }

    .grid-nametags> :nth-child(3n+1):nth-last-child(-n+3),
    .grid-nametags> :nth-child(3n+1):nth-last-child(-n+3)~* {
        margin-bottom: 0;
    }

    .grid-products>* {
        margin-left: 1.53563rem;
    }

    .grid-products>* {
        width: calc(25% - 1.17188rem);
    }

    .grid-products> :nth-child(4n+1) {
        margin-left: 0;
    }

    .grid-products> :nth-child(4n+1):nth-last-child(-n+4),
    .grid-products> :nth-child(4n+1):nth-last-child(-n+4)~* {
        margin-bottom: 0;
    }

    .grid-profiles>* {
        margin-left: 1.53563rem;
    }

    .grid-profiles>* {
        width: calc(33.33333% - 1.04167rem);
    }

    .grid-profiles> :nth-child(3n+1) {
        margin-left: 0;
    }

    .grid-profiles> :nth-child(3n+1):nth-last-child(-n+3),
    .grid-profiles> :nth-child(3n+1):nth-last-child(-n+3)~* {
        margin-bottom: 0;
    }
}

@media print {
    * {
        background: #fff;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    a[href^='#']:after {
        content: '';
    }

    blockquote,
    pre {
        border: 1px solid #ccc;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media (max-width:62.4rem) {
    .header--nav-open {
        box-shadow: 0 0 .875rem rgba(0, 0, 0, .25);
    }

    .header--nav-open .header__main {
        background: #fff;
        transition-delay: 0s;
    }

    .header--nav-open .header__main-inner {
        background: #fff;
        transition-delay: 0s;
        max-height: 99vh;
        min-height: 100vh;
    }

    .header--nav-open .primary-nav {
        margin-top: -1.875rem;
    }
}

@media (orientation:landscape) and (max-width:62.4rem) {
    header.header {
        position: absolute;
    }
}

@media screen and (min-width:0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

@media (max-width:42.4rem) {
    .grid> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid> :nth-child(2n+1):nth-last-child(-n+2),
    .grid> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .grid-tabs> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-tabs> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-tabs> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .page-content-grid> :nth-child(2n+1) {
        margin-left: 0;
    }

    .page-content-grid> :nth-child(2n+1):nth-last-child(-n+2),
    .page-content-grid> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .grid-products> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-products> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-products> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }
}

@media (max-width:32.4rem) {
    .grid-tabs> :nth-child(2n+1) {
        margin-left: 0;
    }

    .grid-tabs> :nth-child(2n+1):nth-last-child(-n+2),
    .grid-tabs> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }

    .page-content-grid> :nth-child(2n+1) {
        margin-left: 0;
    }

    .page-content-grid> :nth-child(2n+1):nth-last-child(-n+2),
    .page-content-grid> :nth-child(2n+1):nth-last-child(-n+2)~* {
        margin-bottom: 0;
    }
}


.my_banner #cptappend.generic-content {
    height: 100%;
    width: 100%;
    margin: auto;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    padding-right: 520px;
    display: table;
}

.my_banner {
    position: relative;
}

.my_banner #cptappend.generic-content .hero__foreground {
    display: table-cell;
    vertical-align: middle;
}

.my_home_content {
    overflow: hidden;

}

.my_home_content .generic-content {
    position: relative;
}

.my_home_content .right-col {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 30px;
    padding-top: 70px;
    background: #f6f6f6;

}

.my_home_content .right-col>span {
    display: block;
    position: absolute;
    background: #f6f6f6;
    height: 100%;
    left: 100%;
    top: 0px;
}


.my_home_content .right-col {
    width: 25%;
}

.my_home_content .left-col {
    width: 72%;
}

@media (max-width:1200px) {
    .my_banner .ir-banner-slider .banner-slide .banner-text h3 {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .my_banner .ir-banner-slider .banner-slide .banner-text p {
        margin-bottom: 10px;
    }

    .my_banner .ir-banner-slider .banner-slide .banner-text h3 {
        margin-bottom: 10px;
    }

    .my_banner .ir-banner-slider .banner-slide .banner-text br {
        display: none;
    }

    .my_banner .ir-banner-slider .banner-slide .banner-text {
        width: 350px !important;
        right: 30px !important;
        right: 30px !important;
    }

    .my_banner .ir-banner-slider .banner-slide .banner-text {
        padding: 15px 15px 50px 15px;
    }

    .my_banner #cptappend.generic-content .hero__foreground {
        padding-bottom: 0px;
    }

    .my_banner #cptappend.generic-content {
        padding-right: 400px;
    }

    .my_banner .ir-banner-slider .banner-control {
        width: 275PX !important;
        bottom: 15px !important;
    }

    .my_banner .primary-title {
        margin-bottom: 0px;
    }

    .my_banner .title-support p {
        margin-bottom: 15px;
        line-height: 20px;
    }
}

@media (max-width:960px) {

    .my_home_content {
        overflow: hidden;

    }

    .my_home_content .generic-content {
        position: relative;
    }

    .my_home_content .right-col {
        position: static;
        padding: 15px;
        background: #f6f6f6;

    }

    .my_home_content .right-col>span {
        display: none;
    }


    .my_home_content .right-col {
        width: 100%;
        height: auto !important;
    }

    .my_home_content .left-col {
        width: 100%;
        position: static;

    }
}

.header__super {
    padding-top: 8px !important;
}

.tw-logo {
    display: block;
    line-height: 0
}

.tw-logo svg {
    display: block;
    height: 1.125rem;
    max-width: 7.875rem;
    width: auto
}

.lang-list {
    position: relative
}

.lang-list__listener[data-state=active]+.lang-list__list {
    opacity: 1;
    visibility: visible;
    z-index: 100
}

.lang-list__list {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 2rem;
    background: #fff;
    width: 11.25rem;
    padding: .625rem 0;
    -webkit-box-shadow: 0 .125rem .625rem rgba(0, 0, 0, .2);
    box-shadow: 0 .125rem .625rem rgba(0, 0, 0, .2);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.lang-list__list a {
    display: block;
    width: 100%;
    font-size: .875rem;
    padding: .5625rem .375rem;
    color: #555559
}

.lang-list__list a:focus,
.lang-list__list a:hover {
    color: #555559
}

.lang-list__list a:hover {
    color: #ff8300
}

.lang-list__list ul {
    margin: 0;
    list-style: none
}

.primary-nav__item.lang-list {
    position: static
}

.primary-nav__item .lang-list__list {
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
