.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.hidden {
    display: none
}

.row {
    flex: 1 1 100%
}

#fx-breadcrumbs {
    font-size: 13px;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.1rem 3rem
}

#fx-breadcrumbs a {
    color: #bbb;
    text-decoration: none
}

#habla_window_div {
    margin: 0 !important;
    border: 1px #efefef solid
}

#habla_window_div textarea {
    max-width: 605px
}

#habla_panel_div {
    padding: 11px 15px 11px 17px;
    border-radius: 7px 7px 0 0
}

#habla_pre_chat_div {
    font-size: 12px
}

#habla_oplink_a {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-size: 10.5px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    color: #555;
    padding-left: 15px;
    text-decoration: none
}

.ubuntu #habla_oplink_a {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

#habla_sizebutton_a {
    width: 30px;
    height: 25px;
    padding-left: 18px;
    padding-top: 2px;
    color: transparent
}

.olrk-state-expanded #habla_window_div {
    background-image: url(../img/chat_Arrow-Down.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    z-index: 99;
    padding-bottom: 55px;
    border-radius: 7px 7px 0 0;
    margin-right: 100px !important;
    width: 280px
}

.olrk-state-compressed #habla_window_div {
    background-image: url(../img/chat_Arrow-Up.jpg);
    margin-right: 100px !important;
    border-radius: 7px 7px 0 0;
    width: 280px
}

#habla_conversation_div {
    font-size: 12px
}

#habla_pre_chat_submit_input {
    border: 1px solid #e1e1e1;
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    padding: 10px 15px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-size: 14px
}

.ubuntu #habla_pre_chat_submit_input {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

#habla_window_div textarea {
    max-width: 605px;
    resize: none;
    font-size: 12px
}

#habla_middle_wrapper_div {
    padding-top: 20px
}

#habla_pre_chat_submit_input:hover {
    color: #f60;
    background: #fff
}

.c-stories-tags {
    display: inline-block !important
}

.c-stories-tags__tag {
    display: inline-block;
    margin-top: 5px !important;
    margin-left: 0 !important;
    margin-right: 5px !important
}

.slider-content {
    max-width: 1200px;
    margin: 0 auto
}

.slider-readmore {
    transition: .3s all
}

body .slide-wrap .slider-readmore:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #555 !important
}

.slide-wrap .readmore a {
    line-height: 1
}

@media screen and (max-width:1250px) {
    .slide-wrap img {
        height: 100% !important
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#block-bean-careers-job-openings {
    margin-top: 20px
}

#block-bean-careers-eeo section {
    margin-top: 1rem
}

.form-submit {
    background-color: #f60;
    border: none;
    color: #fff;
    padding: 7px;
    width: auto;
    font-family: Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: 700;
    font-size: 20px
}

.ubuntu .form-submit {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif !important
}

.site-map-menus {
    padding-left: 1.5em
}

.search-info {
    display: none
}

.search-form input {
    margin: 20px 0 0
}

.no-products {
    font-family: Ubuntu;
    font-size: 16px;
    line-height: 1.87
}

.slick-slider {
    -webkit-user-select: inherit !important;
    -moz-user-select: inherit !important;
    -ms-user-select: inherit !important;
    user-select: inherit !important
}

a.reset-link {
    font-size: 14px;
    margin-top: -22px;
    margin-left: -15px
}

.search-form input {
    margin: 20px 0 0
}

.no-products {
    font-family: Ubuntu;
    font-size: 16px;
    line-height: 1.87
}

.slick-slider {
    -webkit-user-select: inherit !important;
    -moz-user-select: inherit !important;
    -ms-user-select: inherit !important;
    user-select: inherit !important
}

.blog-arrow {
    margin-top: -140px
}

.slider-content {
    width: 1280px
}

.front .slick-dots li button {
    border: 1px solid #fff !important;
    border-radius: 50% !important
}

.front .slick-dots li.slick-active button {
    background: #fff !important
}

.c-parallax-np-svg .draw-svg-lines {
    position: relative;
    width: 100%
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

.c-parallax-video {
    text-align: center
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 60%;
    line-height: 1
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: not-allowed
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

.foundation-mq {
    font-family: "small=0em&little=26.25em&medium=40em&large=64.0625em&xlarge=75em&xxlarge=90em&xxxlarge=120em"
}

html {
    font-size: 100%;
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

body {
    padding: 0;
    margin: 0;
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.source-sans-pro body {
    font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif
}

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

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 4px
}

select {
    width: 100%;
    border-radius: 4px
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 4px;
    line-height: 1
}

[data-whatinput='mouse'] button {
    outline: 0
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.row,
.view-industry-stories-and-resources .view-content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap
}

.row .row,
.view-industry-stories-and-resources .view-content .row,
.row .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .row .view-content,
.view-industry-stories-and-resources .view-content .view-content {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.row.expanded,
.view-industry-stories-and-resources .expanded.view-content,
.view-industry-stories-and-resources .c-footer__email .form-actions input.view-content,
.c-footer__email .form-actions .view-industry-stories-and-resources input.view-content,
.view-industry-stories-and-resources .c-product-info__button a.view-content,
.c-product-info__button .view-industry-stories-and-resources a.view-content,
.c-footer__email .form-actions input.row,
.c-product-info__button a.row {
    max-width: none
}

.row.collapse>.column,
.view-industry-stories-and-resources .collapse.view-content>.column,
.row.collapse>.columns,
.view-industry-stories-and-resources .collapse.view-content>.columns,
.lt-ie10 .row.collapse>.columns,
.view-industry-stories-and-resources .lt-ie10 .collapse.view-content>.columns {
    padding-left: 0;
    padding-right: 0
}

.row.is-collapse-child,
.view-industry-stories-and-resources .is-collapse-child.view-content,
.row.collapse>.column>.row,
.view-industry-stories-and-resources .collapse.view-content>.column>.row,
.row.collapse>.columns>.row,
.view-industry-stories-and-resources .collapse.view-content>.columns>.row,
.lt-ie10 .row.collapse>.columns>.row,
.view-industry-stories-and-resources .lt-ie10 .collapse.view-content>.columns>.row,
.view-industry-stories-and-resources .row.collapse>.column>.view-content,
.view-industry-stories-and-resources .collapse.view-content>.column>.view-content,
.view-industry-stories-and-resources .row.collapse>.columns>.view-content,
.view-industry-stories-and-resources .collapse.view-content>.columns>.view-content,
.view-industry-stories-and-resources .lt-ie10 .row.collapse>.columns>.view-content,
.view-industry-stories-and-resources .lt-ie10 .collapse.view-content>.columns>.view-content {
    margin-left: 0;
    margin-right: 0
}

.column,
.columns,
.lt-ie10 .columns {
    flex: 1 1 0px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    min-width: initial
}

.column.row.row,
.row.row.columns,
.view-industry-stories-and-resources .columns.view-content,
.view-industry-stories-and-resources .column.view-content {
    float: none;
    display: block
}

.row .column.row.row,
.view-industry-stories-and-resources .view-content .column.row.row,
.row .row.row.columns,
.view-industry-stories-and-resources .view-content .row.row.columns,
.row .view-industry-stories-and-resources .columns.view-content,
.view-industry-stories-and-resources .row .columns.view-content,
.view-industry-stories-and-resources .view-content .columns.view-content,
.row .view-industry-stories-and-resources .column.view-content,
.view-industry-stories-and-resources .row .column.view-content,
.view-industry-stories-and-resources .view-content .column.view-content {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

.small-up-1 {
    flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns,
.lt-ie10 .small-up-1>.columns {
    flex: 0 0 100%;
    max-width: 100%
}

.small-up-2 {
    flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns,
.lt-ie10 .small-up-2>.columns {
    flex: 0 0 50%;
    max-width: 50%
}

.small-up-3 {
    flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns,
.lt-ie10 .small-up-3>.columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-up-4 {
    flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns,
.lt-ie10 .small-up-4>.columns {
    flex: 0 0 25%;
    max-width: 25%
}

.small-up-5 {
    flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns,
.lt-ie10 .small-up-5>.columns {
    flex: 0 0 20%;
    max-width: 20%
}

.small-collapse>.column,
.small-collapse>.columns,
.lt-ie10 .small-collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns,
.lt-ie10 .small-uncollapse>.columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media screen and (min-width:26.25em) {
    .little-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .little-offset-0 {
        margin-left: 0
    }
    .little-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .little-offset-1 {
        margin-left: 8.33333%
    }
    .little-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .little-offset-2 {
        margin-left: 16.66667%
    }
    .little-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .little-offset-3 {
        margin-left: 25%
    }
    .little-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .little-offset-4 {
        margin-left: 33.33333%
    }
    .little-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .little-offset-5 {
        margin-left: 41.66667%
    }
    .little-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .little-offset-6 {
        margin-left: 50%
    }
    .little-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .little-offset-7 {
        margin-left: 58.33333%
    }
    .little-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .little-offset-8 {
        margin-left: 66.66667%
    }
    .little-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .little-offset-9 {
        margin-left: 75%
    }
    .little-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .little-offset-10 {
        margin-left: 83.33333%
    }
    .little-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .little-offset-11 {
        margin-left: 91.66667%
    }
    .little-order-1 {
        order: 1
    }
    .little-order-2 {
        order: 2
    }
    .little-order-3 {
        order: 3
    }
    .little-order-4 {
        order: 4
    }
    .little-order-5 {
        order: 5
    }
    .little-order-6 {
        order: 6
    }
    .little-up-1 {
        flex-wrap: wrap
    }
    .little-up-1>.column,
    .little-up-1>.columns,
    .lt-ie10 .little-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }
    .little-up-2 {
        flex-wrap: wrap
    }
    .little-up-2>.column,
    .little-up-2>.columns,
    .lt-ie10 .little-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }
    .little-up-3 {
        flex-wrap: wrap
    }
    .little-up-3>.column,
    .little-up-3>.columns,
    .lt-ie10 .little-up-3>.columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .little-up-4 {
        flex-wrap: wrap
    }
    .little-up-4>.column,
    .little-up-4>.columns,
    .lt-ie10 .little-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }
    .little-up-5 {
        flex-wrap: wrap
    }
    .little-up-5>.column,
    .little-up-5>.columns,
    .lt-ie10 .little-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media screen and (min-width:26.25em) and (min-width:26.25em) {
    .little-expand {
        flex: 1 1 0px
    }
}

.row.little-unstack>.column,
.view-industry-stories-and-resources .little-unstack.view-content>.column,
.row.little-unstack>.columns,
.view-industry-stories-and-resources .little-unstack.view-content>.columns,
.lt-ie10 .row.little-unstack>.columns,
.view-industry-stories-and-resources .lt-ie10 .little-unstack.view-content>.columns {
    flex: 0 0 100%
}

@media screen and (min-width:26.25em) {
    .row.little-unstack>.column,
    .view-industry-stories-and-resources .little-unstack.view-content>.column,
    .row.little-unstack>.columns,
    .view-industry-stories-and-resources .little-unstack.view-content>.columns,
    .lt-ie10 .row.little-unstack>.columns,
    .view-industry-stories-and-resources .lt-ie10 .little-unstack.view-content>.columns {
        flex: 1 1 0px
    }
}

@media screen and (min-width:26.25em) {
    .little-collapse>.column,
    .little-collapse>.columns,
    .lt-ie10 .little-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .little-uncollapse>.column,
    .little-uncollapse>.columns,
    .lt-ie10 .little-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media screen and (min-width:40em) {
    .medium-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .medium-offset-0 {
        margin-left: 0
    }
    .medium-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .medium-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .medium-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .medium-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .medium-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .medium-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .medium-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .medium-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .medium-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .medium-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .medium-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .medium-order-1 {
        order: 1
    }
    .medium-order-2 {
        order: 2
    }
    .medium-order-3 {
        order: 3
    }
    .medium-order-4 {
        order: 4
    }
    .medium-order-5 {
        order: 5
    }
    .medium-order-6 {
        order: 6
    }
    .medium-up-1 {
        flex-wrap: wrap
    }
    .medium-up-1>.column,
    .medium-up-1>.columns,
    .lt-ie10 .medium-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-up-2 {
        flex-wrap: wrap
    }
    .medium-up-2>.column,
    .medium-up-2>.columns,
    .lt-ie10 .medium-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-up-3 {
        flex-wrap: wrap
    }
    .medium-up-3>.column,
    .medium-up-3>.columns,
    .lt-ie10 .medium-up-3>.columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-up-4 {
        flex-wrap: wrap
    }
    .medium-up-4>.column,
    .medium-up-4>.columns,
    .lt-ie10 .medium-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-up-5 {
        flex-wrap: wrap
    }
    .medium-up-5>.column,
    .medium-up-5>.columns,
    .lt-ie10 .medium-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .medium-expand {
        flex: 1 1 0px
    }
}

.row.medium-unstack>.column,
.view-industry-stories-and-resources .medium-unstack.view-content>.column,
.row.medium-unstack>.columns,
.view-industry-stories-and-resources .medium-unstack.view-content>.columns,
.lt-ie10 .row.medium-unstack>.columns,
.view-industry-stories-and-resources .lt-ie10 .medium-unstack.view-content>.columns {
    flex: 0 0 100%
}

@media screen and (min-width:40em) {
    .row.medium-unstack>.column,
    .view-industry-stories-and-resources .medium-unstack.view-content>.column,
    .row.medium-unstack>.columns,
    .view-industry-stories-and-resources .medium-unstack.view-content>.columns,
    .lt-ie10 .row.medium-unstack>.columns,
    .view-industry-stories-and-resources .lt-ie10 .medium-unstack.view-content>.columns {
        flex: 1 1 0px
    }
}

@media screen and (min-width:40em) {
    .medium-collapse>.column,
    .medium-collapse>.columns,
    .lt-ie10 .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns,
    .lt-ie10 .medium-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media screen and (min-width:64.0625em) {
    .large-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .large-offset-0 {
        margin-left: 0
    }
    .large-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .large-order-1 {
        order: 1
    }
    .large-order-2 {
        order: 2
    }
    .large-order-3 {
        order: 3
    }
    .large-order-4 {
        order: 4
    }
    .large-order-5 {
        order: 5
    }
    .large-order-6 {
        order: 6
    }
    .large-up-1 {
        flex-wrap: wrap
    }
    .large-up-1>.column,
    .large-up-1>.columns,
    .lt-ie10 .large-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-up-2 {
        flex-wrap: wrap
    }
    .large-up-2>.column,
    .large-up-2>.columns,
    .lt-ie10 .large-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-up-3 {
        flex-wrap: wrap
    }
    .large-up-3>.column,
    .large-up-3>.columns,
    .lt-ie10 .large-up-3>.columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-up-4 {
        flex-wrap: wrap
    }
    .large-up-4>.column,
    .large-up-4>.columns,
    .lt-ie10 .large-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-up-5 {
        flex-wrap: wrap
    }
    .large-up-5>.column,
    .large-up-5>.columns,
    .lt-ie10 .large-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%;
        position: relative
    }
}

@media screen and (min-width:64.0625em) and (min-width:64.0625em) {
    .large-expand {
        flex: 1 1 0px
    }
}

.row.large-unstack>.column,
.view-industry-stories-and-resources .large-unstack.view-content>.column,
.row.large-unstack>.columns,
.view-industry-stories-and-resources .large-unstack.view-content>.columns,
.lt-ie10 .row.large-unstack>.columns,
.view-industry-stories-and-resources .lt-ie10 .large-unstack.view-content>.columns {
    flex: 0 0 100%
}

@media screen and (min-width:64.0625em) {
    .row.large-unstack>.column,
    .view-industry-stories-and-resources .large-unstack.view-content>.column,
    .row.large-unstack>.columns,
    .view-industry-stories-and-resources .large-unstack.view-content>.columns,
    .lt-ie10 .row.large-unstack>.columns,
    .view-industry-stories-and-resources .lt-ie10 .large-unstack.view-content>.columns {
        flex: 1 1 0px
    }
}

@media screen and (min-width:64.0625em) {
    .large-collapse>.column,
    .large-collapse>.columns,
    .lt-ie10 .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns,
    .lt-ie10 .large-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media screen and (min-width:75em) {
    .xlarge-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .xlarge-offset-0 {
        margin-left: 0
    }
    .xlarge-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .xlarge-offset-1 {
        margin-left: 8.33333%
    }
    .xlarge-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .xlarge-offset-2 {
        margin-left: 16.66667%
    }
    .xlarge-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xlarge-offset-3 {
        margin-left: 25%
    }
    .xlarge-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .xlarge-offset-4 {
        margin-left: 33.33333%
    }
    .xlarge-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .xlarge-offset-5 {
        margin-left: 41.66667%
    }
    .xlarge-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .xlarge-offset-6 {
        margin-left: 50%
    }
    .xlarge-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .xlarge-offset-7 {
        margin-left: 58.33333%
    }
    .xlarge-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .xlarge-offset-8 {
        margin-left: 66.66667%
    }
    .xlarge-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .xlarge-offset-9 {
        margin-left: 75%
    }
    .xlarge-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .xlarge-offset-10 {
        margin-left: 83.33333%
    }
    .xlarge-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .xlarge-offset-11 {
        margin-left: 91.66667%
    }
    .xlarge-order-1 {
        order: 1
    }
    .xlarge-order-2 {
        order: 2
    }
    .xlarge-order-3 {
        order: 3
    }
    .xlarge-order-4 {
        order: 4
    }
    .xlarge-order-5 {
        order: 5
    }
    .xlarge-order-6 {
        order: 6
    }
    .xlarge-up-1 {
        flex-wrap: wrap
    }
    .xlarge-up-1>.column,
    .xlarge-up-1>.columns,
    .lt-ie10 .xlarge-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }
    .xlarge-up-2 {
        flex-wrap: wrap
    }
    .xlarge-up-2>.column,
    .xlarge-up-2>.columns,
    .lt-ie10 .xlarge-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }
    .xlarge-up-3 {
        flex-wrap: wrap
    }
    .xlarge-up-3>.column,
    .xlarge-up-3>.columns,
    .lt-ie10 .xlarge-up-3>.columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xlarge-up-4 {
        flex-wrap: wrap
    }
    .xlarge-up-4>.column,
    .xlarge-up-4>.columns,
    .lt-ie10 .xlarge-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }
    .xlarge-up-5 {
        flex-wrap: wrap
    }
    .xlarge-up-5>.column,
    .xlarge-up-5>.columns,
    .lt-ie10 .xlarge-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media screen and (min-width:75em) and (min-width:75em) {
    .xlarge-expand {
        flex: 1 1 0px
    }
}

.row.xlarge-unstack>.column,
.view-industry-stories-and-resources .xlarge-unstack.view-content>.column,
.row.xlarge-unstack>.columns,
.view-industry-stories-and-resources .xlarge-unstack.view-content>.columns,
.lt-ie10 .row.xlarge-unstack>.columns,
.view-industry-stories-and-resources .lt-ie10 .xlarge-unstack.view-content>.columns {
    flex: 0 0 100%
}

@media screen and (min-width:75em) {
    .row.xlarge-unstack>.column,
    .view-industry-stories-and-resources .xlarge-unstack.view-content>.column,
    .row.xlarge-unstack>.columns,
    .view-industry-stories-and-resources .xlarge-unstack.view-content>.columns,
    .lt-ie10 .row.xlarge-unstack>.columns,
    .view-industry-stories-and-resources .lt-ie10 .xlarge-unstack.view-content>.columns {
        flex: 1 1 0px
    }
}

@media screen and (min-width:75em) {
    .xlarge-collapse>.column,
    .xlarge-collapse>.columns,
    .lt-ie10 .xlarge-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .xlarge-uncollapse>.column,
    .xlarge-uncollapse>.columns,
    .lt-ie10 .xlarge-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media screen and (min-width:90em) {
    .xxlarge-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .xxlarge-offset-0 {
        margin-left: 0
    }
    .xxlarge-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .xxlarge-offset-1 {
        margin-left: 8.33333%
    }
    .xxlarge-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .xxlarge-offset-2 {
        margin-left: 16.66667%
    }
    .xxlarge-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xxlarge-offset-3 {
        margin-left: 25%
    }
    .xxlarge-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .xxlarge-offset-4 {
        margin-left: 33.33333%
    }
    .xxlarge-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .xxlarge-offset-5 {
        margin-left: 41.66667%
    }
    .xxlarge-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .xxlarge-offset-6 {
        margin-left: 50%
    }
    .xxlarge-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .xxlarge-offset-7 {
        margin-left: 58.33333%
    }
    .xxlarge-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .xxlarge-offset-8 {
        margin-left: 66.66667%
    }
    .xxlarge-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .xxlarge-offset-9 {
        margin-left: 75%
    }
    .xxlarge-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .xxlarge-offset-10 {
        margin-left: 83.33333%
    }
    .xxlarge-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .xxlarge-offset-11 {
        margin-left: 91.66667%
    }
    .xxlarge-order-1 {
        order: 1
    }
    .xxlarge-order-2 {
        order: 2
    }
    .xxlarge-order-3 {
        order: 3
    }
    .xxlarge-order-4 {
        order: 4
    }
    .xxlarge-order-5 {
        order: 5
    }
    .xxlarge-order-6 {
        order: 6
    }
    .xxlarge-up-1 {
        flex-wrap: wrap
    }
    .xxlarge-up-1>.column,
    .xxlarge-up-1>.columns,
    .lt-ie10 .xxlarge-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }
    .xxlarge-up-2 {
        flex-wrap: wrap
    }
    .xxlarge-up-2>.column,
    .xxlarge-up-2>.columns,
    .lt-ie10 .xxlarge-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }
    .xxlarge-up-3 {
        flex-wrap: wrap
    }
    .xxlarge-up-3>.column,
    .xxlarge-up-3>.columns,
    .lt-ie10 .xxlarge-up-3>.columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xxlarge-up-4 {
        flex-wrap: wrap
    }
    .xxlarge-up-4>.column,
    .xxlarge-up-4>.columns,
    .lt-ie10 .xxlarge-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }
    .xxlarge-up-5 {
        flex-wrap: wrap
    }
    .xxlarge-up-5>.column,
    .xxlarge-up-5>.columns,
    .lt-ie10 .xxlarge-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media screen and (min-width:90em) and (min-width:90em) {
    .xxlarge-expand {
        flex: 1 1 0px
    }
}

.row.xxlarge-unstack>.column,
.view-industry-stories-and-resources .xxlarge-unstack.view-content>.column,
.row.xxlarge-unstack>.columns,
.view-industry-stories-and-resources .xxlarge-unstack.view-content>.columns,
.lt-ie10 .row.xxlarge-unstack>.columns,
.view-industry-stories-and-resources .lt-ie10 .xxlarge-unstack.view-content>.columns {
    flex: 0 0 100%
}

@media screen and (min-width:90em) {
    .row.xxlarge-unstack>.column,
    .view-industry-stories-and-resources .xxlarge-unstack.view-content>.column,
    .row.xxlarge-unstack>.columns,
    .view-industry-stories-and-resources .xxlarge-unstack.view-content>.columns,
    .lt-ie10 .row.xxlarge-unstack>.columns,
    .view-industry-stories-and-resources .lt-ie10 .xxlarge-unstack.view-content>.columns {
        flex: 1 1 0px
    }
}

@media screen and (min-width:90em) {
    .xxlarge-collapse>.column,
    .xxlarge-collapse>.columns,
    .lt-ie10 .xxlarge-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .xxlarge-uncollapse>.column,
    .xxlarge-uncollapse>.columns,
    .lt-ie10 .xxlarge-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .xxxlarge-offset-0 {
        margin-left: 0
    }
    .xxxlarge-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .xxxlarge-offset-1 {
        margin-left: 8.33333%
    }
    .xxxlarge-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .xxxlarge-offset-2 {
        margin-left: 16.66667%
    }
    .xxxlarge-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xxxlarge-offset-3 {
        margin-left: 25%
    }
    .xxxlarge-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .xxxlarge-offset-4 {
        margin-left: 33.33333%
    }
    .xxxlarge-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .xxxlarge-offset-5 {
        margin-left: 41.66667%
    }
    .xxxlarge-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .xxxlarge-offset-6 {
        margin-left: 50%
    }
    .xxxlarge-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .xxxlarge-offset-7 {
        margin-left: 58.33333%
    }
    .xxxlarge-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .xxxlarge-offset-8 {
        margin-left: 66.66667%
    }
    .xxxlarge-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .xxxlarge-offset-9 {
        margin-left: 75%
    }
    .xxxlarge-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .xxxlarge-offset-10 {
        margin-left: 83.33333%
    }
    .xxxlarge-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .xxxlarge-offset-11 {
        margin-left: 91.66667%
    }
    .xxxlarge-order-1 {
        order: 1
    }
    .xxxlarge-order-2 {
        order: 2
    }
    .xxxlarge-order-3 {
        order: 3
    }
    .xxxlarge-order-4 {
        order: 4
    }
    .xxxlarge-order-5 {
        order: 5
    }
    .xxxlarge-order-6 {
        order: 6
    }
    .xxxlarge-up-1 {
        flex-wrap: wrap
    }
    .xxxlarge-up-1>.column,
    .xxxlarge-up-1>.columns,
    .lt-ie10 .xxxlarge-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }
    .xxxlarge-up-2 {
        flex-wrap: wrap
    }
    .xxxlarge-up-2>.column,
    .xxxlarge-up-2>.columns,
    .lt-ie10 .xxxlarge-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }
    .xxxlarge-up-3 {
        flex-wrap: wrap
    }
    .xxxlarge-up-3>.column,
    .xxxlarge-up-3>.columns,
    .lt-ie10 .xxxlarge-up-3>.columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xxxlarge-up-4 {
        flex-wrap: wrap
    }
    .xxxlarge-up-4>.column,
    .xxxlarge-up-4>.columns,
    .lt-ie10 .xxxlarge-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }
    .xxxlarge-up-5 {
        flex-wrap: wrap
    }
    .xxxlarge-up-5>.column,
    .xxxlarge-up-5>.columns,
    .lt-ie10 .xxxlarge-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media screen and (min-width:120em) and (min-width:120em) {
    .xxxlarge-expand {
        flex: 1 1 0px
    }
}

.row.xxxlarge-unstack>.column,
.view-industry-stories-and-resources .xxxlarge-unstack.view-content>.column,
.row.xxxlarge-unstack>.columns,
.view-industry-stories-and-resources .xxxlarge-unstack.view-content>.columns,
.lt-ie10 .row.xxxlarge-unstack>.columns,
.view-industry-stories-and-resources .lt-ie10 .xxxlarge-unstack.view-content>.columns {
    flex: 0 0 100%
}

@media screen and (min-width:120em) {
    .row.xxxlarge-unstack>.column,
    .view-industry-stories-and-resources .xxxlarge-unstack.view-content>.column,
    .row.xxxlarge-unstack>.columns,
    .view-industry-stories-and-resources .xxxlarge-unstack.view-content>.columns,
    .lt-ie10 .row.xxxlarge-unstack>.columns,
    .view-industry-stories-and-resources .lt-ie10 .xxxlarge-unstack.view-content>.columns {
        flex: 1 1 0px
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-collapse>.column,
    .xxxlarge-collapse>.columns,
    .lt-ie10 .xxxlarge-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .xxxlarge-uncollapse>.column,
    .xxxlarge-uncollapse>.columns,
    .lt-ie10 .xxxlarge-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.shrink {
    flex: 0 0 auto;
    max-width: 100%
}

.column.align-top,
.align-top.columns {
    align-self: flex-start
}

.column.align-bottom,
.align-bottom.columns {
    align-self: flex-end
}

.column.align-middle,
.align-middle.columns {
    -ms-grid-row-align: center;
    align-self: center
}

.column.align-stretch,
.align-stretch.columns {
    -ms-grid-row-align: stretch;
    align-self: stretch
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #f60;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1
}

.ubuntu h1,
.ubuntu h2,
.ubuntu h3,
.ubuntu h4,
.ubuntu h5,
.ubuntu h6 {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #e1e1e1;
    line-height: 0
}

h1,
.h1 {
    font-size: 3.125rem
}

.h2_5 {
    font-size: 1.75rem
}

h2,
.h2 {
    font-size: 2.5rem
}

.intro-header {
    font-size: 2.5rem
}

h3,
.h3,
.h3-lt {
    font-size: 1.375rem
}

h4,
.h4 {
    font-size: 1.3125rem
}

h5,
.h5 {
    font-size: 1.25rem
}

.regular-title {
    font-size: 1.1875rem
}

h6,
.h6 {
    font-size: 1.1875rem
}

.sub-title {
    font-size: 1.0625rem
}

@media screen and (min-width:40em) {
    h1,
    .h1 {
        font-size: 3rem
    }
    .h2_5 {
        font-size: 2.875rem
    }
    h2,
    .h2 {
        font-size: 3.125rem
    }
    .intro-header {
        font-size: 2.5rem
    }
    h3,
    .h3,
    .h3-lt {
        font-size: 2.25rem
    }
    h4,
    .h4 {
        font-size: 2rem
    }
    h5,
    .h5 {
        font-size: 1.625rem
    }
    .regular-title {
        font-size: 1.5625rem
    }
    h6,
    .h6 {
        font-size: 1.5rem
    }
    .sub-title {
        font-size: 1.0625rem
    }
}

@media screen and (min-width:64.0625em) {
    h1,
    .h1 {
        font-size: 4.5rem
    }
    .h2_5 {
        font-size: 3.75rem
    }
    h2,
    .h2 {
        font-size: 3.125rem
    }
    .intro-header {
        font-size: 2.8125rem
    }
    h3,
    .h3,
    .h3-lt {
        font-size: 2.5rem
    }
    h4,
    .h4 {
        font-size: 2.25rem
    }
    h5,
    .h5 {
        font-size: 1.875rem
    }
    .regular-title {
        font-size: 1.8125rem
    }
    h6,
    .h6 {
        font-size: 1.5rem
    }
    .sub-title {
        font-size: 1.125rem
    }
}

a {
    color: #555;
    text-decoration: underline;
    line-height: inherit;
    cursor: pointer
}

a:hover,
a:focus {
    color: #f60
}

a img {
    border: 0
}

hr {
    max-width: 75rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both
}

ul,
ol,
dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc;
    margin-left: 1.25rem
}

ol {
    margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #e1e1e1
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #555
}

cite {
    display: block;
    font-size: .8125rem;
    color: #555
}

cite:before {
    content: '\2014 \0020'
}

abbr {
    color: #555;
    cursor: help;
    border-bottom: 1px dotted #000
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #000;
    background-color: #f7f7f7;
    border: 1px solid #e1e1e1;
    padding: .125rem .3125rem .0625rem
}

kbd {
    padding: .125rem .25rem 0;
    margin: 0;
    background-color: #f7f7f7;
    color: #000;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    border-radius: 4px
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #555
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-center-force {
    justify-content: center;
    text-align: center !important
}

.text-justify {
    text-align: justify
}

@media screen and (min-width:26.25em) {
    .little-text-left {
        text-align: left
    }
    .little-text-right {
        text-align: right
    }
    .little-text-center {
        text-align: center
    }
    .little-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:40em) {
    .medium-text-left {
        text-align: left
    }
    .medium-text-right {
        text-align: right
    }
    .medium-text-center {
        text-align: center
    }
    .medium-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:64.0625em) {
    .large-text-left {
        text-align: left
    }
    .large-text-right {
        text-align: right
    }
    .large-text-center {
        text-align: center
    }
    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:75em) {
    .xlarge-text-left {
        text-align: left
    }
    .xlarge-text-right {
        text-align: right
    }
    .xlarge-text-center {
        text-align: center
    }
    .xlarge-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:90em) {
    .xxlarge-text-left {
        text-align: left
    }
    .xxlarge-text-right {
        text-align: right
    }
    .xxlarge-text-center {
        text-align: center
    }
    .xxlarge-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-text-left {
        text-align: left
    }
    .xxxlarge-text-right {
        text-align: right
    }
    .xxxlarge-text-center {
        text-align: center
    }
    .xxxlarge-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    .show-for-print {
        display: block !important
    }
    .hide-for-print {
        display: none !important
    }
    table.show-for-print {
        display: table !important
    }
    thead.show-for-print {
        display: table-header-group !important
    }
    tbody.show-for-print {
        display: table-row-group !important
    }
    tr.show-for-print {
        display: table-row !important
    }
    td.show-for-print {
        display: table-cell !important
    }
    th.show-for-print {
        display: table-cell !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: ''
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre,
    blockquote {
        border: 1px solid #555;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.button,
.links-wrap--button a,
.form-actions input,
.c-product-info__button a {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: .85em 1em;
    margin: 0 0 1rem;
    font-size: .9rem;
    background-color: #e1e1e1;
    color: #555
}

[data-whatinput='mouse'] .button,
[data-whatinput='mouse'] .links-wrap--button a,
.links-wrap--button [data-whatinput='mouse'] a,
[data-whatinput='mouse'] .form-actions input,
.form-actions [data-whatinput='mouse'] input,
[data-whatinput='mouse'] .c-product-info__button a,
.c-product-info__button [data-whatinput='mouse'] a {
    outline: 0
}

.button:hover,
.links-wrap--button a:hover,
.form-actions input:hover,
.c-product-info__button a:hover,
.button:focus,
.links-wrap--button a:focus,
.form-actions input:focus,
.c-product-info__button a:focus {
    background-color: #f7f7f7;
    color: #555
}

.button.tiny,
.links-wrap--button a.tiny,
.form-actions input.tiny,
.c-product-info__button a.tiny {
    font-size: .6rem
}

.button.small,
.links-wrap--button a.small,
.form-actions input.small,
.c-product-info__button a.small {
    font-size: .85rem
}

.button.large,
.links-wrap--button a.large,
.form-actions input.large,
.c-product-info__button a.large {
    font-size: 1.25rem
}

.button.expanded,
.links-wrap--button a.expanded,
.form-actions input.expanded,
.c-footer__email .form-actions input,
.c-product-info__button a {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.button.primary,
.links-wrap--button a.primary,
.form-actions input,
.c-product-info__button a {
    background-color: #f60;
    color: #555
}

.button.primary:hover,
.links-wrap--button a.primary:hover,
.form-actions input:hover,
.c-product-info__button a:hover,
.button.primary:focus,
.links-wrap--button a.primary:focus,
.form-actions input:focus,
.c-product-info__button a:focus {
    background-color: #cc5200;
    color: #555
}

.button.secondary-purple,
.links-wrap--button a.secondary-purple,
.form-actions input.secondary-purple,
.c-product-info__button a.secondary-purple {
    background-color: #613f77;
    color: #555
}

.button.secondary-purple:hover,
.links-wrap--button a.secondary-purple:hover,
.form-actions input.secondary-purple:hover,
.c-product-info__button a.secondary-purple:hover,
.button.secondary-purple:focus,
.links-wrap--button a.secondary-purple:focus,
.form-actions input.secondary-purple:focus,
.c-product-info__button a.secondary-purple:focus {
    background-color: #4e325f;
    color: #555
}

.button.secondary-green,
.links-wrap--button a.secondary-green,
.form-actions input.secondary-green,
.c-product-info__button a.secondary-green {
    background-color: #7cb329;
    color: #555
}

.button.secondary-green:hover,
.links-wrap--button a.secondary-green:hover,
.form-actions input.secondary-green:hover,
.c-product-info__button a.secondary-green:hover,
.button.secondary-green:focus,
.links-wrap--button a.secondary-green:focus,
.form-actions input.secondary-green:focus,
.c-product-info__button a.secondary-green:focus {
    background-color: #638f21;
    color: #555
}

.button.secondary-red,
.links-wrap--button a.secondary-red,
.form-actions input.secondary-red,
.c-product-info__button a.secondary-red {
    background-color: #cd354b;
    color: #555
}

.button.secondary-red:hover,
.links-wrap--button a.secondary-red:hover,
.form-actions input.secondary-red:hover,
.c-product-info__button a.secondary-red:hover,
.button.secondary-red:focus,
.links-wrap--button a.secondary-red:focus,
.form-actions input.secondary-red:focus,
.c-product-info__button a.secondary-red:focus {
    background-color: #a5293b;
    color: #555
}

.button.secondary-blue,
.links-wrap--button a.secondary-blue,
.form-actions input.secondary-blue,
.c-product-info__button a.secondary-blue {
    background-color: #38a0ab;
    color: #555
}

.button.secondary-blue:hover,
.links-wrap--button a.secondary-blue:hover,
.form-actions input.secondary-blue:hover,
.c-product-info__button a.secondary-blue:hover,
.button.secondary-blue:focus,
.links-wrap--button a.secondary-blue:focus,
.form-actions input.secondary-blue:focus,
.c-product-info__button a.secondary-blue:focus {
    background-color: #2d8089;
    color: #555
}

.button.success,
.links-wrap--button a.success,
.form-actions input.success,
.c-product-info__button a.success {
    background-color: #3adb76;
    color: #555
}

.button.success:hover,
.links-wrap--button a.success:hover,
.form-actions input.success:hover,
.c-product-info__button a.success:hover,
.button.success:focus,
.links-wrap--button a.success:focus,
.form-actions input.success:focus,
.c-product-info__button a.success:focus {
    background-color: #22bb5b;
    color: #555
}

.button.warning,
.links-wrap--button a.warning,
.form-actions input.warning,
.c-product-info__button a.warning {
    background-color: #ffae00;
    color: #555
}

.button.warning:hover,
.links-wrap--button a.warning:hover,
.form-actions input.warning:hover,
.c-product-info__button a.warning:hover,
.button.warning:focus,
.links-wrap--button a.warning:focus,
.form-actions input.warning:focus,
.c-product-info__button a.warning:focus {
    background-color: #cc8b00;
    color: #555
}

.button.alert,
.links-wrap--button a.alert,
.form-actions input.alert,
.c-product-info__button a.alert {
    background-color: #ec5840;
    color: #555
}

.button.alert:hover,
.links-wrap--button a.alert:hover,
.form-actions input.alert:hover,
.c-product-info__button a.alert:hover,
.button.alert:focus,
.links-wrap--button a.alert:focus,
.form-actions input.alert:focus,
.c-product-info__button a.alert:focus {
    background-color: #da3116;
    color: #555
}

.button.hollow,
.links-wrap--button a.hollow,
.form-actions input.hollow,
.c-product-info__button a.hollow {
    border: 1px solid #f60;
    color: #f60
}

.button.hollow,
.links-wrap--button a.hollow,
.form-actions input.hollow,
.c-product-info__button a.hollow,
.button.hollow:hover,
.links-wrap--button a.hollow:hover,
.form-actions input.hollow:hover,
.c-product-info__button a.hollow:hover,
.button.hollow:focus,
.links-wrap--button a.hollow:focus,
.form-actions input.hollow:focus,
.c-product-info__button a.hollow:focus {
    background-color: transparent
}

.button.hollow:hover,
.links-wrap--button a.hollow:hover,
.form-actions input.hollow:hover,
.c-product-info__button a.hollow:hover,
.button.hollow:focus,
.links-wrap--button a.hollow:focus,
.form-actions input.hollow:focus,
.c-product-info__button a.hollow:focus {
    border-color: #803300;
    color: #803300
}

.button.hollow.primary,
.links-wrap--button a.hollow.primary,
.form-actions input.hollow,
.c-product-info__button a.hollow {
    border: 1px solid #f60;
    color: #f60
}

.button.hollow.primary:hover,
.links-wrap--button a.hollow.primary:hover,
.form-actions input.hollow:hover,
.c-product-info__button a.hollow:hover,
.button.hollow.primary:focus,
.links-wrap--button a.hollow.primary:focus,
.form-actions input.hollow:focus,
.c-product-info__button a.hollow:focus {
    border-color: #803300;
    color: #803300
}

.button.hollow.secondary-purple,
.links-wrap--button a.hollow.secondary-purple,
.form-actions input.hollow.secondary-purple,
.c-product-info__button a.hollow.secondary-purple {
    border: 1px solid #613f77;
    color: #613f77
}

.button.hollow.secondary-purple:hover,
.links-wrap--button a.hollow.secondary-purple:hover,
.form-actions input.hollow.secondary-purple:hover,
.c-product-info__button a.hollow.secondary-purple:hover,
.button.hollow.secondary-purple:focus,
.links-wrap--button a.hollow.secondary-purple:focus,
.form-actions input.hollow.secondary-purple:focus,
.c-product-info__button a.hollow.secondary-purple:focus {
    border-color: #31203c;
    color: #31203c
}

.button.hollow.secondary-green,
.links-wrap--button a.hollow.secondary-green,
.form-actions input.hollow.secondary-green,
.c-product-info__button a.hollow.secondary-green {
    border: 1px solid #7cb329;
    color: #7cb329
}

.button.hollow.secondary-green:hover,
.links-wrap--button a.hollow.secondary-green:hover,
.form-actions input.hollow.secondary-green:hover,
.c-product-info__button a.hollow.secondary-green:hover,
.button.hollow.secondary-green:focus,
.links-wrap--button a.hollow.secondary-green:focus,
.form-actions input.hollow.secondary-green:focus,
.c-product-info__button a.hollow.secondary-green:focus {
    border-color: #3e5a15;
    color: #3e5a15
}

.button.hollow.secondary-red,
.links-wrap--button a.hollow.secondary-red,
.form-actions input.hollow.secondary-red,
.c-product-info__button a.hollow.secondary-red {
    border: 1px solid #cd354b;
    color: #cd354b
}

.button.hollow.secondary-red:hover,
.links-wrap--button a.hollow.secondary-red:hover,
.form-actions input.hollow.secondary-red:hover,
.c-product-info__button a.hollow.secondary-red:hover,
.button.hollow.secondary-red:focus,
.links-wrap--button a.hollow.secondary-red:focus,
.form-actions input.hollow.secondary-red:focus,
.c-product-info__button a.hollow.secondary-red:focus {
    border-color: #671a25;
    color: #671a25
}

.button.hollow.secondary-blue,
.links-wrap--button a.hollow.secondary-blue,
.form-actions input.hollow.secondary-blue,
.c-product-info__button a.hollow.secondary-blue {
    border: 1px solid #38a0ab;
    color: #38a0ab
}

.button.hollow.secondary-blue:hover,
.links-wrap--button a.hollow.secondary-blue:hover,
.form-actions input.hollow.secondary-blue:hover,
.c-product-info__button a.hollow.secondary-blue:hover,
.button.hollow.secondary-blue:focus,
.links-wrap--button a.hollow.secondary-blue:focus,
.form-actions input.hollow.secondary-blue:focus,
.c-product-info__button a.hollow.secondary-blue:focus {
    border-color: #1c5056;
    color: #1c5056
}

.button.hollow.success,
.links-wrap--button a.hollow.success,
.form-actions input.hollow.success,
.c-product-info__button a.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:hover,
.links-wrap--button a.hollow.success:hover,
.form-actions input.hollow.success:hover,
.c-product-info__button a.hollow.success:hover,
.button.hollow.success:focus,
.links-wrap--button a.hollow.success:focus,
.form-actions input.hollow.success:focus,
.c-product-info__button a.hollow.success:focus {
    border-color: #157539;
    color: #157539
}

.button.hollow.warning,
.links-wrap--button a.hollow.warning,
.form-actions input.hollow.warning,
.c-product-info__button a.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:hover,
.links-wrap--button a.hollow.warning:hover,
.form-actions input.hollow.warning:hover,
.c-product-info__button a.hollow.warning:hover,
.button.hollow.warning:focus,
.links-wrap--button a.hollow.warning:focus,
.form-actions input.hollow.warning:focus,
.c-product-info__button a.hollow.warning:focus {
    border-color: #805700;
    color: #805700
}

.button.hollow.alert,
.links-wrap--button a.hollow.alert,
.form-actions input.hollow.alert,
.c-product-info__button a.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840
}

.button.hollow.alert:hover,
.links-wrap--button a.hollow.alert:hover,
.form-actions input.hollow.alert:hover,
.c-product-info__button a.hollow.alert:hover,
.button.hollow.alert:focus,
.links-wrap--button a.hollow.alert:focus,
.form-actions input.hollow.alert:focus,
.c-product-info__button a.hollow.alert:focus {
    border-color: #881f0e;
    color: #881f0e
}

.button.disabled,
.links-wrap--button a.disabled,
.form-actions input.disabled,
.c-product-info__button a.disabled,
.button[disabled],
.links-wrap--button a[disabled],
.form-actions input[disabled],
.c-product-info__button a[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled:hover,
.links-wrap--button a.disabled:hover,
.form-actions input.disabled:hover,
.c-product-info__button a.disabled:hover,
.button.disabled:focus,
.links-wrap--button a.disabled:focus,
.form-actions input.disabled:focus,
.c-product-info__button a.disabled:focus,
.button[disabled]:hover,
.links-wrap--button a[disabled]:hover,
.form-actions input[disabled]:hover,
.c-product-info__button a[disabled]:hover,
.button[disabled]:focus,
.links-wrap--button a[disabled]:focus,
.form-actions input[disabled]:focus,
.c-product-info__button a[disabled]:focus {
    background-color: #f60;
    color: #555
}

.button.disabled.primary,
.links-wrap--button a.disabled.primary,
.form-actions input.disabled,
.c-product-info__button a.disabled,
.button[disabled].primary,
.links-wrap--button a[disabled].primary,
.form-actions input[disabled],
.c-product-info__button a[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.primary:hover,
.links-wrap--button a.disabled.primary:hover,
.form-actions input.disabled:hover,
.c-product-info__button a.disabled:hover,
.button.disabled.primary:focus,
.links-wrap--button a.disabled.primary:focus,
.form-actions input.disabled:focus,
.c-product-info__button a.disabled:focus,
.button[disabled].primary:hover,
.links-wrap--button a[disabled].primary:hover,
.form-actions input[disabled]:hover,
.c-product-info__button a[disabled]:hover,
.button[disabled].primary:focus,
.links-wrap--button a[disabled].primary:focus,
.form-actions input[disabled]:focus,
.c-product-info__button a[disabled]:focus {
    background-color: #f60;
    color: #555
}

.button.disabled.secondary-purple,
.links-wrap--button a.disabled.secondary-purple,
.form-actions input.disabled.secondary-purple,
.c-product-info__button a.disabled.secondary-purple,
.button[disabled].secondary-purple,
.links-wrap--button a[disabled].secondary-purple,
.form-actions input[disabled].secondary-purple,
.c-product-info__button a[disabled].secondary-purple {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.secondary-purple:hover,
.links-wrap--button a.disabled.secondary-purple:hover,
.form-actions input.disabled.secondary-purple:hover,
.c-product-info__button a.disabled.secondary-purple:hover,
.button.disabled.secondary-purple:focus,
.links-wrap--button a.disabled.secondary-purple:focus,
.form-actions input.disabled.secondary-purple:focus,
.c-product-info__button a.disabled.secondary-purple:focus,
.button[disabled].secondary-purple:hover,
.links-wrap--button a[disabled].secondary-purple:hover,
.form-actions input[disabled].secondary-purple:hover,
.c-product-info__button a[disabled].secondary-purple:hover,
.button[disabled].secondary-purple:focus,
.links-wrap--button a[disabled].secondary-purple:focus,
.form-actions input[disabled].secondary-purple:focus,
.c-product-info__button a[disabled].secondary-purple:focus {
    background-color: #613f77;
    color: #555
}

.button.disabled.secondary-green,
.links-wrap--button a.disabled.secondary-green,
.form-actions input.disabled.secondary-green,
.c-product-info__button a.disabled.secondary-green,
.button[disabled].secondary-green,
.links-wrap--button a[disabled].secondary-green,
.form-actions input[disabled].secondary-green,
.c-product-info__button a[disabled].secondary-green {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.secondary-green:hover,
.links-wrap--button a.disabled.secondary-green:hover,
.form-actions input.disabled.secondary-green:hover,
.c-product-info__button a.disabled.secondary-green:hover,
.button.disabled.secondary-green:focus,
.links-wrap--button a.disabled.secondary-green:focus,
.form-actions input.disabled.secondary-green:focus,
.c-product-info__button a.disabled.secondary-green:focus,
.button[disabled].secondary-green:hover,
.links-wrap--button a[disabled].secondary-green:hover,
.form-actions input[disabled].secondary-green:hover,
.c-product-info__button a[disabled].secondary-green:hover,
.button[disabled].secondary-green:focus,
.links-wrap--button a[disabled].secondary-green:focus,
.form-actions input[disabled].secondary-green:focus,
.c-product-info__button a[disabled].secondary-green:focus {
    background-color: #7cb329;
    color: #555
}

.button.disabled.secondary-red,
.links-wrap--button a.disabled.secondary-red,
.form-actions input.disabled.secondary-red,
.c-product-info__button a.disabled.secondary-red,
.button[disabled].secondary-red,
.links-wrap--button a[disabled].secondary-red,
.form-actions input[disabled].secondary-red,
.c-product-info__button a[disabled].secondary-red {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.secondary-red:hover,
.links-wrap--button a.disabled.secondary-red:hover,
.form-actions input.disabled.secondary-red:hover,
.c-product-info__button a.disabled.secondary-red:hover,
.button.disabled.secondary-red:focus,
.links-wrap--button a.disabled.secondary-red:focus,
.form-actions input.disabled.secondary-red:focus,
.c-product-info__button a.disabled.secondary-red:focus,
.button[disabled].secondary-red:hover,
.links-wrap--button a[disabled].secondary-red:hover,
.form-actions input[disabled].secondary-red:hover,
.c-product-info__button a[disabled].secondary-red:hover,
.button[disabled].secondary-red:focus,
.links-wrap--button a[disabled].secondary-red:focus,
.form-actions input[disabled].secondary-red:focus,
.c-product-info__button a[disabled].secondary-red:focus {
    background-color: #cd354b;
    color: #555
}

.button.disabled.secondary-blue,
.links-wrap--button a.disabled.secondary-blue,
.form-actions input.disabled.secondary-blue,
.c-product-info__button a.disabled.secondary-blue,
.button[disabled].secondary-blue,
.links-wrap--button a[disabled].secondary-blue,
.form-actions input[disabled].secondary-blue,
.c-product-info__button a[disabled].secondary-blue {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.secondary-blue:hover,
.links-wrap--button a.disabled.secondary-blue:hover,
.form-actions input.disabled.secondary-blue:hover,
.c-product-info__button a.disabled.secondary-blue:hover,
.button.disabled.secondary-blue:focus,
.links-wrap--button a.disabled.secondary-blue:focus,
.form-actions input.disabled.secondary-blue:focus,
.c-product-info__button a.disabled.secondary-blue:focus,
.button[disabled].secondary-blue:hover,
.links-wrap--button a[disabled].secondary-blue:hover,
.form-actions input[disabled].secondary-blue:hover,
.c-product-info__button a[disabled].secondary-blue:hover,
.button[disabled].secondary-blue:focus,
.links-wrap--button a[disabled].secondary-blue:focus,
.form-actions input[disabled].secondary-blue:focus,
.c-product-info__button a[disabled].secondary-blue:focus {
    background-color: #38a0ab;
    color: #555
}

.button.disabled.success,
.links-wrap--button a.disabled.success,
.form-actions input.disabled.success,
.c-product-info__button a.disabled.success,
.button[disabled].success,
.links-wrap--button a[disabled].success,
.form-actions input[disabled].success,
.c-product-info__button a[disabled].success {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.success:hover,
.links-wrap--button a.disabled.success:hover,
.form-actions input.disabled.success:hover,
.c-product-info__button a.disabled.success:hover,
.button.disabled.success:focus,
.links-wrap--button a.disabled.success:focus,
.form-actions input.disabled.success:focus,
.c-product-info__button a.disabled.success:focus,
.button[disabled].success:hover,
.links-wrap--button a[disabled].success:hover,
.form-actions input[disabled].success:hover,
.c-product-info__button a[disabled].success:hover,
.button[disabled].success:focus,
.links-wrap--button a[disabled].success:focus,
.form-actions input[disabled].success:focus,
.c-product-info__button a[disabled].success:focus {
    background-color: #3adb76;
    color: #555
}

.button.disabled.warning,
.links-wrap--button a.disabled.warning,
.form-actions input.disabled.warning,
.c-product-info__button a.disabled.warning,
.button[disabled].warning,
.links-wrap--button a[disabled].warning,
.form-actions input[disabled].warning,
.c-product-info__button a[disabled].warning {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.warning:hover,
.links-wrap--button a.disabled.warning:hover,
.form-actions input.disabled.warning:hover,
.c-product-info__button a.disabled.warning:hover,
.button.disabled.warning:focus,
.links-wrap--button a.disabled.warning:focus,
.form-actions input.disabled.warning:focus,
.c-product-info__button a.disabled.warning:focus,
.button[disabled].warning:hover,
.links-wrap--button a[disabled].warning:hover,
.form-actions input[disabled].warning:hover,
.c-product-info__button a[disabled].warning:hover,
.button[disabled].warning:focus,
.links-wrap--button a[disabled].warning:focus,
.form-actions input[disabled].warning:focus,
.c-product-info__button a[disabled].warning:focus {
    background-color: #ffae00;
    color: #555
}

.button.disabled.alert,
.links-wrap--button a.disabled.alert,
.form-actions input.disabled.alert,
.c-product-info__button a.disabled.alert,
.button[disabled].alert,
.links-wrap--button a[disabled].alert,
.form-actions input[disabled].alert,
.c-product-info__button a[disabled].alert {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.alert:hover,
.links-wrap--button a.disabled.alert:hover,
.form-actions input.disabled.alert:hover,
.c-product-info__button a.disabled.alert:hover,
.button.disabled.alert:focus,
.links-wrap--button a.disabled.alert:focus,
.form-actions input.disabled.alert:focus,
.c-product-info__button a.disabled.alert:focus,
.button[disabled].alert:hover,
.links-wrap--button a[disabled].alert:hover,
.form-actions input[disabled].alert:hover,
.c-product-info__button a[disabled].alert:hover,
.button[disabled].alert:focus,
.links-wrap--button a[disabled].alert:focus,
.form-actions input[disabled].alert:focus,
.c-product-info__button a[disabled].alert:focus {
    background-color: #ec5840;
    color: #555
}

.button.dropdown::after,
.links-wrap--button a.dropdown::after,
.form-actions input.dropdown::after,
.c-product-info__button a.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: .4em;
    float: right;
    margin-left: 1em;
    display: inline-block
}

.button.arrow-only::after,
.links-wrap--button a.arrow-only::after,
.form-actions input.arrow-only::after,
.c-product-info__button a.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -.1em
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #e1e1e1;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #555;
    background-color: #fff;
    box-shadow: none;
    border-radius: 4px;
    transition: border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
    border: 1px solid #f60;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    transition: border-color .25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bbb
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bbb
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bbb
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bbb
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bbb
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #bbb
}

input::placeholder,
textarea::placeholder {
    color: #bbb
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #f7f7f7;
    cursor: default
}

[type='submit'],
[type='button'] {
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type='search'] {
    box-sizing: border-box
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1rem
}

[type='checkbox']+label,
[type='radio']+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
    cursor: pointer
}

label>[type='checkbox'],
label>[type='radio'] {
    margin-right: .5rem
}

[type='file'] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #000
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #000
}

.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch
}

.input-group>:first-child {
    border-radius: 4px 0 0 4px
}

.input-group>:last-child>* {
    border-radius: 0 4px 4px 0
}

.input-group-label,
.input-group-field,
.input-group-button {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #f7f7f7;
    color: #000;
    border: 1px solid #e1e1e1;
    white-space: nowrap;
    flex: 0 0 auto;
    display: flex;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    flex: 1 1 0px;
    height: auto
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    flex: 0 0 auto
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
    margin: 0
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0
}

legend {
    margin-bottom: .5rem;
    max-width: 100%
}

.fieldset {
    border: 1px solid #e1e1e1;
    padding: 1.25rem;
    margin: 1.125rem 0
}

.fieldset legend {
    background: #fff;
    padding: 0 .1875rem;
    margin: 0;
    margin-left: -.1875rem
}

select {
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #e1e1e1;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    -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%2885, 85, 85%29'></polygon></svg>");
    background-size: 9px 6px;
    background-position: right -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 1.5rem
}

@media screen and (min-width:0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:disabled {
    background-color: #f7f7f7;
    cursor: default
}

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

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, 0.1);
    border-color: #ec5840
}

.is-invalid-label {
    color: #ec5840
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #ec5840
}

.form-error.is-visible {
    display: block
}

.menu {
    margin: 0;
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-wrap: nowrap
}

.menu>li {
    flex: 0 0 auto
}

[data-whatinput='mouse'] .menu>li {
    outline: 0
}

.menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1
}

.menu input,
.menu a,
.menu button {
    margin-bottom: 0
}

.menu>li>a {
    display: flex
}

.menu>li>a {
    flex-flow: row nowrap
}

.menu>li>a img,
.menu>li>a i,
.menu>li>a svg {
    margin-right: .25rem
}

.menu>li {
    flex: 0 0 auto
}

.menu.vertical {
    flex-wrap: wrap
}

.menu.vertical>li {
    flex: 0 0 100%;
    max-width: 100%
}

.menu.vertical>li>a {
    align-items: flex-start;
    justify-content: flex-start
}

@media screen and (min-width:26.25em) {
    .menu.little-horizontal {
        flex-wrap: nowrap
    }
    .menu.little-horizontal>li {
        flex: 0 0 auto
    }
    .menu.little-vertical {
        flex-wrap: wrap
    }
    .menu.little-vertical>li {
        flex: 0 0 100%;
        max-width: 100%
    }
    .menu.little-vertical>li>a {
        align-items: flex-start;
        justify-content: flex-start
    }
}

@media screen and (min-width:40em) {
    .menu.medium-horizontal {
        flex-wrap: nowrap
    }
    .menu.medium-horizontal>li {
        flex: 0 0 auto
    }
    .menu.medium-vertical {
        flex-wrap: wrap
    }
    .menu.medium-vertical>li {
        flex: 0 0 100%;
        max-width: 100%
    }
    .menu.medium-vertical>li>a {
        align-items: flex-start;
        justify-content: flex-start
    }
}

@media screen and (min-width:64.0625em) {
    .menu.large-horizontal {
        flex-wrap: nowrap
    }
    .menu.large-horizontal>li {
        flex: 0 0 auto
    }
    .menu.large-vertical {
        flex-wrap: wrap
    }
    .menu.large-vertical>li {
        flex: 0 0 100%;
        max-width: 100%
    }
    .menu.large-vertical>li>a {
        align-items: flex-start;
        justify-content: flex-start
    }
}

@media screen and (min-width:75em) {
    .menu.xlarge-horizontal {
        flex-wrap: nowrap
    }
    .menu.xlarge-horizontal>li {
        flex: 0 0 auto
    }
    .menu.xlarge-vertical {
        flex-wrap: wrap
    }
    .menu.xlarge-vertical>li {
        flex: 0 0 100%;
        max-width: 100%
    }
    .menu.xlarge-vertical>li>a {
        align-items: flex-start;
        justify-content: flex-start
    }
}

@media screen and (min-width:90em) {
    .menu.xxlarge-horizontal {
        flex-wrap: nowrap
    }
    .menu.xxlarge-horizontal>li {
        flex: 0 0 auto
    }
    .menu.xxlarge-vertical {
        flex-wrap: wrap
    }
    .menu.xxlarge-vertical>li {
        flex: 0 0 100%;
        max-width: 100%
    }
    .menu.xxlarge-vertical>li>a {
        align-items: flex-start;
        justify-content: flex-start
    }
}

@media screen and (min-width:120em) {
    .menu.xxxlarge-horizontal {
        flex-wrap: nowrap
    }
    .menu.xxxlarge-horizontal>li {
        flex: 0 0 auto
    }
    .menu.xxxlarge-vertical {
        flex-wrap: wrap
    }
    .menu.xxxlarge-vertical>li {
        flex: 0 0 100%;
        max-width: 100%
    }
    .menu.xxxlarge-vertical>li>a {
        align-items: flex-start;
        justify-content: flex-start
    }
}

.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem
}

.menu.simple a {
    padding: 0
}

.menu.align-right {
    justify-content: flex-end
}

.menu.expanded>li,
.c-footer__email .form-actions input.menu>li,
.c-product-info__button a.menu>li {
    flex: 1 1 0px
}

.menu.expanded>li:first-child:last-child,
.c-footer__email .form-actions input.menu>li:first-child:last-child,
.c-product-info__button a.menu>li:first-child:last-child {
    width: 100%
}

.menu.icon-top>li>a {
    flex-flow: column nowrap
}

.menu.icon-top>li>a img,
.menu.icon-top>li>a i,
.menu.icon-top>li>a svg {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
    margin-bottom: .25rem
}

.menu.nested {
    margin-left: 1rem
}

.menu .active>a {
    color: #fff;
    background: #f60
}

.menu-text {
    font-weight: 700;
    color: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: .7rem 1rem
}

.menu-centered {
    text-align: center
}

.menu-centered>.menu {
    display: inline-block
}

.no-js [data-responsive-menu] ul {
    display: none
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block !important
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.is-drilldown-submenu-parent>a {
    position: relative
}

.is-drilldown-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #f60;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

.js-drilldown-back>a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #f60 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
    position: relative
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #555 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a::after {
    right: 14px;
    margin-top: -3px
}

.dropdown.menu.vertical>li.opens-left>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #555 transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.dropdown.menu.vertical>li.opens-right>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #555;
    border-left-style: solid;
    border-right-width: 0
}

@media screen and (min-width:26.25em) {
    .dropdown.menu.little-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }
    .dropdown.menu.little-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }
    .dropdown.menu.little-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }
    .dropdown.menu.little-horizontal>li.is-dropdown-submenu-parent>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #555 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }
    .dropdown.menu.little-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.little-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }
    .dropdown.menu.little-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.little-vertical>li>a::after {
        right: 14px;
        margin-top: -3px
    }
    .dropdown.menu.little-vertical>li.opens-left>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #555 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }
    .dropdown.menu.little-vertical>li.opens-right>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #555;
        border-left-style: solid;
        border-right-width: 0
    }
}

@media screen and (min-width:40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #555 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }
    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px;
        margin-top: -3px
    }
    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #555 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }
    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #555;
        border-left-style: solid;
        border-right-width: 0
    }
}

@media screen and (min-width:64.0625em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #555 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }
    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }
    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.large-vertical>li>a::after {
        right: 14px;
        margin-top: -3px
    }
    .dropdown.menu.large-vertical>li.opens-left>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #555 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }
    .dropdown.menu.large-vertical>li.opens-right>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #555;
        border-left-style: solid;
        border-right-width: 0
    }
}

@media screen and (min-width:75em) {
    .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }
    .dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }
    .dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }
    .dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #555 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }
    .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }
    .dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.xlarge-vertical>li>a::after {
        right: 14px;
        margin-top: -3px
    }
    .dropdown.menu.xlarge-vertical>li.opens-left>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #555 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }
    .dropdown.menu.xlarge-vertical>li.opens-right>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #555;
        border-left-style: solid;
        border-right-width: 0
    }
}

@media screen and (min-width:90em) {
    .dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }
    .dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }
    .dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }
    .dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #555 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }
    .dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }
    .dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.xxlarge-vertical>li>a::after {
        right: 14px;
        margin-top: -3px
    }
    .dropdown.menu.xxlarge-vertical>li.opens-left>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #555 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }
    .dropdown.menu.xxlarge-vertical>li.opens-right>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #555;
        border-left-style: solid;
        border-right-width: 0
    }
}

@media screen and (min-width:120em) {
    .dropdown.menu.xxxlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }
    .dropdown.menu.xxxlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }
    .dropdown.menu.xxxlarge-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }
    .dropdown.menu.xxxlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #555 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }
    .dropdown.menu.xxxlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.xxxlarge-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }
    .dropdown.menu.xxxlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.xxxlarge-vertical>li>a::after {
        right: 14px;
        margin-top: -3px
    }
    .dropdown.menu.xxxlarge-vertical>li.opens-left>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #555 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }
    .dropdown.menu.xxxlarge-vertical>li.opens-right>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #555;
        border-left-style: solid;
        border-right-width: 0
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    z-index: 1;
    background: #fff;
    border: 1px solid #e1e1e1
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px;
    margin-top: -3px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #555 transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #555;
    border-left-style: solid;
    border-right-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

html,
body {
    height: 100%
}

.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto
}

.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    min-height: 100%;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.off-canvas-wrapper-inner::before,
.off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1
}

.off-canvas-wrapper-inner::after {
    clear: both
}

.off-canvas-content,
.off-canvas-content {
    min-height: 100%;
    background: #fff;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    padding-bottom: .1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: background .5s ease
}

.off-canvas {
    position: absolute;
    background: #f7f7f7;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0
}

.off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px
}

.is-open-left {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px
}

.is-open-right {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

@media screen and (min-width:26.25em) {
    .position-left.reveal-for-little {
        left: 0;
        z-index: auto;
        position: fixed
    }
    .position-left.reveal-for-little~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-little {
        right: 0;
        z-index: auto;
        position: fixed
    }
    .position-right.reveal-for-little~.off-canvas-content {
        margin-right: 250px
    }
}

@media screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed
    }
    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed
    }
    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }
}

@media screen and (min-width:64.0625em) {
    .position-left.reveal-for-large {
        left: 0;
        z-index: auto;
        position: fixed
    }
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed
    }
    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }
}

@media screen and (min-width:75em) {
    .position-left.reveal-for-xlarge {
        left: 0;
        z-index: auto;
        position: fixed
    }
    .position-left.reveal-for-xlarge~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-xlarge {
        right: 0;
        z-index: auto;
        position: fixed
    }
    .position-right.reveal-for-xlarge~.off-canvas-content {
        margin-right: 250px
    }
}

@media screen and (min-width:90em) {
    .position-left.reveal-for-xxlarge {
        left: 0;
        z-index: auto;
        position: fixed
    }
    .position-left.reveal-for-xxlarge~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-xxlarge {
        right: 0;
        z-index: auto;
        position: fixed
    }
    .position-right.reveal-for-xxlarge~.off-canvas-content {
        margin-right: 250px
    }
}

@media screen and (min-width:120em) {
    .position-left.reveal-for-xxxlarge {
        left: 0;
        z-index: auto;
        position: fixed
    }
    .position-left.reveal-for-xxxlarge~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-xxxlarge {
        right: 0;
        z-index: auto;
        position: fixed
    }
    .position-right.reveal-for-xxxlarge~.off-canvas-content {
        margin-right: 250px
    }
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #f7f7f7;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #e1e1e1;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #f60;
    transition: all .2s ease-in-out;
    touch-action: manipulation;
    border-radius: 4px
}

[data-whatinput='mouse'] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #d95700
}

.slider-handle.is-dragging {
    transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.is-reveal-open {
    overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(0, 0, 0, 0.45);
    overflow-y: scroll
}

.reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto
}

[data-whatinput='mouse'] .reveal {
    outline: 0
}

@media screen and (min-width:40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column,
.reveal .columns,
.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media screen and (min-width:40em) {
    .reveal {
        width: 600px;
        max-width: 75rem
    }
}

@media screen and (min-width:40em) {
    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto
    }
}

.reveal.collapse {
    padding: 0
}

@media screen and (min-width:40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem
    }
}

@media screen and (min-width:40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem
    }
}

@media screen and (min-width:40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width:26.1875em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        max-width: none;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.tabs {
    margin: 0;
    list-style-type: none;
    background: #fff;
    border: 1px solid #f7f7f7
}

.tabs::before,
.tabs::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1
}

.tabs::after {
    clear: both
}

.tabs.vertical>li {
    width: auto;
    float: none;
    display: block
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: transparent
}

.tabs.primary,
.form-actions input.tabs,
.c-product-info__button a.tabs {
    background: #f60
}

.tabs.primary>li>a,
.form-actions input.tabs>li>a,
.c-product-info__button a.tabs>li>a {
    color: #fff
}

.tabs.primary>li>a:hover,
.form-actions input.tabs>li>a:hover,
.c-product-info__button a.tabs>li>a:hover,
.tabs.primary>li>a:focus,
.form-actions input.tabs>li>a:focus,
.c-product-info__button a.tabs>li>a:focus {
    background: #f26100
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: .75rem
}

.tabs-title>a:hover {
    background: #fff
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: #f7f7f7
}

.tabs-content {
    background: #fff;
    transition: all .5s ease;
    border: 1px solid #f7f7f7;
    border-top: 0
}

.tabs-content.vertical {
    border: 1px solid #f7f7f7;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.has-tip {
    border-bottom: none;
    font-weight: 400;
    position: relative;
    display: inline-block;
    cursor: help
}

.tooltip {
    background-color: #e1e1e1;
    color: #555;
    font-size: .8125rem;
    padding: .25rem .625rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + .15rem);
    max-width: 10rem !important;
    border-radius: 4px
}

.tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .375rem;
    border-color: transparent transparent #e1e1e1;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .375rem;
    border-color: #e1e1e1 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto
}

.tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .375rem;
    border-color: transparent transparent transparent #e1e1e1;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .375rem;
    border-color: transparent #e1e1e1 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width:26.1875em) {
    .hide-for-small-only,
    .c-icon-cta--icon-cta .c-icon-cta__text,
    .c-icon-cta--icon-cta .c-icon-cta__button,
    .c-icon-cta--stories-of-play,
    .c-product-listing__tabs {
        display: none !important
    }
}

@media screen and (max-width:0em),
screen and (min-width:26.25em) {
    .show-for-small-only,
    [data-smallonly] .slick-dots {
        display: none !important
    }
}

@media screen and (min-width:26.25em) {
    .hide-for-little {
        display: none !important
    }
}

@media screen and (max-width:26.1875em) {
    .show-for-little {
        display: none !important
    }
}

@media screen and (min-width:26.25em) and (max-width:39.9375em) {
    .hide-for-little-only {
        display: none !important
    }
}

@media screen and (max-width:26.1875em),
screen and (min-width:40em) {
    .show-for-little-only {
        display: none !important
    }
}

@media screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:39.9375em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width:40em) and (max-width:64em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:39.9375em),
screen and (min-width:64.0625em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media screen and (min-width:64.0625em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:64em) {
    .show-for-large,
    .addtoany_list {
        display: none !important
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:64em),
screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width:75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width:74.9375em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width:75em) and (max-width:89.9375em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:74.9375em),
screen and (min-width:90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width:90em) {
    .hide-for-xxlarge {
        display: none !important
    }
}

@media screen and (max-width:89.9375em) {
    .show-for-xxlarge {
        display: none !important
    }
}

@media screen and (min-width:90em) and (max-width:119.9375em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width:89.9375em),
screen and (min-width:120em) {
    .show-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (min-width:120em) {
    .hide-for-xxxlarge {
        display: none !important
    }
}

@media screen and (max-width:119.9375em) {
    .show-for-xxxlarge {
        display: none !important
    }
}

@media screen and (min-width:120em) {
    .hide-for-xxxlarge-only {
        display: none !important
    }
}

@media screen and (max-width:119.9375em) {
    .show-for-xxxlarge-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important
}

@media screen and (orientation:landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation:portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation:landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    -ms-grid-row-align: center;
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

@media screen and (min-width:26.25em) {
    .little-order-1 {
        order: 1
    }
    .little-order-2 {
        order: 2
    }
    .little-order-3 {
        order: 3
    }
    .little-order-4 {
        order: 4
    }
    .little-order-5 {
        order: 5
    }
    .little-order-6 {
        order: 6
    }
}

@media screen and (min-width:40em) {
    .medium-order-1 {
        order: 1
    }
    .medium-order-2 {
        order: 2
    }
    .medium-order-3 {
        order: 3
    }
    .medium-order-4 {
        order: 4
    }
    .medium-order-5 {
        order: 5
    }
    .medium-order-6 {
        order: 6
    }
}

@media screen and (min-width:64.0625em) {
    .large-order-1 {
        order: 1
    }
    .large-order-2 {
        order: 2
    }
    .large-order-3 {
        order: 3
    }
    .large-order-4 {
        order: 4
    }
    .large-order-5 {
        order: 5
    }
    .large-order-6 {
        order: 6
    }
}

@media screen and (min-width:75em) {
    .xlarge-order-1 {
        order: 1
    }
    .xlarge-order-2 {
        order: 2
    }
    .xlarge-order-3 {
        order: 3
    }
    .xlarge-order-4 {
        order: 4
    }
    .xlarge-order-5 {
        order: 5
    }
    .xlarge-order-6 {
        order: 6
    }
}

@media screen and (min-width:90em) {
    .xxlarge-order-1 {
        order: 1
    }
    .xxlarge-order-2 {
        order: 2
    }
    .xxlarge-order-3 {
        order: 3
    }
    .xxlarge-order-4 {
        order: 4
    }
    .xxlarge-order-5 {
        order: 5
    }
    .xxlarge-order-6 {
        order: 6
    }
}

@media screen and (min-width:120em) {
    .xxxlarge-order-1 {
        order: 1
    }
    .xxxlarge-order-2 {
        order: 2
    }
    .xxxlarge-order-3 {
        order: 3
    }
    .xxxlarge-order-4 {
        order: 4
    }
    .xxxlarge-order-5 {
        order: 5
    }
    .xxxlarge-order-6 {
        order: 6
    }
}

*:focus {
    outline: 0
}

body {
    max-height: 100%
}

.lt-ie10 .row,
.lt-ie10 .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .lt-ie10 .view-content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

.lt-ie10 .row::before,
.lt-ie10 .view-industry-stories-and-resources .view-content::before,
.view-industry-stories-and-resources .lt-ie10 .view-content::before,
.lt-ie10 .row::after,
.lt-ie10 .view-industry-stories-and-resources .view-content::after,
.view-industry-stories-and-resources .lt-ie10 .view-content::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1
}

.lt-ie10 .row::after,
.lt-ie10 .view-industry-stories-and-resources .view-content::after,
.view-industry-stories-and-resources .lt-ie10 .view-content::after {
    clear: both
}

.lt-ie10 .row.collapse>.column,
.lt-ie10 .view-industry-stories-and-resources .collapse.view-content>.column,
.view-industry-stories-and-resources .lt-ie10 .collapse.view-content>.column,
.lt-ie10 .row.collapse>.columns,
.lt-ie10 .view-industry-stories-and-resources .collapse.view-content>.columns,
.view-industry-stories-and-resources .lt-ie10 .collapse.view-content>.columns {
    padding-left: 0;
    padding-right: 0
}

.lt-ie10 .row .row,
.lt-ie10 .view-industry-stories-and-resources .view-content .row,
.view-industry-stories-and-resources .lt-ie10 .view-content .row,
.lt-ie10 .row .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .lt-ie10 .row .view-content,
.lt-ie10 .view-industry-stories-and-resources .view-content .view-content,
.view-industry-stories-and-resources .lt-ie10 .view-content .view-content {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.lt-ie10 .row .row.collapse,
.lt-ie10 .view-industry-stories-and-resources .view-content .row.collapse,
.view-industry-stories-and-resources .lt-ie10 .view-content .row.collapse,
.lt-ie10 .row .view-industry-stories-and-resources .collapse.view-content,
.view-industry-stories-and-resources .lt-ie10 .row .collapse.view-content,
.lt-ie10 .view-industry-stories-and-resources .view-content .collapse.view-content,
.view-industry-stories-and-resources .lt-ie10 .view-content .collapse.view-content {
    margin-left: 0;
    margin-right: 0
}

.lt-ie10 .row.expanded,
.lt-ie10 .view-industry-stories-and-resources .expanded.view-content,
.view-industry-stories-and-resources .lt-ie10 .expanded.view-content,
.lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content,
.view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content,
.lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content,
.c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content,
.lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content,
.view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content,
.lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content,
.c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content,
.lt-ie10 .c-footer__email .form-actions input.row,
.c-footer__email .form-actions .lt-ie10 input.row,
.lt-ie10 .c-product-info__button a.row,
.c-product-info__button .lt-ie10 a.row {
    max-width: none
}

.lt-ie10 .row.expanded .row,
.lt-ie10 .view-industry-stories-and-resources .expanded.view-content .row,
.view-industry-stories-and-resources .lt-ie10 .expanded.view-content .row,
.lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .row,
.view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .row,
.lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .row,
.c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .row,
.lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .row,
.view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .row,
.lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .row,
.c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .row,
.lt-ie10 .c-footer__email .form-actions input.row .row,
.c-footer__email .form-actions .lt-ie10 input.row .row,
.lt-ie10 .c-product-info__button a.row .row,
.c-product-info__button .lt-ie10 a.row .row,
.lt-ie10 .row.expanded .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .lt-ie10 .row.expanded .view-content,
.lt-ie10 .view-industry-stories-and-resources .expanded.view-content .view-content,
.view-industry-stories-and-resources .lt-ie10 .expanded.view-content .view-content,
.lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .view-content,
.view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .view-content,
.lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .view-content,
.c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .view-content,
.lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .view-content,
.view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .view-content,
.lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .view-content,
.c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .view-content,
.lt-ie10 .c-footer__email .form-actions input.row .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .lt-ie10 .c-footer__email .form-actions input.row .view-content,
.c-footer__email .form-actions .lt-ie10 input.row .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.row .view-content,
.lt-ie10 .c-product-info__button a.row .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .lt-ie10 .c-product-info__button a.row .view-content,
.c-product-info__button .lt-ie10 a.row .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.row .view-content {
    margin-left: auto;
    margin-right: auto
}

.lt-ie10 .column,
.lt-ie10 .columns {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.lt-ie10 .column:last-child:not(:first-child),
.lt-ie10 .columns:last-child:not(:first-child) {
    float: right
}

.lt-ie10 .column.end:last-child:last-child,
.lt-ie10 .end.columns:last-child:last-child {
    float: left
}

.lt-ie10 .column.row.row,
.lt-ie10 .row.row.columns,
.lt-ie10 .view-industry-stories-and-resources .columns.view-content,
.view-industry-stories-and-resources .lt-ie10 .columns.view-content,
.lt-ie10 .view-industry-stories-and-resources .column.view-content,
.view-industry-stories-and-resources .lt-ie10 .column.view-content {
    float: none
}

.lt-ie10 .row .column.row.row,
.lt-ie10 .view-industry-stories-and-resources .view-content .column.row.row,
.view-industry-stories-and-resources .lt-ie10 .view-content .column.row.row,
.lt-ie10 .row .row.row.columns,
.lt-ie10 .view-industry-stories-and-resources .view-content .row.row.columns,
.view-industry-stories-and-resources .lt-ie10 .view-content .row.row.columns,
.lt-ie10 .row .view-industry-stories-and-resources .columns.view-content,
.lt-ie10 .view-industry-stories-and-resources .row .columns.view-content,
.lt-ie10 .view-industry-stories-and-resources .view-content .columns.view-content,
.view-industry-stories-and-resources .lt-ie10 .row .columns.view-content,
.view-industry-stories-and-resources .lt-ie10 .view-content .columns.view-content,
.lt-ie10 .row .view-industry-stories-and-resources .column.view-content,
.view-industry-stories-and-resources .lt-ie10 .row .column.view-content,
.lt-ie10 .view-industry-stories-and-resources .view-content .column.view-content,
.view-industry-stories-and-resources .lt-ie10 .view-content .column.view-content {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.lt-ie10 .small-1 {
    width: 8.33333%
}

.lt-ie10 .small-push-1 {
    position: relative;
    left: 8.33333%
}

.lt-ie10 .small-pull-1 {
    position: relative;
    left: -8.33333%
}

.lt-ie10 .small-offset-0 {
    margin-left: 0
}

.lt-ie10 .small-2 {
    width: 16.66667%
}

.lt-ie10 .small-push-2 {
    position: relative;
    left: 16.66667%
}

.lt-ie10 .small-pull-2 {
    position: relative;
    left: -16.66667%
}

.lt-ie10 .small-offset-1 {
    margin-left: 8.33333%
}

.lt-ie10 .small-3 {
    width: 25%
}

.lt-ie10 .small-push-3 {
    position: relative;
    left: 25%
}

.lt-ie10 .small-pull-3 {
    position: relative;
    left: -25%
}

.lt-ie10 .small-offset-2 {
    margin-left: 16.66667%
}

.lt-ie10 .small-4 {
    width: 33.33333%
}

.lt-ie10 .small-push-4 {
    position: relative;
    left: 33.33333%
}

.lt-ie10 .small-pull-4 {
    position: relative;
    left: -33.33333%
}

.lt-ie10 .small-offset-3 {
    margin-left: 25%
}

.lt-ie10 .small-5 {
    width: 41.66667%
}

.lt-ie10 .small-push-5 {
    position: relative;
    left: 41.66667%
}

.lt-ie10 .small-pull-5 {
    position: relative;
    left: -41.66667%
}

.lt-ie10 .small-offset-4 {
    margin-left: 33.33333%
}

.lt-ie10 .small-6 {
    width: 50%
}

.lt-ie10 .small-push-6 {
    position: relative;
    left: 50%
}

.lt-ie10 .small-pull-6 {
    position: relative;
    left: -50%
}

.lt-ie10 .small-offset-5 {
    margin-left: 41.66667%
}

.lt-ie10 .small-7 {
    width: 58.33333%
}

.lt-ie10 .small-push-7 {
    position: relative;
    left: 58.33333%
}

.lt-ie10 .small-pull-7 {
    position: relative;
    left: -58.33333%
}

.lt-ie10 .small-offset-6 {
    margin-left: 50%
}

.lt-ie10 .small-8 {
    width: 66.66667%
}

.lt-ie10 .small-push-8 {
    position: relative;
    left: 66.66667%
}

.lt-ie10 .small-pull-8 {
    position: relative;
    left: -66.66667%
}

.lt-ie10 .small-offset-7 {
    margin-left: 58.33333%
}

.lt-ie10 .small-9 {
    width: 75%
}

.lt-ie10 .small-push-9 {
    position: relative;
    left: 75%
}

.lt-ie10 .small-pull-9 {
    position: relative;
    left: -75%
}

.lt-ie10 .small-offset-8 {
    margin-left: 66.66667%
}

.lt-ie10 .small-10 {
    width: 83.33333%
}

.lt-ie10 .small-push-10 {
    position: relative;
    left: 83.33333%
}

.lt-ie10 .small-pull-10 {
    position: relative;
    left: -83.33333%
}

.lt-ie10 .small-offset-9 {
    margin-left: 75%
}

.lt-ie10 .small-11 {
    width: 91.66667%
}

.lt-ie10 .small-push-11 {
    position: relative;
    left: 91.66667%
}

.lt-ie10 .small-pull-11 {
    position: relative;
    left: -91.66667%
}

.lt-ie10 .small-offset-10 {
    margin-left: 83.33333%
}

.lt-ie10 .small-12 {
    width: 100%
}

.lt-ie10 .small-offset-11 {
    margin-left: 91.66667%
}

.lt-ie10 .small-up-1>.column,
.lt-ie10 .small-up-1>.columns {
    width: 100%;
    float: left
}

.lt-ie10 .small-up-1>.column:nth-of-type(1n),
.lt-ie10 .small-up-1>.columns:nth-of-type(1n) {
    clear: none
}

.lt-ie10 .small-up-1>.column:nth-of-type(1n+1),
.lt-ie10 .small-up-1>.columns:nth-of-type(1n+1) {
    clear: both
}

.lt-ie10 .small-up-1>.column:last-child,
.lt-ie10 .small-up-1>.columns:last-child {
    float: left
}

.lt-ie10 .small-up-2>.column,
.lt-ie10 .small-up-2>.columns {
    width: 50%;
    float: left
}

.lt-ie10 .small-up-2>.column:nth-of-type(1n),
.lt-ie10 .small-up-2>.columns:nth-of-type(1n) {
    clear: none
}

.lt-ie10 .small-up-2>.column:nth-of-type(2n+1),
.lt-ie10 .small-up-2>.columns:nth-of-type(2n+1) {
    clear: both
}

.lt-ie10 .small-up-2>.column:last-child,
.lt-ie10 .small-up-2>.columns:last-child {
    float: left
}

.lt-ie10 .small-up-3>.column,
.lt-ie10 .small-up-3>.columns {
    width: 33.33333%;
    float: left
}

.lt-ie10 .small-up-3>.column:nth-of-type(1n),
.lt-ie10 .small-up-3>.columns:nth-of-type(1n) {
    clear: none
}

.lt-ie10 .small-up-3>.column:nth-of-type(3n+1),
.lt-ie10 .small-up-3>.columns:nth-of-type(3n+1) {
    clear: both
}

.lt-ie10 .small-up-3>.column:last-child,
.lt-ie10 .small-up-3>.columns:last-child {
    float: left
}

.lt-ie10 .small-up-4>.column,
.lt-ie10 .small-up-4>.columns {
    width: 25%;
    float: left
}

.lt-ie10 .small-up-4>.column:nth-of-type(1n),
.lt-ie10 .small-up-4>.columns:nth-of-type(1n) {
    clear: none
}

.lt-ie10 .small-up-4>.column:nth-of-type(4n+1),
.lt-ie10 .small-up-4>.columns:nth-of-type(4n+1) {
    clear: both
}

.lt-ie10 .small-up-4>.column:last-child,
.lt-ie10 .small-up-4>.columns:last-child {
    float: left
}

.lt-ie10 .small-up-5>.column,
.lt-ie10 .small-up-5>.columns {
    width: 20%;
    float: left
}

.lt-ie10 .small-up-5>.column:nth-of-type(1n),
.lt-ie10 .small-up-5>.columns:nth-of-type(1n) {
    clear: none
}

.lt-ie10 .small-up-5>.column:nth-of-type(5n+1),
.lt-ie10 .small-up-5>.columns:nth-of-type(5n+1) {
    clear: both
}

.lt-ie10 .small-up-5>.column:last-child,
.lt-ie10 .small-up-5>.columns:last-child {
    float: left
}

.lt-ie10 .small-collapse>.column,
.lt-ie10 .small-collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.lt-ie10 .small-collapse .row,
.lt-ie10 .small-collapse .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .lt-ie10 .small-collapse .view-content {
    margin-left: 0;
    margin-right: 0
}

.lt-ie10 .expanded.row .small-collapse.row,
.lt-ie10 .view-industry-stories-and-resources .expanded.view-content .small-collapse.row,
.view-industry-stories-and-resources .lt-ie10 .expanded.view-content .small-collapse.row,
.lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .small-collapse.row,
.view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .small-collapse.row,
.lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .small-collapse.row,
.c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .small-collapse.row,
.lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .small-collapse.row,
.view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .small-collapse.row,
.lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .small-collapse.row,
.c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .small-collapse.row,
.lt-ie10 .c-footer__email .form-actions input.row .small-collapse.row,
.c-footer__email .form-actions .lt-ie10 input.row .small-collapse.row,
.lt-ie10 .c-product-info__button a.row .small-collapse.row,
.c-product-info__button .lt-ie10 a.row .small-collapse.row,
.lt-ie10 .expanded.row .view-industry-stories-and-resources .small-collapse.view-content,
.view-industry-stories-and-resources .lt-ie10 .expanded.row .small-collapse.view-content,
.lt-ie10 .view-industry-stories-and-resources .expanded.view-content .small-collapse.view-content,
.view-industry-stories-and-resources .lt-ie10 .expanded.view-content .small-collapse.view-content,
.lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .small-collapse.view-content,
.view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .small-collapse.view-content,
.lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .small-collapse.view-content,
.c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .small-collapse.view-content,
.lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .small-collapse.view-content,
.view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .small-collapse.view-content,
.lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .small-collapse.view-content,
.c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .small-collapse.view-content,
.lt-ie10 .c-footer__email .form-actions input.row .view-industry-stories-and-resources .small-collapse.view-content,
.view-industry-stories-and-resources .lt-ie10 .c-footer__email .form-actions input.row .small-collapse.view-content,
.c-footer__email .form-actions .lt-ie10 input.row .view-industry-stories-and-resources .small-collapse.view-content,
.view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.row .small-collapse.view-content,
.lt-ie10 .c-product-info__button a.row .view-industry-stories-and-resources .small-collapse.view-content,
.view-industry-stories-and-resources .lt-ie10 .c-product-info__button a.row .small-collapse.view-content,
.c-product-info__button .lt-ie10 a.row .view-industry-stories-and-resources .small-collapse.view-content,
.view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.row .small-collapse.view-content {
    margin-left: 0;
    margin-right: 0
}

.lt-ie10 .small-uncollapse>.column,
.lt-ie10 .small-uncollapse>.columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.lt-ie10 .small-centered {
    margin-left: auto;
    margin-right: auto
}

.lt-ie10 .small-centered,
.lt-ie10 .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both
}

.lt-ie10 .small-uncentered,
.lt-ie10 .small-push-0,
.lt-ie10 .small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}

@media screen and (min-width:26.25em) {
    .lt-ie10 .little-1 {
        width: 8.33333%
    }
    .lt-ie10 .little-push-1 {
        position: relative;
        left: 8.33333%
    }
    .lt-ie10 .little-pull-1 {
        position: relative;
        left: -8.33333%
    }
    .lt-ie10 .little-offset-0 {
        margin-left: 0
    }
    .lt-ie10 .little-2 {
        width: 16.66667%
    }
    .lt-ie10 .little-push-2 {
        position: relative;
        left: 16.66667%
    }
    .lt-ie10 .little-pull-2 {
        position: relative;
        left: -16.66667%
    }
    .lt-ie10 .little-offset-1 {
        margin-left: 8.33333%
    }
    .lt-ie10 .little-3 {
        width: 25%
    }
    .lt-ie10 .little-push-3 {
        position: relative;
        left: 25%
    }
    .lt-ie10 .little-pull-3 {
        position: relative;
        left: -25%
    }
    .lt-ie10 .little-offset-2 {
        margin-left: 16.66667%
    }
    .lt-ie10 .little-4 {
        width: 33.33333%
    }
    .lt-ie10 .little-push-4 {
        position: relative;
        left: 33.33333%
    }
    .lt-ie10 .little-pull-4 {
        position: relative;
        left: -33.33333%
    }
    .lt-ie10 .little-offset-3 {
        margin-left: 25%
    }
    .lt-ie10 .little-5 {
        width: 41.66667%
    }
    .lt-ie10 .little-push-5 {
        position: relative;
        left: 41.66667%
    }
    .lt-ie10 .little-pull-5 {
        position: relative;
        left: -41.66667%
    }
    .lt-ie10 .little-offset-4 {
        margin-left: 33.33333%
    }
    .lt-ie10 .little-6 {
        width: 50%
    }
    .lt-ie10 .little-push-6 {
        position: relative;
        left: 50%
    }
    .lt-ie10 .little-pull-6 {
        position: relative;
        left: -50%
    }
    .lt-ie10 .little-offset-5 {
        margin-left: 41.66667%
    }
    .lt-ie10 .little-7 {
        width: 58.33333%
    }
    .lt-ie10 .little-push-7 {
        position: relative;
        left: 58.33333%
    }
    .lt-ie10 .little-pull-7 {
        position: relative;
        left: -58.33333%
    }
    .lt-ie10 .little-offset-6 {
        margin-left: 50%
    }
    .lt-ie10 .little-8 {
        width: 66.66667%
    }
    .lt-ie10 .little-push-8 {
        position: relative;
        left: 66.66667%
    }
    .lt-ie10 .little-pull-8 {
        position: relative;
        left: -66.66667%
    }
    .lt-ie10 .little-offset-7 {
        margin-left: 58.33333%
    }
    .lt-ie10 .little-9 {
        width: 75%
    }
    .lt-ie10 .little-push-9 {
        position: relative;
        left: 75%
    }
    .lt-ie10 .little-pull-9 {
        position: relative;
        left: -75%
    }
    .lt-ie10 .little-offset-8 {
        margin-left: 66.66667%
    }
    .lt-ie10 .little-10 {
        width: 83.33333%
    }
    .lt-ie10 .little-push-10 {
        position: relative;
        left: 83.33333%
    }
    .lt-ie10 .little-pull-10 {
        position: relative;
        left: -83.33333%
    }
    .lt-ie10 .little-offset-9 {
        margin-left: 75%
    }
    .lt-ie10 .little-11 {
        width: 91.66667%
    }
    .lt-ie10 .little-push-11 {
        position: relative;
        left: 91.66667%
    }
    .lt-ie10 .little-pull-11 {
        position: relative;
        left: -91.66667%
    }
    .lt-ie10 .little-offset-10 {
        margin-left: 83.33333%
    }
    .lt-ie10 .little-12 {
        width: 100%
    }
    .lt-ie10 .little-offset-11 {
        margin-left: 91.66667%
    }
    .lt-ie10 .little-up-1>.column,
    .lt-ie10 .little-up-1>.columns {
        width: 100%;
        float: left
    }
    .lt-ie10 .little-up-1>.column:nth-of-type(1n),
    .lt-ie10 .little-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .little-up-1>.column:nth-of-type(1n+1),
    .lt-ie10 .little-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .lt-ie10 .little-up-1>.column:last-child,
    .lt-ie10 .little-up-1>.columns:last-child {
        float: left
    }
    .lt-ie10 .little-up-2>.column,
    .lt-ie10 .little-up-2>.columns {
        width: 50%;
        float: left
    }
    .lt-ie10 .little-up-2>.column:nth-of-type(1n),
    .lt-ie10 .little-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .little-up-2>.column:nth-of-type(2n+1),
    .lt-ie10 .little-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .lt-ie10 .little-up-2>.column:last-child,
    .lt-ie10 .little-up-2>.columns:last-child {
        float: left
    }
    .lt-ie10 .little-up-3>.column,
    .lt-ie10 .little-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .lt-ie10 .little-up-3>.column:nth-of-type(1n),
    .lt-ie10 .little-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .little-up-3>.column:nth-of-type(3n+1),
    .lt-ie10 .little-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .lt-ie10 .little-up-3>.column:last-child,
    .lt-ie10 .little-up-3>.columns:last-child {
        float: left
    }
    .lt-ie10 .little-up-4>.column,
    .lt-ie10 .little-up-4>.columns {
        width: 25%;
        float: left
    }
    .lt-ie10 .little-up-4>.column:nth-of-type(1n),
    .lt-ie10 .little-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .little-up-4>.column:nth-of-type(4n+1),
    .lt-ie10 .little-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .lt-ie10 .little-up-4>.column:last-child,
    .lt-ie10 .little-up-4>.columns:last-child {
        float: left
    }
    .lt-ie10 .little-up-5>.column,
    .lt-ie10 .little-up-5>.columns {
        width: 20%;
        float: left
    }
    .lt-ie10 .little-up-5>.column:nth-of-type(1n),
    .lt-ie10 .little-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .little-up-5>.column:nth-of-type(5n+1),
    .lt-ie10 .little-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .lt-ie10 .little-up-5>.column:last-child,
    .lt-ie10 .little-up-5>.columns:last-child {
        float: left
    }
    .lt-ie10 .little-collapse>.column,
    .lt-ie10 .little-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .lt-ie10 .little-collapse .row,
    .lt-ie10 .little-collapse .view-industry-stories-and-resources .view-content,
    .view-industry-stories-and-resources .lt-ie10 .little-collapse .view-content {
        margin-left: 0;
        margin-right: 0
    }
    .lt-ie10 .expanded.row .little-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .expanded.view-content .little-collapse.row,
    .view-industry-stories-and-resources .lt-ie10 .expanded.view-content .little-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .little-collapse.row,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .little-collapse.row,
    .lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .little-collapse.row,
    .c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .little-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .little-collapse.row,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .little-collapse.row,
    .lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .little-collapse.row,
    .c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .little-collapse.row,
    .lt-ie10 .c-footer__email .form-actions input.row .little-collapse.row,
    .c-footer__email .form-actions .lt-ie10 input.row .little-collapse.row,
    .lt-ie10 .c-product-info__button a.row .little-collapse.row,
    .c-product-info__button .lt-ie10 a.row .little-collapse.row,
    .lt-ie10 .expanded.row .view-industry-stories-and-resources .little-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .expanded.row .little-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .expanded.view-content .little-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .expanded.view-content .little-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .little-collapse.view-content,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .little-collapse.view-content,
    .lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .little-collapse.view-content,
    .c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .little-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .little-collapse.view-content,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .little-collapse.view-content,
    .lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .little-collapse.view-content,
    .c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .little-collapse.view-content,
    .lt-ie10 .c-footer__email .form-actions input.row .view-industry-stories-and-resources .little-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .c-footer__email .form-actions input.row .little-collapse.view-content,
    .c-footer__email .form-actions .lt-ie10 input.row .view-industry-stories-and-resources .little-collapse.view-content,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.row .little-collapse.view-content,
    .lt-ie10 .c-product-info__button a.row .view-industry-stories-and-resources .little-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .c-product-info__button a.row .little-collapse.view-content,
    .c-product-info__button .lt-ie10 a.row .view-industry-stories-and-resources .little-collapse.view-content,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.row .little-collapse.view-content {
        margin-left: 0;
        margin-right: 0
    }
    .lt-ie10 .little-uncollapse>.column,
    .lt-ie10 .little-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .lt-ie10 .little-centered {
        margin-left: auto;
        margin-right: auto
    }
    .lt-ie10 .little-centered,
    .lt-ie10 .little-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .lt-ie10 .little-uncentered,
    .lt-ie10 .little-push-0,
    .lt-ie10 .little-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width:40em) {
    .lt-ie10 .medium-1 {
        width: 8.33333%
    }
    .lt-ie10 .medium-push-1 {
        position: relative;
        left: 8.33333%
    }
    .lt-ie10 .medium-pull-1 {
        position: relative;
        left: -8.33333%
    }
    .lt-ie10 .medium-offset-0 {
        margin-left: 0
    }
    .lt-ie10 .medium-2 {
        width: 16.66667%
    }
    .lt-ie10 .medium-push-2 {
        position: relative;
        left: 16.66667%
    }
    .lt-ie10 .medium-pull-2 {
        position: relative;
        left: -16.66667%
    }
    .lt-ie10 .medium-offset-1 {
        margin-left: 8.33333%
    }
    .lt-ie10 .medium-3 {
        width: 25%
    }
    .lt-ie10 .medium-push-3 {
        position: relative;
        left: 25%
    }
    .lt-ie10 .medium-pull-3 {
        position: relative;
        left: -25%
    }
    .lt-ie10 .medium-offset-2 {
        margin-left: 16.66667%
    }
    .lt-ie10 .medium-4 {
        width: 33.33333%
    }
    .lt-ie10 .medium-push-4 {
        position: relative;
        left: 33.33333%
    }
    .lt-ie10 .medium-pull-4 {
        position: relative;
        left: -33.33333%
    }
    .lt-ie10 .medium-offset-3 {
        margin-left: 25%
    }
    .lt-ie10 .medium-5 {
        width: 41.66667%
    }
    .lt-ie10 .medium-push-5 {
        position: relative;
        left: 41.66667%
    }
    .lt-ie10 .medium-pull-5 {
        position: relative;
        left: -41.66667%
    }
    .lt-ie10 .medium-offset-4 {
        margin-left: 33.33333%
    }
    .lt-ie10 .medium-6 {
        width: 50%
    }
    .lt-ie10 .medium-push-6 {
        position: relative;
        left: 50%
    }
    .lt-ie10 .medium-pull-6 {
        position: relative;
        left: -50%
    }
    .lt-ie10 .medium-offset-5 {
        margin-left: 41.66667%
    }
    .lt-ie10 .medium-7 {
        width: 58.33333%
    }
    .lt-ie10 .medium-push-7 {
        position: relative;
        left: 58.33333%
    }
    .lt-ie10 .medium-pull-7 {
        position: relative;
        left: -58.33333%
    }
    .lt-ie10 .medium-offset-6 {
        margin-left: 50%
    }
    .lt-ie10 .medium-8 {
        width: 66.66667%
    }
    .lt-ie10 .medium-push-8 {
        position: relative;
        left: 66.66667%
    }
    .lt-ie10 .medium-pull-8 {
        position: relative;
        left: -66.66667%
    }
    .lt-ie10 .medium-offset-7 {
        margin-left: 58.33333%
    }
    .lt-ie10 .medium-9 {
        width: 75%
    }
    .lt-ie10 .medium-push-9 {
        position: relative;
        left: 75%
    }
    .lt-ie10 .medium-pull-9 {
        position: relative;
        left: -75%
    }
    .lt-ie10 .medium-offset-8 {
        margin-left: 66.66667%
    }
    .lt-ie10 .medium-10 {
        width: 83.33333%
    }
    .lt-ie10 .medium-push-10 {
        position: relative;
        left: 83.33333%
    }
    .lt-ie10 .medium-pull-10 {
        position: relative;
        left: -83.33333%
    }
    .lt-ie10 .medium-offset-9 {
        margin-left: 75%
    }
    .lt-ie10 .medium-11 {
        width: 91.66667%
    }
    .lt-ie10 .medium-push-11 {
        position: relative;
        left: 91.66667%
    }
    .lt-ie10 .medium-pull-11 {
        position: relative;
        left: -91.66667%
    }
    .lt-ie10 .medium-offset-10 {
        margin-left: 83.33333%
    }
    .lt-ie10 .medium-12 {
        width: 100%
    }
    .lt-ie10 .medium-offset-11 {
        margin-left: 91.66667%
    }
    .lt-ie10 .medium-up-1>.column,
    .lt-ie10 .medium-up-1>.columns {
        width: 100%;
        float: left
    }
    .lt-ie10 .medium-up-1>.column:nth-of-type(1n),
    .lt-ie10 .medium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .medium-up-1>.column:nth-of-type(1n+1),
    .lt-ie10 .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .lt-ie10 .medium-up-1>.column:last-child,
    .lt-ie10 .medium-up-1>.columns:last-child {
        float: left
    }
    .lt-ie10 .medium-up-2>.column,
    .lt-ie10 .medium-up-2>.columns {
        width: 50%;
        float: left
    }
    .lt-ie10 .medium-up-2>.column:nth-of-type(1n),
    .lt-ie10 .medium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .medium-up-2>.column:nth-of-type(2n+1),
    .lt-ie10 .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .lt-ie10 .medium-up-2>.column:last-child,
    .lt-ie10 .medium-up-2>.columns:last-child {
        float: left
    }
    .lt-ie10 .medium-up-3>.column,
    .lt-ie10 .medium-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .lt-ie10 .medium-up-3>.column:nth-of-type(1n),
    .lt-ie10 .medium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .medium-up-3>.column:nth-of-type(3n+1),
    .lt-ie10 .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .lt-ie10 .medium-up-3>.column:last-child,
    .lt-ie10 .medium-up-3>.columns:last-child {
        float: left
    }
    .lt-ie10 .medium-up-4>.column,
    .lt-ie10 .medium-up-4>.columns {
        width: 25%;
        float: left
    }
    .lt-ie10 .medium-up-4>.column:nth-of-type(1n),
    .lt-ie10 .medium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .medium-up-4>.column:nth-of-type(4n+1),
    .lt-ie10 .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .lt-ie10 .medium-up-4>.column:last-child,
    .lt-ie10 .medium-up-4>.columns:last-child {
        float: left
    }
    .lt-ie10 .medium-up-5>.column,
    .lt-ie10 .medium-up-5>.columns {
        width: 20%;
        float: left
    }
    .lt-ie10 .medium-up-5>.column:nth-of-type(1n),
    .lt-ie10 .medium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .medium-up-5>.column:nth-of-type(5n+1),
    .lt-ie10 .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .lt-ie10 .medium-up-5>.column:last-child,
    .lt-ie10 .medium-up-5>.columns:last-child {
        float: left
    }
    .lt-ie10 .medium-collapse>.column,
    .lt-ie10 .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .lt-ie10 .medium-collapse .row,
    .lt-ie10 .medium-collapse .view-industry-stories-and-resources .view-content,
    .view-industry-stories-and-resources .lt-ie10 .medium-collapse .view-content {
        margin-left: 0;
        margin-right: 0
    }
    .lt-ie10 .expanded.row .medium-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .expanded.view-content .medium-collapse.row,
    .view-industry-stories-and-resources .lt-ie10 .expanded.view-content .medium-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .medium-collapse.row,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .medium-collapse.row,
    .lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .medium-collapse.row,
    .c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .medium-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .medium-collapse.row,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .medium-collapse.row,
    .lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .medium-collapse.row,
    .c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .medium-collapse.row,
    .lt-ie10 .c-footer__email .form-actions input.row .medium-collapse.row,
    .c-footer__email .form-actions .lt-ie10 input.row .medium-collapse.row,
    .lt-ie10 .c-product-info__button a.row .medium-collapse.row,
    .c-product-info__button .lt-ie10 a.row .medium-collapse.row,
    .lt-ie10 .expanded.row .view-industry-stories-and-resources .medium-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .expanded.row .medium-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .expanded.view-content .medium-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .expanded.view-content .medium-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .medium-collapse.view-content,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .medium-collapse.view-content,
    .lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .medium-collapse.view-content,
    .c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .medium-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .medium-collapse.view-content,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .medium-collapse.view-content,
    .lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .medium-collapse.view-content,
    .c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .medium-collapse.view-content,
    .lt-ie10 .c-footer__email .form-actions input.row .view-industry-stories-and-resources .medium-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .c-footer__email .form-actions input.row .medium-collapse.view-content,
    .c-footer__email .form-actions .lt-ie10 input.row .view-industry-stories-and-resources .medium-collapse.view-content,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.row .medium-collapse.view-content,
    .lt-ie10 .c-product-info__button a.row .view-industry-stories-and-resources .medium-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .c-product-info__button a.row .medium-collapse.view-content,
    .c-product-info__button .lt-ie10 a.row .view-industry-stories-and-resources .medium-collapse.view-content,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.row .medium-collapse.view-content {
        margin-left: 0;
        margin-right: 0
    }
    .lt-ie10 .medium-uncollapse>.column,
    .lt-ie10 .medium-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .lt-ie10 .medium-centered {
        margin-left: auto;
        margin-right: auto
    }
    .lt-ie10 .medium-centered,
    .lt-ie10 .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .lt-ie10 .medium-uncentered,
    .lt-ie10 .medium-push-0,
    .lt-ie10 .medium-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width:64.0625em) {
    .lt-ie10 .large-1 {
        width: 8.33333%
    }
    .lt-ie10 .large-push-1 {
        position: relative;
        left: 8.33333%
    }
    .lt-ie10 .large-pull-1 {
        position: relative;
        left: -8.33333%
    }
    .lt-ie10 .large-offset-0 {
        margin-left: 0
    }
    .lt-ie10 .large-2 {
        width: 16.66667%
    }
    .lt-ie10 .large-push-2 {
        position: relative;
        left: 16.66667%
    }
    .lt-ie10 .large-pull-2 {
        position: relative;
        left: -16.66667%
    }
    .lt-ie10 .large-offset-1 {
        margin-left: 8.33333%
    }
    .lt-ie10 .large-3 {
        width: 25%
    }
    .lt-ie10 .large-push-3 {
        position: relative;
        left: 25%
    }
    .lt-ie10 .large-pull-3 {
        position: relative;
        left: -25%
    }
    .lt-ie10 .large-offset-2 {
        margin-left: 16.66667%
    }
    .lt-ie10 .large-4 {
        width: 33.33333%
    }
    .lt-ie10 .large-push-4 {
        position: relative;
        left: 33.33333%
    }
    .lt-ie10 .large-pull-4 {
        position: relative;
        left: -33.33333%
    }
    .lt-ie10 .large-offset-3 {
        margin-left: 25%
    }
    .lt-ie10 .large-5 {
        width: 41.66667%
    }
    .lt-ie10 .large-push-5 {
        position: relative;
        left: 41.66667%
    }
    .lt-ie10 .large-pull-5 {
        position: relative;
        left: -41.66667%
    }
    .lt-ie10 .large-offset-4 {
        margin-left: 33.33333%
    }
    .lt-ie10 .large-6 {
        width: 50%
    }
    .lt-ie10 .large-push-6 {
        position: relative;
        left: 50%
    }
    .lt-ie10 .large-pull-6 {
        position: relative;
        left: -50%
    }
    .lt-ie10 .large-offset-5 {
        margin-left: 41.66667%
    }
    .lt-ie10 .large-7 {
        width: 58.33333%
    }
    .lt-ie10 .large-push-7 {
        position: relative;
        left: 58.33333%
    }
    .lt-ie10 .large-pull-7 {
        position: relative;
        left: -58.33333%
    }
    .lt-ie10 .large-offset-6 {
        margin-left: 50%
    }
    .lt-ie10 .large-8 {
        width: 66.66667%
    }
    .lt-ie10 .large-push-8 {
        position: relative;
        left: 66.66667%
    }
    .lt-ie10 .large-pull-8 {
        position: relative;
        left: -66.66667%
    }
    .lt-ie10 .large-offset-7 {
        margin-left: 58.33333%
    }
    .lt-ie10 .large-9 {
        width: 75%
    }
    .lt-ie10 .large-push-9 {
        position: relative;
        left: 75%
    }
    .lt-ie10 .large-pull-9 {
        position: relative;
        left: -75%
    }
    .lt-ie10 .large-offset-8 {
        margin-left: 66.66667%
    }
    .lt-ie10 .large-10 {
        width: 83.33333%
    }
    .lt-ie10 .large-push-10 {
        position: relative;
        left: 83.33333%
    }
    .lt-ie10 .large-pull-10 {
        position: relative;
        left: -83.33333%
    }
    .lt-ie10 .large-offset-9 {
        margin-left: 75%
    }
    .lt-ie10 .large-11 {
        width: 91.66667%
    }
    .lt-ie10 .large-push-11 {
        position: relative;
        left: 91.66667%
    }
    .lt-ie10 .large-pull-11 {
        position: relative;
        left: -91.66667%
    }
    .lt-ie10 .large-offset-10 {
        margin-left: 83.33333%
    }
    .lt-ie10 .large-12 {
        width: 100%
    }
    .lt-ie10 .large-offset-11 {
        margin-left: 91.66667%
    }
    .lt-ie10 .large-up-1>.column,
    .lt-ie10 .large-up-1>.columns {
        width: 100%;
        float: left
    }
    .lt-ie10 .large-up-1>.column:nth-of-type(1n),
    .lt-ie10 .large-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .large-up-1>.column:nth-of-type(1n+1),
    .lt-ie10 .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .lt-ie10 .large-up-1>.column:last-child,
    .lt-ie10 .large-up-1>.columns:last-child {
        float: left
    }
    .lt-ie10 .large-up-2>.column,
    .lt-ie10 .large-up-2>.columns {
        width: 50%;
        float: left
    }
    .lt-ie10 .large-up-2>.column:nth-of-type(1n),
    .lt-ie10 .large-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .large-up-2>.column:nth-of-type(2n+1),
    .lt-ie10 .large-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .lt-ie10 .large-up-2>.column:last-child,
    .lt-ie10 .large-up-2>.columns:last-child {
        float: left
    }
    .lt-ie10 .large-up-3>.column,
    .lt-ie10 .large-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .lt-ie10 .large-up-3>.column:nth-of-type(1n),
    .lt-ie10 .large-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .large-up-3>.column:nth-of-type(3n+1),
    .lt-ie10 .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .lt-ie10 .large-up-3>.column:last-child,
    .lt-ie10 .large-up-3>.columns:last-child {
        float: left
    }
    .lt-ie10 .large-up-4>.column,
    .lt-ie10 .large-up-4>.columns {
        width: 25%;
        float: left
    }
    .lt-ie10 .large-up-4>.column:nth-of-type(1n),
    .lt-ie10 .large-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .large-up-4>.column:nth-of-type(4n+1),
    .lt-ie10 .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .lt-ie10 .large-up-4>.column:last-child,
    .lt-ie10 .large-up-4>.columns:last-child {
        float: left
    }
    .lt-ie10 .large-up-5>.column,
    .lt-ie10 .large-up-5>.columns {
        width: 20%;
        float: left
    }
    .lt-ie10 .large-up-5>.column:nth-of-type(1n),
    .lt-ie10 .large-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .large-up-5>.column:nth-of-type(5n+1),
    .lt-ie10 .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .lt-ie10 .large-up-5>.column:last-child,
    .lt-ie10 .large-up-5>.columns:last-child {
        float: left
    }
    .lt-ie10 .large-collapse>.column,
    .lt-ie10 .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .lt-ie10 .large-collapse .row,
    .lt-ie10 .large-collapse .view-industry-stories-and-resources .view-content,
    .view-industry-stories-and-resources .lt-ie10 .large-collapse .view-content {
        margin-left: 0;
        margin-right: 0
    }
    .lt-ie10 .expanded.row .large-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .expanded.view-content .large-collapse.row,
    .view-industry-stories-and-resources .lt-ie10 .expanded.view-content .large-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .large-collapse.row,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .large-collapse.row,
    .lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .large-collapse.row,
    .c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .large-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .large-collapse.row,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .large-collapse.row,
    .lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .large-collapse.row,
    .c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .large-collapse.row,
    .lt-ie10 .c-footer__email .form-actions input.row .large-collapse.row,
    .c-footer__email .form-actions .lt-ie10 input.row .large-collapse.row,
    .lt-ie10 .c-product-info__button a.row .large-collapse.row,
    .c-product-info__button .lt-ie10 a.row .large-collapse.row,
    .lt-ie10 .expanded.row .view-industry-stories-and-resources .large-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .expanded.row .large-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .expanded.view-content .large-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .expanded.view-content .large-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .large-collapse.view-content,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .large-collapse.view-content,
    .lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .large-collapse.view-content,
    .c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .large-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .large-collapse.view-content,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .large-collapse.view-content,
    .lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .large-collapse.view-content,
    .c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .large-collapse.view-content,
    .lt-ie10 .c-footer__email .form-actions input.row .view-industry-stories-and-resources .large-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .c-footer__email .form-actions input.row .large-collapse.view-content,
    .c-footer__email .form-actions .lt-ie10 input.row .view-industry-stories-and-resources .large-collapse.view-content,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.row .large-collapse.view-content,
    .lt-ie10 .c-product-info__button a.row .view-industry-stories-and-resources .large-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .c-product-info__button a.row .large-collapse.view-content,
    .c-product-info__button .lt-ie10 a.row .view-industry-stories-and-resources .large-collapse.view-content,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.row .large-collapse.view-content {
        margin-left: 0;
        margin-right: 0
    }
    .lt-ie10 .large-uncollapse>.column,
    .lt-ie10 .large-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .lt-ie10 .large-centered {
        margin-left: auto;
        margin-right: auto
    }
    .lt-ie10 .large-centered,
    .lt-ie10 .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .lt-ie10 .large-uncentered,
    .lt-ie10 .large-push-0,
    .lt-ie10 .large-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width:75em) {
    .lt-ie10 .xlarge-1 {
        width: 8.33333%
    }
    .lt-ie10 .xlarge-push-1 {
        position: relative;
        left: 8.33333%
    }
    .lt-ie10 .xlarge-pull-1 {
        position: relative;
        left: -8.33333%
    }
    .lt-ie10 .xlarge-offset-0 {
        margin-left: 0
    }
    .lt-ie10 .xlarge-2 {
        width: 16.66667%
    }
    .lt-ie10 .xlarge-push-2 {
        position: relative;
        left: 16.66667%
    }
    .lt-ie10 .xlarge-pull-2 {
        position: relative;
        left: -16.66667%
    }
    .lt-ie10 .xlarge-offset-1 {
        margin-left: 8.33333%
    }
    .lt-ie10 .xlarge-3 {
        width: 25%
    }
    .lt-ie10 .xlarge-push-3 {
        position: relative;
        left: 25%
    }
    .lt-ie10 .xlarge-pull-3 {
        position: relative;
        left: -25%
    }
    .lt-ie10 .xlarge-offset-2 {
        margin-left: 16.66667%
    }
    .lt-ie10 .xlarge-4 {
        width: 33.33333%
    }
    .lt-ie10 .xlarge-push-4 {
        position: relative;
        left: 33.33333%
    }
    .lt-ie10 .xlarge-pull-4 {
        position: relative;
        left: -33.33333%
    }
    .lt-ie10 .xlarge-offset-3 {
        margin-left: 25%
    }
    .lt-ie10 .xlarge-5 {
        width: 41.66667%
    }
    .lt-ie10 .xlarge-push-5 {
        position: relative;
        left: 41.66667%
    }
    .lt-ie10 .xlarge-pull-5 {
        position: relative;
        left: -41.66667%
    }
    .lt-ie10 .xlarge-offset-4 {
        margin-left: 33.33333%
    }
    .lt-ie10 .xlarge-6 {
        width: 50%
    }
    .lt-ie10 .xlarge-push-6 {
        position: relative;
        left: 50%
    }
    .lt-ie10 .xlarge-pull-6 {
        position: relative;
        left: -50%
    }
    .lt-ie10 .xlarge-offset-5 {
        margin-left: 41.66667%
    }
    .lt-ie10 .xlarge-7 {
        width: 58.33333%
    }
    .lt-ie10 .xlarge-push-7 {
        position: relative;
        left: 58.33333%
    }
    .lt-ie10 .xlarge-pull-7 {
        position: relative;
        left: -58.33333%
    }
    .lt-ie10 .xlarge-offset-6 {
        margin-left: 50%
    }
    .lt-ie10 .xlarge-8 {
        width: 66.66667%
    }
    .lt-ie10 .xlarge-push-8 {
        position: relative;
        left: 66.66667%
    }
    .lt-ie10 .xlarge-pull-8 {
        position: relative;
        left: -66.66667%
    }
    .lt-ie10 .xlarge-offset-7 {
        margin-left: 58.33333%
    }
    .lt-ie10 .xlarge-9 {
        width: 75%
    }
    .lt-ie10 .xlarge-push-9 {
        position: relative;
        left: 75%
    }
    .lt-ie10 .xlarge-pull-9 {
        position: relative;
        left: -75%
    }
    .lt-ie10 .xlarge-offset-8 {
        margin-left: 66.66667%
    }
    .lt-ie10 .xlarge-10 {
        width: 83.33333%
    }
    .lt-ie10 .xlarge-push-10 {
        position: relative;
        left: 83.33333%
    }
    .lt-ie10 .xlarge-pull-10 {
        position: relative;
        left: -83.33333%
    }
    .lt-ie10 .xlarge-offset-9 {
        margin-left: 75%
    }
    .lt-ie10 .xlarge-11 {
        width: 91.66667%
    }
    .lt-ie10 .xlarge-push-11 {
        position: relative;
        left: 91.66667%
    }
    .lt-ie10 .xlarge-pull-11 {
        position: relative;
        left: -91.66667%
    }
    .lt-ie10 .xlarge-offset-10 {
        margin-left: 83.33333%
    }
    .lt-ie10 .xlarge-12 {
        width: 100%
    }
    .lt-ie10 .xlarge-offset-11 {
        margin-left: 91.66667%
    }
    .lt-ie10 .xlarge-up-1>.column,
    .lt-ie10 .xlarge-up-1>.columns {
        width: 100%;
        float: left
    }
    .lt-ie10 .xlarge-up-1>.column:nth-of-type(1n),
    .lt-ie10 .xlarge-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xlarge-up-1>.column:nth-of-type(1n+1),
    .lt-ie10 .xlarge-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .lt-ie10 .xlarge-up-1>.column:last-child,
    .lt-ie10 .xlarge-up-1>.columns:last-child {
        float: left
    }
    .lt-ie10 .xlarge-up-2>.column,
    .lt-ie10 .xlarge-up-2>.columns {
        width: 50%;
        float: left
    }
    .lt-ie10 .xlarge-up-2>.column:nth-of-type(1n),
    .lt-ie10 .xlarge-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xlarge-up-2>.column:nth-of-type(2n+1),
    .lt-ie10 .xlarge-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .lt-ie10 .xlarge-up-2>.column:last-child,
    .lt-ie10 .xlarge-up-2>.columns:last-child {
        float: left
    }
    .lt-ie10 .xlarge-up-3>.column,
    .lt-ie10 .xlarge-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .lt-ie10 .xlarge-up-3>.column:nth-of-type(1n),
    .lt-ie10 .xlarge-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xlarge-up-3>.column:nth-of-type(3n+1),
    .lt-ie10 .xlarge-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .lt-ie10 .xlarge-up-3>.column:last-child,
    .lt-ie10 .xlarge-up-3>.columns:last-child {
        float: left
    }
    .lt-ie10 .xlarge-up-4>.column,
    .lt-ie10 .xlarge-up-4>.columns {
        width: 25%;
        float: left
    }
    .lt-ie10 .xlarge-up-4>.column:nth-of-type(1n),
    .lt-ie10 .xlarge-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xlarge-up-4>.column:nth-of-type(4n+1),
    .lt-ie10 .xlarge-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .lt-ie10 .xlarge-up-4>.column:last-child,
    .lt-ie10 .xlarge-up-4>.columns:last-child {
        float: left
    }
    .lt-ie10 .xlarge-up-5>.column,
    .lt-ie10 .xlarge-up-5>.columns {
        width: 20%;
        float: left
    }
    .lt-ie10 .xlarge-up-5>.column:nth-of-type(1n),
    .lt-ie10 .xlarge-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xlarge-up-5>.column:nth-of-type(5n+1),
    .lt-ie10 .xlarge-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .lt-ie10 .xlarge-up-5>.column:last-child,
    .lt-ie10 .xlarge-up-5>.columns:last-child {
        float: left
    }
    .lt-ie10 .xlarge-collapse>.column,
    .lt-ie10 .xlarge-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .lt-ie10 .xlarge-collapse .row,
    .lt-ie10 .xlarge-collapse .view-industry-stories-and-resources .view-content,
    .view-industry-stories-and-resources .lt-ie10 .xlarge-collapse .view-content {
        margin-left: 0;
        margin-right: 0
    }
    .lt-ie10 .expanded.row .xlarge-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .expanded.view-content .xlarge-collapse.row,
    .view-industry-stories-and-resources .lt-ie10 .expanded.view-content .xlarge-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .xlarge-collapse.row,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .xlarge-collapse.row,
    .lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .xlarge-collapse.row,
    .c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .xlarge-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .xlarge-collapse.row,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .xlarge-collapse.row,
    .lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .xlarge-collapse.row,
    .c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .xlarge-collapse.row,
    .lt-ie10 .c-footer__email .form-actions input.row .xlarge-collapse.row,
    .c-footer__email .form-actions .lt-ie10 input.row .xlarge-collapse.row,
    .lt-ie10 .c-product-info__button a.row .xlarge-collapse.row,
    .c-product-info__button .lt-ie10 a.row .xlarge-collapse.row,
    .lt-ie10 .expanded.row .view-industry-stories-and-resources .xlarge-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .expanded.row .xlarge-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .expanded.view-content .xlarge-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .expanded.view-content .xlarge-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .xlarge-collapse.view-content,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .xlarge-collapse.view-content,
    .lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .xlarge-collapse.view-content,
    .c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .xlarge-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .xlarge-collapse.view-content,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .xlarge-collapse.view-content,
    .lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .xlarge-collapse.view-content,
    .c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .xlarge-collapse.view-content,
    .lt-ie10 .c-footer__email .form-actions input.row .view-industry-stories-and-resources .xlarge-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .c-footer__email .form-actions input.row .xlarge-collapse.view-content,
    .c-footer__email .form-actions .lt-ie10 input.row .view-industry-stories-and-resources .xlarge-collapse.view-content,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.row .xlarge-collapse.view-content,
    .lt-ie10 .c-product-info__button a.row .view-industry-stories-and-resources .xlarge-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .c-product-info__button a.row .xlarge-collapse.view-content,
    .c-product-info__button .lt-ie10 a.row .view-industry-stories-and-resources .xlarge-collapse.view-content,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.row .xlarge-collapse.view-content {
        margin-left: 0;
        margin-right: 0
    }
    .lt-ie10 .xlarge-uncollapse>.column,
    .lt-ie10 .xlarge-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .lt-ie10 .xlarge-centered {
        margin-left: auto;
        margin-right: auto
    }
    .lt-ie10 .xlarge-centered,
    .lt-ie10 .xlarge-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .lt-ie10 .xlarge-uncentered,
    .lt-ie10 .xlarge-push-0,
    .lt-ie10 .xlarge-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width:90em) {
    .lt-ie10 .xxlarge-1 {
        width: 8.33333%
    }
    .lt-ie10 .xxlarge-push-1 {
        position: relative;
        left: 8.33333%
    }
    .lt-ie10 .xxlarge-pull-1 {
        position: relative;
        left: -8.33333%
    }
    .lt-ie10 .xxlarge-offset-0 {
        margin-left: 0
    }
    .lt-ie10 .xxlarge-2 {
        width: 16.66667%
    }
    .lt-ie10 .xxlarge-push-2 {
        position: relative;
        left: 16.66667%
    }
    .lt-ie10 .xxlarge-pull-2 {
        position: relative;
        left: -16.66667%
    }
    .lt-ie10 .xxlarge-offset-1 {
        margin-left: 8.33333%
    }
    .lt-ie10 .xxlarge-3 {
        width: 25%
    }
    .lt-ie10 .xxlarge-push-3 {
        position: relative;
        left: 25%
    }
    .lt-ie10 .xxlarge-pull-3 {
        position: relative;
        left: -25%
    }
    .lt-ie10 .xxlarge-offset-2 {
        margin-left: 16.66667%
    }
    .lt-ie10 .xxlarge-4 {
        width: 33.33333%
    }
    .lt-ie10 .xxlarge-push-4 {
        position: relative;
        left: 33.33333%
    }
    .lt-ie10 .xxlarge-pull-4 {
        position: relative;
        left: -33.33333%
    }
    .lt-ie10 .xxlarge-offset-3 {
        margin-left: 25%
    }
    .lt-ie10 .xxlarge-5 {
        width: 41.66667%
    }
    .lt-ie10 .xxlarge-push-5 {
        position: relative;
        left: 41.66667%
    }
    .lt-ie10 .xxlarge-pull-5 {
        position: relative;
        left: -41.66667%
    }
    .lt-ie10 .xxlarge-offset-4 {
        margin-left: 33.33333%
    }
    .lt-ie10 .xxlarge-6 {
        width: 50%
    }
    .lt-ie10 .xxlarge-push-6 {
        position: relative;
        left: 50%
    }
    .lt-ie10 .xxlarge-pull-6 {
        position: relative;
        left: -50%
    }
    .lt-ie10 .xxlarge-offset-5 {
        margin-left: 41.66667%
    }
    .lt-ie10 .xxlarge-7 {
        width: 58.33333%
    }
    .lt-ie10 .xxlarge-push-7 {
        position: relative;
        left: 58.33333%
    }
    .lt-ie10 .xxlarge-pull-7 {
        position: relative;
        left: -58.33333%
    }
    .lt-ie10 .xxlarge-offset-6 {
        margin-left: 50%
    }
    .lt-ie10 .xxlarge-8 {
        width: 66.66667%
    }
    .lt-ie10 .xxlarge-push-8 {
        position: relative;
        left: 66.66667%
    }
    .lt-ie10 .xxlarge-pull-8 {
        position: relative;
        left: -66.66667%
    }
    .lt-ie10 .xxlarge-offset-7 {
        margin-left: 58.33333%
    }
    .lt-ie10 .xxlarge-9 {
        width: 75%
    }
    .lt-ie10 .xxlarge-push-9 {
        position: relative;
        left: 75%
    }
    .lt-ie10 .xxlarge-pull-9 {
        position: relative;
        left: -75%
    }
    .lt-ie10 .xxlarge-offset-8 {
        margin-left: 66.66667%
    }
    .lt-ie10 .xxlarge-10 {
        width: 83.33333%
    }
    .lt-ie10 .xxlarge-push-10 {
        position: relative;
        left: 83.33333%
    }
    .lt-ie10 .xxlarge-pull-10 {
        position: relative;
        left: -83.33333%
    }
    .lt-ie10 .xxlarge-offset-9 {
        margin-left: 75%
    }
    .lt-ie10 .xxlarge-11 {
        width: 91.66667%
    }
    .lt-ie10 .xxlarge-push-11 {
        position: relative;
        left: 91.66667%
    }
    .lt-ie10 .xxlarge-pull-11 {
        position: relative;
        left: -91.66667%
    }
    .lt-ie10 .xxlarge-offset-10 {
        margin-left: 83.33333%
    }
    .lt-ie10 .xxlarge-12 {
        width: 100%
    }
    .lt-ie10 .xxlarge-offset-11 {
        margin-left: 91.66667%
    }
    .lt-ie10 .xxlarge-up-1>.column,
    .lt-ie10 .xxlarge-up-1>.columns {
        width: 100%;
        float: left
    }
    .lt-ie10 .xxlarge-up-1>.column:nth-of-type(1n),
    .lt-ie10 .xxlarge-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xxlarge-up-1>.column:nth-of-type(1n+1),
    .lt-ie10 .xxlarge-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .lt-ie10 .xxlarge-up-1>.column:last-child,
    .lt-ie10 .xxlarge-up-1>.columns:last-child {
        float: left
    }
    .lt-ie10 .xxlarge-up-2>.column,
    .lt-ie10 .xxlarge-up-2>.columns {
        width: 50%;
        float: left
    }
    .lt-ie10 .xxlarge-up-2>.column:nth-of-type(1n),
    .lt-ie10 .xxlarge-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xxlarge-up-2>.column:nth-of-type(2n+1),
    .lt-ie10 .xxlarge-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .lt-ie10 .xxlarge-up-2>.column:last-child,
    .lt-ie10 .xxlarge-up-2>.columns:last-child {
        float: left
    }
    .lt-ie10 .xxlarge-up-3>.column,
    .lt-ie10 .xxlarge-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .lt-ie10 .xxlarge-up-3>.column:nth-of-type(1n),
    .lt-ie10 .xxlarge-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xxlarge-up-3>.column:nth-of-type(3n+1),
    .lt-ie10 .xxlarge-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .lt-ie10 .xxlarge-up-3>.column:last-child,
    .lt-ie10 .xxlarge-up-3>.columns:last-child {
        float: left
    }
    .lt-ie10 .xxlarge-up-4>.column,
    .lt-ie10 .xxlarge-up-4>.columns {
        width: 25%;
        float: left
    }
    .lt-ie10 .xxlarge-up-4>.column:nth-of-type(1n),
    .lt-ie10 .xxlarge-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xxlarge-up-4>.column:nth-of-type(4n+1),
    .lt-ie10 .xxlarge-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .lt-ie10 .xxlarge-up-4>.column:last-child,
    .lt-ie10 .xxlarge-up-4>.columns:last-child {
        float: left
    }
    .lt-ie10 .xxlarge-up-5>.column,
    .lt-ie10 .xxlarge-up-5>.columns {
        width: 20%;
        float: left
    }
    .lt-ie10 .xxlarge-up-5>.column:nth-of-type(1n),
    .lt-ie10 .xxlarge-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xxlarge-up-5>.column:nth-of-type(5n+1),
    .lt-ie10 .xxlarge-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .lt-ie10 .xxlarge-up-5>.column:last-child,
    .lt-ie10 .xxlarge-up-5>.columns:last-child {
        float: left
    }
    .lt-ie10 .xxlarge-collapse>.column,
    .lt-ie10 .xxlarge-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .lt-ie10 .xxlarge-collapse .row,
    .lt-ie10 .xxlarge-collapse .view-industry-stories-and-resources .view-content,
    .view-industry-stories-and-resources .lt-ie10 .xxlarge-collapse .view-content {
        margin-left: 0;
        margin-right: 0
    }
    .lt-ie10 .expanded.row .xxlarge-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .expanded.view-content .xxlarge-collapse.row,
    .view-industry-stories-and-resources .lt-ie10 .expanded.view-content .xxlarge-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .xxlarge-collapse.row,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .xxlarge-collapse.row,
    .lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .xxlarge-collapse.row,
    .c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .xxlarge-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .xxlarge-collapse.row,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .xxlarge-collapse.row,
    .lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .xxlarge-collapse.row,
    .c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .xxlarge-collapse.row,
    .lt-ie10 .c-footer__email .form-actions input.row .xxlarge-collapse.row,
    .c-footer__email .form-actions .lt-ie10 input.row .xxlarge-collapse.row,
    .lt-ie10 .c-product-info__button a.row .xxlarge-collapse.row,
    .c-product-info__button .lt-ie10 a.row .xxlarge-collapse.row,
    .lt-ie10 .expanded.row .view-industry-stories-and-resources .xxlarge-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .expanded.row .xxlarge-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .expanded.view-content .xxlarge-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .expanded.view-content .xxlarge-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .xxlarge-collapse.view-content,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .xxlarge-collapse.view-content,
    .lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .xxlarge-collapse.view-content,
    .c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .xxlarge-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .xxlarge-collapse.view-content,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .xxlarge-collapse.view-content,
    .lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .xxlarge-collapse.view-content,
    .c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .xxlarge-collapse.view-content,
    .lt-ie10 .c-footer__email .form-actions input.row .view-industry-stories-and-resources .xxlarge-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .c-footer__email .form-actions input.row .xxlarge-collapse.view-content,
    .c-footer__email .form-actions .lt-ie10 input.row .view-industry-stories-and-resources .xxlarge-collapse.view-content,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.row .xxlarge-collapse.view-content,
    .lt-ie10 .c-product-info__button a.row .view-industry-stories-and-resources .xxlarge-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .c-product-info__button a.row .xxlarge-collapse.view-content,
    .c-product-info__button .lt-ie10 a.row .view-industry-stories-and-resources .xxlarge-collapse.view-content,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.row .xxlarge-collapse.view-content {
        margin-left: 0;
        margin-right: 0
    }
    .lt-ie10 .xxlarge-uncollapse>.column,
    .lt-ie10 .xxlarge-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .lt-ie10 .xxlarge-centered {
        margin-left: auto;
        margin-right: auto
    }
    .lt-ie10 .xxlarge-centered,
    .lt-ie10 .xxlarge-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .lt-ie10 .xxlarge-uncentered,
    .lt-ie10 .xxlarge-push-0,
    .lt-ie10 .xxlarge-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width:120em) {
    .lt-ie10 .xxxlarge-1 {
        width: 8.33333%
    }
    .lt-ie10 .xxxlarge-push-1 {
        position: relative;
        left: 8.33333%
    }
    .lt-ie10 .xxxlarge-pull-1 {
        position: relative;
        left: -8.33333%
    }
    .lt-ie10 .xxxlarge-offset-0 {
        margin-left: 0
    }
    .lt-ie10 .xxxlarge-2 {
        width: 16.66667%
    }
    .lt-ie10 .xxxlarge-push-2 {
        position: relative;
        left: 16.66667%
    }
    .lt-ie10 .xxxlarge-pull-2 {
        position: relative;
        left: -16.66667%
    }
    .lt-ie10 .xxxlarge-offset-1 {
        margin-left: 8.33333%
    }
    .lt-ie10 .xxxlarge-3 {
        width: 25%
    }
    .lt-ie10 .xxxlarge-push-3 {
        position: relative;
        left: 25%
    }
    .lt-ie10 .xxxlarge-pull-3 {
        position: relative;
        left: -25%
    }
    .lt-ie10 .xxxlarge-offset-2 {
        margin-left: 16.66667%
    }
    .lt-ie10 .xxxlarge-4 {
        width: 33.33333%
    }
    .lt-ie10 .xxxlarge-push-4 {
        position: relative;
        left: 33.33333%
    }
    .lt-ie10 .xxxlarge-pull-4 {
        position: relative;
        left: -33.33333%
    }
    .lt-ie10 .xxxlarge-offset-3 {
        margin-left: 25%
    }
    .lt-ie10 .xxxlarge-5 {
        width: 41.66667%
    }
    .lt-ie10 .xxxlarge-push-5 {
        position: relative;
        left: 41.66667%
    }
    .lt-ie10 .xxxlarge-pull-5 {
        position: relative;
        left: -41.66667%
    }
    .lt-ie10 .xxxlarge-offset-4 {
        margin-left: 33.33333%
    }
    .lt-ie10 .xxxlarge-6 {
        width: 50%
    }
    .lt-ie10 .xxxlarge-push-6 {
        position: relative;
        left: 50%
    }
    .lt-ie10 .xxxlarge-pull-6 {
        position: relative;
        left: -50%
    }
    .lt-ie10 .xxxlarge-offset-5 {
        margin-left: 41.66667%
    }
    .lt-ie10 .xxxlarge-7 {
        width: 58.33333%
    }
    .lt-ie10 .xxxlarge-push-7 {
        position: relative;
        left: 58.33333%
    }
    .lt-ie10 .xxxlarge-pull-7 {
        position: relative;
        left: -58.33333%
    }
    .lt-ie10 .xxxlarge-offset-6 {
        margin-left: 50%
    }
    .lt-ie10 .xxxlarge-8 {
        width: 66.66667%
    }
    .lt-ie10 .xxxlarge-push-8 {
        position: relative;
        left: 66.66667%
    }
    .lt-ie10 .xxxlarge-pull-8 {
        position: relative;
        left: -66.66667%
    }
    .lt-ie10 .xxxlarge-offset-7 {
        margin-left: 58.33333%
    }
    .lt-ie10 .xxxlarge-9 {
        width: 75%
    }
    .lt-ie10 .xxxlarge-push-9 {
        position: relative;
        left: 75%
    }
    .lt-ie10 .xxxlarge-pull-9 {
        position: relative;
        left: -75%
    }
    .lt-ie10 .xxxlarge-offset-8 {
        margin-left: 66.66667%
    }
    .lt-ie10 .xxxlarge-10 {
        width: 83.33333%
    }
    .lt-ie10 .xxxlarge-push-10 {
        position: relative;
        left: 83.33333%
    }
    .lt-ie10 .xxxlarge-pull-10 {
        position: relative;
        left: -83.33333%
    }
    .lt-ie10 .xxxlarge-offset-9 {
        margin-left: 75%
    }
    .lt-ie10 .xxxlarge-11 {
        width: 91.66667%
    }
    .lt-ie10 .xxxlarge-push-11 {
        position: relative;
        left: 91.66667%
    }
    .lt-ie10 .xxxlarge-pull-11 {
        position: relative;
        left: -91.66667%
    }
    .lt-ie10 .xxxlarge-offset-10 {
        margin-left: 83.33333%
    }
    .lt-ie10 .xxxlarge-12 {
        width: 100%
    }
    .lt-ie10 .xxxlarge-offset-11 {
        margin-left: 91.66667%
    }
    .lt-ie10 .xxxlarge-up-1>.column,
    .lt-ie10 .xxxlarge-up-1>.columns {
        width: 100%;
        float: left
    }
    .lt-ie10 .xxxlarge-up-1>.column:nth-of-type(1n),
    .lt-ie10 .xxxlarge-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xxxlarge-up-1>.column:nth-of-type(1n+1),
    .lt-ie10 .xxxlarge-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .lt-ie10 .xxxlarge-up-1>.column:last-child,
    .lt-ie10 .xxxlarge-up-1>.columns:last-child {
        float: left
    }
    .lt-ie10 .xxxlarge-up-2>.column,
    .lt-ie10 .xxxlarge-up-2>.columns {
        width: 50%;
        float: left
    }
    .lt-ie10 .xxxlarge-up-2>.column:nth-of-type(1n),
    .lt-ie10 .xxxlarge-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xxxlarge-up-2>.column:nth-of-type(2n+1),
    .lt-ie10 .xxxlarge-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .lt-ie10 .xxxlarge-up-2>.column:last-child,
    .lt-ie10 .xxxlarge-up-2>.columns:last-child {
        float: left
    }
    .lt-ie10 .xxxlarge-up-3>.column,
    .lt-ie10 .xxxlarge-up-3>.columns {
        width: 33.33333%;
        float: left
    }
    .lt-ie10 .xxxlarge-up-3>.column:nth-of-type(1n),
    .lt-ie10 .xxxlarge-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xxxlarge-up-3>.column:nth-of-type(3n+1),
    .lt-ie10 .xxxlarge-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .lt-ie10 .xxxlarge-up-3>.column:last-child,
    .lt-ie10 .xxxlarge-up-3>.columns:last-child {
        float: left
    }
    .lt-ie10 .xxxlarge-up-4>.column,
    .lt-ie10 .xxxlarge-up-4>.columns {
        width: 25%;
        float: left
    }
    .lt-ie10 .xxxlarge-up-4>.column:nth-of-type(1n),
    .lt-ie10 .xxxlarge-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xxxlarge-up-4>.column:nth-of-type(4n+1),
    .lt-ie10 .xxxlarge-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .lt-ie10 .xxxlarge-up-4>.column:last-child,
    .lt-ie10 .xxxlarge-up-4>.columns:last-child {
        float: left
    }
    .lt-ie10 .xxxlarge-up-5>.column,
    .lt-ie10 .xxxlarge-up-5>.columns {
        width: 20%;
        float: left
    }
    .lt-ie10 .xxxlarge-up-5>.column:nth-of-type(1n),
    .lt-ie10 .xxxlarge-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .lt-ie10 .xxxlarge-up-5>.column:nth-of-type(5n+1),
    .lt-ie10 .xxxlarge-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .lt-ie10 .xxxlarge-up-5>.column:last-child,
    .lt-ie10 .xxxlarge-up-5>.columns:last-child {
        float: left
    }
    .lt-ie10 .xxxlarge-collapse>.column,
    .lt-ie10 .xxxlarge-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .lt-ie10 .xxxlarge-collapse .row,
    .lt-ie10 .xxxlarge-collapse .view-industry-stories-and-resources .view-content,
    .view-industry-stories-and-resources .lt-ie10 .xxxlarge-collapse .view-content {
        margin-left: 0;
        margin-right: 0
    }
    .lt-ie10 .expanded.row .xxxlarge-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .expanded.view-content .xxxlarge-collapse.row,
    .view-industry-stories-and-resources .lt-ie10 .expanded.view-content .xxxlarge-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .xxxlarge-collapse.row,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .xxxlarge-collapse.row,
    .lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .xxxlarge-collapse.row,
    .c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .xxxlarge-collapse.row,
    .lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .xxxlarge-collapse.row,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .xxxlarge-collapse.row,
    .lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .xxxlarge-collapse.row,
    .c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .xxxlarge-collapse.row,
    .lt-ie10 .c-footer__email .form-actions input.row .xxxlarge-collapse.row,
    .c-footer__email .form-actions .lt-ie10 input.row .xxxlarge-collapse.row,
    .lt-ie10 .c-product-info__button a.row .xxxlarge-collapse.row,
    .c-product-info__button .lt-ie10 a.row .xxxlarge-collapse.row,
    .lt-ie10 .expanded.row .view-industry-stories-and-resources .xxxlarge-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .expanded.row .xxxlarge-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .expanded.view-content .xxxlarge-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .expanded.view-content .xxxlarge-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .c-footer__email .form-actions input.view-content .xxxlarge-collapse.view-content,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.view-content .xxxlarge-collapse.view-content,
    .lt-ie10 .c-footer__email .form-actions .view-industry-stories-and-resources input.view-content .xxxlarge-collapse.view-content,
    .c-footer__email .form-actions .view-industry-stories-and-resources .lt-ie10 input.view-content .xxxlarge-collapse.view-content,
    .lt-ie10 .view-industry-stories-and-resources .c-product-info__button a.view-content .xxxlarge-collapse.view-content,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.view-content .xxxlarge-collapse.view-content,
    .lt-ie10 .c-product-info__button .view-industry-stories-and-resources a.view-content .xxxlarge-collapse.view-content,
    .c-product-info__button .view-industry-stories-and-resources .lt-ie10 a.view-content .xxxlarge-collapse.view-content,
    .lt-ie10 .c-footer__email .form-actions input.row .view-industry-stories-and-resources .xxxlarge-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .c-footer__email .form-actions input.row .xxxlarge-collapse.view-content,
    .c-footer__email .form-actions .lt-ie10 input.row .view-industry-stories-and-resources .xxxlarge-collapse.view-content,
    .view-industry-stories-and-resources .c-footer__email .form-actions .lt-ie10 input.row .xxxlarge-collapse.view-content,
    .lt-ie10 .c-product-info__button a.row .view-industry-stories-and-resources .xxxlarge-collapse.view-content,
    .view-industry-stories-and-resources .lt-ie10 .c-product-info__button a.row .xxxlarge-collapse.view-content,
    .c-product-info__button .lt-ie10 a.row .view-industry-stories-and-resources .xxxlarge-collapse.view-content,
    .view-industry-stories-and-resources .c-product-info__button .lt-ie10 a.row .xxxlarge-collapse.view-content {
        margin-left: 0;
        margin-right: 0
    }
    .lt-ie10 .xxxlarge-uncollapse>.column,
    .lt-ie10 .xxxlarge-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .lt-ie10 .xxxlarge-centered {
        margin-left: auto;
        margin-right: auto
    }
    .lt-ie10 .xxxlarge-centered,
    .lt-ie10 .xxxlarge-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .lt-ie10 .xxxlarge-uncentered,
    .lt-ie10 .xxxlarge-push-0,
    .lt-ie10 .xxxlarge-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

a sup {
    display: inline-block
}

p a {
    color: #f60
}

p a:hover {
    color: #555
}

input[type="checkbox"],
input[type="radio"] {
    margin-bottom: 0
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    vertical-align: middle
}

td {
    padding: 20px !important
}

tbody {
    border-top: none
}

/*.row.large,
.view-industry-stories-and-resources .large.view-content {
    max-width: 90rem
}*/

.view-industry-stories-and-resources .large.view-content {
    max-width: 90rem
}

section,
.section,
.c-parallax-video--inclusive-play-video-2017 {
    margin-top: 1.25rem
}

#our-commitment---mary2,
.c-parallax-video--inclusive-play-video-2017,
#making-it-happen---user-engageme {
    margin-bottom: 1.25rem
}

@media screen and (min-width:40em) {
    section,
    .section,
    .c-parallax-video--inclusive-play-video-2017 {
        margin-top: 3.75rem
    }
    #our-commitment---mary2,
    .c-parallax-video--inclusive-play-video-2017,
    #making-it-happen---user-engageme {
        margin-bottom: 3.75rem
    }
}

.view-recommend-products section,
.view-recommend-products .section {
    margin: 0
}

.has-tip {
    cursor: pointer
}

.text-link {
    cursor: pointer;
    text-decoration: underline;
    transition: all .3s ease-in-out
}

.text-link.small {
    font-size: .875rem
}

.text-link:hover {
    color: #f60
}

.copy-textarea {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 2em;
    height: 2em;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    color: transparent
}

.tooltip {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-weight: 300;
    line-height: 1
}

.ubuntu .tooltip {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

.tooltip--no-max {
    max-width: none !important
}

.js-off-canvas-exit {
    background: rgba(0, 0, 0, 0.7);
    z-index: 1
}

.reveal:focus {
    outline: 0
}

.reveal .close-button {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 1.875rem
}

.mobile-ion {
    position: absolute;
    right: 10px
}

.mobile-ion-sub {
    position: relative !important;
    float: right;
    right: 2px
}

.menu-level-1.expanded>li,
.c-footer__email .form-actions input.menu-level-1>li,
.c-product-info__button a.menu-level-1>li {
    flex: 1 1 auto
}

@media screen and (min-width:40em) {
    .push-6 {
        position: relative;
        left: 50%
    }
}

@media screen and (min-width:40em) {
    .pull-6 {
        position: relative;
        right: 50%
    }
}

a {
    transition: color .3s ease-in-out
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
.h3-lt a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.button a,
.links-wrap--button a a,
.form-actions input a,
.c-product-info__button a a,
a.button,
.links-wrap--button a,
.c-product-info__button a {
    text-decoration: none
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
.h3-lt a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
.h3-lt a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    text-decoration: underline
}

.button a:hover,
.links-wrap--button a a:hover,
.form-actions input a:hover,
.c-product-info__button a a:hover,
a.button:hover,
.links-wrap--button a:hover,
.c-product-info__button a:hover {
    text-decoration: none
}

.button a,
.links-wrap--button a a,
.form-actions input a,
.c-product-info__button a a,
.button a:hover,
.links-wrap--button a a:hover,
.form-actions input a:hover,
.c-product-info__button a a:hover {
    color: inherit
}

h2,
.h2,
.h2_5 {
    font-weight: 300;
    margin-bottom: 1rem
}

.h3-lt {
    font-weight: 300
}

h4,
.h4 {
    font-weight: 300
}

h5,
.h5 {
    font-weight: 500;
    text-transform: none
}

h6,
.h6 {
    font-weight: 500
}

.sub-title {
    color: #555;
    font-weight: 400;
    text-transform: none;
    line-height: 1.33333
}

.regular-title {
    color: #555;
    text-transform: none;
    line-height: 1.17241
}

.intro-header {
    margin-top: 1.875rem;
    margin-bottom: .9375rem;
    font-size: 2.25rem;
    text-align: center;
    text-transform: uppercase
}

.intro-header>p {
    line-height: unset;
    margin-bottom: 0
}

.intro-header+h2.h4 {
    font-weight: 300
}

@media screen and (min-width:40em) {
    .intro-header {
        font-size: 3.75rem;
        text-align: left
    }
}

@media screen and (min-width:64.0625em) {
    .intro-header {
        font-size: 2.8125rem;
        margin-top: 0
    }
}

.intro-header+h2 {
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center
}

.intro-header+h2 sup {
    top: 0
}

@media screen and (min-width:40em) {
    .intro-header+h2 {
        font-size: 3.125rem;
        text-align: left
    }
}

@media screen and (min-width:64.0625em) {
    .intro-header+h2 {
        font-size: 2.25rem
    }
}

.intro-text {
    font-size: 1.125rem;
    text-align: center
}

@media screen and (min-width:40em) {
    .intro-text {
        font-size: 1.75rem;
        line-height: 2.75rem;
        text-align: left
    }
}

@media screen and (min-width:64.0625em) {
    .intro-text {
        font-size: 24px;
        line-height: 2rem
    }
}

.callout-text {
    font-size: 1.25rem;
    font-weight: 600
}

@media screen and (min-width:40em) {
    .callout-text {
        font-size: 1.75rem;
        line-height: 1.28571
    }
}

.big-text {
    margin: 0;
    font-size: 1.375rem
}

@media screen and (min-width:40em) {
    .big-text {
        font-size: 1.75rem;
        line-height: 1.28571
    }
}

@media screen and (min-width:64.0625em) {
    .big-text {
        font-size: 2.25rem;
        line-height: 1.38889
    }
}

.text-caps {
    text-transform: uppercase
}

@media screen and (max-width:26.1875em) {
    .small-down-text-center {
        text-align: center
    }
}

.color-white {
    color: #fff !important
}

.color-default {
    color: #555
}

.color-primary {
    color: #f60
}

.color-secondary-purple {
    color: #613f77
}

.color-secondary-green {
    color: #7cb329
}

.color-secondary-red {
    color: #cd354b
}

.color-secondary-blue {
    color: #38a0ab
}

.color-success {
    color: #3adb76
}

.color-warning {
    color: #ffae00
}

.color-alert {
    color: #ec5840
}

.email {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.11
}

.ion--small {
    font-size: .75rem
}

.ion--large {
    font-size: 1.25rem
}

.ion-navicon {
    font-size: 1.875rem
}

.ion-pw-logo {
    color: #f60;
    font-size: 2.1875rem
}

@media screen and (min-width:75em) {
    .ion-pw-logo {
        font-size: 2.5rem
    }
}

@media screen and (min-width:90em) {
    .ion-pw-logo {
        font-size: 3.39562rem
    }
}

.o-equalize-column {
    display: flex;
    flex-direction: column
}

.o-equalize-column__end {
    align-self: flex-end;
    margin: auto auto 0
}

.o-isotope__item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 1.25rem
}

.o-isotope__item:after {
    content: '';
    display: block;
    padding-bottom: 56.25%
}

@media screen and (min-width:40em) {
    .o-isotope__item--4:after {
        padding-bottom: 80%
    }
    .o-isotope__item--3:after {
        padding-bottom: 30%
    }
}

@media screen and (min-width:64.0625em) {
    .o-isotope__item--1:after {
        padding-bottom: 75%
    }
    .o-isotope__item--2:after {
        padding-bottom: 74.73684%
    }
    .o-isotope__item--3:after {
        padding-bottom: 47.70833%
    }
    .o-isotope__item--4:after {
        padding-bottom: 125.35714%
    }
    .o-isotope__item--5:after {
        padding-bottom: 72.63158%
    }
    .o-isotope__item--6:after {
        padding-bottom: 122.50923%
    }
    .o-isotope__item--7:after {
        padding-bottom: 176.59574%
    }
    .o-isotope__item--8:after {
        padding-bottom: 69.16667%
    }
}

.o-metric-switcher.is-metric .o-metric-switcher__imperial,
.o-metric-switcher:not(.is-metric) .o-metric-switcher__metric {
    display: none
}

.arrows-container {
    position: relative
}

.slider--blog .slick-slide,
.c-parallax-np-slider .slick-slide {
    height: auto
}

.slider--blog .slick-dots,
.c-parallax-np-slider .slick-dots {
    position: absolute;
    top: auto;
    bottom: 10px
}

@media(min-width:600px) {
    .slider--blog .slick-dots,
    .c-parallax-np-slider .slick-dots {
        top: 42%
    }
}

@media(min-width:700px) {
    .slider--blog .slick-dots,
    .c-parallax-np-slider .slick-dots {
        top: 47%
    }
}

@media(min-width:801px) {
    .slider--blog .slick-dots,
    .c-parallax-np-slider .slick-dots {
        top: auto;
        bottom: 10px
    }
}

.slider--blog .blog-arrow,
.c-parallax-np-slider .blog-arrow {
    top: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pw-slick-arrow {
    font-size: 70px;
    color: #fff;
    top: 48%;
    position: absolute;
    cursor: pointer;
    font-size: 25px;
    top: 65%
}

.pw-slick-next {
    right: 30px
}

.pw-slick-prev {
    left: 30px
}

.slick-slide img {
    margin: 0 auto
}

.slick-dots {
    width: 100%;
    display: inline-block;
    margin: 0;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li.slick-active button {
    background: #555
}

.slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer
}

.slider {
    width: 97%;
    height: .375rem;
    background-color: #e1e1e1;
    margin-bottom: 0
}

.slider.has-legend {
    margin-top: 1.875rem
}

.slider-fill {
    height: 100%;
    background: #f60
}

.slider-fill:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 8px;
    background: #e1e1e1
}

.slider-fill:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: #e1e1e1
}

.slider-handle {
    background: none;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.slider-handle:focus {
    outline: 0
}

.slider-handle:hover {
    background: none
}

.slider-legend {
    position: absolute;
    right: -4%;
    bottom: 100%;
    left: -4%;
    padding-bottom: .5rem;
    font-size: .6875rem;
    display: flex
}

.slider-legend__value {
    position: relative;
    flex: 1;
    text-align: center
}

.slider-legend__value:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #555;
    border-radius: 50%
}

.slider-legend__value.is-filled:before {
    background-color: #f60;
    border-color: #f60
}

.o-svg {
    height: auto;
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.o-svg canvas {
    width: 100%;
    visibility: hidden;
    display: block
}

.o-svg svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.o-video {
    position: relative
}

.o-video:before {
    content: '';
    display: block;
    padding-bottom: 56.25%
}

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

@media(max-width:800px) {
    .view-content .pw-slick-next,
    .view-content .pw-slick-prev {
        display: none !important
    }
    .view-content .slick-dots li {
        margin: 0 .25rem
    }
    .view-content .slick-dots li button {
        width: 1.25rem;
        height: 1.25rem;
        border: .125rem solid #898989 !important
    }
    .view-content .slick-dots li.slick-active button,
    .view-content .slick-dots li:hover button {
        background-color: #898989 !important
    }
}

.c-404-page-error {
    background-image: linear-gradient(to right, #ff5100, #ff5000 29%, #fa4900 55%, #f33000);
    padding-top: 1.875rem
}

.c-big-intro-text__text {
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 400;
    line-height: 2rem;
    text-align: center
}

@media screen and (min-width:40em) {
    .c-big-intro-text__text {
        font-weight: 500;
        font-size: 20px;
        line-height: 2rem
    }
}

.c-block-overlay {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center
}

.c-block-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: background .3s ease-in-out
}

.c-block-overlay--no-cover:not(:hover):before {
    background: transparent
}

.c-block-overlay:hover:before {
    background: rgba(0, 0, 0, 0.7)
}

.c-block-overlay--bg-image {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    max-height: 34.375rem;
    overflow: hidden
}

.c-block-overlay--bg-image:after {
    content: '';
    display: block;
    padding-bottom: 100%
}

.c-block-overlay--bg-image.c-block-overlay--small:after {
    padding-bottom: 75%
}

.c-block-overlay--bg-image.c-block-overlay--large:after {
    padding-bottom: 75.41667%
}

.c-block-overlay img {
    width: 100%
}

.c-block-overlay_-_inline-wrap {
    display: inline-block
}

.c-block-overlay__plus {
    position: relative;
    width: 5.375rem;
    height: 5.375rem;
    border-radius: 50%;
    border: 2px solid;
    margin: 1.875rem auto 0;
    background: rgba(255, 255, 255, 0.3)
}

.c-block-overlay__plus i {
    font-size: 4.125rem;
    line-height: 5.375rem
}

.c-block-overlay__plus i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.c-block-overlay__cover,
.c-block-overlay__content {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    max-width: 500px;
    transition: all .3s ease-in-out
}

.c-block-overlay__cover-inner,
.c-block-overlay__content-inner {
    margin-right: auto;
    margin-left: auto
}

.c-block-overlay__content {
    visibility: hidden;
    opacity: 0
}

.c-block-overlay__content a {
    margin-bottom: 0
}

.c-block-overlay__title {
    font-weight: 500
}

.c-block-overlay__title--small {
    font-size: 1.25rem
}

.c-block-overlay:hover .c-block-overlay__cover {
    visibility: hidden;
    opacity: 0
}

.c-block-overlay:hover .c-block-overlay__content {
    visibility: visible;
    opacity: 1
}

.c-block-overlay__text-text {
    font-family: Source Sans Pro;
    font-size: 1.71875rem;
    font-weight: 600;
    line-height: 1.29
}

@media(max-width:640px) {
    .c-block-overlay__content {
        position: relative;
        padding-top: 15px
    }
}

.button,
.links-wrap--button a,
.form-actions input,
.c-product-info__button a {
    border: 1px solid #e1e1e1;
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

.ubuntu .button,
.ubuntu .links-wrap--button a,
.ubuntu .form-actions input,
.ubuntu .c-product-info__button a {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

@media screen and (min-width:64.0625em) {
    .button,
    .links-wrap--button a,
    .form-actions input,
    .c-product-info__button a {
        font-size: 1.25rem
    }
}

.button:hover,
.links-wrap--button a:hover,
.form-actions input:hover,
.c-product-info__button a:hover {
    color: #f60
}

.button.primary,
.links-wrap--button a.primary,
.form-actions input,
.c-product-info__button a,
.button.primary:hover,
.links-wrap--button a.primary:hover,
.form-actions input:hover,
.c-product-info__button a:hover {
    color: #fff
}

.button.hollow,
.links-wrap--button a.hollow,
.form-actions input.hollow,
.c-product-info__button a.hollow {
    background: transparent;
    border-width: 2px;
    border-color: #fff;
    color: #fff;
    margin-top: 20px
}

.button.hollow:hover,
.links-wrap--button a.hollow:hover,
.form-actions input.hollow:hover,
.c-product-info__button a.hollow:hover {
    background: #fff;
    border-color: #fff;
    color: #555
}

.button.dark-hollow,
.links-wrap--button a.dark-hollow,
.form-actions input.dark-hollow,
.c-product-info__button a.dark-hollow {
    background: transparent;
    border-width: 2px;
    border-color: #555;
    color: #555
}

.button.dark-hollow:hover,
.links-wrap--button a.dark-hollow:hover,
.form-actions input.dark-hollow:hover,
.c-product-info__button a.dark-hollow:hover {
    background: #555;
    border-color: #555;
    color: #fff
}

.button.pill,
.links-wrap--button a.pill,
.form-actions input.pill,
.c-product-info__button a.pill {
    background: none;
    padding: .3125rem .625rem;
    border: 1px solid #f60;
    border-radius: 15px;
    margin-bottom: 0;
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-size: .8125rem;
    font-weight: 300;
    text-transform: none;
    color: #f60
}

.ubuntu .button.pill,
.ubuntu .links-wrap--button a.pill,
.ubuntu .form-actions input.pill,
.ubuntu .c-product-info__button a.pill {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

@media screen and (min-width:64.0625em) {
    .button.pill,
    .links-wrap--button a.pill,
    .form-actions input.pill,
    .c-product-info__button a.pill {
        font-size: .875rem
    }
}

@media screen and (min-width:75em) {
    .button.pill,
    .links-wrap--button a.pill,
    .form-actions input.pill,
    .c-product-info__button a.pill {
        font-size: 1rem;
        padding: .3125rem 1.25rem
    }
}

.button.pill:hover,
.links-wrap--button a.pill:hover,
.form-actions input.pill:hover,
.c-product-info__button a.pill:hover {
    background: #f60;
    color: #fff
}

.links-wrap--button .links {
    margin: 0
}

.links-wrap--button .node-readmore {
    padding: 0
}

.form-actions input {
    border-color: #f60;
    font-size: .84375rem
}

@media screen and (min-width:64.0625em) {
    .form-actions input {
        font-size: 1rem !important
    }
}

.form-actions input:hover {
    background: #fff;
    color: #f60
}

@media screen and (max-width:450px) {
    .c-find-rep-contact .slick-slide {
        transition: .3s all;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    .c-find-rep-contact .slick-slide.slick-current {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    .c-find-rep-contact .subtext {
        opacity: 0;
        transition: .3s all
    }
    .c-find-rep-contact .slick-current .subtext {
        opacity: 1
    }
}

.c-find-rep-contact .columns {
    margin-top: 2.5rem;
    margin-bottom: .625rem
}

.c-find-rep-contact-button {
    padding: 40px 0 20px
}

@media screen and (min-width:64.0625em) {
    .c-find-rep-contact .columns {
        margin-bottom: 0
    }
}

.c-find-rep-contact .columns .contact-word-break {
    word-break: break-word
}

.c-find-rep-contact__icon-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: .9375rem
}

.c-find-rep-contact__icon-wrap img {
    max-height: 3.875rem
}

.c-find-rep-contact__icon-spacer {
    padding-top: 1.875rem
}

.c-find-rep-contact__just-name {
    text-align: center
}

.view-FindARepresentative .view-filters {
    display: none
}

.c-find-rep__input {
    display: none;
    margin-top: 2.8125rem
}

.c-find-rep__input.is-visible {
    display: block
}

.c-find-rep__results {
    min-height: 17.1875rem;
    text-align: center
}

@media screen and (min-width:64.0625em) {
    .c-find-rep__results {
        text-align: initial
    }
}

.c-find-rep__result {
    display: none
}

.c-find-rep__result[data-id="0"],
.c-find-rep__result.is-visible {
    display: block
}

.c-find-rep__img {
    margin-bottom: 1.875rem
}

@media screen and (min-width:64.0625em) {
    .c-find-rep__img {
        float: right;
        margin-bottom: 0;
        padding-right: 1.875rem
    }
}

.view-FindARepresentativeCountry .views-exposed-widget {
    float: none;
    padding: 0;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

@media screen and (max-width:26.1875em) {
    .view-FindARepresentativeCountry .views-exposed-widget {
        text-align: center
    }
}

.view-FindARepresentativeCountry .views-exposed-widget label,
.view-FindARepresentativeCountry .views-exposed-widget .views-widget {
    width: 33.33333%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.view-FindARepresentativeCountry .views-exposed-widget label:last-child:not(:first-child),
.view-FindARepresentativeCountry .views-exposed-widget .views-widget:last-child:not(:first-child) {
    float: right
}

.view-FindARepresentativeCountry .views-exposed-widget label {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-align: right;
    color: #555
}

.ubuntu .view-FindARepresentativeCountry .views-exposed-widget label {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

@media screen and (max-width:26.1875em) {
    .view-FindARepresentativeCountry .views-exposed-widget label {
        display: block;
        width: 100%;
        margin: 0 0 5px;
        text-align: center
    }
}

@media screen and (max-width:26.1875em) {
    .view-FindARepresentativeCountry .views-exposed-widget .views-widget {
        float: none;
        display: inline-block
    }
}

.view-FindARepresentativeCountry .views-exposed-widget .views-widget select {
    margin: 0;
    width: 80% !important
}

@media screen and (max-width:26.1875em) {
    .view-FindARepresentativeCountry .views-exposed-widget button {
        margin: 0
    }
}

.view-findarepresentativenotyourstate .view-filters {
    display: none
}

.view-findarepresentativenotyourstate .views-exposed-widget {
    float: none;
    padding: 0;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

.view-findarepresentativenotyourstate .views-exposed-widget label,
.view-findarepresentativenotyourstate .views-exposed-widget .views-widget {
    width: 25%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.view-findarepresentativenotyourstate .views-exposed-widget label:last-child:not(:first-child),
.view-findarepresentativenotyourstate .views-exposed-widget .views-widget:last-child:not(:first-child) {
    float: right
}

.view-findarepresentativenotyourstate .views-exposed-widget label {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-align: right;
    color: #555;
    display: none
}

.ubuntu .view-findarepresentativenotyourstate .views-exposed-widget label {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

.view-findarepresentativenotyourstate .views-exposed-widget .views-widget select {
    margin: 0
}

.view-findarepresentativenotyourstate .views-exposed-widget .form-item-distance-search-distance {
    display: none
}

.view-findarepresentativenotyourstate .views-exposed-widget .form-item-distance-search-units {
    display: none
}

.view-findarepresentativenotyourstate .views-exposed-widget .edit-distance-postal-code {
    display: none
}

.c-footer {
    background: #f7f7f7;
    padding-bottom: 3.75rem
}

@media screen and (min-width:40em) {
    .c-footer {
        padding-top: 3.125rem
    }
}

.c-footer section {
    margin-top: 0
}

.c-footer a {
    text-decoration: none
}

.c-footer__logo img {
    max-height: 45px;
}

@media(max-width:640px) {
    .c-footer__logo {
        text-align: center
    }
}

@media screen and (max-width:26.1875em) {
    .c-footer__logo {
        margin-top: 1.25rem
    }
}

.c-footer__connected {
    margin-top: 1.25rem;
    font-size: .96875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.61;
    color: #555
}

.c-footer__email-list {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #555;
    font-family: Ubuntu
}

.c-footer__contact {
    font-size: .85625rem;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    color: #555
}

.c-footer__contact p {
    margin-bottom: 5px
}

.c-footer__contact .column:first-of-type {
    padding: 0;
    padding-left: 1.25em
}

@media screen and (max-width:26.1875em) {
    .c-footer__social {
        justify-content: space-around;
        background: #fff;
        padding-top: .9375rem;
        padding-bottom: .9375rem;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        margin-right: -.9375rem !important;
        margin-left: -.9375rem !important
    }
}

@media screen and (min-width:40em) {
    .c-footer__social {
        margin: 0 0 .625rem !important
    }
    .c-footer__social .column,
    .c-footer__social .columns {
        display: block;
        flex: 0 1 auto;
        padding: 0;
        margin-right: .25rem
    }
    .c-footer__social .column:last-child,
    .c-footer__social .columns:last-child {
        margin-right: 0
    }
}

@media(max-width:420px) {
    .c-footer__social .column,
    .c-footer__social .columns {
        padding-left: 4px;
        padding-right: 4px
    }
}

@media screen and (min-width:75em) {
    .c-footer__social .column,
    .c-footer__social .columns {
        margin-right: .375rem
    }
    .c-footer__social .column:last-child,
    .c-footer__social .columns:last-child {
        margin-right: 0
    }
}

@media(max-width:640px) {
    .c-footer__social {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

.c-footer__social-icon {
    width: 27px;
    height: 27px;
    margin-right: auto;
    margin-left: auto;
    line-height: 27px;
    border: 1px solid #e1e1e1;
    border-radius: 50%
}

@media(max-width:640px) {
    .c-footer__social-icon {
        width: 1.6875rem;
        height: 1.6875rem;
        margin-top: 5px;
        border: none;
        border-radius: 0
    }
}

.c-footer__social a {
    color: #e1e1e1;
    text-align: center
}

.c-footer__social a[href*="facebook"]:hover svg,
.c-footer__social a[href*="facebook"]:hover .cls-1 {
    fill: #3b5998
}

.c-footer__social a[href*="twitter"]:hover svg,
.c-footer__social a[href*="twitter"]:hover .cls-1 {
    fill: #00aced
}

.c-footer__social a[href*="pinterest"]:hover svg,
.c-footer__social a[href*="pinterest"]:hover .cls-1 {
    fill: #cb2027
}

.c-footer__social a[href*="youtube"]:hover svg,
.c-footer__social a[href*="youtube"]:hover .cls-1 {
    fill: #b00
}

.c-footer__social a[href*="linkedin"]:hover svg,
.c-footer__social a[href*="linkedin"]:hover .cls-1 {
    fill: #007bb6
}

.c-footer__social a[href*="instagram"]:hover svg,
.c-footer__social a[href*="instagram"]:hover .cls-1 {
    fill: #000
}

.c-footer__social a[href*="google"]:hover svg,
.c-footer__social a[href*="google"]:hover .cls-1 {
    fill: #dd4b39
}

.c-footer__social a[href*="blog"]:hover svg,
.c-footer__social a[href*="blog"]:hover .cls-1 {
    fill: #fb8f3d
}

.c-footer__social a[href*="sketchfab"]:hover svg,
.c-footer__social a[href*="sketchfab"]:hover .cls-1 {
    fill: #1faad8
}

.c-footer__social .o-svg {
    width: 15px;
    height: 90%
}

@media(max-width:640px) {
    .c-footer__social .o-svg {
        width: 100%;
        height: 100%
    }
}

.c-footer__social .o-svg svg,
.c-footer__social .o-svg .cls-1 {
    fill: #e1e1e1;
    transition: fill .3s ease-in-out
}

.c-footer__email {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

@media screen and (min-width:40em) {
    .c-footer__email {
        padding: 0 1.25rem;
        margin-bottom: 2.5rem
    }
}

@media screen and (min-width:64.0625em) {
    .c-footer__email {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width:75em) {
    .c-footer__email {
        padding-right: 3.125rem;
        padding-left: 3.125rem
    }
}

.c-footer__email .column,
.c-footer__email .columns {
    padding: 0
}

.c-footer__email .webform-client-form>div::before,
.c-footer__email .webform-client-form>div::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1
}

.c-footer__email .webform-client-form>div::after {
    clear: both
}

.c-footer__email .form-item {
    margin: 0
}

.c-footer__email .webform-component[class*="zip"],
.c-footer__email .webform-component[class*="country"],
.c-footer__email .form-actions {
    float: left;
    width: 50%
}

.c-footer__email .form-actions {
    padding-left: .625rem;
    margin: 0
}

.c-footer__email .form-actions input {
    height: 2.625rem
}

.c-footer__email input {
    margin-bottom: .4375rem
}

.c-footer__email select[name=country] {
    height: 2.625rem;
    padding-top: .625rem;
    padding-bottom: .625rem
}

.c-footer__email-header {
    color: #555
}

.c-footer__email-text {
    font-size: 1.125rem;
    line-height: 1.11111
}

.c-footer__sub-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.61;
    color: #555
}

.c-footer__link {
    text-decoration: underline !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.46
}

.c-footer__list {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.81
}

.c-footer__portal-title {
    font-family: Ubuntu;
    font-size: .83125rem;
    font-weight: 700;
    color: #555;
    line-height: 1
}

.c-footer__playbook-button {
    font-family: Ubuntu;
    font-size: 13.3px;
    font-weight: 700;
    line-height: 1;
    text-align: center
}

.c-footer__copy-right {
    font-weight: 300;
    line-height: 1.46;
    margin-top: -25px;
    margin-top: 0
}

.c-footer__copy-right small {
    font-size: 16px !important
}

.c-header {
    position: relative;
    padding: .875rem .9375rem .625rem;
    border: solid 1px #e1e1e1;
    z-index: 4
}

@media screen and (min-width:90em) {
    .c-header {
        padding: 1.5rem 1.875rem 1.25rem
    }
}

.c-header.is-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: #fff
}

.c-header .menu-level-2:not(.js-dropdown-active) {
    display: none;
    z-index: 2
}

.c-header li {
    margin: 0 !important
}

.c-header .row .row,
.c-header .view-industry-stories-and-resources .view-content .row,
.view-industry-stories-and-resources .c-header .view-content .row,
.c-header .row .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .c-header .row .view-content,
.c-header .view-industry-stories-and-resources .view-content .view-content,
.view-industry-stories-and-resources .c-header .view-content .view-content {
    margin: 0
}

@media screen and (min-width:40em) {
    .c-header .row.medium-unstack>.column.shrink,
    .c-header .view-industry-stories-and-resources .medium-unstack.view-content>.column.shrink,
    .view-industry-stories-and-resources .c-header .medium-unstack.view-content>.column.shrink,
    .c-header .row.medium-unstack>.shrink.columns,
    .c-header .view-industry-stories-and-resources .medium-unstack.view-content>.shrink.columns,
    .view-industry-stories-and-resources .c-header .medium-unstack.view-content>.shrink.columns,
    .c-header .lt-ie10 .row.medium-unstack>.shrink.columns,
    .c-header .view-industry-stories-and-resources .lt-ie10 .medium-unstack.view-content>.shrink.columns,
    .view-industry-stories-and-resources .c-header .lt-ie10 .medium-unstack.view-content>.shrink.columns {
        flex: 0 0 auto
    }
}

@media screen and (min-width:64.0625em) {
    .c-header .row.large-unstack>.column.shrink,
    .c-header .view-industry-stories-and-resources .large-unstack.view-content>.column.shrink,
    .view-industry-stories-and-resources .c-header .large-unstack.view-content>.column.shrink,
    .c-header .row.large-unstack>.shrink.columns,
    .c-header .view-industry-stories-and-resources .large-unstack.view-content>.shrink.columns,
    .view-industry-stories-and-resources .c-header .large-unstack.view-content>.shrink.columns,
    .c-header .lt-ie10 .row.large-unstack>.shrink.columns,
    .c-header .view-industry-stories-and-resources .lt-ie10 .large-unstack.view-content>.shrink.columns,
    .view-industry-stories-and-resources .c-header .lt-ie10 .large-unstack.view-content>.shrink.columns {
        flex: 1 1 auto
    }
}

.c-header .button,
.c-header .links-wrap--button a,
.links-wrap--button .c-header a,
.c-header .form-actions input,
.form-actions .c-header input,
.c-header .c-product-info__button a,
.c-product-info__button .c-header a {
    margin: 0
}

@media screen and (max-width:50em) {
    .c-header__logo-wrap>.row,
    .view-industry-stories-and-resources .c-header__logo-wrap>.view-content {
        justify-content: center
    }
}

.c-header__logo {
    text-align: center
}

@media(min-width:801px) and (max-width:1300px) {
    .c-header__logo-container {
        max-width: 27% !important
    }
}

@media(min-width:801px) and (max-width:1024px) {
    .c-header__logo-container {
        max-width: 25% !important
    }
}

@media(max-width:640px) {
    .c-header__logo a img {
        margin: auto
    }
}

@media(min-width:421px) {
    .c-header__logo a img.logo-desktop {
        display: block;
        max-height: 80px;
    }
}

@media(max-width:420px) {
    .c-header__logo a img.logo-desktop {
        display: none
    }
}

@media(min-width:421px) {
    .c-header__logo a img.logo-mobile {
        display: none
    }
}

@media(max-width:420px) {
    .c-header__logo a img.logo-mobile {
        display: block;
        max-height: 45px;
    }
}

.c-header__menu-bar {
    background-color: #fff;
    padding: .625rem .625rem .625rem 1.25rem
}

@media screen and (min-width:40em) {
    .c-header__menu-bar {
        padding: 1.875rem 1.875rem 1.875rem 2.5rem
    }
}

@media(max-width:420px) {
    .c-header__menu-bar .row.align-middle,
    .c-header__menu-bar .view-industry-stories-and-resources .align-middle.view-content,
    .view-industry-stories-and-resources .c-header__menu-bar .align-middle.view-content {
        margin: 0
    }
    .c-header__menu-bar .row.align-middle .column,
    .c-header__menu-bar .view-industry-stories-and-resources .align-middle.view-content .column,
    .view-industry-stories-and-resources .c-header__menu-bar .align-middle.view-content .column,
    .c-header__menu-bar .row.align-middle .columns,
    .c-header__menu-bar .view-industry-stories-and-resources .align-middle.view-content .columns,
    .view-industry-stories-and-resources .c-header__menu-bar .align-middle.view-content .columns {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        flex: none;
        text-align: center
    }
}

.c-header__menu-bar .btn-find-rep {
    font-weight: 300;
    font-size: .875rem
}

@media screen and (min-width:40em) {
    .c-header__menu-bar .btn-find-rep {
        font-size: 1.625rem
    }
}

.c-header__menu-bar .btn-find-rep img {
    width: 1.25rem;
    margin-right: .1875rem
}

@media screen and (min-width:40em) {
    .c-header__menu-bar .btn-find-rep img {
        width: 1.875rem;
        margin-right: .5rem
    }
}

.c-header__menu-bar .btn-request-quote {
    font-weight: 400;
    font-size: .875rem;
    border: 1px solid #f60;
    border-radius: 50px;
    padding: .3125rem .5rem
}

@media screen and (min-width:40em) {
    .c-header__menu-bar .btn-request-quote {
        font-size: 1.625rem;
        border-width: 2px;
        padding: .3125rem 1.25rem .4375rem
    }
}

.c-header__header-menu--main a:after,
.c-header__header-menu--search a:after {
    display: none !important
}

.c-header__header-menu--main {
    padding-left: .9375rem
}

@media screen and (max-width:50em) {
    .c-header__header-menu--main {
        display: none
    }
}

@media screen and (min-width:75em) {
    .c-header__header-menu--main {
        padding-left: 1.25rem
    }
}

@media screen and (min-width:75em) {
    .c-header__header-menu--main .menu-level-1>li>a {
        padding-left: .625rem !important;
        padding-right: .625rem !important
    }
}

@media screen and (min-width:90em) {
    .c-header__header-menu--main .menu-level-1>li>a {
        padding-left: .9375rem !important;
        padding-right: .9375rem !important
    }
}

@media(min-width:1600px) {
    .c-header__header-menu--main .menu-level-1>li>a {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }
}

.c-header__header-menu--main__header-menu .menu-level-1>li>a {
    font-size: .875rem
}

@media(min-width:801px) and (max-width:1024px) {
    .c-header__header-menu--main__header-menu .menu-level-1>li>a {
        padding-right: .25rem !important
    }
}

@media(min-width:801px) and (max-width:1100px) {
    .c-header__header-menu--main__header-menu .menu-level-1>li>a {
        font-size: .8125rem
    }
}

.c-header__header-menu .cls-1,
.c-header__header-menu .cls-2 {
    stroke: #555;
    fill: none;
    transition: all .3s ease-in-out;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: .6px
}

.c-header__header-menu a,
.c-header__header-menu .menu-item {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 400;
    text-decoration: none
}

.ubuntu .c-header__header-menu a,
.ubuntu .c-header__header-menu .menu-item {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

@media screen and (min-width:50em) {
    .c-header__header-menu a,
    .c-header__header-menu .menu-item {
        font-size: .875rem
    }
}

@media screen and (min-width:64.0625em) {
    .c-header__header-menu a,
    .c-header__header-menu .menu-item {
        font-size: .9375rem
    }
}

@media screen and (min-width:75em) {
    .c-header__header-menu a,
    .c-header__header-menu .menu-item {
        font-size: 1.0625rem
    }
}

.c-header__header-menu a:hover,
.c-header__header-menu .menu-item:hover {
    text-decoration: none
}

.c-header__header-menu a:hover .cls-1,
.c-header__header-menu a:hover .cls-2,
.c-header__header-menu .menu-item:hover .cls-1,
.c-header__header-menu .menu-item:hover .cls-2 {
    stroke: #f60
}

.c-header__header-menu .menu li:hover>a {
    color: #f60
}

.c-header__header-menu .menu>li {
    margin: 0;
    position: relative
}

.c-header__header-menu .menu>li>.toplink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 44px;
    display: block
}

.c-header__header-menu .menu>li>a,
.c-header__header-menu .menu>li>.menu-item {
    font-size: 1rem;
    font-weight: 500
}

.c-header__header-menu .menu.not-expanded {
    width: auto
}

@media screen and (min-width:50em) {
    .c-header__header-menu .menu.not-expanded {
        margin-top: .625rem
    }
}

@media screen and (min-width:84.1875em) {
    .c-header__header-menu .menu.not-expanded {
        margin-top: 1rem
    }
}

@media screen and (min-width:93.5625em) {
    .c-header__header-menu .menu.not-expanded {
        margin-top: 1.625rem
    }
}

@media screen and (min-width:50em) {
    .c-header__header-menu .menu.expanded>li>a,
    .c-header__header-menu .c-footer__email .form-actions input.menu>li>a,
    .c-footer__email .form-actions .c-header__header-menu input.menu>li>a,
    .c-header__header-menu .c-product-info__button a.menu>li>a,
    .c-product-info__button .c-header__header-menu a.menu>li>a,
    .c-header__header-menu .menu.expanded>li>.menu-item,
    .c-header__header-menu .c-footer__email .form-actions input.menu>li>.menu-item,
    .c-footer__email .form-actions .c-header__header-menu input.menu>li>.menu-item,
    .c-header__header-menu .c-product-info__button a.menu>li>.menu-item,
    .c-product-info__button .c-header__header-menu a.menu>li>.menu-item {
        text-align: center
    }
}

.c-header__header-menu .menu-icon {
    width: 6.25rem;
    height: 6.25rem;
    display: inline-block;
    margin-right: .625rem;
    transition: opacity .3s ease-in-out
}

@media screen and (min-width:64.0625em) {
    .c-header__header-menu .menu-icon {
        width: 7.8125rem;
        height: 7.8125rem
    }
}

.c-header__header-menu .menu-icon.is-loading {
    opacity: 0;
    transition: none
}

.c-header__header-menu .menu-level-1>li {
    white-space: nowrap
}

.c-header__header-menu .menu-level-1>li>a {
    font-family: Ubuntu;
    font-size: .8125rem;
    font-weight: 300;
    padding: .625rem .375rem !important
}

@media(min-width:900px) {
    .c-header__header-menu .menu-level-1>li>a {
        font-size: .875rem;
        padding-left: .625rem !important;
        padding-right: .625rem !important
    }
}

@media screen and (min-width:64.0625em) {
    .c-header__header-menu .menu-level-1>li>a {
        padding-left: .3125rem !important;
        padding-right: .3125rem !important
    }
}

@media screen and (min-width:75em) {
    .c-header__header-menu .menu-level-1>li>a {
        font-size: .9375rem;
        padding-left: .625rem
    }
}

@media screen and (min-width:90em) {
    .c-header__header-menu .menu-level-1>li>a {
        padding-left: .9375rem !important;
        padding-right: .9375rem !important;
        font-size: 1rem
    }
}

@media(min-width:1600px) {
    .c-header__header-menu .menu-level-1>li>a {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }
}

@media screen and (max-width:50em) {
    .c-header__header-menu .menu-level-1>li {
        border-top: 1px solid #e5e5e5
    }
    .c-header__header-menu .menu-level-1>li:last-child {
        border-bottom: 1px solid #e5e5e5
    }
    .c-header__header-menu .menu-level-1>li>a {
        padding: 1.5625rem 1.25rem !important
    }
}

.c-header__header-menu .menu-level-2 {
    align-items: flex-start
}

@media screen and (min-width:50em) {
    .c-header__header-menu .menu-level-2.expanded,
    .c-header__header-menu .c-footer__email .form-actions input.menu-level-2,
    .c-footer__email .form-actions .c-header__header-menu input.menu-level-2,
    .c-header__header-menu .c-product-info__button a.menu-level-2,
    .c-product-info__button .c-header__header-menu a.menu-level-2 {
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        margin-top: -5px
    }
}

.c-header__header-menu .menu-level-2>li.menu-text {
    padding: 1.5625rem !important
}

.c-header__header-menu .menu-level-2>li>a,
.c-header__header-menu .menu-level-2>li>.menu-item {
    display: block;
    padding: .9375rem .625rem !important;
    font-weight: 500
}

@media screen and (min-width:50em) {
    .c-header__header-menu .menu-level-2>li>a,
    .c-header__header-menu .menu-level-2>li>.menu-item {
        font-size: .875rem
    }
}

@media screen and (min-width:64.0625em) {
    .c-header__header-menu .menu-level-2>li>a,
    .c-header__header-menu .menu-level-2>li>.menu-item {
        padding: 1.125rem .9375rem 1.125rem 1.375rem !important;
        font-size: 1.125rem
    }
}

@media screen and (min-width:75em) {
    .c-header__header-menu .menu-level-2>li>a,
    .c-header__header-menu .menu-level-2>li>.menu-item {
        font-size: 1.125rem !important
    }
}

.c-header__header-menu .menu-level-2>li>a span,
.c-header__header-menu .menu-level-2>li>.menu-item span {
    display: block;
    margin-top: .1875rem;
    font-size: .875rem;
    font-weight: 400
}

@media screen and (max-width:50em) {
    .c-header__header-menu .menu-level-2>li {
        background: #e5e5e5;
        border-top: 1px solid #d0d0d0
    }
    .c-header__header-menu .menu-level-2>li>a,
    .c-header__header-menu .menu-level-2>li>.menu-item {
        padding-left: 1.875rem !important
    }
}

.c-header__header-menu .menu-level-2.not-expanded>li {
    border-bottom: 1px solid #e1e1e1
}

.c-header__header-menu .menu-level-2.not-expanded>li>a {
    background-color: #f7f7f7;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .c-header__header-menu .menu-level-2.not-expanded>li>a {
        height: auto;
        padding-left: 1rem !important;
        padding-right: .875rem !important;
        font-size: .875rem
    }
    .c-header__header-menu .menu-level-2>li>a,
    .c-header__header-menu .menu-level-2>li>.menu-item {
        font-size: 1rem
    }
}

@media(min-width:801px) and (max-width:1300px) {
    .c-header__header-menu .menu-level-2.not-expanded>li>a {
        height: auto;
        padding-left: 1rem;
        padding-right: .8125rem;
        font-size: .8125rem
    }
}

@media(min-width:801px) and (max-width:1024px) {
    .c-header__header-menu .menu-level-2>li>a,
    .c-header__header-menu .menu-level-2>li>.menu-item {
        font-size: .75rem
    }
}

@media(min-width:1025px) and (max-width:1120px) {
    .c-header__header-menu .menu-level-2>li>a,
    .c-header__header-menu .menu-level-2>li>.menu-item {
        font-size: .9375rem
    }
}

.c-header__header-menu .menu-level-2.not-expanded>li>a:hover {
    background-color: #e1e1e1
}

.c-header__header-menu .menu-level-2.not-expanded>li:first-child {
    border-top: 1px solid #e1e1e1
}

.c-header__header-menu .menu-level-3 {
    background: #f7f7f7;
    top: 100% !important;
    left: 0 !important;
    margin-top: 1px
}

.c-header__header-menu .menu-level-3 a {
    padding: .9375rem 0 1.25rem;
    font-size: 1.125rem;
    align-items: center !important;
    justify-content: center !important
}

.c-header__header-menu .menu-level-3 a:hover {
    background-color: #e1e1e1
}

@media screen and (min-width:64.0625em) {
    .c-header__header-menu .menu-level-3 a {
        padding: .625rem 0 .625rem;
        font-size: 1.9375rem
    }
}

.c-header__header-menu .menu-level-3 i {
    margin-right: .625rem;
    font-size: 2.5rem
}

@media screen and (min-width:64.0625em) {
    .c-header__header-menu .menu-level-3 i {
        margin-right: .9375rem;
        font-size: .875rem
    }
}

.c-header__header-menu .menu-level-3 span {
    max-width: 10.3125rem;
    white-space: normal;
    font-family: Ubuntu;
    font-size: 1.5rem;
    font-weight: 400
}

.c-header__header-menu .is-dropdown-submenu-parent.opens-expanded {
    position: static
}

.c-header__header-menu .is-dropdown-submenu.expanded.js-dropdown-active,
.c-header__header-menu .c-footer__email .form-actions input.is-dropdown-submenu.js-dropdown-active,
.c-footer__email .form-actions .c-header__header-menu input.is-dropdown-submenu.js-dropdown-active,
.c-header__header-menu .c-product-info__button a.is-dropdown-submenu.js-dropdown-active,
.c-product-info__button .c-header__header-menu a.is-dropdown-submenu.js-dropdown-active {
    display: flex
}

@media screen and (max-width:50em) {
    .c-header__quote {
        display: none
    }
}

@media screen and (min-width:64.0625em) {
    .c-header__quote .button.pill,
    .c-header__quote .links-wrap--button a.pill,
    .links-wrap--button .c-header__quote a.pill,
    .c-header__quote .form-actions input.pill,
    .form-actions .c-header__quote input.pill,
    .c-header__quote .c-product-info__button a.pill,
    .c-product-info__button .c-header__quote a.pill {
        font-size: .875rem
    }
}

@media(min-width:801px) and (max-width:1300px) {
    .c-header__quote .button.pill,
    .c-header__quote .links-wrap--button a.pill,
    .links-wrap--button .c-header__quote a.pill,
    .c-header__quote .form-actions input.pill,
    .form-actions .c-header__quote input.pill,
    .c-header__quote .c-product-info__button a.pill,
    .c-product-info__button .c-header__quote a.pill {
        font-size: .75rem;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.c-header__mobile-trigger {
    padding: .625rem .75rem;
    display: none
}

@media screen and (max-width:50em) {
    .c-header__mobile-trigger {
        display: block
    }
}

@media screen and (max-width:50em) {
    .c-header__eyebrow-wrap {
        order: -1
    }
}

.c-header__eyebrow {
    margin-left: .3125rem
}

@media screen and (max-width:64.0625em) {
    .c-header__eyebrow {
        display: none
    }
}

@media screen and (min-width:75em) {
    .c-header__eyebrow {
        margin-left: .625rem
    }
}

@media screen and (min-width:90em) {
    .c-header__eyebrow {
        margin-left: 1.875rem
    }
}

.c-header__eyebrow a {
    padding: .625rem .375rem !important
}

.c-header__eyebrow a path {
    fill: #f60 !important;
    stroke: none !important
}

.c-header__eyebrow a:hover path {
    fill: #555 !important
}

@media(min-width:801px) and (max-width:1300px) {
    .c-header__eyebrow a.tip-top {
        padding-left: .125rem !important;
        padding-right: .125rem !important
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .c-header__eyebrow a.tiptop {
        padding-left: .25rem;
        padding-right: .25rem
    }
}

.c-header__eyebrow i {
    margin-right: 0 !important
}

.c-header .o-svg {
    min-height: 18px;
    min-width: 18px
}

@media(min-width:801px) and (max-width:1024px) {
    .c-header__search {
        display: none
    }
}

@media screen and (min-width:50em) {
    .c-header__search {
        margin-left: .3125rem
    }
}

@media screen and (min-width:75em) {
    .c-header__search {
        margin-left: .9375rem
    }
}

@media screen and (min-width:90em) {
    .c-header__search {
        margin-left: 2.1875rem
    }
}

.c-header__search-trigger {
    position: relative;
    cursor: pointer;
    display: block;
    height: 38px;
    padding: .625rem .75rem
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .c-header__search-trigger {
        padding-left: .375rem;
        padding-right: .0625rem
    }
}

.c-header .is-dropdown-submenu-parent.is-active .c-header__search-trigger:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 1.125rem;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #e1e1e1;
    border-bottom-style: solid;
    border-top-width: 0
}

@media screen and (min-width:50em) {
    .c-header__search__mobile-trigger {
        display: none
    }
}

.c-header__search .menu-level-1>li,
.c-header__search .menu-level-1>li:first-child {
    border: 0
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .c-header__search .menu-level-1>li>a {
        font-size: .875rem
    }
}

.c-header__search .menu-level-1 .container-inline {
    position: relative
}

.c-header__search .menu-level-1 .form-actions {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

.c-header__search .menu-level-1 input[type="text"] {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 24px
}

.c-header__search .menu-level-1 input[type="text"]:focus {
    border-color: #e1e1e1
}

.c-header__search .menu-level-1 input[type="submit"] {
    display: none
}

.c-header__search .menu-level-2>li.menu-text {
    position: relative;
    padding-top: .9375rem !important
}

.c-header__search-close {
    position: absolute;
    top: .625rem;
    right: 1.25rem;
    padding: .9375rem;
    cursor: pointer
}

.c-header__search-close:hover {
    color: #000
}

.c-header__search-close i {
    font-size: 20px
}

.c-header__header-menu--main-mobile .menu-level-1>li a {
    padding: 1.25rem !important;
    font-weight: 500;
    font-size: 1rem
}

@media screen and (min-width:40em) {
    .c-header__header-menu--main-mobile .menu-level-1>li a {
        padding: 2.5rem 3.125rem 2.5rem 2.5rem !important;
        font-size: 1.75rem
    }
}

.c-header__header-menu--main-mobile .menu-level-1>li i {
    position: absolute !important;
    right: 1.25rem !important
}

@media screen and (min-width:40em) {
    .c-header__header-menu--main-mobile .menu-level-1>li i {
        right: 3.125rem !important
    }
}

.c-header__header-menu--main-mobile .menu-level-2>li a {
    padding-left: 1.875rem !important
}

@media screen and (min-width:40em) {
    .c-header__header-menu--main-mobile .menu-level-2>li a {
        padding-left: 4.0625rem !important
    }
}

.off-canvas-wrapper {
    -webkit-overflow-scrolling: scroll
}

.off-canvas-wrapper .is-open-right {
    height: 100%;
    -webkit-transform: translateX(calc(-100% + 50px));
    transform: translateX(calc(-100% + 50px))
}

@media screen and (min-width:40em) {
    .off-canvas-wrapper .is-open-right {
        -webkit-transform: translateX(calc(-100% + 100px));
        transform: translateX(calc(-100% + 100px))
    }
}

.off-canvas-wrapper .is-open-right .off-canvas-content {
    height: 100%;
    overflow: hidden
}

.off-canvas-wrapper .off-canvas.position-right {
    right: calc(-100% + 50px);
    width: calc(100% - 50px)
}

@media screen and (min-width:40em) {
    .off-canvas-wrapper .off-canvas.position-right {
        right: calc(-100% + 100px);
        width: calc(100% - 100px)
    }
}

.js-off-canvas-exit {
    z-index: 1000
}

.js-off-canvas-exit:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #7f7f7f
}

@media screen and (min-width:40em) {
    .js-off-canvas-exit:before {
        width: 100px;
        height: 100px
    }
}

.js-off-canvas-exit:after {
    content: url(../img/icon-close.svg);
    position: absolute;
    top: 25px;
    right: 25px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    display: block;
    width: 12.5px;
    height: 12.5px;
    line-height: 1
}

@media screen and (min-width:40em) {
    .js-off-canvas-exit:after {
        top: 50px;
        right: 50px;
        width: 25px;
        height: 25px
    }
}

.c-hero-cta-links {
    overflow: hidden
}

.c-hero-cta-links__item {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    text-align: center
}

.c-hero-cta-links__item:nth-child(1) {
    color: #7cb329;
    background-color: currentColor
}

.c-hero-cta-links__item:nth-child(2) {
    color: #38a0ab;
    background-color: currentColor
}

.c-hero-cta-links__item:nth-child(3) {
    color: #613f77;
    background-color: currentColor;
    text-align: center
}

.c-hero-cta-links__item:nth-child(4) {
    color: #cd354b;
    background-color: currentColor
}

@media(max-width:1300px) {
    .c-hero-cta-links__item:nth-child(4) .c-hero-cta-links__text {
        text-align: center
    }
}

@media(min-width:801px) and (max-width:1300px) {
    .c-hero-cta-links__item:nth-child(4) .c-hero-cta-links__text {
        width: 100%
    }
}

.c-hero-cta-links__item:not(:last-child):after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 40px;
    border-color: transparent transparent transparent currentColor;
    border-left-style: solid;
    border-right-width: 0;
    border-right-width: 20px;
    border-left-width: 20px;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1
}

.c-hero-cta-links--shrink .c-hero-cta-links__item:nth-child(2),
.c-hero-cta-links--shrink .c-hero-cta-links__item:nth-child(3):not(:last-child) {
    flex: 0 0 auto
}

@media screen and (min-width:40em) and (max-width:64em) {
    .c-hero-cta-links__item {
        float: left;
        width: 50%;
        text-align: center
    }
}

@media screen and (max-width:64em) {
    .c-hero-cta-links__item:first-child:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2.625rem .9375rem 0 0 !important;
        border-color: #7cb329 transparent transparent transparent !important
    }
    .c-hero-cta-links__item:nth-child(3):after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2.625rem .9375rem 0 0 !important;
        border-color: #613f77 transparent transparent transparent !important
    }
}

.c-hero-cta-links__link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .75rem .625rem;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1
}

.c-hero-cta-links__link:focus {
    color: #fff
}

.c-hero-cta-links__item:first-child .c-hero-cta-links__link {
    padding-right: 1.25rem
}

.c-hero-cta-links__item:last-child .c-hero-cta-links__link {
    padding-left: 2.5rem
}

.c-hero-cta-links__item:nth-child(2):not(:last-child) .c-hero-cta-links__link,
.c-hero-cta-links__item:nth-child(3):not(:last-child) .c-hero-cta-links__link {
    padding-right: 2.5rem;
    padding-left: 3.75rem
}

@media screen and (min-width:40em) and (max-width:64em) {
    .c-hero-cta-links__link {
        padding: .75rem .625rem
    }
}

@media screen and (min-width:64.0625em) {
    .c-hero-cta-links__link {
        padding: .75rem 1.25rem
    }
    .c-hero-cta-links__item:first-child .c-hero-cta-links__link {
        padding-right: 2.5rem
    }
    .c-hero-cta-links__item:last-child .c-hero-cta-links__link {
        padding-left: 3.75rem
    }
    .c-hero-cta-links__item:nth-child(2):not(:last-child) .c-hero-cta-links__link,
    .c-hero-cta-links__item:nth-child(3):not(:last-child) .c-hero-cta-links__link {
        padding-right: 5rem;
        padding-left: 6.25rem
    }
}

.c-hero-cta-links--shrink .c-hero-cta-links__item:first-child .c-hero-cta-links__link {
    justify-content: flex-end;
    text-align: right
}

.c-hero-cta-links--shrink .c-hero-cta-links__item:last-child .c-hero-cta-links__link {
    justify-content: flex-start;
    text-align: left
}

.c-hero-cta-links--shrink .c-hero-cta-links__item:nth-child(2) .c-hero-cta-links__link,
.c-hero-cta-links--shrink .c-hero-cta-links__item:nth-child(3):not(:last-child) .c-hero-cta-links__link {
    justify-content: center;
    text-align: center
}

.c-hero-cta-links__link:hover {
    color: #fff;
    text-decoration: underline
}

.c-hero-cta-links__text {
    padding-right: .25rem;
    text-align: center
}

.c-hero-cta-links__arrow svg {
    display: inline-block;
    margin: 0 0 1px 3px;
    vertical-align: middle;
    width: 12px
}

@media screen and (min-width:40em) and (max-width:64em) {
    .c-hero-cta-links__text {
        width: 100%
    }
}

.c-hero-header {
    position: relative;
    height: 18.75rem
}

.c-hero-header--small {
    height: 9.375rem
}

@media screen and (min-width:40em) {
    .c-hero-header {
        height: 26.25rem
    }
    .c-hero-header--small {
        height: 15.625rem
    }
}

@media screen and (min-width:64.0625em) {
    .c-hero-header {
        height: 33.75rem
    }
    .c-hero-header--small {
        height: 21.875rem
    }
}

.c-hero-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.c-hero-header__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-bottom: .9375rem
}

@media screen and (min-width:40em) {
    .c-hero-header__content {
        padding-bottom: 2.1875rem
    }
}

.c-hero-header__content--middle {
    padding-bottom: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.c-hero-header__title,
.c-parallax__title-slider {
    justify-content: center
}

.c-hero-header__title,
.c-hero-header__text {
    color: #fff
}

.c-hero-image-360 {
    position: relative
}

.c-hero-image-360 iframe {
    display: block;
    height: 360px
}

@media screen and (min-width:40em) {
    .c-hero-image-360 iframe {
        height: 525px
    }
}

@media screen and (min-width:40em) and (max-width:64em) {
    .c-hero-image-360 iframe {
        height: 22.5rem
    }
}

.c-hero-image-360 .pw-typing {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 0;
    text-align: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

@media(max-width:640px) {
    .c-hero-image-360 .pw-typing {
        top: 50%;
        left: 50%;
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media(max-width:800px) {
    .c-hero-image-360 .pw-typing .type-wrap {
        margin-left: 10%
    }
}

@media(max-width:640px) {
    .c-hero-image-360 .pw-typing .type-wrap {
        margin: auto;
        text-align: center
    }
}

@media(max-width:640px) {
    .c-hero-image-360 .pw-typing .type-wrap .type-static {
        display: block
    }
}

.c-hero-image-360 .pw-typing .type-wrap h3 {
    color: #fff;
    text-shadow: 1px 2px 7px #000;
    font-size: 2.7rem
}

.c-hero-image-360 .pw-typing .type-wrap .typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.c-hero-image-px {
    padding: 30px 0
}

.c-hero-image-px {
    display: flex;
    align-items: center
}

.c-hero-image-px+.c-hero-image-px {
    margin-top: 0
}

.c-hero-image-px--blog {
    align-items: flex-end;
    padding-bottom: 3.125rem
}

.c-hero-image-px--blog .row,
.c-hero-image-px--blog .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .c-hero-image-px--blog .view-content {
    width: 100%
}

.c-hero-image-px.has-bg-image-px {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 70px 0
}

.c-hero-image {
    display: flex;
    align-items: center
}

@media(max-width:800px) {
    .c-hero-image {
        display: block
    }
}

.c-hero-image+.c-hero-image {
    margin-top: 0
}

@media(max-width:640px) {
    .c-hero-image--stories-of-play-hero-image {
        margin-top: 0;
        text-shadow: .0625rem .0625rem 1.25rem #9e456b
    }
}

.c-hero-image--blog {
    align-items: flex-end;
    padding-bottom: 3.125rem
}

@media(max-width:1300px) {
    .c-hero-image--blog {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

@media(max-width:800px) {
    .c-hero-image--blog {
        align-items: flex-start;
        padding-bottom: 1rem;
        background-image: none !important
    }
}

.c-hero-image--blog .row,
.c-hero-image--blog .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .c-hero-image--blog .view-content {
    width: 100%
}

@media(max-width:1300px) {
    .c-hero-image--blog__link {
        text-align: left
    }
}

@media(max-width:800px) {
    .c-hero-image--blog__link {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 20px
    }
}

.c-hero-image--blog__link a.button.hollow,
.c-hero-image--blog__link .links-wrap--button a.hollow,
.links-wrap--button .c-hero-image--blog__link a.hollow,
.c-hero-image--blog__link .c-product-info__button a.hollow,
.c-product-info__button .c-hero-image--blog__link a.hollow {
    font-size: 1.125rem;
    color: #555;
    background-color: #e1e1e1;
    border: .0625rem solid #e1e1e1
}

@media(max-width:640px) {
    .c-hero-image--blog__link a.button.hollow,
    .c-hero-image--blog__link .links-wrap--button a.hollow,
    .links-wrap--button .c-hero-image--blog__link a.hollow,
    .c-hero-image--blog__link .c-product-info__button a.hollow,
    .c-product-info__button .c-hero-image--blog__link a.hollow {
        font-size: 1rem
    }
}

.c-hero-image--blog__link a.button.hollow:hover,
.c-hero-image--blog__link .links-wrap--button a.hollow:hover,
.links-wrap--button .c-hero-image--blog__link a.hollow:hover,
.c-hero-image--blog__link .c-product-info__button a.hollow:hover,
.c-product-info__button .c-hero-image--blog__link a.hollow:hover {
    color: #f60;
    background-color: #f7f7f7;
    border: .0625rem solid
}

.c-hero-image__content--filled {
    padding: 32px 56px;
    background-color: var(--bgColor)
}

@media(max-width:600px) {
    .c-hero-image__content--filled .c-hero-image__title,
    .c-hero-image__content--filled .c-hero-image__text {
        color: #fff !important
    }
}

@media(max-width:800px) {
    .c-hero-image--blog__title {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media(max-width:800px) {
    .c-hero-image--blog__title h3 {
        margin-top: 1rem;
        font-weight: 300;
        font-size: 2.3125rem;
        color: #f60
    }
}

@media(max-width:420px) {
    .c-hero-image--blog__title h3 {
        font-size: 1.625rem
    }
}

@media(max-width:800px) {
    .c-hero-image--blog__title .callout-text,
    .c-hero-image--blog__title .intro-text {
        font-weight: 400;
        font-size: 1.875rem;
        color: #555
    }
}

@media(max-width:420px) {
    .c-hero-image--blog__title .callout-text,
    .c-hero-image--blog__title .intro-text {
        font-size: 1rem
    }
}

.c-hero-image--blog__title .callout-text {
    font-weight: 400
}

@media(max-width:800px) {
    .c-hero-image--blog__title .callout-text {
        margin-top: 1.25rem
    }
}

@media(min-width:801px) {
    .c-hero-image--blog__image {
        display: none !important
    }
}

@media(max-width:800px) {
    .c-hero-image--blog__image {
        display: block;
        width: 100%;
        height: auto
    }
    .c-hero-image--blog__image--hold {
        position: relative;
        width: 100%;
        height: auto
    }
}

@media(max-width:800px) {
    .c-hero-image--blog__details {
        display: block
    }
}

.c-hero-image.has-bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 0
}

@media screen and (min-width:40em) {
    .c-hero-image.has-bg-image {
        height: 587px
    }
    .c-hero-image.has-bg-image--blog {
        height: 569px
    }
}

@media(max-width:800px) {
    .c-hero-image.has-bg-image {
        height: auto;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:40em) {
    .c-hero-image.has-bg-image .c-hero-image__content {
        margin-top: 3.75rem
    }
}

@media(max-width:600px) {
    .c-hero-image.has-bg-image .c-hero-image__content {
        padding: 20px;
        background-color: rgba(0, 0, 0, .7)
    }
    .c-hero-image.has-bg-image {
        padding: 20px
    }
}

.c-hero-image__title {
    font-weight: 400;
    font-family: Ubuntu;
    font-size: 2.375rem
}

.text-center-force,
.text-center-force :is(h1,
h2,
h3,
h4),
.text-center :is(h1,
h2,
h3,
h4).c-parallax-text__title,
:is(h1,
h2,
h3,
h4).c-parallax-text__subtitle {
    justify-content: center;
    text-align: center
}

@media screen and (min-width:40em) {
    .c-hero-image__title {
        font-size: 3.125rem
    }
}

.c-hero-image__text {
    font-family: Source Sans Pro;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.29
}

.c-hero-image__content>p.c-hero-image__text,
.c-hero-image__content>h2.c-hero-image__title {
    margin-bottom: 1rem !important
}

@media screen and (min-width:40em) {
    .c-hero-image__text {
        font-size: 1.75rem
    }
}

.c-hero-image__text.callout-text-underneath {
    margin-top: 3.125rem;
    margin-bottom: 6.25rem;
    font-size: 1.75rem;
    line-height: 2.5rem
}

@media screen and (min-width:64.0625em) {
    .c-hero-image__link {
        max-width: 45.625rem;
        margin-right: auto;
        margin-left: auto
    }
}

@media(max-width:800px) {
    .c-hero-image--products,
    .c-hero-image--products__details {
        display: block;
        height: auto;
        padding: 0
    }
    .c-hero-image__title {
        font-size: 2rem
    }
}

.c-hero-image#electronic-products {
    margin-top: 0
}

.c-history__break {
    width: 2px;
    height: 136px;
    margin: 2.5rem auto
}

.c-history__break-line {
    background: #e1e1e1;
    border: 0
}

.c-history__two-column {
    padding-top: 1.875rem
}

.c-history__pull-down {
    position: relative;
    z-index: 1;
    margin-bottom: -1.875rem;
    padding-bottom: 30px
}

.c-history__pull-down .c-history__column--image {
    margin-bottom: -1.875rem
}

.c-history__date {
    display: inline-block;
    margin-bottom: 1.5625rem;
    font-size: 4.5rem;
    font-weight: 700;
    text-align: right;
    line-height: .25
}

.c-history__date--small {
    font-size: 3rem
}

.c-history__date:after {
    content: '';
    display: inline-block;
    width: 50%;
    height: .125em;
    background: #f60
}

.c-history__jumbo-date {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -.11516em;
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-size: 477.6px;
    font-weight: 700;
    line-height: .66;
    color: rgba(85, 85, 85, 0.18)
}

.ubuntu .c-history__jumbo-date {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

.c-history__hero-image.has-bg-image .c-history__jumbo-date {
    color: rgba(255, 255, 255, 0.25)
}

.c-history__hero-image {
    position: relative
}

.c-history__hero-row {
    height: 592px
}

.c-history__title {
    font-size: 1.875rem;
    font-weight: 300;
    color: #555
}

.c-history__title--invert {
    display: inline;
    background: #f60;
    font-size: 2.375rem;
    line-height: 1.57895;
    color: #fff
}

.c-history__image {
    margin-bottom: 1.5625rem
}

.c-history__two-column .c-history__column:first-child {
    padding-right: 2.5rem;
    text-align: right
}

.c-history__two-column .c-history__column+.c-history__column {
    padding-left: 2.5rem
}

.c-history__two-column .c-history__column+.c-history__column {
    position: relative;
    z-index: 1
}

.c-icon-cta.slick-slider .slick-slide {
    height: auto
}

#block-bean-partners-memberships-icons-c-1 {
    margin-bottom: 90px
}

@media(max-width:639px) {
    .c-icon-cta--icon-cta {
        position: relative;
        border-top: 1px solid #e1e1e1
    }
    .c-icon-cta--icon-cta:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        background-color: #e1e1e1
    }
    .c-icon-cta--icon-cta .c-icon-cta__image {
        width: 80%;
        margin: 0 auto
    }
    .c-icon-cta--icon-cta .c-icon-cta__title a {
        display: inline-block;
        min-height: 2em;
        font-weight: 300
    }
}

@media(max-width:639px) and (max-width:640px) {
    .c-icon-cta--icon-cta .c-icon-cta__title a {
        min-height: auto
    }
}

.c-icon-cta--icon-cta .c-icon-cta__block {
    height: auto !important;
    padding: .5rem .625rem;
    border: 1px solid #e1e1e1
}

@media screen and (min-width:40em) {
    .c-icon-cta--icon-cta .c-icon-cta__block {
        padding-top: 2.1875rem;
        padding-bottom: 1.875rem
    }
}

@media screen and (min-width:64.0625em) {
    .c-icon-cta--icon-cta .c-icon-cta__block {
        border: none
    }
}

.c-icon-cta__title {
    margin-top: .625rem;
    margin-bottom: .9375rem;
    line-height: 1.07;
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
    justify-content: center
}

@media screen and (min-width:40em) {
    .c-icon-cta__title {
        font-size: 1.75rem
    }
}

@media screen and (min-width:64.0625em) {
    .c-icon-cta__title {
        font-weight: 500;
        font-size: 1.875rem
    }
}

.c-icon-cta__title a {
    color: #555
}

.c-icon-cta__title a:hover {
    color: #f60;
    text-decoration: none
}

@media(max-width:640px) {
    .c-icon-cta__text {
        display: none
    }
}

.c-icon-cta__text p,
.field-text p,
.field-text li {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300
}

@media screen and (max-width:64em) {
    .c-icon-cta__text p,
    .field-text p,
    .field-text li {
        font-size: 1.125rem
    }
}

@media(max-width:768px) {
    .c-icon-cta__text p,
    .field-text p,
    .field-text li {
        font-size: 1rem
    }
}

.c-icon-cta__button {
    margin-top: 10px;
    margin-bottom: 15px
}

@media(max-width:640px) {
    .c-icon-cta__button {
        display: none
    }
}

.c-icon-cta__button .c-icon-cta__button {
    margin: 0
}

@media(max-width:768px) {
    .c-icon-cta a .c-svg-animation {
        width: 10rem
    }
}

@media(max-width:640px) {
    .c-icon-cta a .c-svg-animation {
        width: 8.4375rem
    }
}

@media(max-width:420px) {
    .c-icon-cta a .c-svg-animation {
        width: 5.625rem
    }
}

@media(max-width:768px) {
    .c-icon-cta a .c-svg-animation svg {
        height: 10rem
    }
}

@media(max-width:640px) {
    .c-icon-cta a .c-svg-animation svg {
        max-height: 8.4375rem
    }
}

@media(max-width:420px) {
    .c-icon-cta a .c-svg-animation svg {
        max-height: 5.625rem
    }
}

@media(max-width:640px) {
    .c-icon-cta.innerpage-icon-cta {
        margin-bottom: 1.25rem
    }
    .c-icon-cta.innerpage-icon-cta .c-icon-cta__title {
        font-size: 1.75rem;
        margin-top: 5.625rem
    }
    .c-icon-cta.innerpage-icon-cta .c-icon-cta__text {
        display: block !important
    }
    .c-icon-cta.innerpage-icon-cta .c-icon-cta__text p {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 2rem
    }
    .c-icon-cta.innerpage-icon-cta .c-icon-cta__button {
        display: inline-block
    }
    .c-icon-cta.innerpage-icon-cta .slick-dots {
        position: absolute;
        top: 11.875rem;
        display: block !important
    }
}

.c-just-text-single-column {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.39;
    text-align: left
}

.c-just-text-single-column p,
.c-just-text-single-column li,
#block-system-main p,
#block-system-main li {
    font-size: 18px
}

@media screen and (min-width:40em) {
    .c-just-text-single-column {
        font-size: 36px
    }
    .c-just-text-single-column p,
    .c-just-text-single-column li {
        font-size: 18px
    }
}

.c-just-text-single-column ul {
    margin-left: 3.25rem
}

.c-keyshot {
    position: relative;
    max-width: 55rem;
    margin: 1.25rem auto
}

.c-keyshot:before {
    content: '';
    display: block;
    padding-bottom: 56.25%
}

.c-keyshot iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.c-new-product-review {
    border-top: 1px solid #e1e1e1
}

.c-new-product-review__highlight {
    color: #7cb329;
    font-size: 1.625rem;
    padding: 1.5625rem;
    border-top: 2px solid;
    border-bottom: 2px solid
}

.c-new-product-review__text {
    position: relative;
    z-index: 1
}

.c-new-product-review__image-wrap {
    padding: 0
}

.c-new-product-review__image {
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover
}

.c-new-product-review__image:before {
    content: '';
    display: block;
    padding-bottom: 75.76499%
}

@media screen and (min-width:40em) {
    .c-new-product-review__image {
        margin-left: -13.5%
    }
}

.c-new-products-slider {
    display: flex;
    align-items: center;
    height: 300px;
    margin-left: -7%;
    margin-right: -7%;
    overflow: hidden
}

@media screen and (min-width:40em) {
    .c-new-products-slider {
        height: 600px
    }
}

@media(max-width:800px) {
    .c-new-products-slider {
        height: auto
    }
}

@media(min-width:801px) {
    .c-new-products-slider:hover .slick-slide {
        width: 20% !important
    }
    .c-new-products-slider:hover .slick-slide:hover {
        width: 40% !important
    }
}

.c-new-products-slider_-_wrap {
    overflow: hidden
}

.c-new-products-slider__item {
    width: 100%;
    height: 28.125rem;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    transition: width .3s ease-in-out
}

@media(min-width:801px) {
    .c-new-products-slider__item {
        height: 37.5rem;
        -webkit-transform: skewX(-12deg);
        transform: skewX(-12deg)
    }
}

.c-new-products-slider__item:before {
    display: none
}

.c-new-products-slider__item .c-new-products-slider__item-image {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover
}

@media(min-width:801px) {
    .c-new-products-slider__item:before,
    .c-new-products-slider__item .c-new-products-slider__item-image {
        left: 50%;
        width: 200%;
        -webkit-transform: translateX(-50%) translateZ(0) skewX(12deg);
        transform: translateX(-50%) translateZ(0) skewX(12deg)
    }
}

@media(max-width:640px) {
    .c-new-products-slider__item-small {
        height: 12.5rem
    }
}

.c-new-products-slider__content,
.c-new-products-slider__link {
    opacity: 0;
    transition: all .3s .2s ease-in-out
}

@media(max-width:800px) {
    .c-new-products-slider__content {
        opacity: 1
    }
    .c-new-products-slider__item:before,
    .c-new-products-slider__item .c-new-products-slider__item-image {
        height: 50%
    }
    .c-new-products-slider__content {
        background: #f7f7f7 !important;
        top: 50%
    }
    .c-new-products-slider__text,
    .c-new-products-slider__title {
        text-shadow: none !important;
        color: #555
    }
    .c-new-products-slider--new-products-slider .slick-dots li.slick-active button {
        background: #555 !important
    }
    .c-new-products-slider--new-products-slider .slick-dots li button {
        border: 1px solid #555 !important;
        border-radius: 50% !important
    }
}

.c-new-products-slider__item:hover .c-new-products-slider__content,
.c-new-products-slider__item:hover .c-new-products-slider__link {
    opacity: 1
}

.c-new-products-slider__content {
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 120%;
    padding-top: 50px;
    padding-bottom: 15px;
    padding-left: 20%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0))
}

@media screen and (max-width:64em) {
    .c-new-products-slider__content {
        padding-left: 20%;
        padding-right: 20%
    }
}

@media(min-width:801px) {
    .c-new-products-slider__content {
        -webkit-transform: translateZ(0) skewX(12deg);
        transform: translateZ(0) skewX(12deg)
    }
}

@media(max-width:800px) {
    .c-new-products-slider__content {
        width: 100%;
        left: 0;
        bottom: 0;
        padding-left: 10% !important;
        padding-right: 10% !important;
        padding-bottom: 2.5rem;
        margin: 0 !important
    }
}

.c-new-products-slider__item:first-child .c-new-products-slider__content {
    padding-left: 30%;
    margin-left: 7%
}

.c-new-products-slider__text,
.c-new-products-slider__title {
    width: 350px
}

@media screen and (max-width:64em) {
    .c-new-products-slider__text,
    .c-new-products-slider__title {
        width: 100%
    }
}

@media(max-width:800px) {
    .c-new-products-slider__text,
    .c-new-products-slider__title {
        text-shadow: .125rem .125rem .625rem #000;
        text-align: center
    }
}

@media(max-width:800px) {
    .c-new-products-slider__title {
        font-size: 32px
    }
}

@media(max-width:800px) {
    .c-new-products-slider__text {
        line-height: 1.3
    }
}

.c-new-products-slider__link {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 5.375rem;
    height: 5.375rem;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

@media(min-width:801px) {
    .c-new-products-slider__link {
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0) skewX(12deg);
        transform: translate3d(-50%, -50%, 0) skewX(12deg)
    }
    .c-new-products-slider__link:hover {
        -webkit-transform: translate3d(-50%, -50%, 0) skewX(12deg) scale(1.1);
        transform: translate3d(-50%, -50%, 0) skewX(12deg) scale(1.1)
    }
}

.c-new-products-slider__link:before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%
}

.c-new-products-slider__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #7cb329;
    font-size: 4.125rem;
    line-height: 5.375rem
}

@media(max-width:800px) {
    .c-new-products-slider .slick-dots {
        position: absolute;
        bottom: 10px
    }
}

@media(max-width:800px) {
    .c-new-products-slider .slick-slide {
        height: auto
    }
}

@media(min-width:801px) {
    .c-new-products-slider .slick-slide {
        width: 25% !important;
        transition: width .3s ease-in-out
    }
    .c-new-products-slider .slick-slide:not(:first-child) .c-new-products-slider__content {
        margin-left: 0
    }
}

@media screen and (min-width:64.0625em) {
    .c-new-products-slider .slick-slide:hover {
        width: 40% !important
    }
}

@media(min-width:801px) and (max-width:1300px) {
    .c-new-products-slider .slick-slide:not(:first-child) .c-new-products-slider__content {
        padding-left: 20% !important;
        padding-right: 20%
    }
}

#olark-wrapper .olark-launch-button-wrapper .olark-button-focus-wrapper:focus-within {
    background: none !important
}

.olark-chat-tab.stick {
    transition: none !important;
    box-shadow: none !important
}

#olark-wrapper p {
    display: none !important
}

@media screen and (min-width:40em) {
    #olark-wrapper p {
        display: block !important;
        padding-left: 2.5rem !important;
        font-family: Helvetica, Roboto, Arial, sans-serif !important;
        font-weight: 700;
        font-size: .8125rem !important;
        color: #555 !important
    }
    .ubuntu #olark-wrapper p {
        font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif !important
    }
}

#olark-wrapper .olark-launch-button {
    margin-right: 5% !important;
    overflow: hidden;
    z-index: 999 !important;
    transition: none !important
}

.olark-launch-button.olark-text-button .olark-button-text {
    font-size: 14px !important
}

#olark-wrapper .olark-launch-button.olark-text-button .olark-button-text span {
    font-size: 14px !important;
    top: -2px;
    position: relative;
    padding-left: 15px
}

#olark-wrapper .olark-launch-button {
    height: 44px !important
}

@media(max-width:639px) {
    #olark-wrapper .olark-launch-button.olark-chat-tab {
        background: url(/sites/all/themes/playworld/img/icons/chat-bubble.svg) center center/80% no-repeat #f60 !important
    }
    #hbl-live-chat-wrapper #olark-wrapper .olark-launch-button svg {
        display: inline-block !important
    }
}

@media screen and (min-width:40em) {
    #olark-wrapper .olark-launch-button {
        width: 17.5rem !important;
        height: 2.8125rem !important;
        margin-right: 6.25rem !important;
        background-image: url(/sites/default/files/chat_Arrow-Up.jpg) !important;
        overflow: visible
    }
}

#olark-wrapper .olark-launch-button svg {
    display: none !important
}

#olark-wrapper .olark-launch-button #olark-container .olark-float-label {
    font-family: Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: 700;
    font-size: .65625rem !important;
    color: #555 !important
}

.ubuntu #olark-wrapper .olark-launch-button #olark-container .olark-float-label {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif !important
}

#olark-wrapper .olark-launch-button #olark-container .olark-form-send-button {
    padding: 10px 15px !important;
    font-family: Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: 700;
    font-size: .875rem !important;
    color: #555 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    border: 1px solid #e1e1e1 !important;
    transition: all .3s ease-in-out !important
}

.ubuntu #olark-wrapper .olark-launch-button #olark-container .olark-form-send-button {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif !important
}

#olark-wrapper .olark-top-bar-text {
    font-family: Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: 700;
    font-size: .65625rem !important;
    color: #555 !important
}

.ubuntu #olark-wrapper .olark-top-bar-text {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif !important
}

#olark-container .olark-branding-link {
    display: none !important
}

#olark-container .olark-form-message {
    font-family: Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: 700;
    font-size: .75rem !important;
    color: #555 !important;
    line-height: 1.5 !important;
    background: #fff !important;
    color: #555 !important
}

.ubuntu #olark-container .olark-form-message {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif !important
}

.c-our-products {
    margin-bottom: 2.5rem
}

@media(max-width:640px) {
    .c-our-products {
        margin-bottom: 0
    }
}

.c-our-products__desc {
    font-size: 1.25rem;
    line-height: 1.28571
}

@media screen and (min-width:40em) {
    .c-our-products__desc {
        font-size: 1.75rem
    }
}

@media screen and (max-width:64em) {
    .c-our-products__desc {
        margin-bottom: 2rem
    }
}

.c-our-products__title {
    margin-bottom: 1.25rem
}

@media screen and (max-width:64em) {
    .c-our-products__title {
        text-align: center
    }
}

.c-our-products__text {
    text-align: center
}

.c-our-products__center {
    text-align: center;
    justify-content: center
}

@media screen and (max-width:64em) {
    .c-our-products .menu-level-1>li>a {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
        font-size: 1.875rem !important;
        font-weight: 500
    }
}

@media(max-width:420px) {
    .c-our-products .menu-level-1>li>a {
        font-size: 1.5rem !important;
        padding-right: 50px !important
    }
}

.c-parallax-np-svg .cls-1,
.c-parallax-np-svg .cls-2,
.c-parallax-np-svg .cls-3,
.c-parallax-np-svg .cls-4,
.c-parallax-np-svg .cls-5,
.c-parallax-np-svg .cls-6 {
    fill: none;
    stroke: #fff
}

.c-parallax-np-svg .cls-1,
.c-parallax-np-svg .cls-2 {
    stroke-linecap: round
}

.c-parallax-np-svg .cls-1,
.c-parallax-np-svg .cls-2,
.c-parallax-np-svg .cls-4 {
    stroke-linejoin: round
}

.c-parallax-np-svg .cls-1,
.c-parallax-np-svg .cls-4 {
    stroke-width: 1.6px
}

.c-parallax-np-svg .cls-3,
.c-parallax-np-svg .cls-5,
.c-parallax-np-svg .cls-6 {
    stroke-miterlimit: 10
}

.c-parallax-np-svg .cls-5,
.c-parallax-np-svg .cls-6 {
    stroke-width: 10px
}

.c-parallax-np-svg .cls-6 {
    stroke-linecap: square
}

.c-parallax-np-svg .js-draw-svg-lines {
    position: relative;
    width: 100%;
    padding-bottom: 58%
}

.c-parallax-np-svg .js-draw-svg-lines svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: auto
}

.c-parallax-icons__title {
    font-family: Ubuntu;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.07;
    color: #555
}

.c-parallax-icons__text {
    width: 376px;
    height: 121px;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    text-align: center;
    color: #555;
    color: var(--greyish-brown)
}

.c-parallax-np-testimony__callout-text-light {
    font-family: Source Sans Pro;
    font-size: 1.7125rem;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: -.5px;
    text-align: left
}

.c-parallax-np-testimony__callout-text-green {
    font-family: Ubuntu;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.73
}

.c-parallax-np-testimony__name {
    font-family: Source Sans Pro;
    font-size: 1.7125rem;
    font-weight: 700;
    line-height: 1.19;
    text-align: left;
    padding-top: 10px
}

.c-parallax-np-testimony__position {
    font-family: Source Sans Pro;
    font-size: 1.7125rem;
    line-height: 1.19;
    text-align: left;
    font-weight: 300;
    display: inline
}

.c-parallax-np-testimony__signature {
    display: inline
}

.c-parallax-np-testimony__signature img {
    display: inline;
    float: left;
    margin-right: 30px
}

.c-parallax-text__callout-text {
    font-family: Ubuntu;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 2.14;
    text-align: center
}

.c-parallax-text__title {
    font-family: Ubuntu;
    font-weight: 700;
    line-height: 1
}

@media screen and (min-width:75em) {
    .c-parallax-text__title {
        font-size: 6.25rem
    }
}

.c-parallax-text__subtitle {
    font-family: Source Sans Pro;
    font-weight: 200;
    text-align: center;
    padding: 30px 0
}

@media screen and (min-width:75em) {
    .c-parallax-text__subtitle {
        font-size: 2.8125rem;
        line-height: 55px
    }
}

.c-parallax-text__text {
    font-family: Ubuntu;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: center
}

@media screen and (min-width:40em) {
    .c-parallax-text__text {
        font-size: 1.25rem
    }
}

@media screen and (min-width:75em) {
    .c-parallax-text__text {
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 1.5
    }
}

.c-parallax-text__callout-text-svg {
    font-weight: 300
}

.c-parallax-text--who-we-are-text {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.c-parallax-text--who-we-are-intro-text p {
    font-family: Ubuntu;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 2.14;
    color: #555
}

.c-parallax-text--who-we-are-intro-text h2 {
    font-family: Ubuntu;
    font-size: 2.8125rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33
}

.c-parallax__title-slider {
    font-family: Ubuntu;
    font-weight: 700;
    line-height: 1.3125rem;
    text-align: center;
    color: #555;
    margin-bottom: .9375rem;
    padding-top: .9375rem
}

@media screen and (min-width:75em) {
    .c-parallax__title-slider {
        margin-bottom: 2.5625rem;
        font-size: 3.75rem
    }
}

.c-parallax__text-slider {
    font-family: Source Sans Pro;
    font-size: 1.1875rem;
    font-weight: 300;
    line-height: 1.35;
    text-align: center;
    color: #555
}

.c-parallax__title-tcolumn {
    font-family: Ubuntu;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: .47;
    color: #555
}

.c-parallax__text-tcolumn {
    font-family: Source Sans Pro;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 2.5;
    padding: 41px 0 31px
}

.c-parallax-np-slider.u-spacer--v-lg {
    padding-top: 0
}

.c-parallax-np-slider .slick-slide img {
    padding-top: 3.125rem
}

@media screen and (min-width:40em) {
    .c-parallax__text-container {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.c-parallax-hero-image--unity-freestanding-parallax-hero .u-spacer--v-lg {
    position: relative
}

@media screen and (max-width:26.1875em) {
    .c-parallax-np-svg--unity-collection-svg .row,
    .c-parallax-np-svg--unity-collection-svg .view-industry-stories-and-resources .view-content,
    .view-industry-stories-and-resources .c-parallax-np-svg--unity-collection-svg .view-content {
        position: relative !important
    }
}

.c-parallax-history-intro .c-hero-header__text {
    text-align: center !important
}

.node-type-pitchbook-pw .pitch-menu {
    padding: 1em 1em 1.5em;
    border-bottom: 1px solid #e1e1e1
}

.node-type-pitchbook-pw .pitch-menu .logo {
    width: 59px;
    float: left
}

@media(min-width:640px) {
    .node-type-pitchbook-pw .pitch-menu .logo {
        width: 271px
    }
}

.node-type-pitchbook-pw .pitch-menu .nav-links {
    display: inline;
    text-align: right
}

.node-type-pitchbook-pw .pitch-menu .nav-links ul {
    list-style-type: none;
    margin: 0
}

.node-type-pitchbook-pw .pitch-menu .nav-links ul li {
    display: inline-block;
    padding: 1em 0 0 1em;
    margin: 0
}

.node-type-pitchbook-pw .pitch-menu .nav-links ul li a {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none
}

.ubuntu .node-type-pitchbook-pw .pitch-menu .nav-links ul li a {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

.node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item {
    margin-bottom: 1em
}

.node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-text-pw,
.node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-pdf,
.node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-two-column,
.node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-gallery {
    padding: 0 10%
}

.node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-header-pw img {
    display: block;
    margin: 0 auto
}

.node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-pdf iframe.pdf {
    height: 420px
}

@media(min-width:550px) {
    .node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-pdf iframe.pdf {
        height: 600px
    }
}

.node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-pdf .pdf-download {
    text-align: right
}

.node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-two-column img {
    display: block;
    margin: 0 auto
}

@media(min-width:800px) {
    .node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-two-column .group-left {
        width: 50%;
        padding-right: .5em;
        float: left
    }
}

@media(min-width:800px) {
    .node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-two-column .group-right {
        width: 50%;
        padding-left: .5em;
        float: right
    }
}

.node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-gallery .field-items img {
    display: block;
    margin: 0 auto
}

.node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-gallery .field-items>.field-item {
    width: 100%;
    float: left
}

.node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-gallery .field-items>.field-item:nth-of-type(1n) {
    clear: none
}

.node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-gallery .field-items>.field-item:nth-of-type(1n+1) {
    clear: both
}

.node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-gallery .field-items>.field-item:last-child {
    float: left
}

@media(min-width:530px) {
    .node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-gallery .field-items>.field-item {
        width: 50%;
        float: left;
        padding-left: .5rem;
        padding-right: .5rem
    }
    .node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-gallery .field-items>.field-item:nth-of-type(1n) {
        clear: none
    }
    .node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-gallery .field-items>.field-item:nth-of-type(2n+1) {
        clear: both
    }
    .node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-gallery .field-items>.field-item:last-child {
        float: left
    }
}

@media(min-width:800px) {
    .node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-gallery .field-items>.field-item {
        width: 33.33333%;
        float: left;
        padding-left: .5rem;
        padding-right: .5rem
    }
    .node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-gallery .field-items>.field-item:nth-of-type(1n) {
        clear: none
    }
    .node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-gallery .field-items>.field-item:nth-of-type(3n+1) {
        clear: both
    }
    .node-type-pitchbook-pw .field-name-field-pitch-sections-pw .field-items .field-item .c-pitch-gallery .field-items>.field-item:last-child {
        float: left
    }
}

.node-type-pitchbook-pw .reveal .close-button {
    right: 3px;
    font-size: 1rem
}

.c-popup-message {
    position: relative;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease-in-out
}

.c-popup-message.is-visible {
    max-height: 100px;
    opacity: 1
}

.c-popup-message a {
    text-decoration: underline;
    color: #fff;
    font-weight: 700
}

.c-popup-message a.btn {
    border: 2px solid #fff;
    background: rgba(255, 255, 255, .75);
    color: #f60;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 20px;
    margin-left: 60px;
    font-size: 14px;
    position: relative;
    top: -2px
}

.c-popup-message a:hover {
    text-decoration: underline
}

.c-popup-message__content {
    padding: 16px;
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    background: #f60;
    color: #fff
}

.ubuntu .c-popup-message__content {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

.c-popup-message__content i {
    font-size: 20px;
    padding-right: 10px
}

.c-popup-message__close {
    position: absolute;
    top: 2px;
    right: 0;
    width: 40px;
    height: 100%;
    padding: 16px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px
}

.c-product-details {
    position: relative
}

@media screen and (max-width:64em) {
    .c-popup-message a.btn {
        margin-left: 10px;
        top: 0;
        font-size: 12px
    }
    .c-popup-message__content,
    .c-popup-message__content i {
        font-size: 14px
    }
}

@media screen and (max-width:47.938em) {
    .c-popup-message a.btn {
        display: none
    }
}

@media screen and (max-width:64em) {
    .c-product-details {
        width: 100%;
        margin-bottom: -.9375rem;
        padding-left: 1rem;
        padding-right: 1rem;
        border-width: .0625rem 0;
        border-style: solid;
        border-color: #e1e1e1
    }
}

@media screen and (max-width:74.9375em) {
    .c-product-details {
        margin-top: 1.5rem
    }
}

.c-product-details:before,
.c-product-details:after {
    content: '';
    position: absolute
}

@media screen and (max-width:64em) {
    .c-product-details:before,
    .c-product-details:after {
        display: none
    }
}

.c-product-details:before {
    top: 33.33333%;
    left: 0;
    width: 100%;
    height: 33.33333%;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

@media screen and (min-width:64.0625em) {
    .c-product-details:before {
        top: 0;
        left: 33.33333%;
        width: 33.33333%;
        height: 100%;
        border: 0;
        border-right: 1px solid #e1e1e1;
        border-left: 1px solid #e1e1e1
    }
}

.c-product-details:after {
    top: 0;
    left: 50%;
    height: 100%;
    border-left: 1px solid #e1e1e1
}

@media screen and (min-width:64.0625em) {
    .c-product-details:after {
        top: 50%;
        left: 0;
        width: 100%;
        height: auto;
        border: 0;
        border-top: 1px solid #e1e1e1
    }
}

.c-product-details__title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .c-product-details__age-value {
        font-size: 1.5625rem
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .c-product-details__age-text {
        line-height: 1.25
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .c-product-details__space-text {
        margin-top: 0
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .c-product-details__space-value {
        font-size: 1rem
    }
}

.c-product-details__item {
    padding: .625rem .3125rem 1.875rem;
    max-width: 17.5rem;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width:64em) {
    .c-product-details__item {
        min-height: 12.5rem;
        padding: .625rem .625rem 1.875rem;
        border-width: 0 .0625rem .0625rem 0;
        border-style: solid;
        border-color: #e1e1e1
    }
}

@media screen and (max-width:64em) {
    .c-product-details__item img {
        max-height: 8.4375rem
    }
}

@media screen and (max-width:26.1875em) {
    .c-product-details__item img {
        max-width: 7.5rem;
        max-height: 6.25rem
    }
}

.c-product-details__icon-wrap {
    position: relative
}

.c-product-details__icon-wrap a {
    display: block;
    margin-top: .5rem
}

.c-product-details__item--height .c-product-details__icon-wrap {
    margin-top: 19%
}

.c-product-details__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #f60;
    font-size: 2rem;
    line-height: 1;
    font-family: Ubuntu;
    font-size: 32px;
    font-weight: 300
}

@media screen and (max-width:64em) {
    .c-product-details__text {
        font-size: 1.625rem
    }
}

@media screen and (max-width:26.1875em) {
    .c-product-details__text {
        font-weight: 400;
        font-size: 1.125rem
    }
}

.c-product-details__item--size .c-product-details__text {
    top: 15%
}

@media screen and (max-width:64em) {
    .c-product-details__item--size .c-product-details__text {
        top: 20%
    }
}

.c-product-details__item--weight .c-product-details__text {
    top: 50%
}

.c-product-details__item--height .c-product-details__text {
    top: auto;
    bottom: 93%
}

.c-product-details__item--capacity .c-product-details__text {
    top: 63%
}

@media screen and (max-width:64em) {
    .c-product-details__item--capacity .c-product-details__text {
        top: 65%
    }
}

.c-product-details__item--hours .c-product-details__text {
    top: 46%
}

@media screen and (max-width:64em) {
    .c-product-details__item--hours .c-product-details__text {
        top: 50%
    }
}

.c-product-details__item--color .c-product-details__text {
    top: auto;
    bottom: 5%
}

.c-product-details__sizex {
    color: #555;
    font-size: 1rem;
    font-weight: 700;
    margin: -.3125rem 0 .125rem
}

.c-product-details__disclaimer {
    font-size: 1.125rem;
    line-height: 1.33;
    font-family: Ubuntu
}

.c-product-details__certs-title {
    font-size: 1.89375rem;
    font-weight: 500;
    line-height: 1.65;
    margin-bottom: 10px
}

.c-product-details__certs {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5
}

@media(max-width:640px) {
    .c-product-details__certs {
        font-weight: 400
    }
}

@media screen and (max-width:26.1875em) {
    .c-product-details>.row>.column:nth-child(even) .c-product-details__item,
    .view-industry-stories-and-resources .c-product-details>.view-content>.column:nth-child(even) .c-product-details__item,
    .c-product-details>.row>.columns:nth-child(even) .c-product-details__item,
    .view-industry-stories-and-resources .c-product-details>.view-content>.columns:nth-child(even) .c-product-details__item,
    .lt-ie10 .c-product-details>.row>.columns:nth-child(even) .c-product-details__item,
    .view-industry-stories-and-resources .lt-ie10 .c-product-details>.view-content>.columns:nth-child(even) .c-product-details__item {
        border-right-width: 0
    }
}

@media screen and (max-width:26.1875em) {
    .c-product-details>.row>.column:nth-child(n+5) .c-product-details__item,
    .view-industry-stories-and-resources .c-product-details>.view-content>.column:nth-child(n+5) .c-product-details__item,
    .c-product-details>.row>.columns:nth-child(n+5) .c-product-details__item,
    .view-industry-stories-and-resources .c-product-details>.view-content>.columns:nth-child(n+5) .c-product-details__item,
    .lt-ie10 .c-product-details>.row>.columns:nth-child(n+5) .c-product-details__item,
    .view-industry-stories-and-resources .lt-ie10 .c-product-details>.view-content>.columns:nth-child(n+5) .c-product-details__item {
        border-bottom-width: 0
    }
}

@media screen and (max-width:64em) {
    .c-product-details>.row>.column,
    .view-industry-stories-and-resources .c-product-details>.view-content>.column,
    .c-product-details>.row>.columns,
    .view-industry-stories-and-resources .c-product-details>.view-content>.columns,
    .lt-ie10 .c-product-details>.row>.columns,
    .view-industry-stories-and-resources .lt-ie10 .c-product-details>.view-content>.columns {
        padding-left: 0;
        padding-right: 0
    }
}

.reveal.large {
    max-width: 55rem
}

.c-product-details.o-metric-switcher {
    padding-left: 0;
    padding-right: 0
}

.c-product-details.o-metric-switcher .row,
.c-product-details.o-metric-switcher .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .c-product-details.o-metric-switcher .view-content {
    margin: 0
}

@media(max-width:640px) {
    .node-product .u-spacer--l-md {
        padding-left: 0
    }
}

.c-product-gallery {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-top: -1.25rem
}

.c-product-gallery .tabs,
.c-product-gallery .tabs-content {
    border: 0
}

.c-product-gallery .tabs-panel,
.c-product-gallery .tabs-title a {
    padding: 0
}

.c-product-gallery__image {
    position: relative;
    padding-bottom: 56.25%
}

.c-product-gallery__image a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.c-product-gallery__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%
}

.c-product-gallery__thumbs {
    margin-top: 1.25rem;
    display: none
}

@media(min-width:600px) {
    .c-product-gallery__thumbs {
        display: block;
        margin-left: 50px;
        margin-right: 46px
    }
    .c-product-gallery__image--thumb {
        border: 1px solid #e1e1e1
    }
    .slider-border-fix.slider-border-fix.slider-border-fix {
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1
    }
    .slider-border-fix-right.slider-border-fix-right.slider-border-fix-right {
        border-right: 1px solid #e1e1e1
    }
    .slick-active+.slick-active .c-product-gallery__image--thumb,
    .slick-is-visible+.slick-is-visible .c-product-gallery__image--thumb {
        border-left: 0
    }
    .slider-border-fix .slick-cloned+.slick-active .c-product-gallery__image--thumb {
        border-left: 0
    }
    .c-product-gallery__image--thumb+.c-product-gallery__image--thumb {
        border-left-width: 0
    }
    .c-product-gallery {
        margin-left: 0;
        margin-right: 0
    }
    .c-product-gallery__thumbs .slick-next {
        border: none;
        background: url(../img/arrow-right.png) no-repeat;
        height: 57px;
        text-indent: -9999em;
        position: absolute;
        top: 26.5px;
        margin-top: -16px;
        width: 30px;
        right: -40px
    }
    .c-product-gallery__thumbs .slick-prev {
        border: none;
        background: url(../img/arrow-left.png) no-repeat;
        height: 57px;
        text-indent: -9999em;
        position: absolute;
        top: 26.5px;
        margin-top: -16px;
        width: 30px;
        left: -40px
    }
}

@media(max-width:640px) {
    .c-product-gallery__thumbs>.row>.column>.row {
        margin-left: 0;
        margin-right: 0
    }
}

.c-product-gallery__thumbs .tabs {
    border: 0
}

.c-product-gallery__keyshot {
    text-align: right;
    padding-bottom: 15px
}

@media screen and (max-width:74.9375em) {
    .c-product-info {
        margin-top: 1.5rem
    }
}

.c-product-info__box {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    border: 1px solid #e1e1e1
}

@media screen and (max-width:74.9375em) {
    .c-product-info__box {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        border-width: 0 0 .0625rem;
        overflow: auto
    }
}

.c-product-info__box a {
    text-decoration: none;
    font-family: Ubuntu;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1
}

@media screen and (min-width:64.0625em) {
    .c-product-info__box a {
        display: block
    }
}

.c-product-info__box-row {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.c-product-info__box-row--price,
.c-product-info__box-row--button {
    padding-top: 0
}

.c-product-info__box-row--button {
    padding-left: 0;
    padding-right: 0;
    border-top: none !important;
    padding-bottom: 0
}

.c-product-info__box-row+.c-product-info__box-row {
    border-top: 1px solid #e1e1e1;
    overflow: auto
}

.c-product-info__box-row>.row,
.view-industry-stories-and-resources .c-product-info__box-row>.view-content {
    margin-right: 0;
    margin-left: 0
}

.c-product-info__price--current {
    margin-bottom: 10px
}

@media screen and (min-width:40em) {
    .c-product-info__box-row--button {
        padding: 0
    }
}

.c-product-info__box-row--price {
    margin-left: 0 !important;
    margin-right: 0 !important
}

@media screen and (min-width:40em) and (max-width:64em) {
    .c-product-info__box-row--price {
        padding-top: 0
    }
}

@media screen and (max-width:64em) {
    .c-product-info__box-row--price__box-item {
        width: 50%
    }
    .c-product-info__box-row--price__box-item:nth-of-type(odd) {
        clear: both
    }
}

@media screen and (min-width:40em) {
    .c-product-info__box-row--details,
    .c-product-info__box-row--rep {
        float: left;
        width: 50%
    }
}

@media screen and (min-width:64.0625em) {
    .c-product-info__box-row--details,
    .c-product-info__box-row--rep {
        float: none;
        width: 100%
    }
}

@media screen and (min-width:40em) {
    .c-product-info__box-row--rep {
        padding-top: 2.8125rem;
        padding-left: .625rem
    }
}

@media screen and (min-width:64.0625em) {
    .c-product-info__box-row--rep {
        padding-top: 1.25rem;
        padding-left: 0
    }
}

@media screen and (max-width:64em) {
    .c-product-info__box-row--rep>.row,
    .view-industry-stories-and-resources .c-product-info__box-row--rep>.view-content {
        padding-top: 0
    }
}

@media screen and (max-width:74.9375em) {
    .c-product-info__box-row--meta>.row,
    .view-industry-stories-and-resources .c-product-info__box-row--meta>.view-content {
        display: block
    }
}

.c-product-info__box-item {
    float: left;
    width: 50%;
    flex: 50%
}

.c-product-info__box-item .row.collapse,
.c-product-info__box-item .view-industry-stories-and-resources .collapse.view-content,
.view-industry-stories-and-resources .c-product-info__box-item .collapse.view-content {
    margin-left: 0;
    margin-right: 0
}

.c-product-info__box-item:nth-of-type(n+3) {
    margin-top: .625rem
}

@media(min-width:640px) {
    .c-product-info__box-item:nth-of-type(n+3) {
        margin-top: 0
    }
}

.c-product-info__box-item img {
    width: 1.375rem
}

.c-product-info__box-item:nth-child(3) {
    clear: both
}

@media screen and (min-width:40em) and (max-width:64em) {
    .c-product-info__box-item:nth-child(3) {
        clear: none
    }
}

.c-product-info__box-item a:hover {
    text-decoration: underline
}

@media screen and (min-width:40em) and (max-width:64em) {
    .c-product-info__box-item {
        width: 25%;
        margin-top: 0
    }
}

.c-product-info__box-text {
    float: left;
    margin-left: .625rem;
    line-height: 1;
    text-decoration: none;
    font-family: Ubuntu;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1
}

.c-product-info__box-text a {
    text-decoration: none
}

.c-product-info__box-text a:hover {
    text-decoration: underline
}

.c-product-info__box-text:hover {
    text-decoration: underline
}

.c-product-info__title {
    text-transform: none;
    font-weight: 500
}

.c-product-info__price {
    color: #555;
    font-weight: 600;
    line-height: 1;
    display: flex !important
}

@media screen and (max-width:74.9375em) {
    .c-product-info__price .h3,
    .c-product-info__price .h3-lt {
        font-size: 2.5rem
    }
}

@media(min-width:1025px) {
    .h3.c-product-info__price--current {
        padding-top: 10px;
        font-size: 40px
    }
}

.c-product-info__old-price {
    font-size: .9375rem;
    line-height: 1.06667
}

.c-product-info__old-price,
.c-product-info__sale {
    font-size: 18px
}

.c-product-info__old-price {
    margin-bottom: 5px
}

.c-product-info__price-container {
    margin-bottom: 15px
}

@media(min-width:640px) {
    .c-product-info__price-container {
        margin-top: 5px
    }
}

@media(min-width:1200px) {
    .c-product-info__price-container {
        padding-left: 15px !important
    }
}

.c-product-info__price-container .c-product-info__old-price {
    font-weight: 400
}

.c-product-info__old-price span {
    text-decoration: line-through
}

.c-product-info__sale {
    font-size: 15px;
    line-height: 1.06667;
    color: #f60;
    text-decoration: none;
    font-weight: 700;
    display: inline
}

.c-product-info__age {
    width: 50%;
    padding-right: .625rem;
    border-right: 1px solid #e1e1e1
}

@media screen and (min-width:40em) {
    .c-product-info__age {
        width: 33%
    }
}

@media(min-width:800px) {
    .c-product-info__age {
        width: 40%
    }
}

.c-product-info__age-text {
    display: block;
    margin-bottom: .3125rem;
    font-size: 1.25rem;
    font-family: Ubuntu;
    font-weight: 300;
    line-height: 2.11
}

@media screen and (max-width:64em) {
    .c-product-info__age-text {
        line-height: 1.5
    }
}

.c-product-info__age-value {
    font-size: 1rem;
    line-height: 1;
    font-weight: 300;
    font-family: Ubuntu
}

.c-product-info__space {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left
}

@media screen and (min-width:40em) {
    .c-product-info__space {
        width: calc(60% - 10px);
        margin-left: .625rem;
        border-right: .0625rem solid #e1e1e1
    }
}

@media screen and (min-width:64.0625em) {
    .c-product-info__space {
        padding-left: 10px;
        text-align: left;
        border-right: none
    }
}

.c-product-info__space-text {
    display: block;
    margin-bottom: .3125rem;
    font-size: 1.25rem;
    line-height: 1;
    font-family: Ubuntu;
    font-weight: 300;
    margin-top: .3125rem
}

.c-product-info__space-value {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    font-family: Ubuntu
}

.c-product-info__space-meters {
    display: block;
    margin-top: .125rem;
    font-size: 1rem;
    line-height: 1
}

.c-product-info__button a {
    font-size: 1.25rem;
    padding-right: .625rem;
    padding-left: .625rem;
    margin: 0;
    font-family: Ubuntu;
    font-weight: 700;
    line-height: 1
}

@media screen and (max-width:74.9375em) {
    .c-product-info__button a {
        font-size: .95rem
    }
}

.c-product-info__button ul {
    margin: 0 !important
}

.c-product-info__button li {
    padding: 0 !important
}

.c-product-info__button .flag-throbber {
    display: none
}

.c-product-info__description {
    font-size: 1.25rem;
    line-height: 1.7
}

.c-product-info__line {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.07;
    color: #555;
    margin-bottom: 0
}

@media screen and (max-width:74.9375em) {
    .c-product-info__line {
        font-weight: 700;
        font-size: 1.875rem;
        line-height: 1
    }
}

.c-product-info__name {
    font-family: Ubuntu;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.07;
    margin-bottom: 0
}

@media screen and (max-width:74.9375em) {
    .c-product-info__name {
        font-weight: 300;
        font-size: 3.125rem
    }
}

@media(max-width:640px) {
    .c-product-info__name {
        font-weight: 300;
        font-size: 3.125rem
    }
}

.c-product-info__sku-sub-title {
    font-family: Ubuntu;
    font-size: 1.125rem;
    line-height: 24px;
    font-weight: 300
}

@media screen and (max-width:74.9375em) {
    .c-product-info__sku-sub-title {
        margin-bottom: .5rem
    }
}

@media screen and (max-width:74.9375em) {
    .node-product .c-title-and-link__title {
        font-size: 1.5rem
    }
    .node-product h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width:64em) {
    .node-product .c-title-and-link__title {
        font-size: 1.625rem
    }
    .node-product h2 {
        font-size: 1.625rem
    }
}

@media screen and (max-width:64em) {
    .c-product__single {
        margin-bottom: .9375rem;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media screen and (max-width:26.1875rem) {
    .c-product-list {
        padding: 5px;
        margin-bottom: 10px
    }
}

.c-product-list.is-recommended {
    margin-bottom: .625rem
}

@media screen and (min-width:64.0625em) {
    .c-product-list.is-recommended {
        margin-bottom: 1.25rem
    }
}

.c-product-list.has-inner-border {
    padding: 1.25rem;
    border: 1px solid #e1e1e1
}

.c-product-list.has-hover-border:hover {
    position: relative;
    z-index: 3
}

.c-product-list .tabs,
.c-product-list .tabs-content {
    border: 0
}

.c-product-list .tabs-panel {
    padding: 0
}

.c-product-list .o-svg {
    min-height: 23px;
    min-width: 23px;
    vertical-align: middle;
    margin-left: 3px
}

.c-product-list .o-svg:hover path {
    fill: #f60 !important
}

.c-product-list .o-svg a {
    padding: .625rem .375rem !important
}

.c-product-list .o-svg a path {
    fill: #f60 !important;
    stroke: none !important
}

.c-product-list .o-svg a:hover path {
    fill: #f60 !important
}

.c-product-list__border {
    background: #fff;
    position: relative;
    padding: 10px;
    border: 1px solid #e1e1e1
}

@media screen and (min-width:40em) {
    .c-product-list__border {
        padding: 0;
        border-color: #fff
    }
}

.c-product-list__border:before {
    content: '';
    display: none;
    background: #fff;
    position: absolute;
    z-index: -1
}

@media screen and (min-width:40em) {
    .c-product-list__border:before {
        display: block;
        top: -20px;
        right: -20px;
        bottom: -20px;
        left: -20px
    }
}

.c-product-list:hover .c-product-list__border:before {
    border: 1px solid #e1e1e1
}

.c-product-list__gallery {
    position: relative;
    margin-bottom: .3125rem
}

.c-product-list__image-cover {
    display: block;
    position: relative;
    text-align: center;
    aspect-ratio: 16/9
}

.c-product-list__image-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.c-product-list__image-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.035);
    z-index: 1
}

.c-product-list__larger {
    display: none;
    position: absolute;
    right: .3125rem;
    bottom: -1.625rem;
    color: #555;
    z-index: 2
}

@media screen and (min-width:40em) {
    .c-product-list:hover .c-product-list__larger {
        display: block
    }
}

.c-product-list__zoom {
    width: 23px;
    height: 23px;
    line-height: .82;
    margin-left: 2px
}

.c-product-list__thumbs {
    display: none;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem
}

@media screen and (min-width:40em) {
    .c-product-list:hover .c-product-list__thumbs {
        display: block
    }
}

.c-product-list__thumb>a {
    padding: 0
}

.c-product-list__line {
    font-size: 1rem;
    line-height: 1;
    border-bottom: 1px solid #e1e1e1;
    margin-top: .75rem;
    font-family: 'Ubuntu';
    font-weight: 300
}

.c-product-list__price-strike {
    text-decoration: line-through;
    display: inline
}

.strikethrough {
    text-decoration: line-through
}

.c-product-list__price-orig {
    font-size: 15px
}

.c-product-list__price--sale {
    color: #f60
}

.c-product-info__sale-price {
    font-weight: 700
}

.c-product-list__price--medium {
    font-size: 1.625rem
}

.c-product-list__name {
    color: #f60;
    font-size: 1.25rem;
    line-height: 1;
    padding-top: 5px
}

.c-product-list__name a {
    font-size: 1.25rem;
    text-decoration: none;
    color: #f60
}

.c-product-list__name a:hover {
    text-decoration: underline
}

.c-product-list__ages {
    font-size: 1rem;
    line-height: 1;
    margin-top: .1875rem;
    font-family: 'Ubuntu';
    font-weight: 300
}

.c-product-list__price {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    margin-top: .25rem
}

.c-product-list__old-price {
    text-decoration: line-through
}

.c-product-list__old-price--small {
    font-size: .9375rem;
    line-height: 1.06667;
    display: inline-block
}

.c-product-list__old-price--small span {
    text-decoration: line-through
}

.c-product-list__sale-price {
    color: #f60;
    margin-left: .625rem
}

.c-product-list__sale-item {
    font-size: .9375rem;
    line-height: 1.06667;
    color: #f60;
    text-decoration: underline;
    display: inline-block
}

.c-product-list__button {
    margin-top: .625rem
}

.c-product-list.has-hover-border .c-product-list__button {
    display: none
}

.c-product-list.has-hover-border:hover .c-product-list__button {
    display: inline-block
}

.c-product-list__button .button,
.c-product-list__button .links-wrap--button a,
.links-wrap--button .c-product-list__button a,
.c-product-list__button .form-actions input,
.form-actions .c-product-list__button input,
.c-product-list__button .c-product-info__button a,
.c-product-info__button .c-product-list__button a {
    margin-bottom: 0
}

.c-product-list__button .links {
    margin: 0
}

.c-product-list__button .node-readmore {
    display: none
}

.c-product-list__button .flag-wishlist {
    padding: 0;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.51
}

.c-product-list__button .flag-wishlist a {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: .85em 1em;
    margin: 0 0 1rem;
    font-size: .9rem;
    background-color: #f60;
    color: #fff;
    padding: .4375rem .625rem .5rem;
    font-size: .8125rem;
    text-decoration: none;
    margin-top: .3125rem
}

.c-product-list.has-hover-border:hover .c-product-list__button {
    font-size: .8125rem;
    padding: .4375rem .625rem .5rem;
    margin-top: 4px
}

[data-whatinput='mouse'] .c-product-list__button .flag-wishlist a {
    outline: 0
}

.c-product-list__button .flag-wishlist a:hover,
.c-product-list__button .flag-wishlist a:focus {
    background-color: #cc5200;
    color: #fff
}

.c-product-list__image {
    border: 1px solid #e1e1e1
}

.c-product-list__description {
    font-family: Source Sans Pro;
    font-size: 17.4px;
    font-weight: 300;
    line-height: 1.42
}

.c-product-listing {
    padding-right: .625rem;
    padding-left: .625rem
}

.view-product-listing .view-filters,
.view-product-listing-search .view-filters {
    display: none
}

.c-product-listing__regular-title {
    font-family: Ubuntu;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.36
}

.c-product-listing__subtitle-title {
    width: 137px;
    height: 390px;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

.c-product-listing__co {
    font-family: Source Sans Pro;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3;
    color: #555;
    padding-bottom: 38px
}

.c-product-listing__line {
    padding-bottom: 30px
}

.c-product-listing__side .regular-title {
    display: inline-block
}

.c-product-listing__side ul.facetapi-facetapi-ajax-checkboxes li {
    list-style-type: none;
    margin: 0
}

.c-product-listing__side ul.facetapi-facetapi-ajax-checkboxes li .form-item {
    margin: 0
}

.c-product-listing__side ul.facetapi-facetapi-ajax-checkboxes li .form-item input[type=checkbox].facet-multiselect-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.c-product-listing__side ul.facetapi-facetapi-ajax-checkboxes li .form-item input[type=checkbox].facet-multiselect-checkbox+label.option {
    padding-left: 26px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1rem;
    vertical-align: middle;
    cursor: pointer;
    margin: 0
}

.c-product-listing__side ul.facetapi-facetapi-ajax-checkboxes li .form-item input[type=checkbox].facet-multiselect-checkbox:checked+label.option {
    background-position: 0 -17px
}

.c-product-listing__side ul.facetapi-facetapi-ajax-checkboxes li .form-item label.option {
    background-image: url(../img/pw_checks.png);
    background-size: 17px 34px;
    color: #555;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-product-listing__side #block-facetapi-1tetnga4hifseflyi6r1ia0iqnnluhnh,
.c-product-listing__side #block-facetapi-ozvfa7g6zkj6ilv8syhqld41uhlvegii,
.c-product-listing__side #block-facetapi-3do1zlmnrupsqgjcowc1qmwxfifgkuzj,
.c-product-listing__side #block-facetapi-0p3mscb6snk1bp1syapqk508e8viq3vx .ajax-facets-controls-wrapper,
.c-product-listing__side #block-facetapi-di1lye9pqj77a7a0xkperqji3wwrugan,
.c-product-listing__side #block-facetapi-etbgmsrxelhbaq1mxelmh1sqp2waw5o4,
.c-product-listing__side #block-facetapi-qpgelcw2odfz9zfetbhqoxdzzsr1mjbg,
.c-product-listing__side #block-facetapi-yqm91enuxypebnxcpynzl4kiz4josx22 {
    display: none !important
}

.c-product-listing__side #facetapi-facet-search-apiproducts-block-field-price-wrapper {
    display: inline-block
}

.c-product-listing__side .switch,
.c-product-listing__side .reset-link {
    font-weight: 600;
    text-decoration: none;
    color: #f60;
    font-size: .875rem;
    text-transform: lowercase;
    margin: 0 0 0 5px;
    display: inline
}

.c-product-listing__tabs,
.c-product-listing__tabs-content {
    border: 0
}

.c-product-listing__tabs {
    margin: 0 !important
}

.c-product-listing__tabs-content .view-header {
    margin-bottom: 1.5em;
    display: none
}

@media screen and (min-width:40em) {
    .c-product-listing__tabs-content {
        padding-top: 1.25rem
    }
    .c-product-listing__tabs-content .view-header {
        display: block
    }
}

.c-product-listing__tabs-content .content.the_title,
.c-product-listing__main .content.the_title {
    border-bottom: 1px solid #e1e1e1;
}

.c-product-listing__tabs-title {
    position: relative;
    border: 1px solid #e1e1e1;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11
}

.c-product-listing__tabs-title+.c-product-listing__tabs-title {
    margin-left: -1px
}

.c-product-listing__tabs-title.is-active {
    border-bottom-color: transparent
}

.c-product-listing__tabs-title.is-active a {
    color: #f60
}

.c-product-listing__tabs-title:not(.is-active):before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 8px;
    height: 2px;
    background: #fff
}

.c-product-listing__tabs-title.is-active~.c-product-listing__tabs-title:not(.is-active):before {
    right: auto;
    left: 0
}

.c-product-listing__tabs-title,
.c-product-listing__tabs-title>a {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.c-product-listing__tabs-title>a {
    padding: .3125rem 1.25rem .3125rem;
    font-size: 1rem;
    text-transform: uppercase;
    vertical-align: middle
}

li.c-product-listing__tabs-title.tabs-title span,
.c-product-listing__tabs-title.tabs-title span {
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: left;
    text-transform: none;
    flex: 0 0 100%
}

li.c-product-listing__tabs-title.tabs-title p,
.c-product-listing__tabs-title.tabs-title p {
    margin-bottom: 0
}

.c-product-listing__tabs-title>a,
.c-product-listing__tabs-title>a:hover {
    text-decoration: none
}

.c-product-listing__tabs-title>a:focus,
.c-product-listing__tabs-title>a[aria-selected='true'] {
    background: none
}

.c-product-listing__tabs-title .ion {
    font-size: 2.75rem;
    margin-right: .9375rem
}

.c-product-listing-nosale .c-product-listing__main.column,
.c-product-listing-nosale .c-product-listing__main.columns {
    padding-left: 0;
    padding-right: 0
}

.c-product-listing-nosale .c-product-listing__co {
    max-width: 75rem;
    margin: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.c-product-listing-nosale .c-two-column-text-with-image .row,
.c-product-listing-nosale .c-two-column-text-with-image .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .c-product-listing-nosale .c-two-column-text-with-image .view-content {
    margin: auto
}

.c-product-listing-nosale #fundraising---cta .row,
.c-product-listing-nosale #fundraising---cta .view-industry-stories-and-resources .view-content,
.view-industry-stories-and-resources .c-product-listing-nosale #fundraising---cta .view-content {
    margin: auto
}

#playground-funding-guide .row .column {
    display: block
}

.page-node-4475990 .innerpage-icon-cta {
    margin-bottom: 3.75rem
}

.page-protected-page #block-system-main .content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 100%
}

.page-protected-page #block-system-main .content::before,
.page-protected-page #block-system-main .content::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1
}

.page-protected-page #block-system-main .content::after {
    clear: both
}

.page-protected-page #block-system-main .content form#protected-pages-enter-password {
    margin: 0 auto
}

.c-parallax-np-slider .slick-slide .skrollable {
    -webkit-transform: none !important;
    transform: none !important
}

.c-parallax__title-slider {
    line-height: 1.3125
}

.c-parallax-np-slider.c-skrollr .slick-dots {
    top: auto;
    bottom: 0
}

.c-parallax-text__callout-text-svg,
.c-parallax__title-tcolumn,
.c-parallax__text-tcolumn {
    line-height: 1.3125
}

.c-parallax-np-testimony__callout-text-light {
    letter-spacing: 0
}

.c-product-details:before,
.c-product-details:after {
    border-width: 0
}

.c-product-details.o-metric-switcher {
    border-width: 0
}

.c-product-details.o-metric-switcher>.row>.column,
.view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.column,
.c-product-details.o-metric-switcher>.row>.columns,
.view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.columns,
.lt-ie10 .c-product-details.o-metric-switcher>.row>.columns,
.view-industry-stories-and-resources .lt-ie10 .c-product-details.o-metric-switcher>.view-content>.columns {
    border-style: solid;
    border-color: #e1e1e1
}

@media(max-width:1024px) {
    .c-product-details.o-metric-switcher>.row>.column:nth-of-type(odd),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.column:nth-of-type(odd),
    .c-product-details.o-metric-switcher>.row>.columns:nth-of-type(odd),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.columns:nth-of-type(odd),
    .lt-ie10 .c-product-details.o-metric-switcher>.row>.columns:nth-of-type(odd),
    .view-industry-stories-and-resources .lt-ie10 .c-product-details.o-metric-switcher>.view-content>.columns:nth-of-type(odd) {
        border-width: 0 1px 0 0
    }
    .c-product-details.o-metric-switcher>.row>.column:nth-of-type(even),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.column:nth-of-type(even),
    .c-product-details.o-metric-switcher>.row>.columns:nth-of-type(even),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.columns:nth-of-type(even),
    .lt-ie10 .c-product-details.o-metric-switcher>.row>.columns:nth-of-type(even),
    .view-industry-stories-and-resources .lt-ie10 .c-product-details.o-metric-switcher>.view-content>.columns:nth-of-type(even) {
        border-width: 0 0 0 1px
    }
    .c-product-details.o-metric-switcher>.row>.column:nth-of-type(-n+2),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.column:nth-of-type(-n+2),
    .c-product-details.o-metric-switcher>.row>.columns:nth-of-type(-n+2),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.columns:nth-of-type(-n+2),
    .lt-ie10 .c-product-details.o-metric-switcher>.row>.columns:nth-of-type(-n+2),
    .view-industry-stories-and-resources .lt-ie10 .c-product-details.o-metric-switcher>.view-content>.columns:nth-of-type(-n+2) {
        border-bottom-width: 1px
    }
    .c-product-details.o-metric-switcher>.row>.column:nth-last-of-type(-n+2),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.column:nth-last-of-type(-n+2),
    .c-product-details.o-metric-switcher>.row>.columns:nth-last-of-type(-n+2),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.columns:nth-last-of-type(-n+2),
    .lt-ie10 .c-product-details.o-metric-switcher>.row>.columns:nth-last-of-type(-n+2),
    .view-industry-stories-and-resources .lt-ie10 .c-product-details.o-metric-switcher>.view-content>.columns:nth-last-of-type(-n+2) {
        border-top-width: 1px
    }
    .c-product-details__item {
        border-width: 0
    }
}

@media(min-width:1025px) {
    .rep-help-fix {
        float: left
    }
    .c-product-details.o-metric-switcher>.row>.column,
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.column,
    .c-product-details.o-metric-switcher>.row>.columns,
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.columns,
    .lt-ie10 .c-product-details.o-metric-switcher>.row>.columns,
    .view-industry-stories-and-resources .lt-ie10 .c-product-details.o-metric-switcher>.view-content>.columns {
        border-width: 0
    }
    .c-product-details.o-metric-switcher>.row>.column:nth-of-type(-n+3),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.column:nth-of-type(-n+3),
    .c-product-details.o-metric-switcher>.row>.columns:nth-of-type(-n+3),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.columns:nth-of-type(-n+3),
    .lt-ie10 .c-product-details.o-metric-switcher>.row>.columns:nth-of-type(-n+3),
    .view-industry-stories-and-resources .lt-ie10 .c-product-details.o-metric-switcher>.view-content>.columns:nth-of-type(-n+3) {
        border-bottom-width: 1px
    }
    .c-product-details.o-metric-switcher>.row>.column:first-of-type,
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.column:first-of-type,
    .c-product-details.o-metric-switcher>.row>.columns:first-of-type,
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.columns:first-of-type,
    .lt-ie10 .c-product-details.o-metric-switcher>.row>.columns:first-of-type,
    .view-industry-stories-and-resources .lt-ie10 .c-product-details.o-metric-switcher>.view-content>.columns:first-of-type,
    .c-product-details.o-metric-switcher>.row>.column:nth-of-type(2),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.column:nth-of-type(2),
    .c-product-details.o-metric-switcher>.row>.columns:nth-of-type(2),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.columns:nth-of-type(2),
    .lt-ie10 .c-product-details.o-metric-switcher>.row>.columns:nth-of-type(2),
    .view-industry-stories-and-resources .lt-ie10 .c-product-details.o-metric-switcher>.view-content>.columns:nth-of-type(2),
    .c-product-details.o-metric-switcher>.row>.column:nth-of-type(4),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.column:nth-of-type(4),
    .c-product-details.o-metric-switcher>.row>.columns:nth-of-type(4),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.columns:nth-of-type(4),
    .lt-ie10 .c-product-details.o-metric-switcher>.row>.columns:nth-of-type(4),
    .view-industry-stories-and-resources .lt-ie10 .c-product-details.o-metric-switcher>.view-content>.columns:nth-of-type(4),
    .c-product-details.o-metric-switcher>.row>.column:nth-of-type(5),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.column:nth-of-type(5),
    .c-product-details.o-metric-switcher>.row>.columns:nth-of-type(5),
    .view-industry-stories-and-resources .c-product-details.o-metric-switcher>.view-content>.columns:nth-of-type(5),
    .lt-ie10 .c-product-details.o-metric-switcher>.row>.columns:nth-of-type(5),
    .view-industry-stories-and-resources .lt-ie10 .c-product-details.o-metric-switcher>.view-content>.columns:nth-of-type(5) {
        border-right-width: 1px
    }
    .c-product-info__box {
        padding-bottom: 20px
    }
    .c-product-info__age {
        width: 40%
    }
    .c-product-info__box-item {
        padding-right: 0
    }
    .c-product-info__space {
        width: 60%;
        text-align: left;
        margin-left: 0
    }
    .c-product-info__space-meters {
        font-size: 18px
    }
    .c-product-info__space-text {
        margin-top: 0;
        font-size: 18px
    }
    .c-product-info__age-text {
        line-height: 1
    }
    .c-product-info__price-container {
        margin-bottom: 0
    }
    .c-product-info__price-container {
        margin-top: 0
    }
    .c-product-info__box-item:nth-of-type(n+3) {
        margin-top: 20px
    }
    .c-product-info__box .c-product-info__box-text {
        font-size: 14px
    }
    .row-full-width-padding {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.c-product-info__box-row img {
    float: left;
    margin-right: 5px
}

.c-product-info__box-text {
    margin-left: 0
}

.c-product-info__box-row>.row>.column,
.view-industry-stories-and-resources .c-product-info__box-row>.view-content>.column,
.c-product-info__box-row>.row>.columns,
.view-industry-stories-and-resources .c-product-info__box-row>.view-content>.columns,
.lt-ie10 .c-product-info__box-row>.row>.columns,
.view-industry-stories-and-resources .lt-ie10 .c-product-info__box-row>.view-content>.columns {
    padding-left: 5px;
    padding-right: 5px
}

.c-new-product-review__image:before {
    height: 100%
}

.c-product-info__price {
    display: inline-block
}

@media(min-width:1200px) {
    .c-product-info__age {
        width: 35%
    }
    .c-product-info__space {
        width: 65%
    }
    .c-product-info__box-item.technical-documents img {
        width: 18px
    }
    .c-product-info__box .c-product-info__box-text {
        font-size: 15px
    }
}

@media(max-width:1024px) {
    .c-block-overlay__text-text {
        font-size: 20px
    }
    .c-parallax__text-container {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .c-parallax-np-callouts>.medium-up-2>.column,
    .c-parallax-np-callouts>.medium-up-2>.columns,
    .lt-ie10 .c-parallax-np-callouts>.medium-up-2>.columns {
        float: left;
        width: 50%;
        flex: none
    }
    .c-parallax-np-callouts>.medium-up-2>.column .c-block-overlay__title,
    .c-parallax-np-callouts>.medium-up-2>.columns .c-block-overlay__title,
    .lt-ie10 .c-parallax-np-callouts>.medium-up-2>.columns .c-block-overlay__title {
        font-size: 32px
    }
}

.c-parallax-np-svg.c-skrollr .c-parallax__text-container,
.c-parallax-np-svg.c-skrollr .c-parallax__svg-container {
    position: relative;
    float: left;
    width: 50% !important;
    flex: none;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
    transform: none
}

.c-parallax-np-svg.c-skrollr .c-parallax__text-container>.column,
.c-parallax-np-svg.c-skrollr .c-parallax__text-container>.columns,
.c-parallax-np-svg.c-skrollr .lt-ie10 .c-parallax__text-container>.columns {
    flex: none;
    max-width: none;
    width: 100%
}

@media(max-width:1024px) {
    .c-parallax-np-svg.c-skrollr .c-parallax__text-container,
    .c-parallax-np-svg.c-skrollr .c-parallax__svg-container {
        float: none;
        width: 100% !important
    }
}

.c-quote-form__title {
    margin-bottom: 1.875rem
}

.c-quote-form__right-column {
    width: 300px;
    padding-top: 110px;
    padding-left: 40px
}

@media(min-width:640px) {
    .c-quote-form__line {
        border-right: 1px solid #e1e1e1;
        padding-right: 20px
    }
}

.c-quote-form__other-box:not(:checked)~.c-quote-form__other-field {
    visibility: hidden
}

.c-quote-form__space {
    padding-top: 79px
}

.c-quote-form--new {
    font-family: sans-serif;
    font-size: .875rem
}

.ubuntu .c-quote-form--new {
    font-family: 'Ubuntu', sans-serif
}

@media screen and (min-width:40em) {
    .c-quote-form--new .row,
    .c-quote-form--new .view-industry-stories-and-resources .view-content,
    .view-industry-stories-and-resources .c-quote-form--new .view-content {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
    .c-quote-form--new .columns {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

.c-quote-form--new .form-item {
    margin-top: 0;
    margin-bottom: 1.25rem
}

.c-quote-form--new input:not(.form-submit),
.c-quote-form--new select {
    height: auto;
    margin-bottom: 0;
    padding: .9375rem 1.5rem .9375rem .9375rem;
    font-weight: 700;
    font-size: .875rem
}

.c-quote-form--new label {
    color: #555
}

.c-quote-form--new ::-webkit-input-placeholder {
    color: #c7c7c7
}

.c-quote-form--new ::-moz-placeholder {
    color: #c7c7c7
}

.c-quote-form--new :-ms-input-placeholder {
    color: #c7c7c7
}

.c-quote-form--new :-moz-placeholder {
    color: #c7c7c7
}

.c-quote-form--new .bold-label label {
    font-weight: 700
}

.c-quote-form--new .bold-label .description {
    font-weight: 400;
    font-size: 1rem
}

.c-quote-form--new .form-item.form-type-checkbox {
    margin-bottom: 0
}

.c-quote-form--new .js-interested-in label {
    font-weight: 700
}

@media screen and (min-width:64.0625em) {
    .c-quote-form--new .js-interested-in .form-checkboxes {
        display: flex;
        flex-flow: row wrap;
        flex: 1 1 100%
    }
    .c-quote-form--new .js-interested-in .form-checkboxes .form-item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.c-quote-items__count {
    font-size: 1.375rem;
    font-weight: 700;
    padding-top: 1.25rem;
    margin-bottom: 1.6875rem
}

.c-quote-items__inner-wrap {
    padding-right: 1.875rem;
    max-height: 500px;
    overflow: auto
}

@media(max-width:640px) {
    .c-quote-items__inner-wrap {
        padding-right: 0;
        overflow: visible;
        max-height: none
    }
    .c-quote-items-container {
        padding-bottom: 10px
    }
    .c-quote-items__item {
        min-height: 200px
    }
    .c-quote-items__img-container {
        position: relative
    }
    .c-quote-items__img-container img {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.c-quote-items__item {
    font-size: 1.125rem
}

.c-quote-items__item+.c-quote-items__item {
    margin-top: 1.25rem
}

.c-quote-items__name {
    font-size: 1.5rem;
    color: #f60;
    line-height: 1
}

.c-quote-items__sale-price {
    font-weight: 700
}

.c-quote-items__remove {
    font-size: .875rem
}

.c-quote-items__remove i {
    font-size: .75rem;
    margin-right: .3125rem
}

.c-quote-items__total {
    padding-top: 1.25rem;
    border-top: 1px solid #e1e1e1;
    margin-top: .625rem
}

.c-quote-items__total-text {
    font-size: 1.375rem
}

.c-quote-items__line {
    font-family: Ubuntu;
    font-size: 1.125rem;
    color: #555
}

.c-quote-items__name {
    font-size: 1.5rem;
    font-weight: 300;
    color: #f60
}

.c-quote-items__name a {
    text-decoration: none;
    color: #f60
}

.c-quote-items__name a:hover {
    text-decoration: underline;
    color: #f60
}

.c-quote-items__sku {
    font-family: Ubuntu;
    font-size: 1.125rem;
    line-height: 18px;
    color: #555
}

.c-quote-items__sku,
.c-quote-items__price {
    margin-top: 8px
}

.c-quote-items__old-price {
    text-decoration: line-through
}

.c-quote-items__quantity {
    font-family: Ubuntu;
    font-size: 1.125rem;
    line-height: 18px;
    color: #555
}

.c-quote-items__button {
    margin-bottom: .625rem
}

.c-quote-items.has-hover-border .c-quote-items__button {
    display: none
}

@media screen and (max-width:26.1875em) {
    .c-quote-items.has-hover-border .c-quote-items__button {
        display: block
    }
}

.c-quote-items.has-hover-border:hover .c-quote-items__button {
    display: inline-block
}

.c-quote-items__button .button,
.c-quote-items__button .links-wrap--button a,
.links-wrap--button .c-quote-items__button a,
.c-quote-items__button .form-actions input,
.form-actions .c-quote-items__button input,
.c-quote-items__button .c-product-info__button a,
.c-product-info__button .c-quote-items__button a {
    margin-bottom: 0
}

.c-quote-items__button .links {
    margin: 0
}

.c-quote-items__button .node-readmore {
    display: none
}

.c-quote-items__button .flag-wishlist {
    padding: 0;
    font-family: Ubuntu;
    font-size: 1.125rem;
    line-height: 18px
}

.c-quote-items__button .flag-wishlist a {
    font-family: Ubuntu;
    font-size: 1.125rem;
    line-height: 18px;
    color: #555;
    background-image: url("../img/cancel.png");
    background-repeat: no-repeat;
    padding-left: 18px;
    background-size: 10px;
    background-position: 0 60%
}

.c-resources__text {
    font-family: Ubuntu;
    font-weight: 300;
    line-height: 1.25
}

.c-resources__link {
    display: inline;
    padding-right: 10px
}

.c-resources__link>a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #f60;
    display: inline
}

.c-resources__publication {
    margin-top: 20px;
    margin-bottom: 10px
}

.c-resources__featured {
    font-weight: 500
}

.c-resources__share {
    margin-bottom: 25px
}

.c-share {
    position: relative
}

#a2apage_dropdown,
.addtoany_share_save {
    display: none !important
}

.addtoany_list {
    position: absolute;
    width: 200px;
    display: none
}

.c-share__content.is-not-hidden .addtoany_list {
    display: block
}

.addtoany_list .a2a-button {
    background-color: #555;
    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    vertical-align: middle;
    margin-right: .1875rem;
    color: #fff
}

.c-share--inverted .addtoany_list .a2a-button.share,
.c-share--inverted .addtoany_list .a2a-button.a2a_button_email {
    background: #fff;
    color: #555;
    text-decoration: none
}

.addtoany_list>a {
    display: none;
    font-size: 20px !important
}

.addtoany_list:hover>a {
    display: inline-block
}

.addtoany_list .share {
    position: relative;
    display: inline-block;
    font-size: 15px !important
}

.addtoany_list .share:after {
    content: '';
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #555;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -1px;
    visibility: hidden
}

.c-share--inverted .addtoany_list .share:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #fff;
    border-left-style: solid;
    border-right-width: 0
}

.addtoany_list .share:hover:after {
    visibility: visible
}

.addtoany_list .share>span {
    display: block;
    margin-top: .125rem;
    margin-left: -.25rem;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1 !important;
    text-align: center;
    text-transform: lowercase
}

.c-share--inverted .addtoany_list .share>span {
    color: #fff
}

.addtoany_list .a2a_button_facebook {
    background-color: #3b5998
}

.addtoany_list .a2a_button_twitter {
    background-color: #00aced
}

.addtoany_list .a2a_button_pinterest {
    background-color: #cb2027
}

.c-share__content {
    position: relative;
    height: 32px
}

.c-share__inline {
    display: inline-block;
    vertical-align: middle
}

.c-share__inline.c-share__content {
    margin-left: .625rem;
    text-align: left
}

.c-skrollr {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.c-skrollr .section {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem
}

.c-skrollr-padding-bottom {
    padding-bottom: 135px
}

@media screen and (max-width:74.9375em) {
    .c-skrollr .section {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.c-skrollr .c-product-list {
    margin-top: 1.5625rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.c-space-required {
    padding: 0 0 20px
}

.c-space-required::before,
.c-space-required::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1
}

.c-space-required::after {
    clear: both
}

.c-space-required__box {
    position: relative;
    float: left;
    width: 20%
}

.c-space-required__box:before {
    content: '';
    display: block;
    background-color: #fff;
    padding-bottom: 100%;
    border: 1px solid #e1e1e1;
    margin: -1px;
    transition: all .3s ease-in-out
}

.c-space-required__box.is-selected:before {
    background-color: #e1e1e1;
    border-color: #fff
}

.c-space-required__dimension {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.c-stories-of-play {
    width: 100%;
    padding: 0 .625rem
}

.c-stories-of-play:last-child {
    margin-bottom: 6.25rem
}

.c-stories-of-play__title {
    line-height: 1em;
    margin-bottom: 10px;
    font-size: 1.875rem
}

.c-stories-of-play__title a {
    color: #fff;
    text-decoration: none;
    font-weight: 600
}

.c-stories-of-play__title a:hover {
    color: #fff
}

.c-stories-of-play__sub-title {
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    margin-top: -5px
}

.c-stories-of-play__ttitle {
    display: inline-block;
    margin: 1.5rem 0 0;
    font-family: Ubuntu;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1
}

@media screen and (min-width:40em) {
    .c-stories-of-play__ttitle {
        margin-top: -.3125rem
    }
}

.c-stories-of-play__tsub {
    font-family: Ubuntu;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1
}

@media screen and (min-width:40em) {
    .c-stories-of-play__tsub {
        font-weight: 300;
        font-size: 1.875rem
    }
}

.c-stories-of-play__ttext {
    font-family: Source Sans Pro;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 25px
}

.c-stories-of-play__description {
    font-family: Source Sans Pro;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px
}

.c-stories-of-play .button,
.c-stories-of-play .links-wrap--button a,
.links-wrap--button .c-stories-of-play a,
.c-stories-of-play .form-actions input,
.form-actions .c-stories-of-play input,
.c-stories-of-play .c-product-info__button a,
.c-product-info__button .c-stories-of-play a {
    padding-left: 50px;
    padding-right: 50px
}

.c-stories-of-play__stitle {
    padding-top: 20px
}

.c-stories-of-play__ttext p {
    font-weight: 400;
    line-height: 2rem
}

@media screen and (min-width:40em) {
    .c-stories-of-play__ttext p {
        font-weight: 300
    }
}

.c-stories-of-play__img-container {
    max-height: 315px;
    overflow: hidden
}

.c-stories-of-play__horizontal {
    text-decoration: none
}

@media(max-width:640px) {
    .c-stories-of-play__horizontal {
        position: relative;
        width: 100%;
        max-width: none !important;
        background-color: #f7f7f7;
        border: solid #e5e5e5;
        border-width: 1px 0;
        flex: none !important
    }
    .c-stories-of-play__horizontal .c-block-overlay {
        display: none
    }
    .c-stories-of-play__horizontal .mobile-ion {
        top: 50%;
        display: block !important;
        font-size: 2.0625rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 8.33333%
    }
    .c-stories-of-play__horizontal h4.regular-title {
        text-align: left;
        font-weight: 500;
        font-size: 1.5rem
    }
    .c-stories-of-play__horizontal h4.regular-title a {
        display: block;
        padding: 1.5rem 8.33333%
    }
    .c-stories-of-play__horizontal h4.regular-title.regular-title--padding {
        padding: 1.875rem 8.33333%
    }
}

.c-stories-of-play__horizontal:hover h4.regular-title {
    color: #f60
}

.three-up-container {
    margin-top: 40px
}

@media screen and (min-width:40em) {
    .three-up-container {
        margin-top: 75px
    }
}

.c-stories-tags {
    margin-top: 1.25rem;
    margin-bottom: 1.875rem
}

.c-stories-tags__tag {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: .1875rem .625rem .25rem;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    cursor: pointer
}

.c-stories-tags__tag:first-child {
    margin-left: 0
}

.c-stories-tags__tag:not(.is-active) {
    color: #e1e1e1;
    cursor: default
}

.c-stories-tags__x {
    margin-left: .1875rem;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: 2px;
    visibility: hidden
}

.c-stories-tags__tag.is-active .c-stories-tags__x {
    visibility: visible
}

.c-svg-animation {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto
}

.c-tech-list,
.c-tech-list p {
    margin-bottom: 0
}

.c-tech-list li {
    padding: .625rem 0
}

.c-tech-list li+li {
    border-top: 1px solid #e1e1e1
}

.c-title-and-link {
    margin: 2rem 0
}

.c-title-and-link__title,
.c-title-and-link__link {
    display: inline-block;
    vertical-align: bottom
}

.c-title-and-link__title {
    margin-bottom: 0;
    margin-right: .625rem
}

@media screen and (max-width:64em) {
    .c-title-and-link__title {
        font-size: 3.625rem
    }
}

@media(max-width:420px) {
    .c-title-and-link__title {
        font-size: 2.5rem
    }
}

.c-title-and-link__link {
    color: #555;
    font-size: 1rem;
    line-height: 1.29;
    text-decoration: none;
    text-transform: lowercase;
    border-bottom: 1px solid currentColor;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.c-title-and-link__link:hover {
    color: #f60
}

@media screen and (max-width:64em) {
    .c-title-and-link__link {
        font-size: 1.5625rem
    }
}

@media(max-width:420px) {
    .c-title-and-link__link {
        font-size: 1.25rem
    }
}

.c-title-and-link__dm {
    margin-bottom: 4rem
}

.c-two-column-image {
    margin-top: 0
}

.c-two-column-image__bg {
    background-size: cover
}

@media screen and (max-width:26.1875em) {
    .c-two-column-image__bg {
        height: auto !important
    }
}

.c-two-column-image__content {
    padding: 2.1875rem 2.5rem
}

@media screen and (min-width:40em) {
    .c-two-column-image__content {
        padding: 2.8125rem 3.125rem
    }
}

@media screen and (min-width:64.0625em) {
    .c-two-column-image__content {
        padding: 3.4375rem 4.375rem
    }
}

.c-two-column-image__content h3 {
    font-size: 2.5rem
}

.c-two-column-image__content .c-two-column-image__text {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.75rem
}

@media screen and (min-width:40em) {
    .c-two-column-image__content .c-two-column-image__text {
        font-size: 1.75rem;
        line-height: 2rem
    }
}

@media screen and (min-width:64.0625em) {
    .c-two-column-image__content .c-two-column-image__text {
        line-height: 2.25rem
    }
}

.c-two-column-text,
.c-big-intro-text {
    margin-bottom: 30px
}

.c-two-column-text-with-image h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-top: .9375rem
}

@media(min-width:1024px) {
    .c-two-column-text-with-image h2 {
        font-size: 3.125rem;
        line-height: 3.75rem
    }
}

@media screen and (min-width:40em) {
    .c-two-column-text-with-image--new-products-0 {
        position: relative;
        z-index: 1;
        margin-top: -1.04167%
    }
}

.c-two-column-text-with-image.expanded .c-two-column-text-with-image__image,
.c-footer__email .form-actions input.c-two-column-text-with-image .c-two-column-text-with-image__image,
.c-product-info__button a.c-two-column-text-with-image .c-two-column-text-with-image__image {
    width: 100%;
    max-width: none
}

.c-two-column-text-with-image__callout-text {
    font-size: 1.25rem;
    text-align: left;
    font-weight: 500
}

.c-two-column-text-with-image__title {
    line-height: 1.1
}

.c-two-column-text-with-image__image-title {
    font-size: 1.34375rem;
    font-weight: 300;
    line-height: 1.17;
    text-align: center;
    padding-bottom: 65px
}

@media(min-width:1024px) {
    .c-two-column-text-with-image__callout-text {
        font-size: 1.75rem
    }
}

@media screen and (min-width:40em) {
    .c-two-column-text-with-video--new-products-0 {
        position: relative;
        z-index: 1;
        margin-top: -1.04167%
    }
}

.c-two-column-text-with-video.expanded .c-two-column-text-with-video__image,
.c-footer__email .form-actions input.c-two-column-text-with-video .c-two-column-text-with-video__image,
.c-product-info__button a.c-two-column-text-with-video .c-two-column-text-with-video__image {
    width: 100%;
    max-width: none
}

.u-bg-light-gray {
    background-color: #f7f7f7
}

.u-bg-gray {
    background-color: #f0f0f0
}

.u-bg-medium-gray {
    background-color: #e1e1e1
}

.u-bg-dark-gray {
    background-color: #555
}

.u-bg-black {
    background-color: #000
}

.u-bg-primary {
    background-color: #f60
}

.u-bg-secondary-purple {
    background-color: #613f77
}

.u-bg-secondary-green {
    background-color: #7cb329
}

.block .u-bg-secondary-green .column.skrollable {
    opacity: 1 !important
}

.u-bg-secondary-red {
    background-color: #cd354b
}

.u-bg-secondary-blue {
    background-color: #38a0ab
}

.u-bg-success {
    background-color: #3adb76
}

.u-bg-warning {
    background-color: #ffae00
}

.u-bg-alert {
    background-color: #ec5840
}

.u-spacer--line {
    border: 1px solid #e1e1e1
}

.u-spacer--v-line {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

.u-spacer--h-line {
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1
}

.u-spacer--t-line {
    border-top: 1px solid #e1e1e1
}

.u-spacer--r-line {
    border-right: 1px solid #e1e1e1
}

.u-spacer--b-line {
    border-bottom: 1px solid #e1e1e1
}

.u-spacer--l-line {
    border-left: 1px solid #e1e1e1
}

.u-spacer--xs {
    padding: 5px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--xs {
        padding: 2.5px
    }
}

.u-spacer--v-xs {
    padding-top: 5px;
    padding-bottom: 5px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--v-xs {
        padding-top: 2.5px;
        padding-bottom: 2.5px
    }
}

.u-spacer--h-xs {
    padding-right: 5px;
    padding-left: 5px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--h-xs {
        padding-right: 2.5px;
        padding-left: 2.5px
    }
}

.u-spacer--t-xs {
    padding-top: 5px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--t-xs {
        padding-top: 2.5px
    }
}

.u-spacer--r-xs {
    padding-right: 5px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--r-xs {
        padding-right: 2.5px
    }
}

.u-spacer--b-xs {
    padding-bottom: 5px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--b-xs {
        padding-bottom: 2.5px
    }
}

.u-spacer--l-xs {
    padding-left: 5px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--l-xs {
        padding-left: 2.5px
    }
}

.u-spacer--sm {
    padding: 10px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--sm {
        padding: 5px
    }
}

.u-spacer--v-sm {
    padding-top: 10px;
    padding-bottom: 10px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--v-sm {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.u-spacer--h-sm {
    padding-right: 10px;
    padding-left: 10px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--h-sm {
        padding-right: 5px;
        padding-left: 5px
    }
}

.u-spacer--t-sm,
.view-industry-stories-and-resources .view-content {
    padding-top: 10px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--t-sm,
    .view-industry-stories-and-resources .view-content {
        padding-top: 5px
    }
}

.u-spacer--r-sm {
    padding-right: 10px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--r-sm {
        padding-right: 5px
    }
}

.u-spacer--b-sm {
    padding-bottom: 10px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--b-sm {
        padding-bottom: 5px
    }
}

.u-spacer--l-sm {
    padding-left: 10px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--l-sm {
        padding-left: 5px
    }
}

.u-spacer--md {
    padding: 30px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--md {
        padding: 15px
    }
}

.u-spacer--v-md {
    padding-top: 30px;
    padding-bottom: 30px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--v-md {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.u-spacer--h-md {
    padding-right: 30px;
    padding-left: 30px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--h-md {
        padding-right: 15px;
        padding-left: 15px
    }
}

.u-spacer--t-md {
    padding-top: 30px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--t-md {
        padding-top: 15px
    }
}

.u-spacer--r-md {
    padding-right: 30px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--r-md {
        padding-right: 15px
    }
}

.u-spacer--b-md {
    padding-bottom: 30px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--b-md {
        padding-bottom: 15px
    }
}

.u-spacer--l-md {
    padding-left: 30px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--l-md {
        padding-left: 15px
    }
}

.u-spacer--lg {
    padding: 60px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--lg {
        padding: 30px
    }
}

.u-spacer--v-lg {
    padding-top: 60px;
    padding-bottom: 60px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--v-lg {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.u-spacer--h-lg {
    padding-right: 60px;
    padding-left: 60px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--h-lg {
        padding-right: 30px;
        padding-left: 30px
    }
}

.u-spacer--t-lg {
    padding-top: 60px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--t-lg {
        padding-top: 30px
    }
}

.u-spacer--r-lg {
    padding-right: 60px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--r-lg {
        padding-right: 30px
    }
}

.u-spacer--b-lg {
    padding-bottom: 60px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--b-lg {
        padding-bottom: 30px
    }
}

.u-spacer--l-lg {
    padding-left: 60px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--l-lg {
        padding-left: 30px
    }
}

.u-spacer--xl {
    padding: 120px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--xl {
        padding: 60px
    }
}

.u-spacer--v-xl {
    padding-top: 120px;
    padding-bottom: 120px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--v-xl {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.u-spacer--h-xl {
    padding-right: 120px;
    padding-left: 120px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--h-xl {
        padding-right: 60px;
        padding-left: 60px
    }
}

.u-spacer--t-xl {
    padding-top: 120px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--t-xl {
        padding-top: 60px
    }
}

.u-spacer--r-xl {
    padding-right: 120px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--r-xl {
        padding-right: 60px
    }
}

.u-spacer--b-xl {
    padding-bottom: 120px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--b-xl {
        padding-bottom: 60px
    }
}

.u-spacer--l-xl {
    padding-left: 120px
}

@media screen and (max-width:26.1875em) {
    .u-spacer--l-xl {
        padding-left: 60px
    }
}

@media print {
    * {
        color: #000 !important;
        text-align: left
    }
    body {
        font: 12pt Georgia, "Times New Roman", Times, serif !important;
        line-height: 1.3 !important
    }
    h1,
    .h1 {
        font-size: 24pt !important;
        margin: 0
    }
    .h2_5,
    h2,
    .h2,
    .intro-header,
    h3,
    .h3,
    .h3-lt {
        font-size: 18pt !important;
        margin: 0
    }
    h4,
    .h4,
    h5,
    .h5,
    .regular-title,
    h6,
    .h6,
    .sub-title {
        font-size: 14pt !important;
        margin: 0
    }
    .row,
    .view-industry-stories-and-resources .view-content {
        margin: 0 !important;
        padding: 0 !important
    }
    .column,
    .columns,
    .lt-ie10 .columns {
        flex: 1 1 100%;
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important
    }
    [class*="u-spacer"] {
        padding: 0 !important
    }
    .show-for-small-only,
    [data-smallonly] .slick-dots,
    .c-header__header-menu,
    .c-header__eyebrow-wrap,
    .c-header__mobile-trigger,
    .c-footer {
        display: none
    }
    .c-product-gallery {
        border: 0;
        max-width: 66.66667%
    }
    .c-product-info * {
        padding: 0;
        border: 0
    }
    .c-product-info__age {
        text-align: left
    }
    .c-product-info__age-text,
    .c-product-info__age-value,
    .c-product-info__space-text,
    .c-product-info__space-value {
        font-size: 1rem;
        display: inline-block
    }
    .c-product-details:before,
    .c-product-details:after {
        display: none
    }
    .c-product-details__item {
        padding: 0;
        height: auto;
        max-width: none;
        margin: 0
    }
    .c-product-details__item * {
        position: static;
        display: inline-block;
        font-size: 1rem;
        margin: 0 !important
    }
    .c-product-details__item img {
        display: none
    }
    .c-product-details__title:after {
        content: ':'
    }
}

.slick-slider>button {
    display: none !important
}

.c-new-products-slider {
    margin-top: 0
}

#block-bean-new-products,
#block-bean-read-our-blog {
    margin-top: 35px
}

.postTitle {
    color: #f60;
    font-size: 1.3rem;
    font-weight: 100
}

.postDate {
    line-height: 1.6
}

.tooltip {
    z-index: 1000
}

.placeholder-360 {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.page-site-search .views-exposed-form .form-item input.error,
.page-site-search-fuzzy .views-exposed-form .form-item input.error {
    border: 2px solid #f60
}

.page-site-search .views-submit-button .form-submit,
.page-search-content .views-submit-button .form-submit,
.page-search-products .views-submit-button .form-submit,
.page-site-search-fuzzy .views-submit-button .form-submit {
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #f60;
    transition: all .3s ease-in-out
}

.page-site-search .views-submit-button .form-submit:hover,
.page-site-search-fuzzy .views-submit-button .form-submit:hover {
    background: #fff;
    color: #f60
}

.page-site-search .views-exposed-form .views-exposed-widget,
.page-site-search-fuzzy .views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em .5em 0 0
}

@media(max-width:1024px) {
    .page-site-search .views-submit-button .form-submit,
    .page-site-search-fuzzy .views-submit-button .form-submit {
        font-size: 13px;
        padding: 11px
    }
}

@media(max-width:448px) {
    .page-site-search .views-exposed-form #edit-s-wrapper,
    .page-site-search-fuzzy .views-exposed-form #edit-s-wrapper {
        width: 60%;
        margin-right: 5px
    }
    .page-site-search .views-exposed-widget.views-submit-button,
    .page-site-search-fuzzy .views-exposed-widget.views-submit-button {
        width: 35%;
        margin-left: 5px
    }
    .page-site-search .views-submit-button .form-submit,
    .page-site-search-fuzzy .views-submit-button .form-submit {
        font-size: 13px;
        padding: 11px;
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .page-site-search .views-exposed-form .views-exposed-widget,
    .page-site-search-fuzzy .views-exposed-form .views-exposed-widget {
        padding: .5em 0 0
    }
}

.view-all-stories-of-play .views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0;
    margin-left: 50px
}

.view-all-stories-of-play select {
    font-weight: 700;
    height: 2.75rem;
    padding: .5rem 1.25rem;
    background-position: right -.25rem center;
    width: 60%
}

.views-exposed-widgets {
    margin-bottom: 1rem
}

.view-all-stories-of-play .view-filters {
    display: none
}

@media(min-width:40rem) {
    .view-all-stories-of-play .view-filters {
        display: block
    }
    .view-all-stories-of-play .view-filters input[type="checkbox"] {
        display: none;
        -webkit-appearance: none
    }
    .view-all-stories-of-play .view-filters .form-type-bef-checkbox.highlight label {
        color: #555
    }
    .view-all-stories-of-play .view-filters .form-type-bef-checkbox.highlight label:after {
        display: inline-block
    }
    .view-all-stories-of-play .view-filters .form-type-bef-checkbox {
        display: inline-block;
        border: 1px solid #e1e1e1;
        border-radius: 2px;
        margin-right: 5px
    }
    .view-all-stories-of-play .view-filters .form-type-bef-checkbox label {
        color: #e1e1e1;
        text-transform: uppercase;
        padding: 0 10px;
        line-height: 2em;
        margin: 0;
        padding-bottom: 2px
    }
    .view-all-stories-of-play .view-filters .form-type-bef-checkbox label:after {
        display: none;
        content: '×';
        font-family: Helvetica, 'Roboto', Arial, sans-serif;
        font-size: 22px;
        position: relative;
        top: 2px;
        padding-left: 5px
    }
    .ubuntu .view-all-stories-of-play .view-filters .form-type-bef-checkbox label:after {
        font-family: "Ubuntu", Helvetica, 'Roboto', Arial, sans-serif
    }
    .view-all-stories-of-play .views-exposed-form .views-exposed-widget {
        margin-left: 0;
        padding: 0
    }
    .view-all-stories-of-play .mobile-select {
        display: none
    }
}

@media(max-width:640px) {
    .view-all-stories-of-play .views-exposed-form .views-exposed-widget {
        margin-left: 0
    }
    .views-exposed-widgets {
        margin-bottom: .5em
    }
}

.c-parallax-np-slider .slick-slide {
    margin-bottom: 20px
}

.view-product-listing-search>.view-header>.row {
    margin-left: 0;
    margin-right: 0
}

.view-product-listing-search>.view-header>.row>.column>img {
    margin-right: 10px
}

.bloglisting .addtoany_list .ion {
    padding-top: 8px;
    font-size: 14px
}

.blog-search-form--new {
    margin-bottom: 20px
}

.blog-search-form--new [type='text'] {
    float: left;
    padding-right: 36px
}

button.bsf--submit {
    width: 20px;
    height: 20px;
    background: 0 0;
    padding: 20px;
    background: url(../img/blog-search-icon.png) center center no-repeat;
    float: left;
    position: absolute;
    margin-left: -40px
}

@media screen and (min-width:640px) {
    .blog-search-form--new .search-the-blog.columns {
        padding-left: 0;
        padding-right: .5rem
    }
}

.search-results {
    list-style: none
}

.search-results .title {
    font-size: 1.2em
}

.search-results li {
    margin-bottom: 1em
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.js-product-sort-by {
    background-image: url(../img/sort.png);
    background-size: 12px 12px;
    background-position: right 0 center;
    background-color: #e1e1e1;
    width: 63%;
    font-weight: 700;
    color: #565656;
    text-align: center;
    height: auto;
    padding: 8px;
    border-radius: 2px;
    margin: 0;
    border: none;
    line-height: 1.5rem
}

.js-product-sort-by option {
    min-height: 0;
    padding: 8px;
    text-transform: none
}

.filter-toggle {
    background: #e1e1e1;
    width: 35%;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #565656;
    border-radius: 2px;
    text-align: center;
    padding: 8px;
    margin-bottom: 10px;
    margin-right: 2%
}

.filter-toggle img {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    margin-top: -1px
}

.mobile-options {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1000;
    background: rgba(255, 255, 255, 1);
    display: none
}

.desktop-options {
    display: none
}

.filter-open-mainheadline {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px;
    text-align: center;
    position: relative;
    padding: 12px 0;
    top: 0;
    margin: 0
}

.ubuntu .filter-open-mainheadline {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

.filter-open-mainheadline .filter-toggle {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    background: #fff;
    position: absolute;
    width: auto;
    right: 20px;
    padding: 12px 0;
    top: 0;
    margin: 0
}

.ubuntu .filter-open-mainheadline .filter-toggle {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

.c-product-listing__side .regular-title {
    display: none
}

.ui-accordion-header {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    border-radius: 0;
    background: #f7f7f7;
    border: none;
    border-bottom: 1px solid #e5e5e5
}

.ubuntu .ui-accordion-header {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

h6.space-headline {
    display: block !important;
    padding: 0 !important;
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400 !important;
    padding: 12px 18px !important;
    border-radius: 0;
    margin: 0;
    font-size: 22px;
    color: #565656;
    line-height: 0
}

.ubuntu h6.space-headline {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

.ui-accordion-header,
.c-product-listing__subtitle-title,
.ui-accordion-header b {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400 !important;
    padding: 12px 18px !important;
    border-radius: 0;
    margin: 0;
    font-size: 22px;
    color: #565656;
    margin-top: 0 !important
}

.ubuntu .ui-accordion-header,
.ubuntu .c-product-listing__subtitle-title,
.ubuntu .ui-accordion-header b {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

.ui-accordion-content {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    background: #e5e5e5;
    border: none;
    border-radius: 0;
    padding: 0 !important
}

.ubuntu .ui-accordion-content {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

.ui-accordion-content .item-list ul li {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    border-bottom: 1px solid #d0d0d0;
    padding: 12px 48px
}

.ubuntu .ui-accordion-content .item-list ul li {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

.ui-accordion .item-list ul {
    margin: 0
}

.ui-accordion-content .item-list ul li:last-child {
    border-bottom: none
}

.facetapi-limit-link,
.c-product-listing__side .reset-link {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    margin-left: 0;
    font-weight: 600;
    text-decoration: none;
    color: #f60 !important;
    font-size: .875rem;
    text-transform: lowercase;
    text-align: left;
    text-decoration: none;
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    margin-left: 48px
}

.ubuntu .facetapi-limit-link,
.ubuntu .c-product-listing__side .reset-link {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

.filter.mobile fieldset,
.mobile.ui-accordion {
    padding: 0 !important;
    margin: 0 !important
}

div#block-playworld-product-list-share-search {
    display: none !important
}

fieldset.mobile.filter {
    display: none
}

.is_set fieldset.mobile.filter {
    display: block
}

.ui-accordion-header .switch {
    display: none
}

.ui-accordion-header-active .switch {
    display: inline-block;
    position: absolute;
    top: 60px
}

.price .ui-accordion-content {
    padding: 1em 2.2em !important
}

.space .ui-accordion-content {
    padding: 24px !important
}

.c-product-listing__side .desktop-options .regular-title {
    display: inline-block !important
}

@media(min-width:40em) {
    .price .title {
        display: inline-block;
        float: left
    }
    div#facetapi-facet-search-apiproducts-block-field-price-wrapper {
        display: inline-block
    }
    select.js-product-sort-by {
        height: 2.4375rem;
        padding: .5rem;
        border: 1px solid #e1e1e1;
        margin: 0 0 1rem;
        font-size: 1rem;
        font-family: inherit;
        line-height: normal;
        color: #555;
        background-color: #fff;
        border-radius: 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-size: 9px 6px;
        background-position: right -1rem center;
        background-origin: content-box;
        background-repeat: no-repeat;
        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%2885, 85, 85%29'></polygon></svg>");
        padding-right: 1.5rem;
        font-weight: 400;
        width: 100%
    }
    .desktop-options {
        display: block
    }
    fieldset.mobile.filter {
        display: block
    }
    .filter-toggle {
        display: none
    }
    .facetapi-limit-link {
        margin-left: 0;
        display: inline-block
    }
    .c-product-listing__side .switch,
    .c-product-listing__side .reset-link {
        font-weight: 600;
        text-decoration: none;
        color: #f60;
        font-size: .875rem;
        text-transform: lowercase;
        margin: 0 0 0 5px;
        display: inline
    }
    .c-product-listing__side .regular-title {
        display: inline-block !important
    }
    .c-product-listing__subtitle-title {
        width: 137px;
        height: 390px;
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 700 !important;
        line-height: 1;
        padding: 0 !important
    }
    h6.space-headline {
        font-size: 16px;
        font-weight: 700 !important;
        padding: 0 !important
    }
    .filter.mobile fieldset,
    .mobile.ui-accordion {
        padding-top: 30px !important
    }
}

@media screen and (min-width:40rem) {
    .c-product-list {
        margin-bottom: 3.125rem
    }
    .c-product-list__line {
        font-size: 1.3125rem;
        line-height: 1;
        border-bottom: 1px solid #e1e1e1;
        margin-top: 1.625rem;
        font-family: Ubuntu;
        font-weight: 300
    }
    .c-product-list__name {
        color: #f60;
        font-size: 1.75rem;
        line-height: 1;
        padding-top: 5px
    }
    .c-product-list__name a {
        font-size: 1.75rem;
        text-decoration: none;
        color: #f60
    }
    .c-product-list__ages {
        font-size: 1.3125rem;
        line-height: 1;
        margin-top: .1875rem;
        font-family: Ubuntu;
        font-weight: 300
    }
    .c-product-list__price {
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1;
        margin-top: .25rem
    }
}

#ec---just-text-single-column-blo p,
#ec---just-text-single-column-b-0 p,
#sa---just-text-single-column-1 p,
#sa---just-text-single-column-2 p,
.page-node-96745 p,
.page-node-96746 p,
.page-node-96750 p,
.page-node-96751 p,
.page-node-96752 p,
.page-node-989497 p,
.page-node-989497 ul,
.page-node-96753 p,
.page-node-96747 p,
.page-node-96755 p,
.page-node-96756 p,
.page-node-96748 p,
.page-node-96754 p,
.page-node-96749 p,
.page-node-1233158 .field-items p,
.page-node-1233158 .field-items ul,
.page-node-17 #just-text-single-column---playgr p,
.page-node-17 #just-text-single-column---play-0 p {
    font-size: 1.25rem
}

.push--right {
    margin-right: 20px
}

.no--padding-block {
    margin-top: 0;
    margin-bottom: 0
}

#fx-removed,
#fx-added {
    padding: 50px;
    background: #000000b3;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    display: block;
    top: 0;
    margin: auto;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#fx-removed span,
#fx-added span {
    color: #fff;
    top: 50%;
    position: relative;
    font-size: 18px
}

.find-rep-zip {
    width: 50%;
    text-align: center;
    margin: 0 auto
}

.rep-contact-name {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #555;
    font-family: Ubuntu
}

.rep-submit-button {
    margin: 0 auto;
    text-align: center !important;
    width: 10%;
    display: block;
    margin-top: 30px;
    margin-bottom: 50px
}

.js-find-rep-country select {
    width: 80%
}

.js-find-rep-zip-postal label {
    width: 33.333%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.js-find-rep-zip-postal input {
    width: 66.666%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.js-find-rep-zip-postal label {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-align: right;
    color: #555;
    line-height: 2.9
}

.ubuntu .js-find-rep-zip-postal label {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

@media(max-width:925px) {
    .js-find-rep-zip-postal label {
        width: 100%;
        float: none;
        text-align: center !important
    }
    .js-find-rep-zip-postal input {
        width: 100%
    }
    .rep-submit-button {
        width: 48%
    }
    .view-FindARepresentativeCountry .views-exposed-widget label,
    .view-FindARepresentativeCountry .views-exposed-widget .views-widget {
        width: 100%;
        float: none;
        text-align: center !important
    }
}

@media(max-width:640px) {
    .js-find-rep-zip-postal input {
        width: 80%;
        float: none !important
    }
}

#block-bean-homepage-callouts {
    margin-top: 98px;
    margin-bottom: 98px
}

.view-FindARepresentativeCountry {
    padding-top: 30px
}

@media screen and (max-width:40em) {
    #block-bean-homepage-callouts {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

.c-homepage-callouts .c-block-overlay__plus {
    width: 38px;
    height: 38px;
    margin-top: 12px
}

.c-homepage-callouts h4 {
    font-size: 18px
}

.c-homepage-callouts a {
    color: #fff;
    text-decoration: none
}

.c-homepage-callouts .c-block-overlay__plus i {
    font-size: 32px;
    line-height: 1em
}

.c-homepage-callouts .c-block-overlay:hover .c-block-overlay__cover {
    opacity: .75;
    visibility: unset
}

.shortcut-toolbar ul.menu {
    display: block;
    width: auto
}

#gdpr-cookie-bar {
    display: none;
    opacity: 0
}

#gdpr-cookie-bar .message-wrapper {
    font-size: 11px;
    width: 100%;
    text-align: center;
    line-height: 17px;
    font-family: sans-serif !important;
    vertical-align: middle
}

.arial #gdpr-cookie-bar .message-wrapper {
    font-family: 'Arial', sans-serif !important
}

#gdpr-cookie-bar .message-wrapper a {
    text-decoration: none
}

#gdpr-cookie-bar .message-wrapper a:hover {
    text-decoration: underline
}

a.btn.btn-agree.btn-call-to-action.top-nav__request-quote {
    background: #cdcdcd;
    padding: 4px 10px;
    display: inline-block;
    color: #fff;
    margin-top: 2px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    margin-left: 8px;
    box-sizing: border-box;
    margin-top: 0
}

a.btn.btn-agree.btn-call-to-action.top-nav__request-quote:hover {
    background: #aaa;
    text-decoration: none
}

#gdpr-cookie-bar .button-wrapper {
    width: 100%;
    text-align: center;
    vertical-align: middle
}

.message-wrapper a {
    color: #10a5d7
}

@media screen and (max-width:1024px) {
    #gdpr-cookie-bar {
        padding: 20px;
        height: auto
    }
    a.btn.btn-agree.btn-call-to-action.top-nav__request-quote {
        margin-top: 10px
    }
}

@media screen and (max-width:1200px) {
    #gdpr-cookie-bar .message-wrapper {
        font-size: 13px
    }
}

@media screen and (min-width:1024px) {
    #gdpr-cookie-bar .message-wrapper {
        font-size: 14px;
        width: 72% !important;
        text-align: left;
        display: inline-block;
        border-right: 1px solid #ccc;
        padding-right: 15px
    }
    .button-wrapper {
        text-align: center;
        width: 12% !important;
        display: inline-block;
        vertical-align: top
    }
}

.fixed-footer {
    background-color: #fff;
    border-top: 1px solid #dfe5e9;
    padding-left: 24px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999999999;
    padding: 20px 0
}

.fixed-footer .btn {
    margin-top: 12px;
    padding-left: 20px;
    padding-right: 20px
}

.fixed-footer__top {
    padding: 23px;
    float: right
}

.js-form-error {
    margin-left: 12px;
    font-weight: 700;
    font-size: 12px;
    color: #c00
}

.c-product__single {
    text-align: center
}

.node-seo-page .c-product__single .button {
    font-size: 1em;
    position: absolute;
    bottom: 0;
    width: 200px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

.node-seo-page .c-our-products__text {
    margin-bottom: 4.2em
}

.soft--ends {
    padding: 4em 0
}

.medium-font {
    font-size: 1.25em
}

.half-and-half__image {
    display: none
}

.half-and-half__text {
    padding: 4em 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media(min-width:768px) {
    .half-and-half__image {
        display: block
    }
    .half-and-half__text-wrapper {
        padding-left: 12px;
        padding-right: 12px
    }
    .half-and-half__image {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .half-and-half__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        -o-object-position: center center;
        object-position: center center;
        display: block
    }
    .half-and-half {
        display: flex;
        width: 100%;
        align-items: stretch
    }
    .half-and-half__image,
    .half-and-half__text {
        width: 50%
    }
    .half-and-half__text--left .half-and-half__text-wrapper {
        float: right;
        padding-right: 8.33333333%
    }
    .half-and-half__text--right .half-and-half__text-wrapper {
        float: left;
        padding-left: 8.33333333%
    }
    .half-and-half__text-wrapper {
        width: 100%;
        max-width: 683px
    }
}

.freight-icon_product {
    width: auto;
    max-height: 85px;
    position: absolute;
    right: 16%;
    z-index: 3
}

.freight-icon_feed {
    position: absolute;
    z-index: 99;
    max-width: 62px;
    height: auto;
    right: 5px;
    top: 5px
}

@media(max-width:600px) {
    .freight-icon_product {
        max-height: 67px
    }
}

.contentcta {
    position: relative;
    margin-top: 20px
}

.c-hero-header__contentcta {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header-cta-button {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #fff;
    border-radius: 50px;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
    text-transform: uppercase;
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    display: inline-block
}

.ubuntu .header-cta-button {
    font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif
}

.cta-left {
    background: transparent;
    color: ;
    border: 2px solid #fff
}

.cta-left:hover {
    background: #fff;
    color: #f60
}

.cta-right {
    background: #f60;
    border: 2px solid #f60
}

.cta-right:hover {
    background: transparent;
    color: #f60
}

.tabs.search li {
    display: inline-block
}

.tabs.search {
    border-color: #e1e1e1;
    margin-bottom: 24px
}

.tab-title-search a {
    padding: 12px;
    text-decoration: none;
    font-size: 1.125rem;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700
}

.tab-title-search.active {
    background: #fa6500
}

.tab-title-search.active a {
    color: #fff
}

.view-fuzzy-search-products iframe,
.view-fuzzy-search-content-pages iframe {
    width: 100%;
    height: 2800px;
    border: 0
}

.iframed .slicknav_menu,
.iframed .c-header_-_wrap,
.iframed .view-filters,
.iframed #fx-breadcrumbs,
.iframed .tabs.search,
.iframed .c-footer,
.iframed #hbl-live-chat-wrapper,
.iframed .rc-anchor-invisible,
.iframed .grecaptcha-badge {
    display: none
}

.page-search-content h2 {
    font-size: 2.5rem
}

.iframed #block-system-main .u-spacer--t-md {
    padding-top: 0 !important
}

#facetapi-facet-search-apiproducts-block-field-taxonomy-age-group .last {
    display: none !important
}

#block-facetapi-scyykl74milbylqqfhv5hnk52rzkrl1c {
    margin: 25px 0 0
}

.fx-template p,
.fx-template li {
    color: #333
}

.fx-template a {
    text-decoration: none
}

.fx-template a:hover {
    color: #333
}

.fx-template p:not(.intro-text),
.fx-template li {
    font-size: 20px
}

.fx-template h4 {
    color: #613f77;
    font-size: 24px;
    font-weight: 500
}

.get-to-know-flex-wrapper {
    text-align: center
}

.get-to-know-flex-wrapper img {
    margin: auto;
    display: block
}

.fx-template .learn-more-link {
    color: #f60;
    text-decoration: none;
    font-size: 20px
}

.fx-template .learn-more-link i {
    position: relative;
    margin-left: 4px;
    font-size: 14px
}

.middle-specs {
    text-align: center
}

.middle-flex-wrapper img {
    margin-bottom: 20px;
    margin-top: 20px
}

.fx-content-white .intro-text {
    margin-bottom: 68px
}

.fx-content-white ul {
    list-style: none;
    padding: 0;
    margin: 20px 0
}

.fx-content-white li {
    padding-left: 60px;
    text-indent: -.7em
}

.fx-content-white li::before {
    content: "• ";
    color: #613f77;
    font-size: 28px
}

.icon-row .img-responsive {
    display: block;
    margin: auto
}

@media(min-width:600px) {
    .middle-specs {
        text-align: left !important
    }
    .middle-flex-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 48px;
        align-items: center
    }
    .middle-flex-wrapper .img-holder {
        width: 25%
    }
    .middle-flex-wrapper .details {
        width: calc(75% - 20px);
        margin-left: 20px
    }
}

@media(min-width:1025px) {
    .get-to-know-flex-wrapper {
        display: flex;
        text-align: left;
        margin-bottom: 48px;
        align-items: flex-start
    }
    .get-to-know-flex-wrapper img {
        margin: 0;
        margin-right: 20px
    }
    .middle-flex-wrapper .img-holder {
        width: 289px
    }
    .middle-flex-wrapper .details {
        width: calc(100% - 333px);
        margin-left: 44px;
        text-align: left
    }
    .middle-flex-wrapper img {
        margin: 0
    }
    .middle-flex-wrapper:nth-of-type(1) {
        margin-top: 48px
    }
    .middle-flex-wrapper:last-child {
        margin-bottom: 0
    }
}

.fx-cta-banner {
    margin-top: 0
}

.fx-cta-banner-container {
    display: flex;
    border: 1px solid #e1e1e1;
    align-items: center;
    padding: 20px
}

.fx-cta-content {
    padding: 0 20px
}

.fx-cta-content h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.fx-cta-content p {
    margin-bottom: 8px;
    margin-top: 2px
}

.fx-cta-content a {
    background: #fa6500;
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none
}

@media(max-width:500px) {
    .fx-cta-content img {
        display: none
    }
}

.add-bottom-padding {
    padding-bottom: 25px
}

.medium-up-3>.shadow-box {
    flex: 0 0 30%;
    max-width: 30%
}

.shadow-box {
    border-radius: 5px;
    box-shadow: 4px 8px 24px -4px rgba(0, 0, 0, 0.19);
    margin: 10px
}

.shadow-box p,
.four-column-icons .field-text p {
    font-size: 1.1rem
}

.number-circle {
    height: 65px;
    width: 65px;
    padding: 8px;
    border-radius: 50%;
    -webkit-transform: translate(220%, -100%);
    transform: translate(220%, -100%);
    font-size: 30px;
    color: #fff;
    margin-bottom: -35px;
    box-shadow: 4px 8px 24px -8px rgba(0, 0, 0, 0.19);
    font-family: "Ubuntu";
    text-align: center;
    line-height: 50px;
    vertical-align: middle
}

.number-circle-first {
    background-color: #7cb329
}

.number-circle-middle {
    background-color: #37a0ab
}

.number-circle-last {
    background-color: #613f77
}

#wave {
    margin-bottom: -20px
}

#wave path,
#wave2 path {
    fill: #f7f7f7
}

.gray-wave {
    background-color: #f7f7f7;
    font-weight: 400
}

#wave2 {
    margin-top: -20px
}

.gray-wave h2 {
    text-align: center
}

.gray-wave li:before,
.field-text li:before {
    content: '•   ';
    font-size: 2.3em;
    color: #f60;
    line-height: .7em;
    vertical-align: middle;
    margin-left: -22px
}

.gray-wave li,
.field-text li {
    list-style-type: none;
    line-height: 1.4em;
    margin-left: 20px;
    padding-bottom: 20px;
    font-weight: 300
}

.half-text-half-image {
    margin-top: 0
}

.icon-column {
    text-align: center
}

.icon-column h6 {
    color: #555
}

.icon-circle {
    height: 78px;
    width: 78px;
    padding: 10px;
    border-radius: 50%;
    -webkit-transform: translate(135%, 50%);
    transform: translate(135%, 50%);
    font-size: 30px;
    color: #fff;
    margin-bottom: 60px;
    box-shadow: 4px 8px 24px -8px rgba(0, 0, 0, 0.19);
    text-align: center;
    line-height: 50px;
    vertical-align: middle
}

.icon-circle-first {
    background-color: #f60
}

.icon-circle-second {
    background-color: #7cb329
}

.icon-circle-third {
    background-color: #613f77
}

.icon-circle-fourth {
    background-color: #37a0ab
}

.icon-column {
    padding: 0
}

#grants---header-gen {
    margin-top: 50px
}

#grants---header-gen .c-hero-header__content {
    text-align: center;
    padding-bottom: 80px !important
}

#grants---header-gen p {
    font-weight: 600
}

.icon-cta-colorful {
    margin-top: -30px
}

.icon-cta-colorful h5 {
    color: #555;
    margin-bottom: 20px
}

.icon-cta-colorful .icon-circle {
    height: 134px;
    width: 134px;
    -webkit-transform: translate(90%, 20%);
    transform: translate(90%, 20%);
    margin-top: -100px;
    background-color: #fff
}

.icon-cta-colorful .icon-circle img {
    margin-top: 20px
}

.icon-cta-colorful .c-icon-cta__block {
    padding: 20px
}

.icon-cta-colorful .c-icon-cta__block:nth-child(2) h5 {
    padding-left: 30px;
    padding-right: 30px
}

.icon-cta-colorful .button {
    color: #fff
}

.icon-cta-colorful .button-first {
    background-color: #f60
}

.icon-cta-colorful .button-second {
    background-color: #cd354b
}

.icon-cta-colorful .button-third {
    background-color: #7cb329
}

@media(max-width:639px) {
    .icon-circle,
    .number-circle {
        display: none
    }
    .no-border {
        border-top: 0 solid #fff
    }
    #grants---header-gen .c-hero-header__content {
        padding: 40px 0
    }
    .no-border .c-icon-cta--icon-cta::before {
        display: none
    }
    #grants---header-gen {
        height: 120%
    }
    .icon-cta-colorful h5 {
        margin-bottom: 10px
    }
    .icon-column {
        padding: 20px 20px 10px
    }
    .icon-column .ion-chevron-right:before {
        display: none
    }
    .icon-cta-colorful .icon-circle {
        display: none
    }
}

@media(min-width:640px) and (max-width:750px) {
    .number-circle {
        -webkit-transform: translate(95%, -100%);
        transform: translate(95%, -100%)
    }
    .icon-circle {
        -webkit-transform: translate(70%, 50%);
        transform: translate(70%, 50%)
    }
    .icon-cta-colorful .icon-circle {
        display: none
    }
}

@media(min-width:751px) and (max-width:900px) {
    .number-circle {
        -webkit-transform: translate(125%, -100%);
        transform: translate(125%, -100%)
    }
    .icon-circle {
        -webkit-transform: translate(85%, 50%);
        transform: translate(85%, 50%)
    }
    .icon-cta-colorful .icon-circle {
        display: none
    }
}

@media(min-width:901px) and (max-width:1025px) {
    .icon-circle {
        -webkit-transform: translate(100%, 50%);
        transform: translate(100%, 50%)
    }
    .icon-cta-colorful .icon-circle {
        display: none
    }
    .number-circle {
        -webkit-transform: translate(140%, -100%);
        transform: translate(140%, -100%)
    }
}

@media(min-width:1026px) and (max-width:1200px) {
    .icon-cta-colorful .icon-circle {
        -webkit-transform: translate(85%, 20%);
        transform: translate(85%, 20%)
    }
    .number-circle {
        -webkit-transform: translate(170%, -100%);
        transform: translate(170%, -100%)
    }
}

@media(max-width:1025px) {
    #grants---header-gen {
        height: 120%
    }
    #grants---header-gen .c-hero-header__content {
        position: relative;
        padding: 60px 0 50px
    }
    .icon-cta-colorful {
        margin-top: 0
    }
    .icon-cta-colorful h5 {
        margin-top: 20px
    }
}

.c-hero-header--small {
    height: 350px
}

.c-hero-header--small:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2f2f2f;
    background: linear-gradient(180deg, rgba(47, 47, 47, 0) 0%, rgba(24, 24, 24, 0.6278886554621849) 100%)
}

.gray-wave h2 {
    text-align: left;
    margin-bottom: 0
}

.c-icon-cta__block {
    background-color: #fff
}

.number-circle {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-icon-cta__block h6 {
    color: #555;
    font-weight: 700
}

.gray-wave .no-border:nth-child(3) .number-circle-first {
    background-color: #cd354b
}

.gray-wave .no-border:nth-child(3) .number-circle-middle {
    background-color: #f60
}

.gray-wave .no-border:nth-child(3) .number-circle-last {
    background-color: #7cb329
}

.shadow-box p {
    text-align: left
}

.c-icon-cta--icon-cta .c-icon-cta__block {
    padding-left: 32px;
    padding-right: 32px
}

.number-circle {
    -webkit-transform: translate(180%, -100%);
    transform: translate(180%, -100%)
}

.field-item:nth-child(4) h2 {
    line-height: 1.2em;
    margin: 0 auto
}

.field-item:nth-child(4) section section {
    margin-top: 0
}

.field-item:nth-child(4) section section .row:first-child .column:nth-child(1) {
    margin-bottom: 0
}

.field-item:nth-child(4) .row:first-child .column:nth-child(1) {
    margin-bottom: 30px
}

.field-item:nth-child(4) .row .column {
    margin-bottom: 60px
}

.field-item:nth-child(4) p {
    color: #555;
    margin-bottom: 0
}

section.c-hero-header--small {
    display: flex;
    align-items: center;
    justify-content: center
}

section.c-hero-header--small:after {
    background: rgb(5 10 25 / 56%)
}

section.c-hero-header--small .c-hero-header__content {
    padding-bottom: 0 !important;
    padding: 0;
    margin: 0 auto;
    position: unset;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset
}

section.c-hero-header--small .c-hero-header__content a {
    margin-bottom: 0;
    border: none;
    padding: 17px 28px
}

@media(max-width:1200px) {
    .number-circle {
        -webkit-transform: unset;
        transform: unset;
        margin: 0 auto;
        margin-bottom: 24px;
        margin-top: -68px
    }
    .c-icon-cta {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .c-icon-cta--icon-cta .c-icon-cta__block {
        width: 30%;
        min-width: 30%;
        max-width: 30%;
        max-width: unset;
        flex: unset
    }
}

@media(max-width:1025px) {
    section#grants---header-gen .c-hero-header__content,
    section.c-hero-header--small .c-hero-header__content {
        padding: 40px 0 !important
    }
    section#grants---header-gen {
        height: unset
    }
}

@media(max-width:860px) {
    .c-icon-cta--icon-cta .c-icon-cta__block {
        width: 46%;
        min-width: 46%;
        max-width: 46%;
        margin-bottom: 60px
    }
    .c-icon-cta--icon-cta .c-icon-cta__block:last-child {
        margin-bottom: 0
    }
    .c-icon-cta {
        justify-content: center
    }
}

@media(max-width:639px) {
    .c-icon-cta--icon-cta .c-icon-cta__block:last-child {
        margin-bottom: 60px
    }
    .c-icon-cta--icon-cta .c-icon-cta__block {
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }
    .number-circle {
        -webkit-transform: none;
        transform: none;
        margin: 0 auto;
        margin-bottom: 24px;
        margin-top: -40px
    }
    .c-two-column-text-and-two-images img {
        width: 100%
    }
    .c-icon-cta--icon-cta .c-icon-cta__block p {
        text-align: center
    }
    h2 {
        margin: 0;
        padding-top: 20px !important;
        padding-bottom: 0 !important
    }
}

@media(max-width:500px) {
    .field-item:nth-child(4) .row {
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px
    }
    .field-item:nth-child(4) .row .column {
        width: 100%;
        max-width: unset;
        margin-bottom: 0
    }
    .field-item:nth-child(4) .row .column p {
        text-align: center
    }
    .field-item:nth-child(4) .row .column p b {
        display: block;
        margin-bottom: 8px
    }
    .field-item:nth-child(4) .row .column img {
        margin-bottom: 20px
    }
    h2 {
        font-size: 32px
    }
}

.example {
    display: -ms-grid;
    display: grid;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: linear-gradient(to bottom, #fff, #000)
}

.hero-header-refresh {
    color: #fff !important
}

.button-refresh,
.infographic {
    margin: 0 auto !important
}

.c-hero-refresh {
    margin-top: 40px !important
}

.box {
    width: 200px !important;
    height: 70px;
    line-height: 57px;
    color: #fff;
    float: left;
    text-decoration: none;
    text-align: center
}

.container_element {
    margin-bottom: 0;
    white-space: nowrap;
    width: 97% !important;
    overflow-x: hidden;
    display: inline-block;
    overflow-y: hidden;
    position: relative;
    float: right
}

.inner_container {
    width: 1228px
}

#sub {
    position: relative;
    max-width: 1160px
}

#next-arrow,
#prev-arrow {
    width: 35px !important;
    position: absolute;
    height: 71px;
    text-align: center;
    color: #f60;
    line-height: 57px;
    cursor: pointer;
    font-size: 24px;
    z-index: 999;
    background: #fff;
    border-radius: 0;
    box-shadow: -3px 0 5px 0 rgba(0, 0, 0, .2)
}

#next-arrow {
    float: left;
    left: -16px;
    top: 0;
    border-right: 0;
    box-shadow: 3px 0 5px 0 rgba(0, 0, 0, .2)
}

#next-arrow:before {
    display: none
}

#next-arrow:after {
    content: '';
    border: solid #f60;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 13px
}

#prev-arrow {
    float: right;
    right: -16px;
    top: 0;
    border-left: 0
}

#prev-arrow:before {
    display: none
}

#prev-arrow:after {
    content: '';
    border: solid #f60;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px
}

@media(min-width:768px) {
    #prev-arrow {
        right: 0
    }
    #next-arrow {
        left: 0
    }
    .container_element {
        width: 93% !important
    }
}

@media(min-width:1025px) {
    .container_element {
        width: 97% !important
    }
}

@media only screen and (min-width:980px) {
    .acsb-trigger {
        right: 20px !important;
        left: auto !important
    }
    .grecaptcha-badge {
        bottom: 80px !important
    }
}

.grecaptcha-badge {
    visibility: hidden
}

@media print {
    * {
        padding: 0;
        margin: 0;
        font-family: Helvetica, Roboto, Arial, sans-serif;
        font-weight: 400;
        line-height: 1.5;
        color: #555;
        background: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px !important
    }
    .source-sans-pro * {
        font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif
    }
    body {
        padding: 40px
    }
    a[href^="/"]:after,
    #fx-breadcrumbs,
    .c-product-gallery__keyshot,
    .c-product-info__box-row.c-product-info__box-row--meta,
    .c-product-info__box-row.c-product-info__box-row--rep,
    .node-product .button {
        display: none
    }
    .node-product .large-4 {
        flex: 0 0 33.33333% !important;
        max-width: 33.33333% !important
    }
    .node-product .large-8 {
        flex: 0 0 66.66667% !important;
        max-width: 66.66667% !important
    }
    .node-product .row.u-spacer--v-lg .large-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
    .c-product-info__box-row+.c-product-info__box-row {
        overflow: visible
    }
    .c-product-info__box-row.c-product-info__box-row {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }
    .c-product-details__item {
        padding: 6px
    }
    .c-product-details__item br {
        display: none
    }
    .c-product-details.o-metric-switcher>.row>.column {
        border-bottom: 1px solid #DDD;
        border-right: 0 !important
    }
    .c-product-details.o-metric-switcher>.row>.column:nth-child(odd) {
        border-right: 1px solid #ddd !important
    }
    .c-product-details__certs-title {
        padding-top: 20px
    }
    .c-product-gallery {
        border: 0;
        max-width: calc(100% - 25px) !important
    }
    .slick-track {
        width: 100% !important
    }
    .slick-track>div {
        width: 100% !important
    }
    .slick-track>div:not(:first-of-type) {
        display: none
    }
}

.button-primary {
    background: #f60;
    color: #fff;
    border-color: #f60;
    display: block
}

.button-top {
    display: block
}

.c-two-column-text-and-two-images {
    padding-bottom: 32px;
    clear: both
}

.c-two-column-text-and-two-images>.row>.medium-7 .column {
    display: flex;
    flex-direction: column
}

.c-two-column-text-and-two-images>.row>.medium-7 .column h6 {
    background: #f9f9f9;
    padding: 12px 14px;
    flex-grow: 1;
    margin: 0
}

.anchor-links--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    font-size: 18px;
    text-align: center
}

.anchor-links--wrapper a {
    padding: 4px 10px;
    flex-direction: row;
    justify-content: space-between
}

@media(min-width:768px) {
    .anchor-links--wrapper {
        flex-direction: row;
        flex-direction: row;
        justify-content: space-between
    }
    .button-primary,
    .button-top {
        display: inline-block
    }
}

@media(min-width:1025px) {
    .anchor-links--wrapper {
        flex-direction: row;
        flex-direction: row;
        justify-content: space-between
    }
}

.top--header {
    display: none;
    position: relative
}

@media(min-width:40em) {
    .top--header,
    .top--header .c-header__search,
    .top--header .c-header__eyebrow {
        display: block;
        height: 100%
    }
    .top--header .c-header__search ul {
        height: 100%
    }
    .top--header .c-header__search {
        height: 100%;
        display: flex
    }
    .top--header .c-header__eyebrow {
        margin-left: 0
    }
    .top--header .c-header__eyebrow-wrap {
        display: flex;
        justify-content: space-between;
        max-width: 90rem;
        margin: auto
    }
    .top--header .c-header__eyebrow-wrap>.column {
        padding: 0
    }
    .top--header {
        background: #efefef;
        padding: 3px .9375rem;
        max-width: 100% !important
    }
    .new--header .c-header {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }
    .new--header .top--header+.row.large.collapse.align-middle {
        padding-left: .9375rem;
        padding-right: .9375rem;
        padding-top: .875rem
    }
    .new--header .top--header .c-header__eyebrow li:first-child a {
        padding-left: 0
    }
    .new--header .top--header .c-header__eyebrow a {
        font-size: 14px;
        font-weight: lighter;
        text-decoration: none;
        align-items: center;
        padding-right: 15px !important
    }
    .new--header .top--header .c-header__eyebrow a:hover {
        color: #797979
    }
    .new--header .top--header .c-header__eyebrow a .o-svg {
        margin-right: 8px
    }
}

@media(min-width:64.0625em) {
    .new--header .top--header+.row.large.collapse.align-middle .c-header__logo-wrap>div {
        display: flex;
        justify-content: space-between
    }
    .new--header .button.pill {
        padding: 15px 18px !important;
        font-size: 17px !important;
        border-radius: 100px;
        margin-left: 20px
    }
    .top--header .c-header__search ul li {
        display: flex;
        flex-direction: row-reverse
    }
    .top--header .js-search-dropdown {
        display: block !important;
        position: relative;
        background: transparent;
        border: none !important;
        margin: 0 !important
    }
    .top--header .c-header__search .menu-level-1 input[type="text"] {
        font-size: 15px;
        background: transparent;
        border: none;
        text-transform: none;
        font-weight: 400;
        height: 100%;
        padding: 0
    }
    .top--header .c-header__search-close {
        display: none !important
    }
    .top--header .c-header__search .menu-level-2>li.menu-text {
        padding: 0 !important;
        height: 100% !important
    }
    .top--header .c-header__search .menu-level-2>li.menu-text form {
        display: flex;
        height: 100%;
        align-items: center
    }
    .top--header .c-header__search .o-svg path {
        stroke: #f60 !important
    }
    .top--header .c-header__search-trigger {
        display: none
    }
    .top--header .c-header .is-dropdown-submenu-parent.is-active .c-header__search-trigger:before {
        display: none
    }
}

.photo-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.photo-gallery img {
    width: 100%;
    height: auto;
    margin: 10px 0
}

@media(min-width:768px) {
    .gallery-img-wrapper {
        height: 350px;
        width: calc(50% - 20px);
        margin: 10px
    }
    .gallery-img-wrapper img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        -o-object-fit: cover;
        font-family: 'object-fit: cover;'
    }
}

@media(min-width:1200px) {
    .gallery-img-wrapper {
        width: calc(33.3333% - 30px);
        margin: 15px
    }
}

.image-gragh {
    margin-inline: auto;
    margin-bottom: 1rem;
    display: block
}

.graph-9 {
    display: block;
    margin-top: -13rem;
    margin-left: 5%;
    margin-bottom: 3rem
}

@media(min-width:1200px) {
    .graph-9 {
        margin-left: 12%
    }
}

#test-1 {
    margin-top: -5rem;
    margin-bottom: 3rem
}

.node-type-product-category-landing-page .pager {
    text-align: center;
    max-width: 1135px;
    margin-right: auto;
    margin-top: 15px
}

.node-type-product-category-landing-page .pager .pager__item {
    display: inline-block;
    background: #f60;
    padding: 10px 25px 8px;
    border-radius: 5px
}

.node-type-product-category-landing-page .pager .pager__item a {
    color: #fff;
    text-decoration: none;
    font-weight: 600
}

#skytowers---ready-to-get-inspire {
    margin-top: -10rem;
    margin-bottom: 2rem
}

.callout-text__title {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

.callout-text {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap
}

h2.c-title-and-link__title {
    display: inline-block;
    margin-right: .875rem
}

.page-node .callout-text {
    font-size: 20px;
    font-family: Helvetica, Roboto, Arial, sans-serif;
    color: #555
}

.source-sans-pro .page-node .callout-text {
    font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif
}

.nomartop {
    margin-top: 0px !important;
}

.defaultmarbot {
    margin-bottom: 3.75rem;
}

@media only screen and (max-width:767px) {
    .mobile_hide {
        display: none !important;
    }
}