@charset "UTF-8";

@media print,screen and (min-width:40em) {
    .reveal, .reveal.large, .reveal.small, .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #222;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    [type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
        outline: 0;
        border: 1px solid #8a8a8a;
        background-color: #fefefe;
        -webkit-box-shadow: 0 0 5px #cacaca;
        box-shadow: 0 0 5px #cacaca;
        -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
        transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
        transition: box-shadow .5s,border-color .25s ease-in-out;
        transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s
    }

textarea {
    max-width: 100%
}

    textarea[rows] {
        height: auto
    }

    input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
        background-color: #e6e6e6;
        cursor: not-allowed
    }

[type=button], [type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #cacaca
}

::-moz-placeholder {
    color: #cacaca
}

:-ms-input-placeholder {
    color: #cacaca
}

::-ms-input-placeholder {
    color: #cacaca
}

::placeholder {
    color: #cacaca
}

[type=checkbox], [type=file], [type=radio] {
    margin: 0 0 1rem
}

    [type=checkbox] + label, [type=radio] + label {
        display: inline-block;
        vertical-align: baseline;
        margin-left: .5rem;
        margin-right: 1rem;
        margin-bottom: 0
    }

        [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: #0a0a0a
}

    label.middle {
        margin: 0 0 1rem;
        padding: .5625rem 0
    }

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #0a0a0a
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .input-group > :first-child, .input-group > :first-child.input-group-button > * {
        border-radius: 0
    }

    .input-group > :last-child, .input-group > :last-child.input-group-button > * {
        border-radius: 0
    }

.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

    .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1rem
    }

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca
}

    .fieldset legend {
        margin: 0;
        margin-left: -.1875rem;
        padding: 0 .1875rem
    }

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s
}

@media screen and (min-width:0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea
}

    .is-invalid-input:not(:focus)::-webkit-input-placeholder {
        color: #cc4b37
    }

    .is-invalid-input:not(:focus)::-moz-placeholder {
        color: #cc4b37
    }

    .is-invalid-input:not(:focus):-ms-input-placeholder {
        color: #cc4b37
    }

    .is-invalid-input:not(:focus)::-ms-input-placeholder {
        color: #cc4b37
    }

    .is-invalid-input:not(:focus)::placeholder {
        color: #cc4b37
    }

.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #cc4b37
}

    .form-error.is-visible {
        display: block
    }

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.5;
    text-rendering: optimizeLegibility
}

em, i {
    font-style: italic;
    line-height: inherit
}

b, strong {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

    .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        line-height: 0;
        color: #cacaca
    }

.h1, h1 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: .5rem
}

.h2, h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: .5rem
}

.h3, h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: .5rem
}

.h4, h4 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: .5rem
}

.h5, h5 {
    font-size: 1.0625rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: .5rem
}

.h6, h6 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print,screen and (min-width:40em) {
    .h1, h1 {
        font-size: 2.875rem
    }

    .h2, h2 {
        font-size: 2rem
    }

    .h3, h3 {
        font-size: 1.5rem
    }

    .h4, h4 {
        font-size: 1rem
    }

    .h5, h5 {
        font-size: .9375rem
    }

    .h6, h6 {
        font-size: .875rem
    }
}

a {
    line-height: inherit;
    color: #cc2623;
    text-decoration: none;
    cursor: pointer
}

    a:focus, a:hover {
        color: #af211e
    }

    a img {
        border: 0
    }

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

dl, ol, ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.5
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

    ol ol, ol ul, ul ol, ul ul {
        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 #cacaca
}

    blockquote, blockquote p {
        line-height: 1.5;
        color: #8a8a8a
    }

abbr, abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    color: #0a0a0a
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p + .stat {
    margin-top: -1rem
}

ol.no-bullet, ul.no-bullet {
    margin-left: 0;
    list-style: none
}

.cite-block, cite {
    display: block;
    color: #8a8a8a;
    font-size: .8125rem
}

    .cite-block:before, cite:before {
        content: "— "
    }

.code-inline, code {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: 400;
    color: #0a0a0a;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .125rem .3125rem .0625rem
}

.code-block {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: 400;
    color: #0a0a0a;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,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 print,screen and (min-width:64em) {
    .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
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        -webkit-box-shadow: none !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^='#']:after, a[href^='javascript:']:after {
            content: ''
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote, pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

@media print,screen and (min-width:40em) {
    .grid-container {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.fluid {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media print,screen and (min-width:40em) {
    .grid-container.fluid {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

    .cell.auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .cell.shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

.grid-x > .auto {
    width: auto
}

.grid-x > .shrink {
    width: auto
}

.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-full, .grid-x > .small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,screen and (min-width:40em) {
    .grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-full, .grid-x > .medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,screen and (min-width:64em) {
    .grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-full, .grid-x > .large-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:75em) {
    .grid-x > .xlarge-1, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-full, .grid-x > .xlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x > .small-1 {
    width: 8.33333%
}

.grid-x > .small-2 {
    width: 16.66667%
}

.grid-x > .small-3 {
    width: 25%
}

.grid-x > .small-4 {
    width: 33.33333%
}

.grid-x > .small-5 {
    width: 41.66667%
}

.grid-x > .small-6 {
    width: 50%
}

.grid-x > .small-7 {
    width: 58.33333%
}

.grid-x > .small-8 {
    width: 66.66667%
}

.grid-x > .small-9 {
    width: 75%
}

.grid-x > .small-10 {
    width: 83.33333%
}

.grid-x > .small-11 {
    width: 91.66667%
}

.grid-x > .small-12 {
    width: 100%
}

@media print,screen and (min-width:40em) {
    .grid-x > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .medium-shrink {
        width: auto
    }

    .grid-x > .medium-1 {
        width: 8.33333%
    }

    .grid-x > .medium-2 {
        width: 16.66667%
    }

    .grid-x > .medium-3 {
        width: 25%
    }

    .grid-x > .medium-4 {
        width: 33.33333%
    }

    .grid-x > .medium-5 {
        width: 41.66667%
    }

    .grid-x > .medium-6 {
        width: 50%
    }

    .grid-x > .medium-7 {
        width: 58.33333%
    }

    .grid-x > .medium-8 {
        width: 66.66667%
    }

    .grid-x > .medium-9 {
        width: 75%
    }

    .grid-x > .medium-10 {
        width: 83.33333%
    }

    .grid-x > .medium-11 {
        width: 91.66667%
    }

    .grid-x > .medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width:64em) {
    .grid-x > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .large-shrink {
        width: auto
    }

    .grid-x > .large-1 {
        width: 8.33333%
    }

    .grid-x > .large-2 {
        width: 16.66667%
    }

    .grid-x > .large-3 {
        width: 25%
    }

    .grid-x > .large-4 {
        width: 33.33333%
    }

    .grid-x > .large-5 {
        width: 41.66667%
    }

    .grid-x > .large-6 {
        width: 50%
    }

    .grid-x > .large-7 {
        width: 58.33333%
    }

    .grid-x > .large-8 {
        width: 66.66667%
    }

    .grid-x > .large-9 {
        width: 75%
    }

    .grid-x > .large-10 {
        width: 83.33333%
    }

    .grid-x > .large-11 {
        width: 91.66667%
    }

    .grid-x > .large-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .grid-x > .xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .xlarge-1, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .xlarge-shrink {
        width: auto
    }

    .grid-x > .xlarge-1 {
        width: 8.33333%
    }

    .grid-x > .xlarge-2 {
        width: 16.66667%
    }

    .grid-x > .xlarge-3 {
        width: 25%
    }

    .grid-x > .xlarge-4 {
        width: 33.33333%
    }

    .grid-x > .xlarge-5 {
        width: 41.66667%
    }

    .grid-x > .xlarge-6 {
        width: 50%
    }

    .grid-x > .xlarge-7 {
        width: 58.33333%
    }

    .grid-x > .xlarge-8 {
        width: 66.66667%
    }

    .grid-x > .xlarge-9 {
        width: 75%
    }

    .grid-x > .xlarge-10 {
        width: 83.33333%
    }

    .grid-x > .xlarge-11 {
        width: 91.66667%
    }

    .grid-x > .xlarge-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x) > .cell {
    width: auto
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media print,screen and (min-width:40em) {
    .grid-margin-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem
}

@media print,screen and (min-width:40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.875rem);
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.grid-margin-x > .auto {
    width: auto
}

.grid-margin-x > .shrink {
    width: auto
}

.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem)
}

.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem)
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem)
}

.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem)
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem)
}

.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem)
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem)
}

@media print,screen and (min-width:40em) {
    .grid-margin-x > .auto {
        width: auto
    }

    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-x > .large-auto {
        width: auto
    }

    .grid-margin-x > .large-shrink {
        width: auto
    }

    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:75em) {
    .grid-margin-x > .xlarge-auto {
        width: auto
    }

    .grid-margin-x > .xlarge-shrink {
        width: auto
    }

    .grid-margin-x > .xlarge-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x > .xlarge-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x > .xlarge-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .xlarge-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x > .xlarge-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x > .xlarge-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .xlarge-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x > .xlarge-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x > .xlarge-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .xlarge-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x > .xlarge-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x > .xlarge-12 {
        width: calc(100% - 1.875rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,screen and (min-width:40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,screen and (min-width:40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-padding-x > .cell {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,screen and (min-width:40em) {
    .grid-padding-x > .cell {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.small-up-1 > .cell {
    width: 100%
}

.small-up-2 > .cell {
    width: 50%
}

.small-up-3 > .cell {
    width: 33.33333%
}

.small-up-4 > .cell {
    width: 25%
}

.small-up-5 > .cell {
    width: 20%
}

.small-up-6 > .cell {
    width: 16.66667%
}

.small-up-7 > .cell {
    width: 14.28571%
}

.small-up-8 > .cell {
    width: 12.5%
}

@media print,screen and (min-width:40em) {
    .medium-up-1 > .cell {
        width: 100%
    }

    .medium-up-2 > .cell {
        width: 50%
    }

    .medium-up-3 > .cell {
        width: 33.33333%
    }

    .medium-up-4 > .cell {
        width: 25%
    }

    .medium-up-5 > .cell {
        width: 20%
    }

    .medium-up-6 > .cell {
        width: 16.66667%
    }

    .medium-up-7 > .cell {
        width: 14.28571%
    }

    .medium-up-8 > .cell {
        width: 12.5%
    }
}

@media print,screen and (min-width:64em) {
    .large-up-1 > .cell {
        width: 100%
    }

    .large-up-2 > .cell {
        width: 50%
    }

    .large-up-3 > .cell {
        width: 33.33333%
    }

    .large-up-4 > .cell {
        width: 25%
    }

    .large-up-5 > .cell {
        width: 20%
    }

    .large-up-6 > .cell {
        width: 16.66667%
    }

    .large-up-7 > .cell {
        width: 14.28571%
    }

    .large-up-8 > .cell {
        width: 12.5%
    }
}

@media screen and (min-width:75em) {
    .xlarge-up-1 > .cell {
        width: 100%
    }

    .xlarge-up-2 > .cell {
        width: 50%
    }

    .xlarge-up-3 > .cell {
        width: 33.33333%
    }

    .xlarge-up-4 > .cell {
        width: 25%
    }

    .xlarge-up-5 > .cell {
        width: 20%
    }

    .xlarge-up-6 > .cell {
        width: 16.66667%
    }

    .xlarge-up-7 > .cell {
        width: 14.28571%
    }

    .xlarge-up-8 > .cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem)
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem)
}

@media print,screen and (min-width:40em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media screen and (min-width:75em) {
    .grid-margin-x.xlarge-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-6 > .cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0
}

    .small-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }

    .small-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .small-3 {
        width: 25%
    }

    .small-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .small-6 {
        width: 50%
    }

    .small-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .small-9 {
        width: 75%
    }

    .small-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .small-12 {
        width: 100%
    }

@media print,screen and (min-width:40em) {
    .small-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .medium-3 {
        width: 25%
    }

    .small-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .medium-6 {
        width: 50%
    }

    .small-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .medium-9 {
        width: 75%
    }

    .small-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width:64em) {
    .small-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .large-3 {
        width: 25%
    }

    .small-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .large-6 {
        width: 50%
    }

    .small-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .large-9 {
        width: 75%
    }

    .small-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .small-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .small-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .small-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .small-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

    .small-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }

@media print,screen and (min-width:40em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .medium-margin-collapse > .cell {
            margin-right: 0;
            margin-left: 0
        }
}

@media print,screen and (min-width:40em) {
    .medium-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .small-3 {
        width: 25%
    }

    .medium-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .small-6 {
        width: 50%
    }

    .medium-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .small-9 {
        width: 75%
    }

    .medium-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print,screen and (min-width:40em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .medium-3 {
        width: 25%
    }

    .medium-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .medium-6 {
        width: 50%
    }

    .medium-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .medium-9 {
        width: 75%
    }

    .medium-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width:64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .large-3 {
        width: 25%
    }

    .medium-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .large-6 {
        width: 50%
    }

    .medium-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .large-9 {
        width: 75%
    }

    .medium-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .medium-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .medium-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .medium-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .medium-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media print,screen and (min-width:40em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .medium-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0
        }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .large-margin-collapse > .cell {
            margin-right: 0;
            margin-left: 0
        }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .small-3 {
        width: 25%
    }

    .large-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .small-6 {
        width: 50%
    }

    .large-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .small-9 {
        width: 75%
    }

    .large-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .medium-3 {
        width: 25%
    }

    .large-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .medium-6 {
        width: 50%
    }

    .large-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .medium-9 {
        width: 75%
    }

    .large-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .large-3 {
        width: 25%
    }

    .large-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .large-6 {
        width: 50%
    }

    .large-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .large-9 {
        width: 75%
    }

    .large-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .large-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .large-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .large-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .large-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media print,screen and (min-width:64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .large-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0
        }
}

@media screen and (min-width:75em) {
    .xlarge-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .xlarge-margin-collapse > .cell {
            margin-right: 0;
            margin-left: 0
        }
}

@media screen and (min-width:75em) {
    .xlarge-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .small-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .small-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .small-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .small-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .xlarge-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .medium-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .medium-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .medium-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .xlarge-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .large-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .large-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .large-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .xlarge-margin-collapse > .xlarge-1 {
        width: 8.33333%
    }

    .xlarge-margin-collapse > .xlarge-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse > .xlarge-3 {
        width: 25%
    }

    .xlarge-margin-collapse > .xlarge-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse > .xlarge-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse > .xlarge-6 {
        width: 50%
    }

    .xlarge-margin-collapse > .xlarge-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse > .xlarge-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse > .xlarge-9 {
        width: 75%
    }

    .xlarge-margin-collapse > .xlarge-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse > .xlarge-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse > .xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .xlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .xlarge-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0
        }
}

.small-offset-0 {
    margin-left: 0
}

.grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + .625rem)
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + .625rem)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + .625rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + .625rem)
}

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + .625rem)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + .625rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + .625rem)
}

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + .625rem)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + .625rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + .625rem)
}

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + .625rem)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + .625rem)
}

@media print,screen and (min-width:40em) {
    .medium-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media print,screen and (min-width:64em) {
    .large-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media screen and (min-width:75em) {
    .xlarge-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .xlarge-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .xlarge-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .xlarge-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .xlarge-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .xlarge-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .xlarge-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .xlarge-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .xlarge-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .xlarge-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .xlarge-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .xlarge-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .xlarge-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .xlarge-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .xlarge-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .xlarge-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .xlarge-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .xlarge-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .xlarge-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .xlarge-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .xlarge-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

.grid-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .grid-y > .cell {
        height: auto;
        max-height: none
    }

    .grid-y > .auto {
        height: auto
    }

    .grid-y > .shrink {
        height: auto
    }

    .grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-full, .grid-y > .small-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

@media print,screen and (min-width:40em) {
    .grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-full, .grid-y > .medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,screen and (min-width:64em) {
    .grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-full, .grid-y > .large-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:75em) {
    .grid-y > .xlarge-1, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-full, .grid-y > .xlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-y > .small-1 {
    height: 8.33333%
}

.grid-y > .small-2 {
    height: 16.66667%
}

.grid-y > .small-3 {
    height: 25%
}

.grid-y > .small-4 {
    height: 33.33333%
}

.grid-y > .small-5 {
    height: 41.66667%
}

.grid-y > .small-6 {
    height: 50%
}

.grid-y > .small-7 {
    height: 58.33333%
}

.grid-y > .small-8 {
    height: 66.66667%
}

.grid-y > .small-9 {
    height: 75%
}

.grid-y > .small-10 {
    height: 83.33333%
}

.grid-y > .small-11 {
    height: 91.66667%
}

.grid-y > .small-12 {
    height: 100%
}

@media print,screen and (min-width:40em) {
    .grid-y > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .medium-shrink {
        height: auto
    }

    .grid-y > .medium-1 {
        height: 8.33333%
    }

    .grid-y > .medium-2 {
        height: 16.66667%
    }

    .grid-y > .medium-3 {
        height: 25%
    }

    .grid-y > .medium-4 {
        height: 33.33333%
    }

    .grid-y > .medium-5 {
        height: 41.66667%
    }

    .grid-y > .medium-6 {
        height: 50%
    }

    .grid-y > .medium-7 {
        height: 58.33333%
    }

    .grid-y > .medium-8 {
        height: 66.66667%
    }

    .grid-y > .medium-9 {
        height: 75%
    }

    .grid-y > .medium-10 {
        height: 83.33333%
    }

    .grid-y > .medium-11 {
        height: 91.66667%
    }

    .grid-y > .medium-12 {
        height: 100%
    }
}

@media print,screen and (min-width:64em) {
    .grid-y > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .large-shrink {
        height: auto
    }

    .grid-y > .large-1 {
        height: 8.33333%
    }

    .grid-y > .large-2 {
        height: 16.66667%
    }

    .grid-y > .large-3 {
        height: 25%
    }

    .grid-y > .large-4 {
        height: 33.33333%
    }

    .grid-y > .large-5 {
        height: 41.66667%
    }

    .grid-y > .large-6 {
        height: 50%
    }

    .grid-y > .large-7 {
        height: 58.33333%
    }

    .grid-y > .large-8 {
        height: 66.66667%
    }

    .grid-y > .large-9 {
        height: 75%
    }

    .grid-y > .large-10 {
        height: 83.33333%
    }

    .grid-y > .large-11 {
        height: 91.66667%
    }

    .grid-y > .large-12 {
        height: 100%
    }
}

@media screen and (min-width:75em) {
    .grid-y > .xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .xlarge-1, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .xlarge-shrink {
        height: auto
    }

    .grid-y > .xlarge-1 {
        height: 8.33333%
    }

    .grid-y > .xlarge-2 {
        height: 16.66667%
    }

    .grid-y > .xlarge-3 {
        height: 25%
    }

    .grid-y > .xlarge-4 {
        height: 33.33333%
    }

    .grid-y > .xlarge-5 {
        height: 41.66667%
    }

    .grid-y > .xlarge-6 {
        height: 50%
    }

    .grid-y > .xlarge-7 {
        height: 58.33333%
    }

    .grid-y > .xlarge-8 {
        height: 66.66667%
    }

    .grid-y > .xlarge-9 {
        height: 75%
    }

    .grid-y > .xlarge-10 {
        height: 83.33333%
    }

    .grid-y > .xlarge-11 {
        height: 91.66667%
    }

    .grid-y > .xlarge-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,screen and (min-width:40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-padding-y > .cell {
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media print,screen and (min-width:40em) {
    .grid-padding-y > .cell {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,screen and (min-width:40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print,screen and (min-width:40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem)
}

@media print,screen and (min-width:40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:75em) {
    .grid-margin-y > .xlarge-auto {
        height: auto
    }

    .grid-margin-y > .xlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xlarge-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

    .cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

@media print,screen and (min-width:40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .medium-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print,screen and (min-width:64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .large-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width:75em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xlarge-grid-frame {
        width: 100%
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .xlarge-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print,screen and (min-width:40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print,screen and (min-width:64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width:75em) {
    .grid-y.xlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,screen and (min-width:40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print,screen and (min-width:64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

@media screen and (min-width:75em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,screen and (min-width:40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print,screen and (min-width:40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem)
}

@media print,screen and (min-width:40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:75em) {
    .grid-margin-y > .xlarge-auto {
        height: auto
    }

    .grid-margin-y > .xlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xlarge-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

@media print,screen and (min-width:40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,screen and (min-width:64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:75em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,screen and (min-width:40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width:75em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto
}

    .row::after, .row::before {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .row::after {
        clear: both
    }

    .row.collapse > .column, .row.collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .row .row {
        margin-right: -.625rem;
        margin-left: -.625rem
    }

@media print,screen and (min-width:40em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,screen and (min-width:64em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media screen and (min-width:75em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.pd-product-features .row.button, .row.expanded {
    max-width: none
}

    .pd-product-features .row.button .row, .row.expanded .row {
        margin-right: auto;
        margin-left: auto
    }

.row:not(.expanded) .row {
    max-width: none
}

.row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: .625rem;
    padding-left: .625rem
}

.row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.column, .columns {
    width: 100%;
    float: left;
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,screen and (min-width:40em) {
    .column, .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.column, .column:last-child:not(:first-child), .columns, .columns:last-child:not(:first-child) {
    float: left;
    clear: none
}

    .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
        float: right
    }

    .column.end:last-child:last-child, .end.columns:last-child:last-child {
        float: left
    }

    .column.row.row, .row.row.columns {
        float: none
    }

.row .column.row.row, .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    width: 8.33333%
}

.small-push-1 {
    position: relative;
    left: 8.33333%
}

.small-pull-1 {
    position: relative;
    left: -8.33333%
}

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    width: 16.66667%
}

.small-push-2 {
    position: relative;
    left: 16.66667%
}

.small-pull-2 {
    position: relative;
    left: -16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    width: 25%
}

.small-push-3 {
    position: relative;
    left: 25%
}

.small-pull-3 {
    position: relative;
    left: -25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    width: 33.33333%
}

.small-push-4 {
    position: relative;
    left: 33.33333%
}

.small-pull-4 {
    position: relative;
    left: -33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    width: 41.66667%
}

.small-push-5 {
    position: relative;
    left: 41.66667%
}

.small-pull-5 {
    position: relative;
    left: -41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    width: 50%
}

.small-push-6 {
    position: relative;
    left: 50%
}

.small-pull-6 {
    position: relative;
    left: -50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    width: 58.33333%
}

.small-push-7 {
    position: relative;
    left: 58.33333%
}

.small-pull-7 {
    position: relative;
    left: -58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    width: 66.66667%
}

.small-push-8 {
    position: relative;
    left: 66.66667%
}

.small-pull-8 {
    position: relative;
    left: -66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    width: 75%
}

.small-push-9 {
    position: relative;
    left: 75%
}

.small-pull-9 {
    position: relative;
    left: -75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    width: 83.33333%
}

.small-push-10 {
    position: relative;
    left: 83.33333%
}

.small-pull-10 {
    position: relative;
    left: -83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    width: 91.66667%
}

.small-push-11 {
    position: relative;
    left: 91.66667%
}

.small-pull-11 {
    position: relative;
    left: -91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1 > .column, .small-up-1 > .columns {
    float: left;
    width: 100%
}

    .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
        clear: both
    }

    .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
        float: left
    }

.small-up-2 > .column, .small-up-2 > .columns {
    float: left;
    width: 50%
}

    .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
        clear: both
    }

    .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
        float: left
    }

.small-up-3 > .column, .small-up-3 > .columns {
    float: left;
    width: 33.33333%
}

    .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
        clear: both
    }

    .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
        float: left
    }

.small-up-4 > .column, .small-up-4 > .columns {
    float: left;
    width: 25%
}

    .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
        clear: both
    }

    .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
        float: left
    }

.small-up-5 > .column, .small-up-5 > .columns {
    float: left;
    width: 20%
}

    .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
        clear: both
    }

    .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
        float: left
    }

.small-up-6 > .column, .small-up-6 > .columns {
    float: left;
    width: 16.66667%
}

    .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
        clear: both
    }

    .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
        float: left
    }

.small-up-7 > .column, .small-up-7 > .columns {
    float: left;
    width: 14.28571%
}

    .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
        clear: both
    }

    .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
        float: left
    }

.small-up-8 > .column, .small-up-8 > .columns {
    float: left;
    width: 12.5%
}

    .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
        clear: none
    }

    .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
        clear: both
    }

    .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
        float: left
    }

.small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0
}

.small-collapse .row {
    margin-right: 0;
    margin-left: 0
}

.expanded.row .small-collapse.row, .pd-product-features .row.button .small-collapse.row {
    margin-right: 0;
    margin-left: 0
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: .625rem;
    padding-left: .625rem
}

.small-centered {
    margin-right: auto;
    margin-left: auto
}

    .small-centered, .small-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }

.small-pull-0, .small-push-0, .small-uncentered {
    position: static;
    margin-right: 0;
    margin-left: 0
}

    .small-pull-0, .small-pull-0:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-uncentered, .small-uncentered:last-child:not(:first-child) {
        float: left;
        clear: none
    }

        .small-pull-0:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-uncentered:last-child:not(:first-child) {
            float: right
        }

@media print,screen and (min-width:40em) {
    .medium-1 {
        width: 8.33333%
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%
    }

    .medium-pull-1 {
        position: relative;
        left: -8.33333%
    }

    .medium-offset-0 {
        margin-left: 0
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%
    }

    .medium-pull-2 {
        position: relative;
        left: -16.66667%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-3 {
        width: 25%
    }

    .medium-push-3 {
        position: relative;
        left: 25%
    }

    .medium-pull-3 {
        position: relative;
        left: -25%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%
    }

    .medium-pull-4 {
        position: relative;
        left: -33.33333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        width: 50%
    }

    .medium-push-6 {
        position: relative;
        left: 50%
    }

    .medium-pull-6 {
        position: relative;
        left: -50%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%
    }

    .medium-pull-7 {
        position: relative;
        left: -58.33333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%
    }

    .medium-pull-8 {
        position: relative;
        left: -66.66667%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        width: 75%
    }

    .medium-push-9 {
        position: relative;
        left: 75%
    }

    .medium-pull-9 {
        position: relative;
        left: -75%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%
    }

    .medium-pull-10 {
        position: relative;
        left: -83.33333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%
    }

    .medium-pull-11 {
        position: relative;
        left: -91.66667%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1 > .column, .medium-up-1 > .columns {
        float: left;
        width: 100%
    }

        .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
            clear: both
        }

        .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
            float: left
        }

    .medium-up-2 > .column, .medium-up-2 > .columns {
        float: left;
        width: 50%
    }

        .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
            clear: both
        }

        .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
            float: left
        }

    .medium-up-3 > .column, .medium-up-3 > .columns {
        float: left;
        width: 33.33333%
    }

        .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
            clear: both
        }

        .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
            float: left
        }

    .medium-up-4 > .column, .medium-up-4 > .columns {
        float: left;
        width: 25%
    }

        .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
            clear: both
        }

        .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
            float: left
        }

    .medium-up-5 > .column, .medium-up-5 > .columns {
        float: left;
        width: 20%
    }

        .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
            clear: both
        }

        .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
            float: left
        }

    .medium-up-6 > .column, .medium-up-6 > .columns {
        float: left;
        width: 16.66667%
    }

        .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
            clear: both
        }

        .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
            float: left
        }

    .medium-up-7 > .column, .medium-up-7 > .columns {
        float: left;
        width: 14.28571%
    }

        .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
            clear: both
        }

        .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
            float: left
        }

    .medium-up-8 > .column, .medium-up-8 > .columns {
        float: left;
        width: 12.5%
    }

        .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
            clear: none
        }

        .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
            clear: both
        }

        .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
            float: left
        }

    .medium-collapse > .column, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .medium-collapse .row {
        margin-right: 0;
        margin-left: 0
    }

    .expanded.row .medium-collapse.row, .pd-product-features .row.button .medium-collapse.row {
        margin-right: 0;
        margin-left: 0
    }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }

    .medium-centered {
        margin-right: auto;
        margin-left: auto
    }

        .medium-centered, .medium-centered:last-child:not(:first-child) {
            float: none;
            clear: both
        }

    .medium-pull-0, .medium-push-0, .medium-uncentered {
        position: static;
        margin-right: 0;
        margin-left: 0
    }

        .medium-pull-0, .medium-pull-0:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-uncentered, .medium-uncentered:last-child:not(:first-child) {
            float: left;
            clear: none
        }

            .medium-pull-0:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-uncentered:last-child:not(:first-child) {
                float: right
            }
}

@media print,screen and (min-width:64em) {
    .large-1 {
        width: 8.33333%
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%
    }

    .large-pull-1 {
        position: relative;
        left: -8.33333%
    }

    .large-offset-0 {
        margin-left: 0
    }

    .large-2 {
        width: 16.66667%
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%
    }

    .large-pull-2 {
        position: relative;
        left: -16.66667%
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .large-3 {
        width: 25%
    }

    .large-push-3 {
        position: relative;
        left: 25%
    }

    .large-pull-3 {
        position: relative;
        left: -25%
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%
    }

    .large-pull-4 {
        position: relative;
        left: -33.33333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%
    }

    .large-pull-5 {
        position: relative;
        left: -41.66667%
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .large-6 {
        width: 50%
    }

    .large-push-6 {
        position: relative;
        left: 50%
    }

    .large-pull-6 {
        position: relative;
        left: -50%
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%
    }

    .large-pull-7 {
        position: relative;
        left: -58.33333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%
    }

    .large-pull-8 {
        position: relative;
        left: -66.66667%
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .large-9 {
        width: 75%
    }

    .large-push-9 {
        position: relative;
        left: 75%
    }

    .large-pull-9 {
        position: relative;
        left: -75%
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%
    }

    .large-pull-10 {
        position: relative;
        left: -83.33333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%
    }

    .large-pull-11 {
        position: relative;
        left: -91.66667%
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .large-up-1 > .column, .large-up-1 > .columns {
        float: left;
        width: 100%
    }

        .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
            clear: both
        }

        .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
            float: left
        }

    .large-up-2 > .column, .large-up-2 > .columns {
        float: left;
        width: 50%
    }

        .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
            clear: both
        }

        .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
            float: left
        }

    .large-up-3 > .column, .large-up-3 > .columns {
        float: left;
        width: 33.33333%
    }

        .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
            clear: both
        }

        .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
            float: left
        }

    .large-up-4 > .column, .large-up-4 > .columns {
        float: left;
        width: 25%
    }

        .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
            clear: both
        }

        .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
            float: left
        }

    .large-up-5 > .column, .large-up-5 > .columns {
        float: left;
        width: 20%
    }

        .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
            clear: both
        }

        .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
            float: left
        }

    .large-up-6 > .column, .large-up-6 > .columns {
        float: left;
        width: 16.66667%
    }

        .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
            clear: both
        }

        .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
            float: left
        }

    .large-up-7 > .column, .large-up-7 > .columns {
        float: left;
        width: 14.28571%
    }

        .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
            clear: both
        }

        .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
            float: left
        }

    .large-up-8 > .column, .large-up-8 > .columns {
        float: left;
        width: 12.5%
    }

        .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
            clear: none
        }

        .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
            clear: both
        }

        .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
            float: left
        }

    .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .large-collapse .row {
        margin-right: 0;
        margin-left: 0
    }

    .expanded.row .large-collapse.row, .pd-product-features .row.button .large-collapse.row {
        margin-right: 0;
        margin-left: 0
    }

    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }

    .large-centered {
        margin-right: auto;
        margin-left: auto
    }

        .large-centered, .large-centered:last-child:not(:first-child) {
            float: none;
            clear: both
        }

    .large-pull-0, .large-push-0, .large-uncentered {
        position: static;
        margin-right: 0;
        margin-left: 0
    }

        .large-pull-0, .large-pull-0:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-uncentered, .large-uncentered:last-child:not(:first-child) {
            float: left;
            clear: none
        }

            .large-pull-0:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-uncentered:last-child:not(:first-child) {
                float: right
            }
}

@media screen and (min-width:75em) {
    .xlarge-1 {
        width: 8.33333%
    }

    .xlarge-push-1 {
        position: relative;
        left: 8.33333%
    }

    .xlarge-pull-1 {
        position: relative;
        left: -8.33333%
    }

    .xlarge-offset-0 {
        margin-left: 0
    }

    .xlarge-2 {
        width: 16.66667%
    }

    .xlarge-push-2 {
        position: relative;
        left: 16.66667%
    }

    .xlarge-pull-2 {
        position: relative;
        left: -16.66667%
    }

    .xlarge-offset-1 {
        margin-left: 8.33333%
    }

    .xlarge-3 {
        width: 25%
    }

    .xlarge-push-3 {
        position: relative;
        left: 25%
    }

    .xlarge-pull-3 {
        position: relative;
        left: -25%
    }

    .xlarge-offset-2 {
        margin-left: 16.66667%
    }

    .xlarge-4 {
        width: 33.33333%
    }

    .xlarge-push-4 {
        position: relative;
        left: 33.33333%
    }

    .xlarge-pull-4 {
        position: relative;
        left: -33.33333%
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .xlarge-5 {
        width: 41.66667%
    }

    .xlarge-push-5 {
        position: relative;
        left: 41.66667%
    }

    .xlarge-pull-5 {
        position: relative;
        left: -41.66667%
    }

    .xlarge-offset-4 {
        margin-left: 33.33333%
    }

    .xlarge-6 {
        width: 50%
    }

    .xlarge-push-6 {
        position: relative;
        left: 50%
    }

    .xlarge-pull-6 {
        position: relative;
        left: -50%
    }

    .xlarge-offset-5 {
        margin-left: 41.66667%
    }

    .xlarge-7 {
        width: 58.33333%
    }

    .xlarge-push-7 {
        position: relative;
        left: 58.33333%
    }

    .xlarge-pull-7 {
        position: relative;
        left: -58.33333%
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .xlarge-8 {
        width: 66.66667%
    }

    .xlarge-push-8 {
        position: relative;
        left: 66.66667%
    }

    .xlarge-pull-8 {
        position: relative;
        left: -66.66667%
    }

    .xlarge-offset-7 {
        margin-left: 58.33333%
    }

    .xlarge-9 {
        width: 75%
    }

    .xlarge-push-9 {
        position: relative;
        left: 75%
    }

    .xlarge-pull-9 {
        position: relative;
        left: -75%
    }

    .xlarge-offset-8 {
        margin-left: 66.66667%
    }

    .xlarge-10 {
        width: 83.33333%
    }

    .xlarge-push-10 {
        position: relative;
        left: 83.33333%
    }

    .xlarge-pull-10 {
        position: relative;
        left: -83.33333%
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .xlarge-11 {
        width: 91.66667%
    }

    .xlarge-push-11 {
        position: relative;
        left: 91.66667%
    }

    .xlarge-pull-11 {
        position: relative;
        left: -91.66667%
    }

    .xlarge-offset-10 {
        margin-left: 83.33333%
    }

    .xlarge-12 {
        width: 100%
    }

    .xlarge-offset-11 {
        margin-left: 91.66667%
    }

    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
        float: left;
        width: 100%
    }

        .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
            clear: both
        }

        .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
            float: left
        }

    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
        float: left;
        width: 50%
    }

        .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
            clear: both
        }

        .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
            float: left
        }

    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
        float: left;
        width: 33.33333%
    }

        .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
            clear: both
        }

        .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
            float: left
        }

    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
        float: left;
        width: 25%
    }

        .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
            clear: both
        }

        .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
            float: left
        }

    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
        float: left;
        width: 20%
    }

        .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
            clear: both
        }

        .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
            float: left
        }

    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
        float: left;
        width: 16.66667%
    }

        .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
            clear: both
        }

        .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
            float: left
        }

    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
        float: left;
        width: 14.28571%
    }

        .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
            clear: both
        }

        .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
            float: left
        }

    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
        float: left;
        width: 12.5%
    }

        .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
            clear: none
        }

        .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
            clear: both
        }

        .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
            float: left
        }

    .xlarge-collapse > .column, .xlarge-collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .xlarge-collapse .row {
        margin-right: 0;
        margin-left: 0
    }

    .expanded.row .xlarge-collapse.row, .pd-product-features .row.button .xlarge-collapse.row {
        margin-right: 0;
        margin-left: 0
    }

    .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }

    .xlarge-centered {
        margin-right: auto;
        margin-left: auto
    }

        .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
            float: none;
            clear: both
        }

    .xlarge-pull-0, .xlarge-push-0, .xlarge-uncentered {
        position: static;
        margin-right: 0;
        margin-left: 0
    }

        .xlarge-pull-0, .xlarge-pull-0:last-child:not(:first-child), .xlarge-push-0, .xlarge-push-0:last-child:not(:first-child), .xlarge-uncentered, .xlarge-uncentered:last-child:not(:first-child) {
            float: left;
            clear: none
        }

            .xlarge-pull-0:last-child:not(:first-child), .xlarge-push-0:last-child:not(:first-child), .xlarge-uncentered:last-child:not(:first-child) {
                float: right
            }
}

.column-block {
    margin-bottom: 1.25rem
}

    .column-block > :last-child {
        margin-bottom: 0
    }

@media print,screen and (min-width:40em) {
    .column-block {
        margin-bottom: 1.875rem
    }

        .column-block > :last-child {
            margin-bottom: 0
        }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .85em 2.5em;
    border: 2px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded, .pd-product-features .button {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media print,screen and (max-width:39.99875em) {
    .button.small-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (min-width:40em) and (max-width:63.99875em) {
    .button.medium-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (max-width:63.99875em) {
    .button.medium-down-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (min-width:40em) {
    .button.medium-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (min-width:64em) and (max-width:74.99875em) {
    .button.large-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (max-width:74.99875em) {
    .button.large-down-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (min-width:64em) {
    .button.large-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:75em) and (max-width:89.99875em) {
    .button.xlarge-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (max-width:89.99875em) {
    .button.xlarge-down-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:75em) {
    .button.xlarge-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
    background-color: #cc2623;
    color: #fefefe
}

    .button:focus, .button:hover {
        background-color: #ad201e;
        color: #fefefe
    }

    .button.primary, .button.primary.disabled, .button.primary.disabled:focus, .button.primary.disabled:hover, .button.primary[disabled], .button.primary[disabled]:focus, .button.primary[disabled]:hover {
        background-color: #cc2623;
        color: #fefefe
    }

        .button.primary:focus, .button.primary:hover {
            background-color: #a31e1c;
            color: #fefefe
        }

    .button.black, .button.black.disabled, .button.black.disabled:focus, .button.black.disabled:hover, .button.black[disabled], .button.black[disabled]:focus, .button.black[disabled]:hover {
        background-color: #000;
        color: #fefefe
    }

        .button.black:focus, .button.black:hover {
            background-color: #000;
            color: #fefefe
        }

    .button.white, .button.white.disabled, .button.white.disabled:focus, .button.white.disabled:hover, .button.white[disabled], .button.white[disabled]:focus, .button.white[disabled]:hover {
        background-color: #fff;
        color: #0a0a0a
    }

        .button.white:focus, .button.white:hover {
            background-color: #ccc;
            color: #0a0a0a
        }

    .button.purple, .button.purple.disabled, .button.purple.disabled:focus, .button.purple.disabled:hover, .button.purple[disabled], .button.purple[disabled]:focus, .button.purple[disabled]:hover {
        background-color: #b0f;
        color: #fefefe
    }

        .button.purple:focus, .button.purple:hover {
            background-color: #9600cc;
            color: #fefefe
        }

    .button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow:focus, .button.hollow:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
        background-color: transparent
    }

        .button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
            border: 2px solid #cc2623;
            color: #cc2623
        }

            .button.hollow:focus, .button.hollow:hover {
                border-color: #000;
                color: #000
            }

            .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary.disabled:focus, .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled], .button.hollow.primary[disabled]:focus, .button.hollow.primary[disabled]:hover {
                border: 2px solid #cc2623;
                color: #cc2623
            }

                .button.hollow.primary:focus, .button.hollow.primary:hover {
                    border-color: #000;
                    color: #000
                }

            .button.hollow.black, .button.hollow.black.disabled, .button.hollow.black.disabled:focus, .button.hollow.black.disabled:hover, .button.hollow.black[disabled], .button.hollow.black[disabled]:focus, .button.hollow.black[disabled]:hover {
                border: 2px solid #000;
                color: #000
            }

                .button.hollow.black:focus, .button.hollow.black:hover {
                    border-color: #000;
                    color: #000
                }

            .button.hollow.white, .button.hollow.white.disabled, .button.hollow.white.disabled:focus, .button.hollow.white.disabled:hover, .button.hollow.white[disabled], .button.hollow.white[disabled]:focus, .button.hollow.white[disabled]:hover {
                border: 2px solid #fff;
                color: #fff
            }

                .button.hollow.white:focus, .button.hollow.white:hover {
                    border-color: #000;
                    color: #000
                }

            .button.hollow.purple, .button.hollow.purple.disabled, .button.hollow.purple.disabled:focus, .button.hollow.purple.disabled:hover, .button.hollow.purple[disabled], .button.hollow.purple[disabled]:focus, .button.hollow.purple[disabled]:hover {
                border: 2px solid #b0f;
                color: #b0f
            }

                .button.hollow.purple:focus, .button.hollow.purple:hover {
                    border-color: #000;
                    color: #000
                }

    .button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear:focus, .button.clear:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
        border-color: transparent;
        background-color: transparent
    }

        .button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
            color: #cc2623
        }

            .button.clear:focus, .button.clear:hover {
                color: #000
            }

            .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary.disabled:focus, .button.clear.primary.disabled:hover, .button.clear.primary[disabled], .button.clear.primary[disabled]:focus, .button.clear.primary[disabled]:hover {
                color: #cc2623
            }

                .button.clear.primary:focus, .button.clear.primary:hover {
                    color: #000
                }

            .button.clear.black, .button.clear.black.disabled, .button.clear.black.disabled:focus, .button.clear.black.disabled:hover, .button.clear.black[disabled], .button.clear.black[disabled]:focus, .button.clear.black[disabled]:hover {
                color: #000
            }

                .button.clear.black:focus, .button.clear.black:hover {
                    color: #000
                }

            .button.clear.white, .button.clear.white.disabled, .button.clear.white.disabled:focus, .button.clear.white.disabled:hover, .button.clear.white[disabled], .button.clear.white[disabled]:focus, .button.clear.white[disabled]:hover {
                color: #fff
            }

                .button.clear.white:focus, .button.clear.white:hover {
                    color: #000
                }

            .button.clear.purple, .button.clear.purple.disabled, .button.clear.purple.disabled:focus, .button.clear.purple.disabled:hover, .button.clear.purple[disabled], .button.clear.purple[disabled]:focus, .button.clear.purple[disabled]:hover {
                color: #b0f
            }

                .button.clear.purple:focus, .button.clear.purple:hover {
                    color: #000
                }

    .button.disabled, .button[disabled] {
        opacity: .25;
        cursor: not-allowed
    }

    .button.dropdown::after {
        display: block;
        width: 0;
        height: 0;
        border: inset .4em;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #fefefe transparent transparent;
        position: relative;
        top: .4em;
        display: inline-block;
        float: right;
        margin-left: 2.5em
    }

    .button.dropdown.clear::after, .button.dropdown.hollow::after {
        border-top-color: #cc2623
    }

    .button.dropdown.clear.primary::after, .button.dropdown.hollow.primary::after {
        border-top-color: #cc2623
    }

    .button.dropdown.clear.black::after, .button.dropdown.hollow.black::after {
        border-top-color: #000
    }

    .button.dropdown.clear.white::after, .button.dropdown.hollow.white::after {
        border-top-color: #fff
    }

    .button.dropdown.clear.purple::after, .button.dropdown.hollow.purple::after {
        border-top-color: #b0f
    }

    .button.arrow-only::after {
        top: -.1em;
        float: none;
        margin-left: 0
    }

a.button:focus, a.button:hover {
    text-decoration: none
}

.button-group {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .button-group::after, .button-group::before {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .button-group::after {
        clear: both
    }

    .button-group::after, .button-group::before {
        display: none
    }

    .button-group .button {
        margin: 0;
        margin-right: 1px;
        margin-bottom: 1px;
        font-size: 1rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

        .button-group .button:last-child {
            margin-right: 0
        }

    .button-group.tiny .button {
        font-size: .6rem
    }

    .button-group.small .button {
        font-size: .75rem
    }

    .button-group.large .button {
        font-size: 1.25rem
    }

    .button-group.expanded .button, .pd-product-features .button-group.button .button {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        margin-right: 0
    }

    .button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button.disabled:focus, .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled], .button-group.primary .button[disabled]:focus, .button-group.primary .button[disabled]:hover {
        background-color: #cc2623;
        color: #fefefe
    }

        .button-group.primary .button:focus, .button-group.primary .button:hover {
            background-color: #a31e1c;
            color: #fefefe
        }

    .button-group.black .button, .button-group.black .button.disabled, .button-group.black .button.disabled:focus, .button-group.black .button.disabled:hover, .button-group.black .button[disabled], .button-group.black .button[disabled]:focus, .button-group.black .button[disabled]:hover {
        background-color: #000;
        color: #fefefe
    }

        .button-group.black .button:focus, .button-group.black .button:hover {
            background-color: #000;
            color: #fefefe
        }

    .button-group.white .button, .button-group.white .button.disabled, .button-group.white .button.disabled:focus, .button-group.white .button.disabled:hover, .button-group.white .button[disabled], .button-group.white .button[disabled]:focus, .button-group.white .button[disabled]:hover {
        background-color: #fff;
        color: #0a0a0a
    }

        .button-group.white .button:focus, .button-group.white .button:hover {
            background-color: #ccc;
            color: #0a0a0a
        }

    .button-group.purple .button, .button-group.purple .button.disabled, .button-group.purple .button.disabled:focus, .button-group.purple .button.disabled:hover, .button-group.purple .button[disabled], .button-group.purple .button[disabled]:focus, .button-group.purple .button[disabled]:hover {
        background-color: #b0f;
        color: #fefefe
    }

        .button-group.purple .button:focus, .button-group.purple .button:hover {
            background-color: #9600cc;
            color: #fefefe
        }

    .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:focus, .button-group.hollow .button.disabled:hover, .button-group.hollow .button:focus, .button-group.hollow .button:hover, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:focus, .button-group.hollow .button[disabled]:hover {
        background-color: transparent
    }

        .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:focus, .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:focus, .button-group.hollow .button[disabled]:hover {
            border: 2px solid #cc2623;
            color: #cc2623
        }

            .button-group.hollow .button:focus, .button-group.hollow .button:hover {
                border-color: #000;
                color: #000
            }

            .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary[disabled]:focus, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow.primary .button[disabled]:hover {
                border: 2px solid #cc2623;
                color: #cc2623
            }

                .button-group.hollow .button.primary:focus, .button-group.hollow .button.primary:hover, .button-group.hollow.primary .button:focus, .button-group.hollow.primary .button:hover {
                    border-color: #000;
                    color: #000
                }

            .button-group.hollow .button.black, .button-group.hollow .button.black.disabled, .button-group.hollow .button.black.disabled:focus, .button-group.hollow .button.black.disabled:hover, .button-group.hollow .button.black[disabled], .button-group.hollow .button.black[disabled]:focus, .button-group.hollow .button.black[disabled]:hover, .button-group.hollow.black .button, .button-group.hollow.black .button.disabled, .button-group.hollow.black .button.disabled:focus, .button-group.hollow.black .button.disabled:hover, .button-group.hollow.black .button[disabled], .button-group.hollow.black .button[disabled]:focus, .button-group.hollow.black .button[disabled]:hover {
                border: 2px solid #000;
                color: #000
            }

                .button-group.hollow .button.black:focus, .button-group.hollow .button.black:hover, .button-group.hollow.black .button:focus, .button-group.hollow.black .button:hover {
                    border-color: #000;
                    color: #000
                }

            .button-group.hollow .button.white, .button-group.hollow .button.white.disabled, .button-group.hollow .button.white.disabled:focus, .button-group.hollow .button.white.disabled:hover, .button-group.hollow .button.white[disabled], .button-group.hollow .button.white[disabled]:focus, .button-group.hollow .button.white[disabled]:hover, .button-group.hollow.white .button, .button-group.hollow.white .button.disabled, .button-group.hollow.white .button.disabled:focus, .button-group.hollow.white .button.disabled:hover, .button-group.hollow.white .button[disabled], .button-group.hollow.white .button[disabled]:focus, .button-group.hollow.white .button[disabled]:hover {
                border: 2px solid #fff;
                color: #fff
            }

                .button-group.hollow .button.white:focus, .button-group.hollow .button.white:hover, .button-group.hollow.white .button:focus, .button-group.hollow.white .button:hover {
                    border-color: #000;
                    color: #000
                }

            .button-group.hollow .button.purple, .button-group.hollow .button.purple.disabled, .button-group.hollow .button.purple.disabled:focus, .button-group.hollow .button.purple.disabled:hover, .button-group.hollow .button.purple[disabled], .button-group.hollow .button.purple[disabled]:focus, .button-group.hollow .button.purple[disabled]:hover, .button-group.hollow.purple .button, .button-group.hollow.purple .button.disabled, .button-group.hollow.purple .button.disabled:focus, .button-group.hollow.purple .button.disabled:hover, .button-group.hollow.purple .button[disabled], .button-group.hollow.purple .button[disabled]:focus, .button-group.hollow.purple .button[disabled]:hover {
                border: 2px solid #b0f;
                color: #b0f
            }

                .button-group.hollow .button.purple:focus, .button-group.hollow .button.purple:hover, .button-group.hollow.purple .button:focus, .button-group.hollow.purple .button:hover {
                    border-color: #000;
                    color: #000
                }

    .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button.disabled:focus, .button-group.clear .button.disabled:hover, .button-group.clear .button:focus, .button-group.clear .button:hover, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:focus, .button-group.clear .button[disabled]:hover {
        border-color: transparent;
        background-color: transparent
    }

        .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button.disabled:focus, .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:focus, .button-group.clear .button[disabled]:hover {
            color: #cc2623
        }

            .button-group.clear .button:focus, .button-group.clear .button:hover {
                color: #000
            }

            .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary[disabled]:focus, .button-group.clear .button.primary[disabled]:hover, .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button[disabled]:focus, .button-group.clear.primary .button[disabled]:hover {
                color: #cc2623
            }

                .button-group.clear .button.primary:focus, .button-group.clear .button.primary:hover, .button-group.clear.primary .button:focus, .button-group.clear.primary .button:hover {
                    color: #000
                }

            .button-group.clear .button.black, .button-group.clear .button.black.disabled, .button-group.clear .button.black.disabled:focus, .button-group.clear .button.black.disabled:hover, .button-group.clear .button.black[disabled], .button-group.clear .button.black[disabled]:focus, .button-group.clear .button.black[disabled]:hover, .button-group.clear.black .button, .button-group.clear.black .button.disabled, .button-group.clear.black .button.disabled:focus, .button-group.clear.black .button.disabled:hover, .button-group.clear.black .button[disabled], .button-group.clear.black .button[disabled]:focus, .button-group.clear.black .button[disabled]:hover {
                color: #000
            }

                .button-group.clear .button.black:focus, .button-group.clear .button.black:hover, .button-group.clear.black .button:focus, .button-group.clear.black .button:hover {
                    color: #000
                }

            .button-group.clear .button.white, .button-group.clear .button.white.disabled, .button-group.clear .button.white.disabled:focus, .button-group.clear .button.white.disabled:hover, .button-group.clear .button.white[disabled], .button-group.clear .button.white[disabled]:focus, .button-group.clear .button.white[disabled]:hover, .button-group.clear.white .button, .button-group.clear.white .button.disabled, .button-group.clear.white .button.disabled:focus, .button-group.clear.white .button.disabled:hover, .button-group.clear.white .button[disabled], .button-group.clear.white .button[disabled]:focus, .button-group.clear.white .button[disabled]:hover {
                color: #fff
            }

                .button-group.clear .button.white:focus, .button-group.clear .button.white:hover, .button-group.clear.white .button:focus, .button-group.clear.white .button:hover {
                    color: #000
                }

            .button-group.clear .button.purple, .button-group.clear .button.purple.disabled, .button-group.clear .button.purple.disabled:focus, .button-group.clear .button.purple.disabled:hover, .button-group.clear .button.purple[disabled], .button-group.clear .button.purple[disabled]:focus, .button-group.clear .button.purple[disabled]:hover, .button-group.clear.purple .button, .button-group.clear.purple .button.disabled, .button-group.clear.purple .button.disabled:focus, .button-group.clear.purple .button.disabled:hover, .button-group.clear.purple .button[disabled], .button-group.clear.purple .button[disabled]:focus, .button-group.clear.purple .button[disabled]:hover {
                color: #b0f
            }

                .button-group.clear .button.purple:focus, .button-group.clear .button.purple:hover, .button-group.clear.purple .button:focus, .button-group.clear.purple .button:hover {
                    color: #000
                }

    .button-group.no-gaps .button {
        margin-right: -.125rem
    }

        .button-group.no-gaps .button + .button {
            border-left-color: transparent
        }

    .button-group.stacked, .button-group.stacked-for-medium, .button-group.stacked-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .button-group.stacked .button, .button-group.stacked-for-medium .button, .button-group.stacked-for-small .button {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }

            .button-group.stacked .button:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-small .button:last-child {
                margin-bottom: 0
            }

        .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked.expanded .button, .pd-product-features .button-group.stacked-for-medium.button .button, .pd-product-features .button-group.stacked-for-small.button .button, .pd-product-features .button-group.stacked.button .button {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0px;
            margin-right: 0
        }

@media print,screen and (min-width:40em) {
    .button-group.stacked-for-small .button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,screen and (min-width:64em) {
    .button-group.stacked-for-medium .button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,screen and (max-width:39.99875em) {
    .button-group.stacked-for-small.expanded, .pd-product-features .button-group.stacked-for-small.button {
        display: block
    }

        .button-group.stacked-for-small.expanded .button, .pd-product-features .button-group.stacked-for-small.button .button {
            display: block;
            margin-right: 0
        }
}

@media print,screen and (max-width:63.99875em) {
    .button-group.stacked-for-medium.expanded, .pd-product-features .button-group.stacked-for-medium.button {
        display: block
    }

        .button-group.stacked-for-medium.expanded .button, .pd-product-features .button-group.stacked-for-medium.button .button {
            display: block;
            margin-right: 0
        }
}

.close-button {
    position: absolute;
    z-index: 10;
    color: #8a8a8a;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus, .close-button:hover {
    color: #0a0a0a
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1.5
}

.close-button, .close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1.5
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #cc2623;
    color: #fefefe
}

    .label.primary {
        background: #cc2623;
        color: #fefefe
    }

    .label.secondary {
        background: #767676;
        color: #fefefe
    }

    .label.success {
        background: #3adb76;
        color: #0a0a0a
    }

    .label.warning {
        background: #ffae00;
        color: #0a0a0a
    }

    .label.alert {
        background: #cc4b37;
        color: #fefefe
    }

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca
}

    .progress.primary .progress-meter {
        background-color: #cc2623
    }

    .progress.secondary .progress-meter {
        background-color: #767676
    }

    .progress.success .progress-meter {
        background-color: #3adb76
    }

    .progress.warning .progress-meter {
        background-color: #ffae00
    }

    .progress.alert .progress-meter {
        background-color: #cc4b37
    }

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #cc2623
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .slider-fill.is-dragging {
        -webkit-transition: all 0s linear;
        transition: all 0s linear
    }

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #cc2623;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #ad201e
}

.slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    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%)
    }

input[type=range] {
    display: block;
    width: 100%;
    height: auto;
    margin-top: .45rem;
    margin-bottom: .45rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    line-height: 1;
    cursor: pointer
}

    input[type=range]:focus {
        outline: 0
    }

    input[type=range][disabled] {
        opacity: .25
    }

    input[type=range]::-webkit-slider-runnable-track {
        height: .5rem;
        background: #e6e6e6
    }

    input[type=range]::-webkit-slider-thumb {
        width: 1.4rem;
        height: 1.4rem;
        margin-top: -.45rem;
        -webkit-appearance: none;
        background: #cc2623
    }

    input[type=range]::-moz-range-track {
        height: .5rem;
        -moz-appearance: none;
        background: #e6e6e6
    }

    input[type=range]::-moz-range-thumb {
        width: 1.4rem;
        height: 1.4rem;
        margin-top: -.45rem;
        -moz-appearance: none;
        background: #cc2623
    }

    input[type=range]::-ms-track {
        height: .5rem;
        border: 0;
        border-top: .45rem solid #222;
        border-bottom: .45rem solid #222;
        background: #e6e6e6;
        overflow: visible;
        color: transparent
    }

    input[type=range]::-ms-thumb {
        width: 1.4rem;
        height: 1.4rem;
        border: 0;
        background: #cc2623
    }

    input[type=range]::-ms-fill-lower {
        background: #cacaca
    }

    input[type=range]::-ms-fill-upper {
        background: #e6e6e6
    }

output {
    vertical-align: middle;
    margin-left: .5em;
    line-height: 1.4rem
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: .875rem;
    font-weight: 700;
    color: #fefefe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #cacaca;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

input + .switch-paddle {
    margin: 0
}

.switch-paddle::after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    content: ''
}

input:checked ~ .switch-paddle {
    background: #cc2623
}

    input:checked ~ .switch-paddle::after {
        left: 2.25rem
    }

input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: .5
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
    outline: 0
}

.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked + label > .switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked + label > .switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.5rem
}

    .switch.tiny .switch-paddle {
        width: 3rem;
        height: 1.5rem;
        font-size: .625rem
    }

        .switch.tiny .switch-paddle::after {
            top: .25rem;
            left: .25rem;
            width: 1rem;
            height: 1rem
        }

    .switch.tiny input:checked ~ .switch-paddle::after {
        left: 1.75rem
    }

.switch.small {
    height: 1.75rem
}

    .switch.small .switch-paddle {
        width: 3.5rem;
        height: 1.75rem;
        font-size: .75rem
    }

        .switch.small .switch-paddle::after {
            top: .25rem;
            left: .25rem;
            width: 1.25rem;
            height: 1.25rem
        }

    .switch.small input:checked ~ .switch-paddle::after {
        left: 2rem
    }

.switch.large {
    height: 2.5rem
}

    .switch.large .switch-paddle {
        width: 5rem;
        height: 2.5rem;
        font-size: 1rem
    }

        .switch.large .switch-paddle::after {
            top: .25rem;
            left: .25rem;
            width: 2rem;
            height: 2rem
        }

    .switch.large input:checked ~ .switch-paddle::after {
        left: 2.75rem
    }

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody, tfoot, thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f8f8f8;
    color: #0a0a0a
}

tfoot {
    background: #f1f1f1;
    color: #0a0a0a
}

    tfoot tr, thead tr {
        background: 0 0
    }

    tfoot td, tfoot th, thead td, thead th {
        padding: .5rem .625rem .625rem;
        font-weight: 700;
        text-align: left
    }

tbody td, tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1
}

table.unstriped tbody {
    background-color: #fefefe
}

    table.unstriped tbody tr {
        border-bottom: 0;
        border-bottom: 1px solid #f1f1f1;
        background-color: #fefefe
    }

@media print,screen and (max-width:63.99875em) {
    table.stack thead {
        display: none
    }

    table.stack tfoot {
        display: none
    }

    table.stack td, table.stack th, table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    background: #cc2623;
    color: #fefefe
}

    .badge.primary {
        background: #cc2623;
        color: #fefefe
    }

    .badge.secondary {
        background: #767676;
        color: #fefefe
    }

    .badge.success {
        background: #3adb76;
        color: #0a0a0a
    }

    .badge.warning {
        background: #ffae00;
        color: #0a0a0a
    }

    .badge.alert {
        background: #cc4b37;
        color: #fefefe
    }

.breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none
}

    .breadcrumbs::after, .breadcrumbs::before {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .breadcrumbs::after {
        clear: both
    }

    .breadcrumbs li {
        float: left;
        font-size: .6875rem;
        color: #0a0a0a;
        cursor: default;
        text-transform: uppercase
    }

        .breadcrumbs li:not(:last-child)::after {
            position: relative;
            margin: 0 .75rem;
            opacity: 1;
            content: "/";
            color: #cacaca
        }

    .breadcrumbs a {
        color: #cc2623
    }

        .breadcrumbs a:hover {
            text-decoration: underline
        }

    .breadcrumbs .disabled {
        color: #cacaca;
        cursor: not-allowed
    }

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10,10,10,.25);
    border-radius: 0;
    background-color: #fff;
    color: #0a0a0a
}

    .callout > :first-child {
        margin-top: 0
    }

    .callout > :last-child {
        margin-bottom: 0
    }

    .callout.primary {
        background-color: #f9dddc;
        color: #0a0a0a
    }

    .callout.secondary {
        background-color: #eaeaea;
        color: #0a0a0a
    }

    .callout.success {
        background-color: #e1faea;
        color: #0a0a0a
    }

    .callout.warning {
        background-color: #fff3d9;
        color: #0a0a0a
    }

    .callout.alert {
        background-color: #f7e4e1;
        color: #0a0a0a
    }

    .callout.small {
        padding-top: .5rem;
        padding-right: .5rem;
        padding-bottom: .5rem;
        padding-left: .5rem
    }

    .callout.large {
        padding-top: 3rem;
        padding-right: 3rem;
        padding-bottom: 3rem;
        padding-left: 3rem
    }

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a
}

    .card > :last-child {
        margin-bottom: 0
    }

.card-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e6e6e6
}

    .card-divider > :last-child {
        margin-bottom: 0
    }

.card-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem
}

    .card-section > :last-child {
        margin-bottom: 0
    }

.card-image {
    min-height: 1px
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #222;
    font-size: 1rem
}

    .dropdown-pane.is-opening {
        display: block
    }

    .dropdown-pane.is-open {
        display: block;
        visibility: visible
    }

    .dropdown-pane.tiny {
        width: 100px
    }

    .dropdown-pane.small {
        width: 200px
    }

    .dropdown-pane.large {
        width: 400px
    }

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

    .pagination::after, .pagination::before {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .pagination::after {
        clear: both
    }

    .pagination li {
        margin-right: .0625rem;
        border-radius: 0;
        font-size: .875rem;
        display: none
    }

        .pagination li:first-child, .pagination li:last-child {
            display: inline-block
        }

@media print,screen and (min-width:40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a, .pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0;
    color: #0a0a0a
}

    .pagination a:hover, .pagination button:hover {
        background: #e6e6e6
    }

.pagination .current {
    padding: .1875rem .625rem;
    background: #cc2623;
    color: #fefefe;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

    .pagination .disabled:hover {
        background: 0 0
    }

.pagination .ellipsis::after {
    padding: .1875rem .625rem;
    content: '\2026';
    color: #0a0a0a
}

.pagination-previous a::before, .pagination-previous.disabled::before {
    display: inline-block;
    margin-right: .5rem;
    content: "«"
}

.pagination-next a::after, .pagination-next.disabled::after {
    display: inline-block;
    margin-left: .5rem;
    content: "»"
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: 700;
    cursor: help
}

.tooltip {
    position: absolute;
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: 0;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe
}

    .tooltip::before {
        position: absolute
    }

    .tooltip.bottom::before {
        display: block;
        width: 0;
        height: 0;
        border: inset .75rem;
        content: '';
        border-top-width: 0;
        border-bottom-style: solid;
        border-color: transparent transparent #0a0a0a;
        bottom: 100%
    }

    .tooltip.bottom.align-center::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .tooltip.top::before {
        display: block;
        width: 0;
        height: 0;
        border: inset .75rem;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #0a0a0a transparent transparent;
        top: 100%;
        bottom: auto
    }

    .tooltip.top.align-center::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .tooltip.left::before {
        display: block;
        width: 0;
        height: 0;
        border: inset .75rem;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #0a0a0a;
        left: 100%
    }

    .tooltip.left.align-center::before {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .tooltip.right::before {
        display: block;
        width: 0;
        height: 0;
        border: inset .75rem;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #0a0a0a transparent transparent;
        right: 100%;
        left: auto
    }

    .tooltip.right.align-center::before {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .tooltip.align-top::before {
        bottom: auto;
        top: 10%
    }

    .tooltip.align-bottom::before {
        bottom: 10%;
        top: auto
    }

    .tooltip.align-left::before {
        left: 10%;
        right: auto
    }

    .tooltip.align-right::before {
        left: auto;
        right: 10%
    }

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none
}

    .accordion[disabled] .accordion-title {
        cursor: not-allowed
    }

.accordion-item:first-child > :first-child {
    border-radius: 0
}

.accordion-item:last-child > :last-child {
    border-radius: 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #cc2623
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0
}

.accordion-title:focus, .accordion-title:hover {
    background-color: #e6e6e6
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: "+"
}

.is-active > .accordion-title::before {
    content: "–"
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.media-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

    .media-object img {
        max-width: none
    }

@media print,screen and (max-width:39.99875em) {
    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.media-object-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

    .media-object-section:first-child {
        padding-right: 1rem
    }

    .media-object-section:last-child:not(:nth-child(2)) {
        padding-left: 1rem
    }

    .media-object-section > :last-child {
        margin-bottom: 0
    }

@media print,screen and (max-width:39.99875em) {
    .stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

        .stack-for-small .media-object-section img {
            width: 100%
        }
}

.media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.orbit {
    position: relative
}

.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.orbit-slide {
    width: 100%;
    position: absolute
}

    .orbit-slide.no-motionui.is-active {
        top: 0;
        left: 0
    }

.orbit-figure {
    margin: 0
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(10,10,10,.5);
    color: #fefefe
}

.orbit-next, .orbit-previous {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe
}

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
    background-color: rgba(10,10,10,.5)
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center
}

[data-whatinput=mouse] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    border-radius: 50%;
    background-color: #cacaca
}

    .orbit-bullets button:hover {
        background-color: #8a8a8a
    }

    .orbit-bullets button.is-active {
        background-color: #8a8a8a
    }

.flex-video, .responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

    .flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .flex-video.widescreen, .responsive-embed.widescreen {
        padding-bottom: 56.25%
    }

    .flex-video.panorama, .responsive-embed.panorama {
        padding-bottom: 31.64063%
    }

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none
}

    .tabs::after, .tabs::before {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .tabs::after {
        clear: both
    }

    .tabs.vertical > li {
        display: block;
        float: none;
        width: auto
    }

    .tabs.simple > li > a {
        padding: 0
    }

        .tabs.simple > li > a:hover {
            background: 0 0
        }

    .tabs.primary {
        background: #cc2623
    }

        .tabs.primary > li > a {
            color: #fefefe
        }

            .tabs.primary > li > a:focus, .tabs.primary > li > a:hover {
                background: #c22421
            }

.tabs-title {
    float: left
}

    .tabs-title > a {
        display: block;
        padding: 1.25rem 1.5rem;
        font-size: .75rem;
        line-height: 1;
        color: #cc2623
    }

[data-whatinput=mouse] .tabs-title > a {
    outline: 0
}

.tabs-title > a:hover {
    background: #fefefe;
    color: #af211e
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: #e6e6e6;
    color: #cc2623
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

    .tabs-content.vertical {
        border: 1px solid #e6e6e6;
        border-left: 0
    }

.tabs-panel {
    display: none;
    padding: 1rem
}

    .tabs-panel.is-active {
        display: block
    }

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fefefe;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(10,10,10,.2);
    box-shadow: 0 0 0 1px rgba(10,10,10,.2);
    line-height: 0
}

a.thumbnail {
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out
}

    a.thumbnail:focus, a.thumbnail:hover {
        -webkit-box-shadow: 0 0 6px 1px rgba(204,38,35,.5);
        box-shadow: 0 0 6px 1px rgba(204,38,35,.5)
    }

    a.thumbnail image {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu .button, .menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem
}

.menu a, .menu button, .menu input, .menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .menu.vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.expanded li, .pd-product-features .menu.button li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.simple {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .menu.simple li + li {
            margin-left: 1rem
        }

        .menu.simple a {
            padding: 0
        }

@media print,screen and (min-width:40em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.medium-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,screen and (min-width:64em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.large-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.large-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:75em) {
    .menu.xlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xlarge-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.xlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-bottom a, .menu.icon-left a, .menu.icon-right a, .menu.icon-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .menu.icon-left li a i, .menu.icon-left li a img, .menu.icon-left li a svg {
        margin-right: .25rem
    }

.menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .menu.icon-right li a i, .menu.icon-right li a img, .menu.icon-right li a svg {
        margin-left: .25rem
    }

.menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .menu.icon-top li a i, .menu.icon-top li a img, .menu.icon-top li a svg {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: .25rem;
        text-align: center
    }

.menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .menu.icon-bottom li a i, .menu.icon-bottom li a img, .menu.icon-bottom li a svg {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: .25rem;
        text-align: center
    }

.menu .is-active > a {
    background: #cc2623;
    color: #fefefe
}

.menu .active > a {
    background: #cc2623;
    color: #fefefe
}

.menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .menu.align-right li .submenu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

    .menu.align-right.vertical li .submenu li {
        text-align: right
    }

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .menu.align-center li .submenu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

.menu .menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered > .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .menu-centered > .menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .menu-centered > .menu li .submenu li {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

    .menu-icon::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #fefefe;
        -webkit-box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
        box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
        content: ''
    }

    .menu-icon:hover::after {
        background: #cacaca;
        -webkit-box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca;
        box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca
    }

    .menu-icon.dark {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 16px;
        cursor: pointer
    }

        .menu-icon.dark::after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 2px;
            background: #0a0a0a;
            -webkit-box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;
            content: ''
        }

        .menu-icon.dark:hover::after {
            background: #8a8a8a;
            -webkit-box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a
        }

.accordion-menu li {
    width: 100%
}

.accordion-menu a {
    padding: .7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
    padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative
}

    .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #cc2623 transparent transparent;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 1rem
    }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
    right: 1rem;
    left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle > a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

    .submenu-toggle::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #cc2623 transparent transparent;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .submenu-toggle[aria-expanded=true]::after {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

.submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

    .is-drilldown li {
        display: block
    }

    .is-drilldown.animate-height {
        -webkit-transition: height .5s;
        transition: height .5s
    }

.drilldown a {
    padding: .7rem 1rem;
    background: #fefefe
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear,-webkit-transform .15s linear
}

    .drilldown .is-drilldown-submenu.is-active {
        z-index: 1;
        display: block;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .drilldown .is-drilldown-submenu.is-closing {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .drilldown .is-drilldown-submenu a {
        padding: .7rem 1rem
    }

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent > a {
    position: relative
}

    .drilldown .is-drilldown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #cc2623;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 1rem
    }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #cc2623;
    right: 1rem;
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #cc2623 transparent transparent;
    right: auto;
    left: 1rem
}

.drilldown .js-drilldown-back > a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #cc2623 transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem
}

    .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #cc2623 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu > li > a {
    padding: .7rem 1rem
}

.dropdown.menu > li.is-active > a {
    background: 0 0;
    color: #cc2623
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical > li > a::after {
    right: 14px
}

.dropdown.menu.vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #cc2623 transparent transparent;
    right: auto;
    left: 5px
}

.dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #cc2623
}

@media print,screen and (min-width:40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            content: '';
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #cc2623 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -3px
        }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px
    }

    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #cc2623 transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #cc2623
    }
}

@media print,screen and (min-width:64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            content: '';
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #cc2623 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -3px
        }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical > li > a::after {
        right: 14px
    }

    .dropdown.menu.large-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #cc2623 transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.large-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #cc2623
    }
}

@media screen and (min-width:75em) {
    .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            content: '';
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #cc2623 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -3px
        }

    .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.xlarge-vertical > li > a::after {
        right: 14px
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #cc2623 transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #cc2623
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.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;
        left: auto;
        margin-top: -6px
    }

    .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
        top: 100%;
        left: auto
    }

    .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto
    }

    .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #cc2623 transparent transparent;
    right: auto;
    left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #cc2623
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu > li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease,visibility .5s ease;
    transition: opacity .5s ease,visibility .5s ease;
    background: rgba(254,254,254,.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

    .js-off-canvas-overlay.is-visible {
        opacity: 1;
        visibility: visible
    }

    .js-off-canvas-overlay.is-closable {
        cursor: pointer
    }

    .js-off-canvas-overlay.is-overlay-absolute {
        position: absolute
    }

    .js-off-canvas-overlay.is-overlay-fixed {
        position: fixed
    }

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

    .off-canvas.is-transition-overlap.is-open {
        -webkit-box-shadow: 0 0 10px rgba(10,10,10,.7);
        box-shadow: 0 0 10px rgba(10,10,10,.7)
    }

.off-canvas.is-open {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

    .off-canvas-absolute.is-transition-overlap.is-open {
        -webkit-box-shadow: 0 0 10px rgba(10,10,10,.7);
        box-shadow: 0 0 10px rgba(10,10,10,.7)
    }

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(10,10,10,.25);
    box-shadow: inset -13px 0 20px -13px rgba(10,10,10,.25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10,10,10,.25);
    box-shadow: inset 13px 0 20px -13px rgba(10,10,10,.25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10,10,10,.25);
    box-shadow: inset 0 -13px 20px -13px rgba(10,10,10,.25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(10,10,10,.25);
    box-shadow: inset 0 13px 20px -13px rgba(10,10,10,.25)
}

.off-canvas-content {
    -webkit-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease,-webkit-transform .5s ease
    }

    .off-canvas-content.has-transition-push {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    .off-canvas-content .off-canvas.is-open {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

@media print,screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-left.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-right.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-top.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-bottom.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,screen and (min-width:64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-left.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-right.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-top.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-bottom.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media screen and (min-width:75em) {
    .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-left.reveal-for-xlarge .close-button {
            display: none
        }

    .off-canvas-content .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-xlarge ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-right.reveal-for-xlarge .close-button {
            display: none
        }

    .off-canvas-content .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-xlarge ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-top.reveal-for-xlarge .close-button {
            display: none
        }

    .off-canvas-content .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-xlarge ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

        .position-bottom.reveal-for-xlarge .close-button {
            display: none
        }

    .off-canvas-content .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,screen and (min-width:40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

        .off-canvas.in-canvas-for-medium.position-bottom, .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            transform: none
        }

        .off-canvas.in-canvas-for-medium .close-button {
            display: none
        }
}

@media print,screen and (min-width:64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

        .off-canvas.in-canvas-for-large.position-bottom, .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            transform: none
        }

        .off-canvas.in-canvas-for-large .close-button {
            display: none
        }
}

@media screen and (min-width:75em) {
    .off-canvas.in-canvas-for-xlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

        .off-canvas.in-canvas-for-xlarge.position-bottom, .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            transform: none
        }

        .off-canvas.in-canvas-for-xlarge .close-button {
            display: none
        }
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

    html.is-reveal-open.zf-has-scroll {
        overflow-y: scroll
    }

    html.is-reveal-open body {
        overflow-y: hidden
    }

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10,10,10,.45);
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print,screen and (min-width:40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column, .reveal .columns {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

@media print,screen and (min-width:40em) {
    .reveal {
        width: 600px;
        max-width: 75rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,screen and (min-width:40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem
    }
}

@media print,screen and (min-width:40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem
    }
}

@media print,screen and (min-width:40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media print,screen and (max-width:39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.sticky-container {
    position: relative
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

    .sticky.is-stuck {
        position: fixed;
        z-index: 5;
        width: 100%
    }

        .sticky.is-stuck.is-at-top {
            top: 0
        }

        .sticky.is-stuck.is-at-bottom {
            bottom: 0
        }

    .sticky.is-anchored {
        position: relative;
        right: auto;
        left: auto
    }

        .sticky.is-anchored.is-at-bottom {
            bottom: 0
        }

.title-bar {
    padding: .5rem;
    background: #0a0a0a;
    color: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .title-bar .menu-icon {
        margin-left: .25rem;
        margin-right: .25rem
    }

.title-bar-left, .title-bar-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .top-bar, .top-bar ul {
        background-color: #e6e6e6
    }

        .top-bar input {
            max-width: 200px;
            margin-right: 1rem
        }

        .top-bar .input-group-field {
            width: 100%;
            margin-right: 0
        }

        .top-bar input.button {
            width: auto
        }

        .top-bar .top-bar-left, .top-bar .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

@media print,screen and (min-width:40em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .top-bar .top-bar-left {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            margin-right: auto
        }

        .top-bar .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            margin-left: auto
        }
}

@media print,screen and (max-width:63.99875em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

@media print,screen and (max-width:74.99875em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

@media print,screen and (max-width:89.99875em) {
    .top-bar.stacked-for-xlarge {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .top-bar.stacked-for-xlarge .top-bar-left, .top-bar.stacked-for-xlarge .top-bar-right {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

.top-bar-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: .5rem 1rem .5rem 0
}

.top-bar-left, .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::after, .clearfix::before {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.clearfix::after {
    clear: both
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu > li > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print,screen and (min-width:40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,screen and (min-width:64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:75em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,screen and (min-width:40em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,screen and (min-width:64em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:75em) {
    .xlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media print,screen and (max-width:39.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:0em),screen and (min-width:40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print,screen and (min-width:40em) and (max-width:63.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:39.99875em),screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,screen and (min-width:64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:63.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print,screen and (min-width:64em) and (max-width:74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:63.99875em),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.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width:75em) and (max-width:89.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:74.99875em),screen and (min-width:90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

    .show-on-focus:active, .show-on-focus:focus {
        position: static !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important
    }

.hide-for-portrait, .show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {
    .hide-for-portrait, .show-for-landscape {
        display: block !important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-portrait, .show-for-landscape {
        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
    }
}

.text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important
}

.text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-wrap {
    word-wrap: break-word !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-overline {
    text-decoration: overline !important
}

.text-underline {
    text-decoration: underline !important
}

.text-line-through {
    text-decoration: line-through !important
}

.font-wide {
    letter-spacing: .25rem
}

.font-normal {
    font-weight: 400
}

.font-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic !important
}

ul.list-disc {
    list-style-type: disc !important
}

ul.list-circle {
    list-style-type: circle !important
}

ul.list-square {
    list-style-type: square !important
}

ol.list-decimal {
    list-style-type: decimal !important
}

ol.list-lower-alpha {
    list-style-type: lower-alpha !important
}

ol.list-lower-latin {
    list-style-type: lower-latin !important
}

ol.list-lower-roman {
    list-style-type: lower-roman !important
}

ol.list-upper-alpha {
    list-style-type: upper-alpha !important
}

ol.list-upper-latin {
    list-style-type: upper-latin !important
}

ol.list-upper-roman {
    list-style-type: upper-roman !important
}

.rounded {
    border-radius: 5000px !important
}

    .rounded .switch-paddle {
        border-radius: 5000px !important
    }

        .rounded .switch-paddle:after {
            border-radius: 50%
        }

.radius {
    border-radius: .1875rem
}

.bordered {
    border: .0625rem solid #cacaca
}

.shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
}

.arrow-down {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent
}

.arrow-up {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a
}

.arrow-right {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a
}

.arrow-left {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent
}

.separator-center {
    text-align: center !important
}

    .separator-center::after, .separator-center::before {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .separator-center::after {
        clear: both
    }

    .separator-center::after {
        position: relative !important;
        width: 3rem;
        border-bottom: .125rem solid #cc2623;
        margin: 1rem auto 0
    }

.separator-left {
    text-align: left !important
}

    .separator-left::after, .separator-left::before {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .separator-left::after {
        clear: both
    }

    .separator-left::after {
        position: relative !important;
        width: 3rem;
        border-bottom: .125rem solid #cc2623;
        margin: 1rem auto 0;
        margin-left: 0 !important
    }

.separator-right {
    text-align: right !important
}

    .separator-right::after, .separator-right::before {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .separator-right::after {
        clear: both
    }

    .separator-right::after {
        position: relative !important;
        width: 3rem;
        border-bottom: .125rem solid #cc2623;
        margin: 1rem auto 0;
        margin-right: 0 !important
    }

.overflow-visible {
    overflow: visible !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.display-inline {
    display: inline !important
}

.display-inline-block {
    display: inline-block !important
}

.display-block {
    display: block !important
}

.display-table {
    display: table !important
}

.display-table-cell {
    display: table-cell !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-fixed-top {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 975
}

.position-fixed-bottom {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 975
}

.border-box {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.border-none {
    border: none !important
}

.width-25 {
    width: 25% !important
}

.width-50 {
    width: 50% !important
}

.width-75 {
    width: 75% !important
}

.width-100 {
    width: 100% !important
}

.height-25 {
    height: 25% !important
}

.height-50 {
    height: 50% !important
}

.height-75 {
    height: 75% !important
}

.height-100 {
    height: 100% !important
}

.max-width-100 {
    max-width: 100% !important
}

.max-height-100 {
    max-height: 100% !important
}

.margin-0 {
    margin: 0 !important
}

.margin-top-0 {
    margin-top: 0 !important
}

.margin-right-0 {
    margin-right: 0 !important
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.margin-left-0 {
    margin-left: 0 !important
}

.margin-horizontal-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.margin-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.padding-0 {
    padding: 0 !important
}

.padding-top-0 {
    padding-top: 0 !important
}

.padding-right-0 {
    padding-right: 0 !important
}

.padding-bottom-0 {
    padding-bottom: 0 !important
}

.padding-left-0 {
    padding-left: 0 !important
}

.padding-horizontal-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.padding-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.margin-1 {
    margin: 1rem !important
}

.margin-top-1 {
    margin-top: 1rem !important
}

.margin-right-1 {
    margin-right: 1rem !important
}

.margin-bottom-1 {
    margin-bottom: 1rem !important
}

.margin-left-1 {
    margin-left: 1rem !important
}

.margin-horizontal-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.margin-vertical-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.padding-1 {
    padding: 1rem !important
}

.padding-top-1 {
    padding-top: 1rem !important
}

.padding-right-1 {
    padding-right: 1rem !important
}

.padding-bottom-1 {
    padding-bottom: 1rem !important
}

.padding-left-1 {
    padding-left: 1rem !important
}

.padding-horizontal-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.padding-vertical-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.margin-2 {
    margin: 2rem !important
}

.margin-top-2 {
    margin-top: 2rem !important
}

.margin-right-2 {
    margin-right: 2rem !important
}

.margin-bottom-2 {
    margin-bottom: 2rem !important
}

.margin-left-2 {
    margin-left: 2rem !important
}

.margin-horizontal-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important
}

.margin-vertical-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.padding-2 {
    padding: 2rem !important
}

.padding-top-2 {
    padding-top: 2rem !important
}

.padding-right-2 {
    padding-right: 2rem !important
}

.padding-bottom-2 {
    padding-bottom: 2rem !important
}

.padding-left-2 {
    padding-left: 2rem !important
}

.padding-horizontal-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.padding-vertical-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.margin-3 {
    margin: 3rem !important
}

.margin-top-3 {
    margin-top: 3rem !important
}

.margin-right-3 {
    margin-right: 3rem !important
}

.margin-bottom-3 {
    margin-bottom: 3rem !important
}

.margin-left-3 {
    margin-left: 3rem !important
}

.margin-horizontal-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.margin-vertical-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.padding-3 {
    padding: 3rem !important
}

.padding-top-3 {
    padding-top: 3rem !important
}

.padding-right-3 {
    padding-right: 3rem !important
}

.padding-bottom-3 {
    padding-bottom: 3rem !important
}

.padding-left-3 {
    padding-left: 3rem !important
}

.padding-horizontal-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.padding-vertical-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.slide-in-down.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-down.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.slide-in-left.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-left.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

.slide-in-up.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-up.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.slide-in-right.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-right.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

.slide-out-down.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-down.mui-leave.mui-leave-active {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

.slide-out-right.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-right.mui-leave.mui-leave-active {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

.slide-out-up.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-up.mui-leave.mui-leave-active {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

.slide-out-left.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-left.mui-leave.mui-leave-active {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.fade-in.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .fade-in.mui-enter.mui-enter-active {
        opacity: 1
    }

.fade-out.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .fade-out.mui-leave.mui-leave-active {
        opacity: 0
    }

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-top.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0);
        transform: perspective(2000px) rotate(0);
        opacity: 1
    }

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-right.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0);
        transform: perspective(2000px) rotate(0);
        opacity: 1
    }

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-bottom.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0);
        transform: perspective(2000px) rotate(0);
        opacity: 1
    }

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-left.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0);
        transform: perspective(2000px) rotate(0);
        opacity: 1
    }

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-middle-x.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0);
        transform: perspective(2000px) rotate(0);
        opacity: 1
    }

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-middle-y.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0);
        transform: perspective(2000px) rotate(0);
        opacity: 1
    }

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-top.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(90deg);
        transform: perspective(2000px) rotateX(90deg);
        opacity: 0
    }

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-right.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-bottom.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-left.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0
    }

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-middle-x.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(90deg);
        transform: perspective(2000px) rotateX(90deg);
        opacity: 0
    }

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-middle-y.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }

.scale-in-up.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .scale-in-up.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

.scale-in-down.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .scale-in-down.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

.scale-out-up.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .scale-out-up.mui-leave.mui-leave-active {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }

.scale-out-down.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .scale-out-down.mui-leave.mui-leave-active {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

.spin-in.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .spin-in.mui-enter.mui-enter-active {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

.spin-out.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .spin-out.mui-leave.mui-leave-active {
        -webkit-transform: rotate(.75turn);
        transform: rotate(.75turn);
        opacity: 0
    }

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(.75turn);
    transform: rotate(.75turn);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .spin-in-ccw.mui-enter.mui-enter-active {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .spin-out-ccw.mui-leave.mui-leave-active {
        -webkit-transform: rotate(-.75turn);
        transform: rotate(-.75turn);
        opacity: 0
    }

.slow {
    -webkit-transition-duration: 750ms !important;
    transition-duration: 750ms !important
}

.fast {
    -webkit-transition-duration: 250ms !important;
    transition-duration: 250ms !important
}

.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important
}

.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important
}

.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(.485,.155,.24,1.245) !important;
    transition-timing-function: cubic-bezier(.485,.155,.24,1.245) !important
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(.485,.155,.515,.845) !important;
    transition-timing-function: cubic-bezier(.485,.155,.515,.845) !important
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(.76,-.245,.24,1.245) !important;
    transition-timing-function: cubic-bezier(.76,-.245,.24,1.245) !important
}

.short-delay {
    -webkit-transition-delay: .3s !important;
    transition-delay: .3s !important
}

.long-delay {
    -webkit-transition-delay: .7s !important;
    transition-delay: .7s !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,25%,35%,45%,5%,55%,65%,75%,85%,95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,25%,35%,45%,5%,55%,65%,75%,85%,95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {
    40%,50%,60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,100%,30%,70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {
    40%,50%,60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,100%,30%,70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake, .spin-ccw, .spin-cw, .wiggle {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(.485,.155,.24,1.245) !important;
    animation-timing-function: cubic-bezier(.485,.155,.24,1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(.485,.155,.515,.845) !important;
    animation-timing-function: cubic-bezier(.485,.155,.515,.845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(.76,-.245,.24,1.245) !important;
    animation-timing-function: cubic-bezier(.76,-.245,.24,1.245) !important
}

.short-delay {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important
}

.long-delay {
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important
}

.siteContainer {
    max-width: 1440px;
    background: #ebebeb;
    margin: 0 auto;
    padding: 0 !important;
    overflow-x: hidden !important;
    position: relative
}

.button, button {
    line-height: 1.5
}

.hollow.red-border {
    border-color: #cc2623 !important
}

.hollow:focus, .hollow:hover {
    background-color: #cc2623 !important;
    color: #fefefe !important;
    border-color: #cc2623 !important
}

.form-section .error [type=checkbox], .form-section .error [type=radio], .form-section .error [type=text], .form-section .error label, .form-section .error select {
    color: #cc2623;
    border-color: #cc2623
}

.recommendation-error {
    color: #cc2623;
    font-size: .85rem
}

.primary-color {
    color: #cc2623;
    font-weight: 700
}

ul.content {
    margin-bottom: 1rem
}

@media print,screen and (min-width:40em) {
    ul.content {
        margin-bottom: 0
    }
}

ul.content li {
    line-height: 1.5;
    margin-bottom: .5rem;
    list-style: none
}

    ul.content li::before {
        content: "\2022";
        color: #cc2623;
        font-weight: 700;
        display: inline-block;
        width: 1em;
        margin-left: -1em
    }

.info-content thead {
    background: 0 0
}

.info-content tbody, .info-content tfoot, .info-content thead {
    border: none
}

    .info-content tbody th, .info-content tfoot td, .info-content tfoot th, .info-content thead td, .info-content thead th {
        color: #cc2623;
        font-size: .93rem
    }

@media print,screen and (min-width:40em) {
    .info-content tbody th, .info-content tfoot td, .info-content tfoot th, .info-content thead td, .info-content thead th {
        font-size: 1.5rem
    }
}

tbody td, tbody th {
    font-size: .87rem
}

@media print,screen and (min-width:40em) {
    tbody td, tbody th {
        font-size: 1
    }
}

@media print,screen and (min-width:40em) {
    .info-content ol.two-col {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        width: 200%
    }

        .info-content ol.two-col li {
            padding-right: 4rem;
            width: 100%
        }
}

.info-content h3 {
    color: #cc2623;
    font-weight: 700;
    font-size: .93rem
}

@media print,screen and (min-width:40em) {
    .info-content h3 {
        font-size: 1.5rem
    }
}

.info-content h4 {
    font-size: .87rem;
    font-weight: 700
}

@media print,screen and (min-width:40em) {
    .info-content h4 {
        font-size: 1rem
    }
}

.info-content p {
    font-size: .87rem
}

@media print,screen and (min-width:40em) {
    .info-content p {
        font-size: 1rem
    }
}

.info-content ol li {
    font-size: .87rem
}

@media print,screen and (min-width:40em) {
    .info-content ol li {
        font-size: 1rem
    }
}

@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape) {
    .sticky.is-stuck {
        position: relative !important
    }
}

.sticky.is-anchored {
    position: relative
}

.topNav, .topNav > .sticky .topLevelNav {
    background-color: #cc262c
}

    .topNav > .sticky {
        z-index: 99;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .topLevelNav, .topNav > .sticky {
        width: 100%
    }

    .topNav a {
        color: #fff
    }

.topLevelNav {
    height: 60px;
    z-index: 990;
    position: relative
}

    .topLevelNav .menu {
        display: block
    }

    .topLevelNav .menuItem {
        height: 60px;
        display: inline-block;
        vertical-align: middle
    }

        .topLevelNav .menuItem > a {
            padding: 23px 12px 0 7px;
            height: 60px;
            font-size: .95rem;
            font-weight: 700;
            color: #fff;
            background: 0 0
        }

            .topLevelNav .menuItem > a:after {
                content: "";
                display: block;
                background: #fff;
                height: 2px;
                width: 0;
                margin: 0;
                position: relative;
                top: 8px;
                opacity: 0;
                -webkit-transition: width 610ms,max-width 610ms;
                transition: width 610ms,max-width 610ms
            }

        .topLevelNav .menuItem.active > a:after {
            width: 100%;
            max-width: 37px;
            opacity: 1;
            background: #fff
        }

        .topLevelNav .menuItem.activeSiteSection > a:after {
            width: 100%;
            max-width: 37px;
            opacity: 1;
            background: #a31e23
        }

        .topLevelNav .menuItem.activeSiteSection.active > a:after {
            background: #fff
        }

        .topLevelNav .menuItem.logo > a:after, .topLevelNav .menuItem.mobile > a:after {
            width: 100%;
            max-width: 0;
            opacity: 0;
            background: 0 0
        }

        .topLevelNav .menuItem.logo {
            padding: .4rem 0 .4rem .8rem
        }

            .topLevelNav .menuItem.logo a {
                padding: 0
            }

            .topLevelNav .menuItem.logo .siteLogo {
                margin-left: 0;
                padding: 0
            }

.midLevelNav, .subMenu {
    margin: 0 auto;
    background: #cc262c;
    text-align: center
}

.midLevelNav {
    width: 100%
}

.midLevelNav {
    border-top: solid 2px rgba(0,0,0,.1);
    z-index: 980;
    overflow: hidden;
    position: absolute;
    top: -90px;
    left: 0;
    opacity: 0;
    -webkit-transition: top 450ms,opacity 377ms;
    transition: top 450ms,opacity 377ms
}

    .midLevelNav.active {
        top: 60px;
        opacity: 1
    }

.subMenu {
    margin: 0 auto;
    background: #cc262c;
    text-align: center;
    white-space: nowrap
}

.subMenuItem {
    line-height: 1.2;
    font-size: 1rem;
    vertical-align: bottom;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .subMenuItem .iconspecieslist, .subMenuItem .iconspecieslist label, .subMenuItem > a {
        font-size: .85rem;
        text-align: center;
        font-weight: 700;
        line-height: 1.1;
        display: block;
        white-space: normal;
        -webkit-transition: background 377ms,color 377ms;
        transition: background 377ms,color 377ms;
        padding-bottom: 6px
    }

        .subMenuItem .iconspecieslist label {
            font-weight: 400
        }

        .subMenuItem .iconspecieslist, .subMenuItem .iconspecieslist label, .subMenuItem > a .iconSpeices {
            margin: 0 auto .4rem;
            color: #fff;
            text-align: center;
            display: block
        }

        .subMenuItem > a .iconSearchMenu {
            font-size: 1rem;
            display: block;
            padding-top: .6em;
            margin-bottom: 11px;
            margin-top: -2px
        }

        .subMenuItem.active .iconspecieslist, .subMenuItem.active .iconspecieslist label, .subMenuItem.active > a, .subMenuItem.active > a .iconSearchMenu, .subMenuItem.active > a .iconSpeices, .subMenuItem > a:hover, .subMenuItem > a:hover .iconSpeices {
            color: #cc262c
        }

        .subMenuItem .iconspecieslist label, .subMenuItem .iconspecieslist label input {
            cursor: pointer
        }

            .subMenuItem .iconspecieslist label input {
                display: none
            }

        .subMenuItem.active .iconspecieslist, .subMenuItem.active > a, .subMenuItem > a:hover {
            background: #ebebeb
        }

.bottomLevelNav {
    z-index: 970
}

.subMenuPane {
    padding: 1rem 0 1.5rem;
    min-height: 220px;
    width: 100%;
    background: #ebebeb;
    text-align: left;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.55);
    box-shadow: 0 0 0 0 rgba(0,0,0,.55);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -1000px;
    opacity: 0;
    -webkit-transition: opacity .5s,top 450ms,-webkit-box-shadow 1s;
    transition: opacity .5s,top 450ms,-webkit-box-shadow 1s;
    transition: opacity .5s,top 450ms,box-shadow 1s;
    transition: opacity .5s,top 450ms,box-shadow 1s,-webkit-box-shadow 1s
}

    .subMenuPane.active {
        -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.55);
        box-shadow: 0 0 40px 0 rgba(0,0,0,.55);
        top: 116px;
        opacity: 1
    }

    .subMenuPane .column, .subMenuPane .columns {
        background: #fff;
        padding-bottom: .25rem;
        margin-bottom: .5rem
    }

    .subMenuPane h3 {
        margin-bottom: 0;
        font-size: 1.25rem;
        line-height: 1.1;
        color: #cc262c;
        background: #ebebeb;
        margin-left: -.9375rem;
        padding: .5rem .9375rem 1rem;
        font-weight: 400;
        width: 115%
    }

    .subMenuPane .category-name {
        margin-bottom: 0;
        font-size: 1.25rem;
        line-height: 1.1;
        color: #cc262c;
        background: #ebebeb;
        margin-left: -.9375rem;
        padding: .5rem .9375rem 1rem;
        font-weight: 400;
        width: 115%
    }

    .subMenuPane a {
        padding: .9rem 2.2rem;
        color: #1a1a1a;
        line-height: 1.5;
        font-size: .85rem;
        font-weight: 400;
        text-transform: capitalize;
        border-bottom: solid 1px #ebebeb;
        display: block;
        -webkit-transition: color 130ms,margin-left 130ms;
        transition: color 130ms,margin-left 130ms
    }

        .subMenuPane a:hover {
            margin-left: 2px;
            color: #cc262c
        }

        .subMenuPane a:last-child {
            border-bottom: none
        }

    .subMenuPane .purinaButtonRed a:last-child {
        border-bottom: 1px solid #cc262c
    }

    .subMenuPane.search {
        padding-top: 2rem
    }

        .subMenuPane.search .column, .subMenuPane.search .columns {
            text-align: center;
            background: 0 0
        }

.MobileResultbox, .mobileSearchBox {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 600px;
    background: #fff;
    border: solid 2px #cc262c;
    padding: .85rem 1rem
}

.MobileResultbox {
    height: 40px
}

.mobileSearchLabel {
    width: 100%;
    max-width: 160px
}

input.mobileSearchBox {
    -webkit-appearance: none;
    -moz-appearance: none
}

.mobileSearchButton, .mobileSearchLabel a, .subMenuPane .mobileSearchLabel a:last-child {
    margin-bottom: 0;
    padding: .7rem 1rem;
    font-size: 1rem;
    background: #cc262c;
    display: block
}

.mobileSearchLabel a {
    display: block !important;
    padding: 8px 0;
    line-height: 1.2
}

.subMenuPane .mobileSearchLabel a:hover {
    margin: 0;
    color: #fff;
    -webkit-transition: color .3s ease-in,background-color .3s ease-out;
    transition: color .3s ease-in,background-color .3s ease-out
}

.result-abstract-ProductsOnly:after {
    content: "";
    display: table;
    clear: both
}

.result-abstract-ProductsOnly:before {
    content: "";
    display: table
}

.bvr-inline-rating {
    margin-top: 20px
}

.clear-container:after {
    content: "";
    display: table;
    clear: both
}

.clear-container:before {
    content: "";
    display: table
}

.bvr-inline-rating .bv-cv2-cleanslate .bv-core-container-91 .bv-stars-container {
    display: table !important
}

.bvr-inline-rating .bv-cv2-cleanslate .bv-core-container-91 .bv-inline-rating-container .bv-rating-stars-off {
    color: #afafaf !important
}

.iconSpeices, .iconspecieslist {
    height: 1.8em;
    font-size: 1rem;
    text-align: center
}

    .iconSpeices .fa, .iconspecieslist .fa {
        font-size: 100%
    }

    .iconSpeices .fa-horse, .iconspecieslist .fa-horse, .speciesList .fa-horse {
        padding: .3em 0 0 .5rem;
        font-size: 130%
    }

    .iconSpeices .fa-dairy, .iconspecieslist .fa-dairy, .speciesList .fa-dairy {
        padding: .7em 0 0 .5rem;
        font-size: 100%
    }

    .iconSpeices .fa-cattle, .iconspecieslist .fa-cattle, .speciesList .fa-cattle {
        padding: .7em 0 0 .5rem;
        font-size: 100%
    }

    .iconSpeices .fa-backyard, .iconSpeices .fa-poultry, .iconspecieslist .fa-backyard, .iconspecieslist .fa-poultry, .speciesList .fa-poultry {
        padding: 1em 0 0 0;
        font-size: 90%
    }

    .iconSpeices .fa-swine, .iconspecieslist .fa-swine, .speciesList .fa-swine {
        padding: 1.34em 0 0 .5rem;
        font-size: 74%
    }

    .iconSpeices .fa-goat, .iconspecieslist .fa-goat, .speciesList .fa-goat {
        padding: .74em 0 0 .5rem;
        font-size: 100%
    }

    .iconSpeices .fa-sheep, .iconspecieslist .fa-sheep, .speciesList .fa-sheep {
        padding: .54em 0 0 .5rem;
        font-size: 120%
    }

    .iconSpeices .fa-rabbit, .iconspecieslist .fa-rabbit, .speciesList .fa-rabbit {
        padding: .915em 0 0 .4rem;
        font-size: 90%
    }

    .iconSpeices .fa-show, .iconspecieslist .fa-show, .speciesList .fa-show {
        padding: .45em 0 0 0;
        font-size: 117%
    }

    .iconSpeices .fa-bird, .iconSpeices .fa-game, .iconspecieslist .fa-bird, .iconspecieslist .fa-game, .speciesList .fa-bird {
        padding: .9em 0 0 0;
        font-size: 90%
    }

    .iconSpeices .fa-fish, .iconspecieslist .fa-fish, .speciesList .fa-fish {
        padding: .25em 0 0 0;
        font-size: 140%
    }

    .iconSpeices .fa-deer, .iconspecieslist .fa-deer, .speciesList .fa-deer {
        padding: .2rem 0 0 .6rem;
        font-size: 157%
    }

    .iconSpeices .fa-bee, .iconspecieslist .fa-bee, .speciesList .fa-bee {
        padding: .75rem 0 0 0;
        font-size: 100%
    }

    .iconSpeices .fa-milk, .iconSpeices .fa-milk-replacer, .iconspecieslist .fa-milk-replacer, .speciesList .fa-milk-replacer {
        padding: .3em 0 0 .5em;
        font-size: 150%
    }

.fa-milk:before {
    content: "\f07c"
}

.filterNav .fa-milk, .filterNav .fa-milk-replacer {
    padding-left: 0
}

.square-pg-link a {
    position: relative
}

    .square-pg-link a:before {
        content: "";
        position: absolute;
        top: 26px;
        left: -2px;
        height: 20px;
        background: #fff;
        width: 1px
    }

@media only screen and (max-width:1023px) {
    .square-pg-link {
        display: none !important
    }
}

@media only screen and (min-width:1025px) and (max-width:1365px) {
    .topLevelNav > ul.menu {
        padding-left: 1rem
    }
}

.dot-menu-search {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .dot-menu-search .search-text-area {
        width: 75%;
        position: relative
    }

    .dot-menu-search label.mobileSearchLabel {
        width: 25% !important;
        border: 0;
        padding: 0 0 0 10px;
        max-width: none
    }

        .dot-menu-search label.mobileSearchLabel:hover {
            background: #fff !important
        }

    .dot-menu-search .mobileSearchButton {
        padding: 10px !important;
        font-size: 14px !important
    }

    .dot-menu-search .searchMicM {
        top: 2px;
        right: 0
    }

    .dot-menu-search input {
        margin: 0
    }

.search-padding-fix {
    padding-bottom: 20px !important;
    margin: 0 !important
}

.separator-unit {
    padding-bottom: 20px !important
}

    .separator-unit > div {
        border-top: 1px solid #ebebeb
    }

.subMenuPane.mobile-footer .rowCTA .purinaButtonRed:not(.hollow) a:hover {
    color: #fff;
    margin-left: 0
}

.search.species {
    z-index: 1
}

.closeMenu {
    margin-bottom: -20px
}

    .closeMenu a {
        color: #cc262c;
        text-align: center;
        font-weight: 400
    }

.menuItem.mobile {
    float: right
}

    .menuItem.mobile > a > .fa {
        margin-top: -3px;
        font-size: 1.15rem;
        margin-right: .08rem
    }

.subMenuPane.mobile-footer.active {
    padding-top: 0;
    top: 60px
}

.subMenuPane.mobile-footer .rowCTA {
    margin-bottom: .75rem;
    padding-top: 1.1rem;
    background: #fff
}

    .subMenuPane.mobile-footer .rowCTA .column, .subMenuPane.mobile-footer .rowCTA .columns {
        padding-bottom: 1.25rem;
        margin-bottom: 0
    }

    .subMenuPane.mobile-footer .rowCTA .purinaButtonRed {
        width: 100%
    }

        .subMenuPane.mobile-footer .rowCTA .purinaButtonRed a {
            padding: .85rem .85rem .9rem;
            width: 100%
        }

        .subMenuPane.mobile-footer .rowCTA .purinaButtonRed.hollow {
            width: 100%
        }

            .subMenuPane.mobile-footer .rowCTA .purinaButtonRed.hollow a {
                padding: .85rem .85rem .9rem;
                width: 100%
            }

                .subMenuPane.mobile-footer .rowCTA .purinaButtonRed.hollow a, .subMenuPane.mobile-footer .rowCTA .purinaButtonRed.hollow a:active, .subMenuPane.mobile-footer .rowCTA .purinaButtonRed.hollow a:link, .subMenuPane.mobile-footer .rowCTA .purinaButtonRed.hollow a:visited {
                    margin-left: 0;
                    color: #cc262c;
                    background-color: #fff
                }

                    .subMenuPane.mobile-footer .rowCTA .purinaButtonRed.hollow a:hover {
                        margin-left: 0;
                        color: #fff;
                        background-color: #cc262c
                    }

@media screen and (min-width:1200px) {
    .topLevelNav .menu {
        padding-left: 5rem
    }
}

@media screen and (max-width:64em) {
    .topLevelNav .menuItem.logo {
        width: 70px;
        overflow: hidden;
        padding: .5rem .2rem 0 .5rem
    }

        .topLevelNav .menuItem.logo .siteLogo {
            max-width: 248px
        }

    .subMenuItem > a:hover, .subMenuItem > a:hover .iconSpeices {
        background: #ebebeb
    }

    .subMenuItem.active > a, .subMenuItem.active > a .iconSpeices {
        color: #cc262c;
        background: #ebebeb
    }
}

@media screen and (max-width:39.9375em) {
    .topLevelNav .menuItem.logo {
        width: 55px;
        overflow: hidden;
        padding: .2rem 0 0 .4rem
    }

        .topLevelNav .menuItem.logo .siteLogo--checker {
            max-width: 52px
        }
}

@media screen and (min-width:319px) {
    .topLevelNav .menuItem > a {
        padding: 23px 7px 0 0;
        font-size: .75rem
    }

    .topLevelNav .menuItem.mobile > a {
        padding: 23px 15px 0
    }
}

@media screen and (min-width:359px) {
    .topLevelNav .menuItem > a {
        padding: 23px 7px 0 3px;
        font-size: .85rem
    }
}

@media screen and (min-width:400px) {
    .topLevelNav .menuItem > a {
        padding: 23px 12px 0 7px;
        font-size: .95rem
    }
}

@media screen and (min-width:40em) {
    .topLevelNav {
        height: 73px
    }

    .midLevelNav.active {
        top: 73px
    }

    .topLevelNav .menuItem {
        height: 73px
    }

        .topLevelNav .menuItem > a {
            padding: 26px 15px 0;
            height: 73px;
            font-size: 1.25rem
        }

        .topLevelNav .menuItem.logo a {
            height: 60px
        }

        .topLevelNav .menuItem.logo .siteLogo--horiz {
            width: 248px;
            margin-top: 5px
        }

    .subMenuItem > a .iconSpeices .subMenuItem .iconspecieslist {
        margin-top: -2px;
        font-size: 1.5rem
    }

    .subMenuItem > a .iconSearchMenu {
        font-size: 1rem
    }

    .subMenuPane.active {
        padding: 1.5rem 0
    }

    .subMenuPane.active {
        top: 129px
    }

    .subMenuPane.mobile-footer.active {
        top: 73px
    }

    .subMenuPane .column, .subMenuPane .columns {
        background: 0 0
    }

    .subMenuPane .row .searchPadding {
        margin-top: 3rem;
        position: relative
    }

        .subMenuPane .row .searchPadding input {
            max-width: inherit
        }

    .subMenuPane .searchMicM {
        top: 3px;
        right: 20px
    }

    .subMenuPane h3 {
        margin-bottom: 0;
        padding-bottom: .3rem;
        width: 100%;
        font-size: 1.45rem
    }

    .subMenuPane .category-name {
        margin-bottom: 0;
        padding-bottom: .3rem;
        width: 100%;
        font-size: 1.45rem
    }

    .subMenuPane a {
        padding: .7rem 1.1rem;
        border-bottom-color: rgba(204,38,44,.1)
    }
}

@media screen and (min-width:64em) {
    .topLevelNav .menuItem > a:focus:after, .topLevelNav .menuItem > a:hover:after {
        width: 100%;
        max-width: 37px;
        opacity: 1;
        background: #fff
    }

    .topLevelNav .menuItem.logo > a:hover:after, .topLevelNav .menuItem.mobile > a:hover:after {
        width: 100%;
        max-width: 0;
        opacity: 0;
        background: 0 0
    }

    .subMenuItem .iconspecieslist, .subMenuItem > a:hover, .subMenuItem > a:hover .iconSpeices {
        color: #cc262c
    }

    .subMenuItem > a:hover {
        background: #ebebeb
    }

    .subMenuItem > a .iconSearchMenu {
        font-size: 1.8rem
    }

    .subMenuPane.active {
        top: 129px
    }

    .topNavSearchWrap {
        position: absolute;
        top: 0;
        right: 0
    }

        .topNavSearchWrap.menu li {
            height: 73px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

    .navSearchBox, .navSearchBox:focus {
        width: 260px;
        height: 2.2375rem;
        margin-right: 9px;
        padding-right: 36px;
        background: rgba(0,0,0,.2);
        border: 0;
        color: #efefef;
        padding-left: 10px;
        border-radius: 3px
    }

        .navSearchBox::-webkit-input-placeholder {
            color: #efefef
        }

        .navSearchBox:-moz-placeholder {
            color: #efefef
        }

        .navSearchBox::-moz-placeholder {
            color: #efefef
        }

        .navSearchBox:-ms-input-placeholder {
            color: #efefef
        }

    .navSearchIcon {
        margin-left: -50px;
        color: #efefef;
        cursor: pointer;
        font-size: 18px !important
    }
}

@media only screen and (min-width:1025px) and (max-width:1230px) {
    .topLevelNav .menuItem.logo .siteLogo--horiz {
        width: 200px;
        margin-top: 10px
    }

    .navSearchBox, .navSearchBox:focus {
        width: 105px
    }
}

@media only screen and (min-width: 1231px) and (max-width: 1320px) {
    .navSearchBox, .navSearchBox:focus {
        width: 175px;
    }
}

a.skip-link {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999
}

    a.skip-link:active, a.skip-link:focus {
        color: #fff;
        background-color: #000;
        left: 0;
        top: 108px;
        width: 145px;
        height: auto;
        overflow: auto;
        margin: 0;
        padding: 5px;
        border-radius: 15px;
        position: static;
        text-align: center;
        font-size: 1.2em;
        z-index: 999
    }

.slick-track, ul.subMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .slick-track li a .iconSpecies, .subMenu li a .iconSpecies {
        font-size: 1rem
    }

    .slick-track li a, .submenu li a {
        padding-bottom: 6px;
        font-size: .75rem
    }

@media screen and (min-width:1024px) {
    ul.subMenu {
        padding: 0 85px
    }
}

ul.subMenu.slick-initialized.slick-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.slick-list.draggable {
    width: 100% !important
}

footer {
    background: #222;
    padding-top: 1.5rem;
    padding-bottom: 4rem
}

.footerColumn {
    margin-bottom: 2rem;
    min-height: 25rem;
    padding: 1.5rem 2.1rem;
    background: rgba(51,51,51,.4);
    color: #eaeaea;
    text-align: center;
    position: relative
}

    .footerColumn h4 {
        margin-bottom: 1.5rem;
        font-size: 1.34rem;
        font-weight: 700;
        text-align: left
    }

    .footerColumn p {
        line-height: 1.2
    }

    .footerColumn nav {
        margin-bottom: 1.75rem
    }

        .footerColumn nav a {
            margin: .2rem 0;
            color: #b3b3b3;
            text-align: left;
            display: block;
            -webkit-transition: color 130ms,margin-left 130ms;
            transition: color 130ms,margin-left 130ms
        }

            .footerColumn nav a:focus, .footerColumn nav a:hover {
                color: #fff;
                margin-left: 2px
            }

.footerLogo {
    margin: 2.8rem auto;
    width: 100%;
    max-width: 210px;
    display: block
}

footer .button {
    margin: 1.5rem auto;
    padding: 1rem;
    background: #232020;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 0;
    border: solid 2px #b3b3b3;
    -webkit-box-shadow: 0 0 0 3px #232020;
    box-shadow: 0 0 0 3px #232020;
    transition: border 210ms,color 210ms,background 210ms,box-shadow 210ms,-webkit-box-shadow 210ms
}

    footer .button:hover {
        background: #fff;
        border: solid 2px #cc262c;
        color: #cc262c;
        -webkit-box-shadow: 0 0 0 3px #fff;
        box-shadow: 0 0 0 3px #fff
    }

.corporateInfoRow {
    margin-top: 2rem;
    font-size: .8rem
}

    .corporateInfoRow p {
        margin-bottom: .8rem;
        color: #eaeaea;
        line-height: 1
    }

    .corporateInfoRow .copyright {
        font-weight: 700
    }

    .corporateInfoRow .subLinks a {
        padding-left: .5rem;
        padding-right: .5rem;
        color: #eaeaea;
        display: inline-block
    }

        .corporateInfoRow .subLinks a:focus, .corporateInfoRow .subLinks a:hover {
            opacity: .8
        }

.footerColumn .button.businessLink {
    margin-top: .8rem
}

.footerLogoLOL {
    margin: 0 auto 1rem;
    width: 100%;
    max-width: 200px;
    display: block
}

.footerLogoLink:hover img {
    opacity: .8
}

.footerLogoLink:focus img {
    opacity: .8
}

input[type=range] {
    width: 100%;
    height: 28px;
    -webkit-appearance: none;
    outline: 0;
    background-color: #000;
    border: 0;
    padding: 0 7px;
    margin: 8px 0;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

    input[type=range]::-webkit-slider-runnable-track {
        background: #ccc;
        height: 10px;
        border-radius: 4px;
        -webkit-transition: .3s;
        transition: .3s
    }

    input[type=range]:focus::-webkit-slider-runnable-track, input[type=range]:hover::-webkit-slider-runnable-track {
        background: #fefefe
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        background: red;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-top: -5px;
        cursor: pointer;
        border: 2px solid #fff;
        -webkit-transition: .3s;
        transition: .3s
    }

    input[type=range]:focus::-webkit-slider-thumb, input[type=range]:hover::-webkit-slider-thumb {
        background: red
    }

    input[type=range]::-moz-focus-outer {
        border: 0
    }

    input[type=range]::-moz-range-track {
        background: #ccc;
        height: 10px;
        border-radius: 4px
    }

    input[type=range]:focus::-moz-range-track, input[type=range]:hover::-moz-range-track {
        background: #fefefe
    }

    input[type=range]::-moz-range-thumb {
        background: red;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        cursor: pointer;
        border: 2px solid #fff
    }

    input[type=range]:focus::-moz-range-thumb, input[type=range]:hover::-moz-range-thumb {
        background: red
    }

    input[type=range]::-ms-track {
        background: #ccc;
        height: 10px;
        border-radius: 2px;
        border: none;
        color: transparent
    }

    input[type=range]:focus::-ms-track, input[type=range]:hover::-ms-track {
        background: #fefefe
    }

    input[type=range]::-ms-thumb {
        background: red;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: none;
        margin: 0 4px 0;
        box-shadow: 0 0 0 2px #fff
    }

    input[type=range]:focus::-ms-thumb, input[type=range]:hover::-ms-thumb {
        background: red
    }

    input[type=range]::-ms-tooltip {
        display: none
    }

.vertically-stacked-slider {
    padding: 8px
}

    .vertically-stacked-slider > input[type=range] {
        padding: 0
    }

.horizontally-stacked-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .horizontally-stacked-slider > .title {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 8px
    }

    .horizontally-stacked-slider > input[type=range] {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

@media screen and (max-width:39.9375em) {
    .corporateInfoRow .subLinks a {
        display: block;
        margin-bottom: 10px
    }

    .divider {
        display: none
    }
}

@media screen and (min-width:40em) {
    .footerColumns > .columns:nth-child(odd) {
        padding-left: 0
    }

    .footerColumns > .columns:nth-child(even) {
        padding-right: 0
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    #error-text-404 h2 {
        margin-top: 0
    }

    #error-text-404 {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header-404-details {
        padding-right: 15px !important
    }

    .map-result .button {
        margin-top: -3px
    }

    .event-address {
        margin-bottom: 35px
    }
}

@media screen and (min-width:64em) {
    .footerColumn {
        padding: 1.2rem 1.5rem
    }

    .footerColumns > .columns:nth-child(odd) {
        padding-left: .9375rem
    }

    .footerColumns > .columns:nth-child(even) {
        padding-right: .9375rem
    }

    .footerColumns > .columns:first-child {
        padding-left: 0
    }

    .footerColumns > .columns:last-child {
        padding-right: 0
    }
}

@media screen and (min-width:75em) {
    .footerColumn {
        padding: 1.5rem 2.1rem
    }
}

@media screen and (min-width:90em) {
    .footerColumn {
        padding: 1.5rem 3.4rem
    }

        .footerColumn nav {
            margin-bottom: 2.75rem
        }

    footer .expertSliderWrap {
        margin-left: 0;
        text-align: left
    }
}

.back-to-top-block {
    position: fixed;
    right: -300px;
    bottom: 0;
    background: #cc262c;
    -webkit-transition: width .75s ease,right .75s ease;
    transition: width .75s ease,right .75s ease;
    width: 50px;
    overflow: hidden;
    z-index: 100
}

    .back-to-top-block button {
        width: 145px;
        -webkit-transition: All .25s ease;
        transition: All .25s ease;
        padding: 5px
    }

        .back-to-top-block button .btn-inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

    .back-to-top-block span.btn-text {
        color: #fff;
        padding-left: 5px
    }

    .back-to-top-block button img {
        width: 40px
    }

@media only screen and (min-width:64.063em) {
    .back-to-top-block:hover {
        width: 145px;
        background: #ad2025;
        -webkit-transition: All .25s ease;
        transition: All .25s ease
    }
}

@media only screen and (max-width:64em) {
    .back-to-top-block button {
        width: auto
    }

    .back-to-top-block span.btn-text {
        display: none
    }
}

.slick-slider .slick-dots {
    height: 40px;
    left: 0
}

    .slick-slider .slick-dots li button:before {
        color: #cc2623;
        font-size: 10px
    }

    .slick-slider .slick-dots li.slick-active button:before {
        color: #cc2623
    }

.slick-slider .slick-next, .slick-slider .slick-prev {
    height: 40px;
    width: 40px
}

.slick-slider .slick-prev {
    left: 0
}

    .slick-slider .slick-prev::before {
        content: url(../img/icons/slider-arrow-prev.svg)
    }

.slick-slider .slick-next {
    right: 0
}

    .slick-slider .slick-next::before {
        content: url(../img/icons/slider-arrow-next.svg)
    }

.product-slider {
    overflow-y: initial;
    margin: 0 4rem 3rem 4rem
}

@media print,screen and (min-width:40em) {
    .product-slider {
        margin: 0 12rem 3rem 12rem
    }
}

@media print,screen and (min-width:64em) {
    .product-slider {
        margin: 0 4rem 3rem 4rem
    }
}

.product-slider .slick-slide {
    text-align: center;
    margin-bottom: 1rem
}

    .product-slider .slick-slide img {
        display: inline-block
    }

.product-slider.slick-slider .slick-prev {
    left: -40px;
    top: 35%
}

.product-slider.slick-slider .slick-next {
    right: -40px;
    top: 35%
}

.product-slider.slick-slider .slick-arrow {
    display: none !important
}

.product-slider.slick-slider:hover .slick-arrow {
    display: block !important;
    z-index: 9
}

.pfGallerySlider .slick-dots, .ppGallerySlider .slick-dots, .review-slider .slick-dots {
    bottom: 0;
    height: 40px
}

@media print,screen and (min-width:40em) {
    .pfGallerySlider .slick-dots, .ppGallerySlider .slick-dots, .review-slider .slick-dots {
        bottom: -1rem
    }
}

.pfGallerySlider .slick-next, .pfGallerySlider .slick-prev, .ppGallerySlider .slick-next, .ppGallerySlider .slick-prev, .review-slider .slick-next, .review-slider .slick-prev {
    top: inherit;
    bottom: -1rem;
    z-index: 1
}

@media print,screen and (min-width:40em) {
    .pfGallerySlider .slick-next, .pfGallerySlider .slick-prev, .ppGallerySlider .slick-next, .ppGallerySlider .slick-prev, .review-slider .slick-next, .review-slider .slick-prev {
        bottom: -2rem
    }
}

.pfGallerySlider .slick-prev {
    left: calc(50% - 60px)
}

.pfGallerySlider .slick-next {
    right: calc(50% - 60px)
}

.ppGallerySlider.slick-slider .slick-prev {
    left: 2rem
}

.ppGallerySlider.slick-slider .slick-next {
    right: 2rem
}

.pf-slider, .rp-slider {
    padding: 2rem 3rem
}

@media print,screen and (max-width:63.99875em) {
    .pf-slider, .rp-slider {
        padding-right: 0
    }
}

.pf-slider .slick-slide img, .rp-slider .slick-slide img {
    margin: 0 auto 1rem;
    height: 340px;
    max-width: 100%
}

@media print,screen and (max-width:63.99875em) {
    .pf-slider .slick-slide img, .rp-slider .slick-slide img {
        padding-right: 1rem
    }
}

@media print,screen and (min-width:40em) {
    .pf-slider .slick-slide img, .rp-slider .slick-slide img {
        height: 340px;
        max-width: 100%
    }
}

.pf-slider .slick-slide p, .rp-slider .slick-slide p {
    width: 70%;
    margin: 0 auto;
    font-weight: 700
}

@media print,screen and (max-width:63.99875em) {
    .pf-slider .slick-list, .rp-slider .slick-list {
        padding: 0 80px 0 0 !important
    }

    .pf-slider .slick-prev, .rp-slider .slick-prev {
        left: 2rem !important
    }

    .pf-slider .slick-next, .rp-slider .slick-next {
        right: 2rem !important
    }

    .pf-slider .slick-next, .pf-slider .slick-prev, .rp-slider .slick-next, .rp-slider .slick-prev {
        bottom: -3rem;
        top: inherit;
        z-index: 1
    }
}

.pf-slider .slick-track, .rp-slider .slick-track {
    margin: 0
}

.slick-slider {
    visibility: hidden
}

    .slick-slider.slick-initialized {
        visibility: visible
    }

.ei-horse.full-width {
    max-width: 100%
}

.ei-horse .magic-headline {
    top: 23%;
    width: 30%
}

@media screen and (max-width:768px) {
    .ei-horse .magic-headline {
        top: 23%;
        width: 80%
    }
}

@media screen and (max-width:1024px) {
    .ei-horse .magic-headline {
        top: 23%;
        width: 60%
    }
}

.ei-horse .magic-headline h2 {
    color: #cc262c;
    line-height: .9
}

    .ei-horse .magic-headline h2.text-white {
        color: #fff;
        line-height: 1;
        text-transform: none
    }

.ei-horse .magic-headline::before {
    background: rgba(0,0,0,.2)
}

@media only screen and (max-width:1024px) {
    .purina_horse .sl-hero.ei-horse {
        padding: 60px 0 !important;
        background-size: cover;
        background-position: center
    }
}

.sticky.is-stuck.ei-sub-nav {
    margin-top: 4.6em !important
}

.ei-sub-nav {
    background-color: #cc262c;
    z-index: 10 !important
}

    .ei-sub-nav.is-stuck p {
        display: none
    }

    .ei-sub-nav li a {
        color: #fff;
        text-transform: uppercase;
        margin: 0 1rem
    }

        .ei-sub-nav li a span.fa {
            font-size: 2rem
        }

@media screen and (max-width:768px) {
    .ei-sub-nav li a {
        margin: 0;
        font-size: .8rem;
        padding: .25rem .37rem
    }
}

.hp-slider .slick-activeafter {
    background: red
}

.hp-slider {
    position: relative;
    z-index: 200;
    padding: 1rem 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    z-index: 9
}

    .hp-slider .item.slick-slide {
        width: 390px;
        height: auto !important;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s,-webkit-transform .4s;
        position: relative
    }

@media screen and (max-width:767px) {
    .hp-slider .item.slick-slide {
        width: auto !important;
        height: auto !important
    }

        .hp-slider .item.slick-slide.slick-active {
            -webkit-transform: scale(.9) translate(0) !important;
            transform: scale(.9) translate(0) !important
        }
}

.hp-slider .slick-slide:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 1px #979797;
    background-color: rgba(255,255,255,.11);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s
}

.hp-slider .item.slick-slide {
    -webkit-transform: scale(.95) translate(0);
    transform: scale(.95) translate(0);
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.hp-slider .slick-slide.slick-current {
    opacity: 1
}

.hp-slider .slick-slide .read-more {
    display: none
}

.hp-slider .slick-current.slick-active.slick-center .read-more {
    display: block;
    cursor: pointer;
    z-index: 9
}

@media screen and (min-width:1024px) {
    .hp-slider .item.slick-slide.show.slick-current.slick-active.slick-center {
        width: 940px !important
    }
}

.hp-slider .item.slick-slide .read-more-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 20px;
    background: -webkit-gradient(linear,left bottom,left top,from(#020024),color-stop(0,#000),to(rgba(244,244,244,0)));
    background: linear-gradient(360deg,#020024 0,#000 0,rgba(244,244,244,0) 100%)
}

    .hp-slider .item.slick-slide .read-more-link h2 {
        font-size: 1.6rem
    }

.hp-slider .item.slick-slide.slick-center .read-more-link .hp-click {
    display: block !important
}

    .hp-slider .item.slick-slide.slick-center .read-more-link .hp-click .rm-open {
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle
    }

.hp-slider .item.slick-slide.slick-center .read-more-content.show .rm-close {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle
}

.hp-slider > .slick-list {
    padding: 0 50px !important
}

.hp-slider .item.slick-slide.slick-center + .slick-slide {
    -webkit-transform: scale(.95) translate(0);
    transform: scale(.95) translate(0);
    z-index: 10;
    width: 390px !important
}

    .hp-slider .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
        z-index: 5;
        width: 390px !important
    }

.hp-slider .item.slick-slide.slick-active {
    -webkit-transform: scale(.9) translate(0);
    transform: scale(.9) translate(0)
}

.hp-slider .item.slick-slide.slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 30
}

.hp-slider .slick-center {
    border: solid 1px #979797;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#d9d9d9));
    background-image: linear-gradient(to bottom,#fff,#d9d9d9)
}

    .hp-slider .slick-center .description {
        display: inline-block;
        color: #5b1f74
    }

    .hp-slider .slick-center .title {
        color: #5b1f74;
        font-size: 40px
    }

    .hp-slider .slick-center .img {
        display: inline-block
    }

.hp-slider p.title {
    position: absolute;
    text-align: center;
    color: #fff;
    left: 37%;
    font-size: 20px;
    top: 50%
}

.hp-slider p.description {
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: 0;
    font-size: 20px;
    display: none
}

.hp-slider .item.slick-slide .read-more-content {
    display: none !important
}

.hp-slider .item.slick-slide.slick-center .read-more-content {
    position: absolute;
    background: #fff;
    width: 100%;
    top: -1px;
    height: 100%;
    left: 0;
    padding: 3rem 2rem;
    border: 1px solid #d4d4d4;
    font-size: .9rem;
    overflow: auto
}

    .hp-slider .item.slick-slide.slick-center .read-more-content.show {
        display: block !important;
        z-index: 99
    }

.hp-slider .read-more-content p {
    font-size: .9rem
}

.hp-slider .read-more-content h2 {
    font-size: 2rem;
    color: #cc252b
}

.hp-slider .read-more-content h4 {
    font-size: 1rem;
    color: #cc252b;
    text-transform: uppercase
}

.hp-slider .read-more-list {
    border-left: 2px solid #cc252b;
    padding-left: 1rem;
    margin: 1.5rem 0
}

.hp-slider .content-close {
    position: fixed;
    right: 20px;
    top: 3px;
    background: #fff;
    padding: 5px;
    z-index: 10
}

.ride-list dl dt {
    margin-bottom: 0
}

.ride-list dl {
    border-bottom: 1px solid #ccc;
    margin-bottom: .5rem;
    padding-bottom: .5rem
}

.ride-list dt {
    width: 26%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem
}

    .ride-list dt span {
        color: #cc262c
    }

@media screen and (min-width:768px) {
    .ride-list dt {
        display: inline-block;
        vertical-align: top;
        font-size: 1.125rem
    }

    .ride-list dd {
        display: inline-block;
        width: 70%
    }
}

@media screen and (min-width:1024px) {
    .ride-list dt {
        width: 20%
    }
}

.ei-expert-card {
    background-color: #000;
    color: #fff;
    margin-top: 2rem !important
}

    .ei-expert-card img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

    .ei-expert-card .content {
        padding: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .ei-expert-card .content h4 {
            color: #cc262c
        }

        .ei-expert-card .content p.link {
            margin-bottom: 0
        }

        .ei-expert-card .content p a {
            text-transform: uppercase;
            margin-right: 2rem;
            font-size: .85rem
        }

@media screen and (max-width:768px) {
    .ei-expert-card .content p a {
        display: block;
        margin-bottom: 1rem
    }
}

.test-ride-section {
    padding: 3rem 2rem !important
}

    .test-ride-section.section-cta p {
        font-size: 1rem
    }

    .test-ride-section label.purinaButtonHollow {
        margin-top: 15px
    }

@media screen and (max-width:768px) {
    .test-ride-section label.purinaButtonHollow {
        margin-top: 15px;
        width: 100%
    }

        .test-ride-section label.purinaButtonHollow a {
            width: 100%
        }
}

.ei-feed-finder {
    padding: 2rem 1.2rem
}

@media print,screen and (min-width:40em) {
    .ei-feed-finder {
        padding: 2rem 2rem 3rem
    }
}

@media print,screen and (min-width:64em) {
    .ei-feed-finder {
        padding: 4rem 10rem 3rem
    }
}

.ei-feed-finder .title {
    color: #cc262c;
    margin-bottom: 1rem
}

.ei-feed-finder .purinaButtonWhite {
    width: 100%
}

    .ei-feed-finder .purinaButtonWhite a {
        width: 100%
    }

@media screen and (min-width:768px) {
    .ei-feed-finder .purinaButtonWhite {
        width: auto
    }

        .ei-feed-finder .purinaButtonWhite a {
            width: auto
        }
}

.ei-horse-feed-slider {
    padding: 0;
    margin-bottom: 0 !important
}

@media screen and (max-width:767px) {
    .ei-horse-feed-slider .slick-list {
        padding: 0 80px !important
    }
}

.ei-horse-feed-slider .ei-slide {
    padding: 0 .5rem
}

@media screen and (min-width:768px) {
    .ei-horse-feed-slider {
        padding: 0 3rem
    }

        .ei-horse-feed-slider .ei-slide {
            padding: 0 1.5rem
        }
}

.ei-horse-feed-slider .ei-slide img {
    margin-bottom: 1rem
}

.ei-horse-feed-slider .ei-slide p {
    color: #cc262c
}

.ei-expert-slider .slick-dots li button:before, .ei-horse-feed-slider .slick-dots li button:before, .hp-slider .slick-dots li button:before {
    font-size: 13px;
    content: "•"
}

.ei-expert-slider .slick-next, .ei-expert-slider .slick-prev, .ei-horse-feed-slider .slick-next, .ei-horse-feed-slider .slick-prev, .hp-slider .slick-next, .hp-slider .slick-prev {
    position: absolute;
    top: 50%;
    background: 0 0;
    margin-top: -25px;
    height: 46px;
    width: 46px;
    z-index: 9
}

.ei-expert-slider .slick-prev, .ei-horse-feed-slider .slick-prev, .hp-slider .slick-prev {
    left: 0;
    background: url(https://storepurinakenticomedia.blob.core.windows.net/purinamills/2.purinamills.com/media/images/equineinnovation/ei-previous_arrow.png);
    background-repeat: no-repeat
}

    .ei-expert-slider .slick-prev:before, .ei-horse-feed-slider .slick-prev:before, .hp-slider .slick-prev:before {
        content: ""
    }

.ei-expert-slider .slick-next, .ei-horse-feed-slider .slick-next, .hp-slider .slick-next {
    right: 0;
    background: url(https://storepurinakenticomedia.blob.core.windows.net/purinamills/2.purinamills.com/media/images/equineinnovation/ei-next_arrow.png);
    background-repeat: no-repeat
}

    .ei-expert-slider .slick-next:before, .ei-horse-feed-slider .slick-next:before, .hp-slider .slick-next:before {
        content: ""
    }

@media only screen and (max-width:639px) {
    .hp-slider > .slick-dots {
        bottom: 0 !important
    }
}

.ei-expert-slider .slick-dots, .ei-horse-feed-slider .slick-dots, .hp-slider .slick-dots {
    bottom: -40px;
    display: block !important;
    text-align: center !important;
    top: inherit
}

.ei-testimonial-content {
    background: #fff;
    padding: 50px 0
}

    .ei-testimonial-content .testi-img {
        position: relative;
        margin-bottom: 3rem
    }

    .ei-testimonial-content .testi-img-top {
        position: absolute;
        bottom: -15%;
        right: 10%;
        max-width: 120px
    }

    .ei-testimonial-content .t-name {
        text-transform: uppercase;
        color: #cc252b
    }

@media screen and (min-width:1024px) {
    .ei-testimonial-content .testi-img-top {
        max-width: 180px;
        bottom: -10%;
        right: -10%
    }
}

.ei-expert-slider {
    margin-bottom: 4rem !important
}

    .ei-expert-slider .slick-slide {
        margin: 0 1.5rem
    }

@media screen and (max-width:1024px) {
    .ei-expert-slider .slick-slide .ei-member-img img {
        margin: 0 auto
    }

    .ei-expert-slider .slick-slide .ei-mem-tile-detail {
        text-align: center
    }
}

.ei-expert-slider .slick-list {
    padding: 0 !important
}

.ei-expert-slider .ei-member-img img {
    border-radius: 100%;
    margin-bottom: 1rem
}

.ei-expert-slider .ei-mem-tile-detail h4 {
    margin-bottom: 0;
    color: #cc252b
}

.ei-expert-slider .ei-mem-tile-detail p {
    color: #1a1a1a;
    margin-bottom: 0
}

    .ei-expert-slider .ei-mem-tile-detail p a {
        text-transform: uppercase;
        color: #1a1a1a;
        text-decoration: underline
    }

.ei-support .fa {
    font-size: 50px
}

.ei-support .menu {
    margin-bottom: 1rem
}

@media screen and (min-width:1024px) {
    .ei-support .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.ei-support .menu li {
    display: inline-block
}

    .ei-support .menu li a {
        color: #fff;
        text-decoration: underline
    }

.slider-for {
    display: none
}

    .slider-for .slick-list .slick-track > .slick-slide {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .slider-for .slick-list .slick-track .slick-slide img {
        min-width: 340px;
        height: auto
    }

.slider-nav .slick-list .slick-track > .slick-slide {
    min-width: 100px;
    height: auto;
    pointer-events: none;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

    .slider-nav .slick-list .slick-track > .slick-slide.active-slide {
        border: 2px solid #cc252b;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.slider-for.slick-initialized.slick-slider {
    display: block;
    margin-bottom: 15px
}

.slider-for .slick-prev {
    background: url(https://storepurinakenticomedia.blob.core.windows.net/purinamills/2.purinamills.com/media/images/equineinnovation/ei-red-previous_arrow.png);
    background-size: cover;
    left: -20px
}

.slider-for .slick-next {
    background: url(https://storepurinakenticomedia.blob.core.windows.net/purinamills/2.purinamills.com/media/images/equineinnovation/ei-red-next_arrow.png);
    background-size: cover;
    right: -20px
}

.slider-nav .slick-dots {
    pointer-events: auto !important
}

.flex-video.widescreen, .responsive-embed.widescreen {
    padding-bottom: 49.6%
}

.responsive-embed {
    margin-bottom: 0
}

.flex-video, .responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

    .flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

@media only screen and (min-width:641px) {
    .desktop-vid {
        padding-top: 0;
        padding-bottom: 48.25%
    }
}

.slider-nav .slick-list {
    padding: 0 50px !important
}

@media screen and (max-width:1024px) {
    .purinaButtonWhite.rph a {
        font-size: 1rem
    }
}

.bg-primary a {
    color: #fff;
    text-decoration: underline
}

    .bg-primary a:hover {
        opacity: .9
    }

@media screen and (min-width:74.9375em) {
    .show-for-xlarge {
        display: block !important
    }
}

@media screen and (max-width:64em) {
    .read-more-content.show .large-7 {
        width: 100%
    }
}

.subNav-container {
    margin-top: -1rem
}

.product-slider-modal {
    overflow-y: initial;
    padding: 3rem 0
}

    .product-slider-modal .slick-slide {
        text-align: center
    }

        .product-slider-modal .slick-slide img {
            display: inline-block
        }

    .product-slider-modal .slick-next {
        right: 15%
    }

@media print,screen and (min-width:40em) {
    .product-slider-modal .slick-next {
        right: 35%
    }
}

.product-slider-modal .slick-prev {
    left: 15%
}

@media print,screen and (min-width:40em) {
    .product-slider-modal .slick-prev {
        left: 35%
    }
}

.product-slider-modal .slick-next, .product-slider-modal .slick-prev {
    bottom: -3rem;
    top: inherit;
    z-index: 9
}

.product-slider-modal .slick-dots {
    bottom: -2rem
}

.product-details {
    background-color: #fff;
    padding: 1rem
}

@media print,screen and (min-width:40em) {
    .product-details {
        padding: 4rem 3rem
    }
}

.product-details .ps-modal-button {
    position: absolute;
    bottom: 2rem;
    right: 1.5rem
}

.product-details .desc {
    margin-bottom: 2rem
}

.ingredients-info {
    background-color: #f2f2f2
}

.info-card {
    padding: 2rem 2rem 1rem;
    text-align: center
}

@media print,screen and (min-width:40em) {
    .info-card {
        padding: 5rem 2rem 5rem;
        text-align: center;
        z-index: 2;
        position: relative;
        height: 100%
    }

        .info-card img {
            display: none
        }

        .info-card .ic-wrapper {
            height: 100%
        }

            .info-card .ic-wrapper .title {
                color: #fefefe
            }
}

@media print,screen and (min-width:64em) {
    .info-card {
        padding: 8rem 5.2rem 8rem;
        text-align: center
    }

        .info-card img {
            display: none
        }
}

@media screen and (min-width:75em) {
    .info-card {
        padding: 14rem 9.2rem 14rem
    }
}

.info-card .title {
    color: #cc2623
}

@media print,screen and (min-width:40em) {
    .info-card .title {
        color: #fefefe
    }
}

.info-card .desc {
    margin-bottom: 1.5rem
}

@media print,screen and (min-width:40em) {
    .info-card .desc {
        margin-bottom: 3rem
    }
}

.info-card .button {
    display: none
}

@media print,screen and (min-width:40em) {
    .info-card .button {
        display: inline-block
    }
}

@media print,screen and (max-width:767px) {
    .info-card.card-bg-2 {
        background: url(../img/info-img-2-mobile.jpg) no-repeat 0 0;
        background-size: cover;
        color: #fff;
        position: relative;
        padding-top: 2.5rem;
        padding-bottom: 4rem
    }

        .info-card.card-bg-2::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,.6);
            z-index: 1
        }

        .info-card.card-bg-2 .ic-wrapper {
            position: relative;
            z-index: 2
        }

            .info-card.card-bg-2 .ic-wrapper .title {
                color: #fefefe
            }
}

.main-box {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

@media print,screen and (min-width:40em) {
    .main-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #f2f2f2;
        margin: 0;
        padding: 0;
        width: 100%
    }
}

@media print,screen and (min-width:40em) {
    .main-box .box.bg-1, .main-box .box.bg-2 {
        background-repeat: no-repeat;
        background-size: cover;
        position: relative
    }

        .main-box .box.bg-1::before, .main-box .box.bg-2::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,.7);
            top: 0;
            left: 0;
            z-index: 1
        }

    .main-box .box.bg-1 {
        background-image: url(../img/info-img-1-desktop.jpg)
    }

    .main-box .box.bg-2 {
        background-image: url(../img/info-img-2-desktop.jpg)
    }
}

@media print,screen and (min-width:40em) {
    .main-box .box {
        webkit-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
        position: relative;
        overflow: hidden;
        list-style: none;
        width: 50%;
        color: #fff;
        height: 500px
    }

        .main-box .box.active {
            width: 90% !important;
            height: auto !important
        }

            .main-box .box.active .detail {
                opacity: 1;
                -webkit-transition-delay: .3s;
                transition-delay: .3s;
                -webkit-transform: none;
                transform: none;
                position: relative;
                z-index: 3
            }

            .main-box .box.active .slide-link {
                left: 25px;
                right: auto;
                margin: 0;
                font-weight: 600;
                display: none !important
            }

            .main-box .box.active .info-card {
                display: none
            }
}

@media print,screen and (min-width:64em) {
    .main-box .box {
        height: 550px
    }
}

@media screen and (min-width:75em) {
    .main-box .box {
        height: 750px
    }
}

@media print,screen and (min-width:40em) {
    .main-box .box .slide-link {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 20px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 40px;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        font-weight: 400;
        cursor: pointer;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: none;
        text-align: left;
        padding: 2rem 0 5rem;
        z-index: 4
    }

        .main-box .box .slide-link .info-arrow-left, .main-box .box .slide-link .info-arrow-right {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
            left: 0
        }

            .main-box .box .slide-link .info-arrow-left svg path, .main-box .box .slide-link .info-arrow-right svg path {
                stroke: #fff
            }

            .main-box .box .slide-link .info-arrow-left svg circle, .main-box .box .slide-link .info-arrow-right svg circle {
                stroke: #fff
            }
}

.main-box .box .slide-link {
    display: none
}

.main-box .detail {
    padding: 2rem 2rem
}

@media print,screen and (min-width:40em) {
    .main-box .detail {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: #f2f2f2;
        color: #000;
        opacity: 0;
        padding: 3.5rem 2rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        webkit-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media print,screen and (min-width:64em) {
    .main-box .detail {
        padding: 3.5rem 10rem
    }
}

.main-box .detail h2 {
    text-transform: uppercase;
    color: #cc2623;
    font-weight: 500
}

.main-box .detail h3 {
    color: #cc2623;
    font-weight: 700
}

.main-box .detail .close-info-details {
    position: absolute;
    right: 2rem;
    top: 2rem
}

@media print,screen and (min-width:40em) {
    .main-box.active-plus li.box {
        width: 50% !important
    }

        .main-box.active-plus li.box .info-card {
            display: block !important
        }

        .main-box.active-plus li.box .slide-link {
            display: none !important
        }

        .main-box.active-plus li.box .detail {
            opacity: 0
        }
}

@media print,screen and (min-width:40em) {
    .box.active .info-card {
        display: none
    }

    .box.active .slide-link {
        left: 25px;
        right: auto;
        margin: 0;
        font-weight: 600;
        display: none !important
    }

    p {
        line-height: 23px
    }
}

@media print,screen and (min-width:64em) {
    .info-1-primary-template .accordion {
        margin-top: 2rem
    }
}

@media print,screen and (min-width:64em) {
    .info-1-primary-template .accordion p, .info-1-primary-template .accordion table {
        margin-bottom: 1.5rem
    }
}

.info-1-primary-template .accordion .small-text {
    font-size: .7rem;
    color: #cc2623;
    vertical-align: top;
    font-weight: 700
}

.info-2-primary-template h3 {
    margin-bottom: 0
}

.info-2-primary-template p {
    margin-bottom: 2rem
}

.info-2-tertiary-template p {
    margin-bottom: 2.5rem
}

@media print,screen and (max-width:767px) {
    .box {
        width: auto !important
    }

    .main-box .box .slide-link {
        display: none !important
    }

    .info-card {
        display: block !important;
        padding-bottom: 0
    }

        .info-card.card-bg-2 .desc {
            margin-bottom: 0
        }
}

.accordion {
    background: 0 0
}

    .accordion.pd .accordion-title {
        text-transform: uppercase;
        font-size: .9375rem;
        border-left: none;
        border-right: none;
        border-color: #999;
        padding-left: 0;
        font-weight: 700
    }

        .accordion.pd .accordion-title:focus, .accordion.pd .accordion-title:hover {
            background-color: transparent
        }

        .accordion.pd .accordion-title:before {
            content: url('https://storepurinakenticomedia.blob.core.windows.net/purinamills/2.purinamills.com/media/images/vets/acc-expand.svg');
            font: normal normal normal 14px/1 Purinamills
        }

@media print,screen and (min-width:40em) {
    .accordion.pd .accordion-title {
        font-size: 1rem
    }
}

.accordion.pd .is-active > .accordion-title::before {
    content: url('https://storepurinakenticomedia.blob.core.windows.net/purinamills/2.purinamills.com/media/images/vets/acc-close.svg')
}

.accordion .accordion-content {
    background: 0 0;
    padding: 1rem 0;
    border: none
}

.pd-review-section {
    background-color: #f2f2f2
}

    .pd-review-section.family {
        padding: 0
    }

@media print,screen and (min-width:40em) {
    .pd-review-section {
        padding: 0 0 2rem 0;
        background-color: #fff
    }
}

@media print,screen and (min-width:64em) {
    .pd-review-section {
        padding: 0 0 4rem 0
    }
}

.pd-review-section .rec-dots {
    position: absolute;
    bottom: -12px;
    right: 24px;
    z-index: 1
}

@media print,screen and (min-width:40em) {
    .pd-review-section .rec-dots {
        bottom: -60px;
        left: 10%
    }
}

.pd-review-section .review-wrapper {
    padding: 2rem
}

@media print,screen and (min-width:40em) {
    .pd-review-section .review-wrapper {
        padding: 2rem 2rem 2rem
    }
}

@media print,screen and (min-width:64em) {
    .pd-review-section .review-wrapper {
        padding: 8rem 2rem 2rem
    }
}

.pd-review-section .review-wrapper .review-slider {
    padding-bottom: 4rem;
    margin-bottom: 0
}

    .pd-review-section .review-wrapper .review-slider .rating-block-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: .8rem
    }

    .pd-review-section .review-wrapper .review-slider .star {
        stroke: #cc2623;
        width: 22px;
        height: 20px;
        margin: 0 3px 0
    }

    .pd-review-section .review-wrapper .review-slider .rating-block-rating .star.selected path {
        background-color: #cc2623
    }

    .pd-review-section .review-wrapper .review-slider .rating-block-rating.is-voted .star path {
        fill: #cc2623
    }

    .pd-review-section .review-wrapper .review-slider .rating-block-rating.is-voted .star.selected ~ .star path {
        fill: transparent
    }

    .pd-review-section .review-wrapper .review-slider .rs-title {
        font-weight: 700;
        margin-bottom: 1rem;
        font-size: 1rem
    }

@media print,screen and (min-width:40em) {
    .pd-review-section .review-wrapper .review-slider .rs-title {
        margin-bottom: 1.5rem;
        font-size: 1.5rem
    }
}

.pd-review-section .review-wrapper .review-slider .rs-desc {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    overflow: hidden;
    -webkit-box-orient: vertical
}

@media print,screen and (min-width:40em) {
    .pd-review-section .review-wrapper .review-slider .rs-desc {
        font-size: 1rem;
        margin-bottom: 1rem;
        line-height: 1.5rem
    }
}

@media print,screen and (min-width:64em) {
    .pd-review-section .review-wrapper .review-slider .rs-desc {
        font-size: 1.5rem;
        margin-bottom: 3rem;
        line-height: 2rem
    }
}

.pd-review-section .review-wrapper .review-slider .rs-name {
    font-size: .9375rem;
    font-weight: 700;
    color: #cc2623;
    margin-bottom: 0
}

@media print,screen and (min-width:40em) {
    .pd-review-section .review-wrapper .review-slider .rs-name {
        font-size: 1rem
    }
}

.pd-review-section .review-wrapper .review-slider .rs-cate {
    font-size: .9375rem
}

@media print,screen and (min-width:40em) {
    .pd-review-section .review-wrapper .review-slider .rs-cate {
        font-size: 1rem
    }
}

.pd-testi-section {
    background-color: #fff;
    padding: 0 0 2rem 2rem;
    padding-top: 5rem
}

@media print,screen and (min-width:40em) {
    .pd-testi-section {
        padding-top: 0;
        padding-left: 2.5rem
    }
}

.pd-testi-section .overlap {
    position: relative;
    padding-top: 3rem
}

@media print,screen and (min-width:40em) {
    .pd-testi-section .overlap {
        padding-top: 0
    }
}

.pd-testi-section .overlap .super-h1 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #cc2623;
    position: absolute;
    top: -3rem;
    padding-right: 3rem;
    z-index: 1
}

@media print,screen and (min-width:40em) {
    .pd-testi-section .overlap .super-h1 {
        top: 0;
        font-size: 2rem;
        position: relative;
        padding-right: 3rem;
        height: 250px;
        line-height: 1.2
    }

        .pd-testi-section .overlap .super-h1 span {
            position: absolute;
            width: 160%;
            z-index: 2
        }
}

@media print,screen and (min-width:64em) {
    .pd-testi-section .overlap .super-h1 {
        font-size: 3rem
    }
}

@media screen and (min-width:75em) {
    .pd-testi-section .overlap .super-h1 {
        font-size: 4rem
    }
}

.pd-testi-section .desc {
    margin-bottom: 0
}

.pd-testi-section .testi-img-wrap {
    position: relative
}

    .pd-testi-section .testi-img-wrap .square-dots {
        position: absolute;
        bottom: -96px;
        left: 24px
    }

    .pd-testi-section .testi-img-wrap::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: -webkit-gradient(linear,left top,right top,from(black),to(transparent));
        background-image: linear-gradient(to right,#000,transparent)
    }

    .pd-testi-section .testi-img-wrap .corner-img {
        position: absolute;
        bottom: -33%;
        width: 33%;
        left: -33%;
        height: 33%
    }

@media print,screen and (min-width:40em) {
    .pd-testi-section .testi-img-wrap .corner-img {
        bottom: -35%;
        left: -35%;
        width: 35%;
        height: 35%
    }
}

.pd-product-features {
    background-color: #f2f2f2;
    padding: 2rem 1rem;
    border-bottom: 1px solid #ccc;
    text-align: center
}

@media print,screen and (min-width:64em) {
    .pd-product-features {
        padding: 5rem 2.5rem;
        text-align: left
    }
}

.pd-product-features .pd-product-img {
    position: relative;
    top: -10%;
    left: 0;
    max-width: 80%;
    margin: 0 auto;
    right: 0;
    margin-top: -40%
}

@media print,screen and (min-width:40em) {
    .pd-product-features .pd-product-img {
        margin-top: -20%
    }
}

.pd-product-features .pf-number {
    width: 64px;
    height: 64px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    background-color: #cc2623;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 auto 1rem
}

@media print,screen and (min-width:40em) {
    .pd-product-features .pf-number {
        width: 75px;
        height: 75px;
        margin: 0 0 1rem
    }
}

.pd-product-features .pf-title {
    color: #cc2623;
    font-size: .9375rem;
    font-weight: 700
}

@media print,screen and (min-width:40em) {
    .pd-product-features .pf-title {
        font-size: 1.5rem
    }
}

.pd-product-features .pf-number-desc {
    margin-bottom: 2rem;
    font-size: .9375rem
}

@media print,screen and (min-width:40em) {
    .pd-product-features .pf-number-desc {
        font-size: 1rem
    }
}

.pd-product-features .button {
    margin-top: 1rem
}

@media print,screen and (min-width:40em) {
    .pd-product-features .button {
        margin-top: 1rem;
        width: auto;
        display: inline-block
    }
}

.pd-product-features hr {
    max-width: 100%;
    margin: 2rem 0
}

@media print,screen and (min-width:40em) {
    .pd-product-features hr {
        margin: 4rem 0
    }
}

.fp-slider-wrapper {
    text-align: center
}

    .fp-slider-wrapper h2 {
        color: #cc2623;
        font-weight: 700;
        text-align: left;
        margin-bottom: 1rem
    }

@media print,screen and (min-width:64em) {
    .fp-slider-wrapper h2 {
        margin-bottom: 2rem
    }
}

.fp-slider-wrapper .family-gallery-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem
}

@media print,screen and (min-width:64em) {
    .fp-slider-wrapper .family-gallery-filter {
        margin-bottom: 0
    }
}

.fp-slider-wrapper .family-gallery-filter label {
    margin-right: 1rem;
    font-weight: 700
}

.fp-slider-wrapper .family-gallery-filter select {
    max-width: 220px;
    margin-bottom: 0
}

@media print,screen and (min-width:64em) {
    .fp-slider-wrapper .family-gallery-filter select {
        margin-bottom: 0
    }
}

@media print,screen and (min-width:64em) {
    .padding-right-desktop {
        padding-right: 2rem !important
    }
}

@media print,screen and (min-width:64em) {
    .padding-left-desktop {
        padding-left: 2.5rem !important
    }
}

.pd-product-slider {
    background-color: #f2f2f2;
    padding: 2rem 0;
    text-align: center
}

@media print,screen and (min-width:64em) {
    .pd-product-slider {
        padding: 5rem 2.5rem;
        text-align: left
    }
}

.pf-gallery-pagination .current {
    background-color: transparent;
    border: 1px solid #cc2623;
    color: #cc2623;
    font-weight: 700
}

.pf-gallery-pagination a {
    font-weight: 700
}

.pf-gallery-pagination .pagination-previous.disabled a {
    color: #cacaca
}

.pf-gallery-pagination .pagination-previous a {
    color: #cc2623
}

    .pf-gallery-pagination .pagination-previous a::before {
        content: "<";
        font-size: 1rem
    }

.pf-gallery-pagination .pagination-previous::before {
    content: "";
    font-size: 1rem
}

.pf-gallery-pagination .pagination-next.disabled a {
    color: #cacaca
}

.pf-gallery-pagination .pagination-next a {
    color: #cc2623
}

    .pf-gallery-pagination .pagination-next a::after {
        content: ">";
        font-size: 1rem
    }

.pf-gallery-pagination .pagination-next::after {
    content: "";
    font-size: 1rem;
    display: block
}

.pd-two-col .red-bg {
    background-color: #cc2623
}

    .pd-two-col .red-bg .wrap {
        padding: 2.5rem 2rem;
        color: #fefefe
    }

@media print,screen and (min-width:40em) {
    .pd-two-col .red-bg .wrap {
        padding: 0 2.5rem
    }
}

.pd-two-col .red-bg .wrap .tc-title {
    text-transform: uppercase;
    font-weight: 700
}

.pd-two-col .red-bg .uneven-dots {
    position: absolute;
    bottom: 0;
    left: -1px
}

.pur-pd-bg-two-col .img-bg {
    background-color: #0a0a0a
}

@media print,screen and (min-width:40em) {
    .pur-pd-bg-two-col .img-bg {
        background-image: url(../img/ask-an-expert-desktop.jpg);
        background-repeat: no-repeat;
        background-size: cover
    }
}

.pur-pd-bg-two-col .img-bg .wrap {
    padding: 2.5rem 2rem;
    color: #fefefe;
    background-color: rgba(0,0,0,.7)
}

@media print,screen and (min-width:40em) {
    .pur-pd-bg-two-col .img-bg .wrap {
        padding: 11rem 2.5rem
    }
}

.pur-pd-bg-two-col .img-bg .wrap .tc-title {
    text-transform: uppercase;
    font-weight: 700
}

@media print,screen and (min-width:40em) {
    .pur-pd-bg-two-col .img-bg .wrap .tc-desc {
        margin-bottom: 3rem
    }
}

.pur-pd-bg-two-col .img-bg .wrap .button {
    margin-bottom: 0
}

@media print,screen and (min-width:40em) {
    .pur-pd-bg-two-col .img-bg .wrap .button {
        width: auto;
        display: inline-block
    }
}

.related-porducts {
    padding: 2rem 0
}

@media print,screen and (min-width:40em) {
    .related-porducts {
        padding: 4rem 2.5rem
    }
}

.education-content {
    background-color: #f2f2f2;
    padding: 2rem
}

@media print,screen and (min-width:40em) {
    .education-content {
        padding: 5rem 2.5rem 8rem
    }
}

.education-content .title {
    text-transform: uppercase;
    text-align: center;
    color: #cc2623;
    font-weight: 700;
    margin-bottom: 1.5rem
}

@media print,screen and (min-width:40em) {
    .education-content .title {
        margin-bottom: 2.5rem
    }
}

.education-content .ec-card-content-wrap {
    margin-bottom: 3rem;
    display: block;
    background: #fefefe;
    position: relative
}

    .education-content .ec-card-content-wrap:before {
        content: "";
        background: rgba(0,0,0,0);
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transition: .3s background ease-in-out;
        transition: .3s background ease-in-out
    }

    .education-content .ec-card-content-wrap:hover:before {
        background: rgba(0,0,0,.1)
    }

.education-content .ec-card-img.bg {
    background-color: #cc2623;
    color: #fefefe;
    padding: 1.5rem 1rem
}

@media print,screen and (min-width:64em) {
    .education-content .ec-card-img.bg {
        min-height: 200px
    }
}

.education-content .ec-card-img.bg .sub-title {
    position: relative;
    padding-bottom: 2.5rem
}

    .education-content .ec-card-img.bg .sub-title::before {
        position: absolute;
        content: "";
        background-color: #fefefe;
        width: 41px;
        height: 2px;
        left: 0;
        top: 3rem
    }

.education-content .ec-card-img.bg .title {
    text-transform: uppercase;
    color: #fefefe;
    text-align: left;
    margin-bottom: 0
}

.education-content .ec-card-title {
    background-color: #fff;
    padding: 1rem
}

.education-content.family {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media print,screen and (min-width:40em) {
    .education-content.family {
        padding-top: 5rem;
        padding-bottom: 4rem
    }
}

@media print,screen and (min-width:40em) {
    .education-content .education-slider {
        margin-bottom: 100px
    }
}

@media print,screen and (min-width:40em) {
    .education-content .education-slider .ec-card-content-wrap {
        margin: 0 1rem
    }
}

.education-content .education-slider .slick-dots {
    bottom: -75px
}

.education-content .education-slider .slick-arrow {
    bottom: -95px;
    top: inherit;
    z-index: 9
}

    .education-content .education-slider .slick-arrow.slick-prev {
        left: 35%
    }

    .education-content .education-slider .slick-arrow.slick-next {
        right: 35%
    }

table.responsive th {
    font-weight: 700
}

table.responsive tbody {
    background-color: transparent
}

    table.responsive tbody tr:nth-child(even) {
        background-color: #fff
    }

table.responsive td, table.responsive th {
    padding: 9px 10px;
    text-align: left;
    height: 90px !important;
    border: 1px solid #999;
    font-size: 1rem
}

@media print,screen and (min-width:40em) {
    table.responsive td, table.responsive th {
        height: auto !important
    }
}

@media only screen and (max-width:767px) {
    table.responsive {
        margin-bottom: 0
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll
    }

        .pinned table {
            border-right: none;
            border-left: none;
            width: 100%;
            margin-bottom: 0
        }

            .pinned table td, .pinned table th {
                height: 90px !important;
                border: 1px solid #999
            }

        .pinned td:last-child {
            border-bottom: 0
        }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc
    }

        div.table-wrapper div.scrollable table {
            margin-left: 35%
        }

        div.table-wrapper div.scrollable {
            overflow: scroll;
            overflow-y: hidden
        }

    table.responsive td, table.responsive th {
        position: relative;
        height: 30px
    }

        table.responsive td:first-child, table.responsive th:first-child, table.responsive.pinned td {
            display: none
        }
}

.product-family-banner {
    background-image: url(../img/pd-family-banner-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 center;
    padding: 4rem 0 6rem;
    position: relative
}

    .product-family-banner:before {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        background-color: rgba(0,0,0,.7)
    }

    .product-family-banner .fb-title {
        text-transform: uppercase;
        font-weight: 400;
        color: #fefefe;
        position: relative;
        z-index: 1
    }

    .product-family-banner .fb-desc {
        margin-bottom: 3rem;
        z-index: 1;
        position: relative;
        color: #fefefe;
        padding: 0 1.5rem
    }

@media print,screen and (min-width:40em) {
    .product-family-banner {
        background-image: url(../img/pd-family-banner-desktop.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 center;
        padding: 7rem 0 12rem;
        min-height: 550px
    }

        .product-family-banner .fb-title {
            text-transform: uppercase;
            font-weight: 400;
            color: #fefefe;
            position: relative;
            z-index: 1
        }

        .product-family-banner .fb-desc {
            margin-bottom: 3rem;
            z-index: 1;
            position: relative;
            color: #fefefe;
            width: 90%;
            margin: 0 auto;
            font-size: 1.2rem
        }
}

.pdp-video-section {
    background-color: #fff;
    padding: 2rem
}

@media print,screen and (min-width:40em) {
    .pdp-video-section {
        padding: 4rem 3rem
    }
}

.pdp-video-section .title {
    text-transform: uppercase;
    text-align: center;
    color: #cc2623;
    font-weight: 700;
    margin-bottom: 1rem
}

@media print,screen and (min-width:40em) {
    .pdp-video-section .title {
        margin-bottom: 1.5rem
    }
}

lite-vimeo:before {
    content: "";
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0
}

lite-vimeo .ltv-playbtn {
    background-color: transparent !important;
    width: 6em !important;
    height: 6em !important;
    border: 2px solid #fff !important;
    border-radius: 100% !important
}

@media print,screen and (min-width:40em) {
    lite-vimeo .ltv-playbtn {
        width: 10em !important;
        height: 10em !important
    }
}

lite-vimeo.pd-video:after {
    padding-bottom: 41.25% !important;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

lite-vimeo.pd-video.ltv-activated:after {
    padding-bottom: 56.25% !important
}

lite-vimeo.pd-video.ltv-activated {
    background-image: none !important
}

.family-porducts-gallery {
    padding: 2rem
}

@media print,screen and (min-width:40em) {
    .family-porducts-gallery {
        padding: 4rem 2.5rem
    }
}

.family-porducts-gallery .family-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 0 -1rem;
    padding-bottom: 3rem
}

@media print,screen and (min-width:40em) {
    .family-porducts-gallery .family-gallery {
        padding-bottom: 0
    }
}

.family-porducts-gallery .family-gallery .child-item {
    padding: 0 1rem;
    width: 25%
}

.pp-cattle-banner {
    background-image: url(../img/cattle-banner-bg-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -115px;
    padding: 4rem 1.2rem 6rem;
    padding-bottom: 0;
    position: relative;
    background-color: #fefefe
}

    .pp-cattle-banner:before {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        background: linear-gradient(182.58deg,#000 2.16%,rgba(0,0,0,0) 61.26%);
        -webkit-transform: matrix(-1,0,0,1,0,0);
        transform: matrix(-1,0,0,1,0,0);
        z-index: 1
    }

    .pp-cattle-banner .cb-title {
        text-transform: uppercase;
        font-weight: 400;
        color: #fefefe;
        position: relative;
        line-height: 1.1;
        margin-bottom: 1rem
    }

    .pp-cattle-banner .cb-desc {
        margin-bottom: 2rem;
        position: relative;
        color: #fefefe
    }

@media print,screen and (min-width:64em) {
    .pp-cattle-banner {
        background-image: url(../img/cattle-banner-bg-desktop.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 center;
        padding: 5rem 2rem;
        min-height: 550px
    }

        .pp-cattle-banner:before {
            background: linear-gradient(269.63deg,#000 1.29%,rgba(0,0,0,0) 99.68%);
            -webkit-transform: matrix(-1,0,0,1,0,0);
            transform: matrix(-1,0,0,1,0,0)
        }

        .pp-cattle-banner .fb-title {
            text-transform: uppercase;
            font-weight: 400;
            color: #fefefe;
            position: relative;
            z-index: 1
        }

        .pp-cattle-banner .fb-desc {
            margin-bottom: 3rem;
            z-index: 1;
            position: relative;
            color: #fefefe;
            width: 70%;
            margin: 0 auto
        }
}

@media screen and (min-width:75em) {
    .pp-cattle-banner {
        padding: 10rem
    }
}

.pp-cattle-banner .pp-cattle-banner-video {
    margin-top: 2rem
}

@media print,screen and (min-width:64em) {
    .pp-cattle-banner .pp-cattle-banner-video {
        margin-top: 0
    }
}

.why-purina-plus {
    padding: 2.5rem 1.2rem 2rem;
    background-color: #fefefe
}

@media print,screen and (min-width:40em) {
    .why-purina-plus {
        padding: 4rem 2rem 2rem
    }
}

@media print,screen and (min-width:64em) {
    .why-purina-plus {
        padding: 4rem 10rem 4rem
    }
}

.why-purina-plus .title {
    text-transform: uppercase;
    text-align: center;
    color: #cc2623;
    font-weight: 700;
    margin-bottom: 1rem
}

@media print,screen and (min-width:40em) {
    .why-purina-plus .title {
        margin-bottom: 1.5rem
    }
}

.why-purina-plus .desc {
    text-align: center;
    margin-bottom: 4rem
}

.why-purina-plus .pp-card-content-wrap {
    display: block;
    position: relative;
    margin-bottom: 3rem
}

@media print,screen and (min-width:40em) {
    .why-purina-plus .pp-card-content-wrap {
        margin-bottom: 0
    }
}

.why-purina-plus .pp-card-content-wrap:hover:before {
    background: rgba(0,0,0,.1)
}

.why-purina-plus .pp-card-content-wrap .pp-card-img {
    margin-bottom: 1rem
}

@media print,screen and (min-width:40em) {
    .why-purina-plus .pp-card-content-wrap .pp-card-img {
        margin-bottom: 2rem
    }
}

.why-purina-plus .pp-card-content-wrap > h3 {
    font-weight: 700;
    text-align: left;
    font-size: 1rem
}

@media print,screen and (min-width:40em) {
    .why-purina-plus .pp-card-content-wrap > h3 {
        font-size: 1.5rem
    }
}

.why-purina-plus .pp-card-content-wrap > p {
    font-size: 15px
}

.why-purina-plus .pp-card-title {
    background-color: #fff;
    padding: 1rem
}

.why-purina-plus .grid-margin-x > .medium-4.cell:last-child .pp-card-content-wrap {
    margin-bottom: 0
}

.pp-more-details {
    padding: 2rem 1.2rem;
    background-color: #fefefe
}

@media print,screen and (min-width:40em) {
    .pp-more-details {
        padding: 2rem 2rem 3rem
    }
}

@media print,screen and (min-width:64em) {
    .pp-more-details {
        padding: 4rem 10rem 3rem
    }
}

.pp-more-details .title {
    text-transform: uppercase;
    text-align: center;
    color: #cc2623;
    font-weight: 700;
    margin-bottom: 2.5rem
}

@media print,screen and (min-width:40em) {
    .pp-more-details .title {
        margin-bottom: 5rem
    }
}

.pp-more-details .more-details-list {
    margin-bottom: 1.5rem
}

@media print,screen and (min-width:40em) {
    .pp-more-details .more-details-list {
        margin-bottom: 3rem
    }
}

@media print,screen and (min-width:64em) {
    .pp-more-details .more-details-list {
        margin-bottom: 5rem
    }
}

.pp-more-details .more-details-list .more-details-img {
    margin-bottom: 2rem
}

.pp-more-details .more-details-list .wrap .tc-title {
    font-weight: 700
}

.pp-more-details .more-details-list .wrap p {
    font-size: 15px
}

.pp-more-details .more-details-list:last-child {
    margin-bottom: 0
}

@media print,screen and (min-width:40em) {
    .pp-more-details .more-details-list:nth-child(odd) .more-details-img {
        padding-right: 1.25rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .pp-more-details .more-details-list:nth-child(odd) .wrap {
        padding-left: 1.25rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media print,screen and (min-width:40em) {
    .pp-more-details .more-details-list:nth-child(even) .more-details-img {
        padding-left: 1.25rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .pp-more-details .more-details-list:nth-child(even) .wrap {
        padding-right: 1.25rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.pd-testi-section.cattle-producer {
    padding-top: 4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    background-color: #f2f2f2
}

@media print,screen and (min-width:40em) {
    .pd-testi-section.cattle-producer {
        padding-top: 4rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media print,screen and (min-width:64em) {
    .pd-testi-section.cattle-producer {
        padding-top: 4rem;
        padding-left: 10rem;
        padding-right: 10rem
    }
}

.pd-testi-section.cattle-producer .desc {
    font-size: 15px;
    margin-bottom: 2rem
}

.pd-product-features {
    border: none
}

    .pd-product-features.cattle-producer {
        background-color: #fefefe;
        padding: 2rem 1.2rem
    }

@media print,screen and (min-width:40em) {
    .pd-product-features.cattle-producer {
        padding: 4rem 2rem
    }
}

@media print,screen and (min-width:64em) {
    .pd-product-features.cattle-producer {
        padding: 4rem 10rem
    }
}

.pd-product-features.cattle-producer .title {
    text-transform: uppercase;
    text-align: center;
    color: #cc2623;
    font-weight: 700;
    margin-bottom: 1rem
}

@media print,screen and (min-width:40em) {
    .pd-product-features.cattle-producer .title {
        margin-bottom: 1rem
    }
}

.pd-product-features.cattle-producer p {
    font-size: 15px
}

    .pd-product-features.cattle-producer p.desc {
        margin-bottom: 5rem
    }

.pd-product-features .sub-title {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 700
}

@media print,screen and (min-width:40em) {
    .pd-product-features .pf-number {
        width: 56px;
        height: 56px;
        font-size: 1.5rem
    }
}

@media print,screen and (min-width:40em) {
    .pd-product-features .pf-title {
        font-size: 1rem;
        text-transform: uppercase
    }
}

.resources-insights {
    background-color: #f2f2f2;
    padding: 2rem
}

@media print,screen and (min-width:40em) {
    .resources-insights {
        padding: 4rem 2rem
    }
}

@media print,screen and (min-width:64em) {
    .resources-insights {
        padding: 4rem 10rem
    }
}

.resources-insights .title {
    text-transform: uppercase;
    color: #cc2623;
    font-weight: 700;
    margin-bottom: 1rem
}

@media print,screen and (min-width:40em) {
    .resources-insights .title {
        margin-bottom: 1rem
    }
}

.resources-insights .desc {
    font-size: 15px;
    margin-bottom: 3rem
}

.resources-insights .ec-card-content-wrap {
    margin-bottom: 3rem;
    display: block;
    background: #fefefe;
    position: relative
}

    .resources-insights .ec-card-content-wrap:before {
        content: "";
        background: rgba(0,0,0,0);
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transition: .3s background ease-in-out;
        transition: .3s background ease-in-out
    }

    .resources-insights .ec-card-content-wrap:hover:before {
        background: rgba(0,0,0,.1)
    }

.resources-insights .ec-card-img.bg {
    background-color: #cc2623;
    color: #fefefe;
    padding: 1.5rem 1rem
}

@media print,screen and (min-width:64em) {
    .resources-insights .ec-card-img.bg {
        min-height: 200px
    }
}

.resources-insights .ec-card-img.bg .sub-title {
    position: relative;
    padding-bottom: 2.5rem
}

    .resources-insights .ec-card-img.bg .sub-title::before {
        position: absolute;
        content: "";
        background-color: #fefefe;
        width: 41px;
        height: 2px;
        left: 0;
        top: 3rem
    }

.resources-insights .ec-card-img.bg .title {
    text-transform: uppercase;
    color: #fefefe;
    text-align: left;
    margin-bottom: 0
}

.resources-insights .ec-card-title {
    background-color: #fff;
    padding: 1rem;
    color: #0a0a0a;
    font-weight: 700
}

.resources-insights .button {
    display: block
}

@media print,screen and (min-width:40em) {
    .resources-insights .button {
        display: inline
    }
}

.ppBuyer .img-bg, .ppEnrollment .img-bg {
    background-color: #0a0a0a
}

@media print,screen and (min-width:40em) {
    .ppBuyer .img-bg, .ppEnrollment .img-bg {
        background-image: url(../img/buyer-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover
    }
}

.ppBuyer .img-bg .wrap, .ppEnrollment .img-bg .wrap {
    padding: 4rem 2rem;
    color: #fefefe;
    background-color: rgba(0,0,0,.7)
}

@media print,screen and (min-width:40em) {
    .ppBuyer .img-bg .wrap, .ppEnrollment .img-bg .wrap {
        padding: 4rem 2rem
    }
}

@media print,screen and (min-width:64em) {
    .ppBuyer .img-bg .wrap, .ppEnrollment .img-bg .wrap {
        padding: 11rem 4rem
    }
}

.ppBuyer .img-bg .wrap .tc-title, .ppEnrollment .img-bg .wrap .tc-title {
    text-transform: uppercase;
    font-weight: 700
}

@media print,screen and (min-width:40em) {
    .ppBuyer .img-bg .wrap .tc-desc, .ppEnrollment .img-bg .wrap .tc-desc {
        margin-bottom: 2rem
    }
}

@media print,screen and (min-width:40em) {
    .ppBuyer .img-bg .wrap .button, .ppEnrollment .img-bg .wrap .button {
        width: auto;
        display: inline-block
    }
}

@media print,screen and (min-width:40em) {
    .ppEnrollment .img-bg {
        background-image: url(../img/enrollment-bg.jpg)
    }
}

.pp-porducts-gallery {
    padding: 4rem 1.2rem
}

@media print,screen and (min-width:40em) {
    .pp-porducts-gallery {
        padding: 4rem 2rem
    }
}

@media print,screen and (min-width:64em) {
    .pp-porducts-gallery {
        padding: 4rem 10rem
    }
}

.pp-porducts-gallery .title {
    text-transform: uppercase;
    text-align: center;
    color: #cc2623;
    font-weight: 700;
    margin-bottom: 1rem
}

@media print,screen and (min-width:40em) {
    .pp-porducts-gallery .title {
        margin-bottom: 1rem
    }
}

.pp-porducts-gallery p {
    font-size: 15px
}

    .pp-porducts-gallery p.desc {
        margin-bottom: 5rem
    }

.pp-porducts-gallery .family-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 0 -1rem;
    padding-bottom: 3rem
}

@media print,screen and (min-width:40em) {
    .pp-porducts-gallery .family-gallery {
        padding-bottom: 0
    }
}

.pp-porducts-gallery .family-gallery .child-item {
    padding: 0 1rem;
    width: 33.333%
}

    .pp-porducts-gallery .family-gallery .child-item img {
        margin: 0 auto
    }

    .pp-porducts-gallery .family-gallery .child-item h3 {
        font-size: 1.5rem;
        color: #cc2623;
        font-weight: 700
    }

@media print,screen and (min-width:40em) {
    .pp-porducts-gallery .family-gallery .child-item h3 {
        margin-top: 2rem
    }
}

.pp-porducts-gallery .family-gallery .child-item p {
    font-size: 15px
}

.rwd-table {
    margin: 1em 0;
    min-width: 300px
}

    .rwd-table tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }

    .rwd-table th {
        display: none;
        background-color: #000
    }

        .rwd-table th p {
            margin-bottom: .5rem
        }

    .rwd-table td {
        display: block;
        text-align: center
    }

        .rwd-table td:first-child {
            padding-top: .5em
        }

        .rwd-table td:last-child {
            padding-bottom: .5em
        }

        .rwd-table td:before {
            content: attr(data-th);
            font-weight: 700;
            width: 50%;
            display: inline-block;
            vertical-align: top;
            margin-right: 1rem
        }

@media (min-width:480px) {
    .rwd-table td:before {
        display: none
    }
}

.rwd-table td:after {
    content: attr(data-th2);
    font-weight: 700;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
    color: #979797
}

@media (min-width:480px) {
    .rwd-table td:after {
        display: none
    }
}

.rwd-table td, .rwd-table th {
    text-align: left
}

@media (min-width:480px) {
    .rwd-table td, .rwd-table th {
        display: table-cell;
        padding: .25em .5em;
        text-align: center
    }

        .rwd-table td:first-child, .rwd-table th:first-child {
            padding-left: 0
        }

        .rwd-table td:last-child, .rwd-table th:last-child {
            padding-right: 0
        }
}

.rwd-table {
    background-color: #fbfbfb;
    color: #f3f3f3;
    overflow: hidden
}

@media (min-width:480px) {
    .rwd-table {
        background: 0 0
    }
}

.rwd-table tbody, .rwd-table tfoot, .rwd-table thead {
    background-color: transparent
}

.rwd-table tr {
    border-color: #ddd
}

.rwd-table td, .rwd-table th {
    margin: 0;
    color: #000
}

@media (min-width:480px) {
    .rwd-table td, .rwd-table th {
        padding: 1em !important
    }
}

.rwd-table th {
    color: #fff
}

.rwd-table td:before {
    color: #000;
    font-weight: 700
}

.pc-material {
    padding: 2.5rem 1.2rem 2rem;
    background-color: #fefefe
}

@media print,screen and (min-width:40em) {
    .pc-material {
        padding: 4rem 2rem 2rem
    }
}

@media print,screen and (min-width:64em) {
    .pc-material {
        padding: 4rem 10rem 4rem
    }
}

.pc-material .title {
    text-transform: uppercase;
    text-align: center;
    color: #cc2623;
    font-weight: 700;
    margin-bottom: 1rem
}

@media print,screen and (min-width:40em) {
    .pc-material .title {
        margin-bottom: 1.5rem
    }
}

.stack-up {
    padding: 2.5rem 1.2rem 2rem;
    background-color: #fefefe
}

@media print,screen and (min-width:40em) {
    .stack-up {
        padding: 4rem 2rem 2rem
    }
}

@media print,screen and (min-width:64em) {
    .stack-up {
        padding: 4rem 10rem 4rem
    }
}

.stack-up .title {
    text-transform: uppercase;
    color: #cc2623;
    font-weight: 700;
    margin-bottom: 1rem
}

@media print,screen and (min-width:40em) {
    .stack-up .title {
        margin-bottom: 1.5rem
    }
}

.stack-up h3 {
    font-weight: 700;
    text-align: left;
    font-size: 1rem
}

@media print,screen and (min-width:40em) {
    .stack-up h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem
    }
}

.stack-up .desc {
    text-align: center;
    margin-bottom: 4rem
}

.stack-up .right-img {
    width: 159px;
    float: right;
    margin: 4px
}

@media print,screen and (min-width:40em) {
    .stack-up .right-img {
        width: 259px
    }
}

.stack-up ul {
    list-style: none
}

.stack-up li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px
}

.stack-up ul li::before {
    content: "•";
    color: #cc262c;
    position: absolute;
    top: 0;
    left: 0
}

.form-cal-title {
    color: #cc2623;
    font-size: 2rem;
    font-weight: 700
}

.horse-feed-banner {
    background-image: url(../img/pd-family-banner-mobile.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding: 4rem 0 0;
    position: relative
}

    .horse-feed-banner:before {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        background-color: rgba(0,0,0,.6)
    }

    .horse-feed-banner .fb-title {
        text-transform: uppercase;
        font-weight: 400;
        color: #fefefe;
        position: relative;
        z-index: 1
    }

    .horse-feed-banner .fb-desc {
        margin-bottom: 3rem;
        z-index: 1;
        position: relative;
        color: #fefefe;
        padding: 0 1.5rem
    }

@media print,screen and (min-width:40em) {
    .horse-feed-banner {
        background-image: url(../img/horse-feed-banner-desktop.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 0;
        background-color: #222;
        padding: 7rem 3rem 5.5rem;
        min-height: 550px
    }

        .horse-feed-banner .fb-title {
            text-transform: uppercase;
            font-weight: 400;
            color: #fefefe;
            position: relative;
            z-index: 1
        }

        .horse-feed-banner .fb-desc {
            margin-bottom: 3rem;
            z-index: 1;
            position: relative;
            color: #fefefe;
            width: 70%;
            margin: 0 auto
        }
}

@media print,screen and (min-width:64em) {
    .horse-feed-banner {
        padding-bottom: 9rem
    }
}

.form-bg {
    background-color: #fff;
    z-index: 2;
    padding: 2.5rem 1.5rem
}

@media print,screen and (min-width:40em) {
    .form-bg {
        margin-top: 3rem
    }
}

@media print,screen and (min-width:40em) {
    .form-bg .cell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.form-bg .cell:nth-last-child(1) .form-section {
    border-bottom: 0;
    border-right: 0;
    padding-right: 0
}

.form-bg .form-section {
    border-bottom: 1px solid #999;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

@media print,screen and (min-width:40em) {
    .form-bg .form-section {
        border-bottom: none;
        padding-right: 2rem;
        margin-bottom: 0;
        padding-bottom: 0;
        border-right: 1px solid #999;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.form-bg .form-section select {
    background-image: url(../img/icons/select-arrow.svg);
    height: 3rem;
    background-size: auto
}

.form-bg .form-section [type=checkbox], .form-bg .form-section [type=radio] {
    height: 20px;
    width: 20px;
    margin-bottom: 0;
    vertical-align: middle
}

.form-bg .form-section h3 {
    color: #cc2623;
    font-size: 1.5rem;
    font-weight: 700
}

.form-bg .form-section p {
    font-size: 15px
}

.form-bg .form-section label {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.form-bg.left {
    margin-top: 0;
    position: absolute;
    left: -100%;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

@media print,screen and (min-width:64em) {
    .form-bg.left {
        position: relative;
        left: inherit
    }
}

@media print,screen and (min-width:64em) {
    .form-bg.left .form-section {
        border-bottom: 1px solid #999;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-right: none;
        padding-right: 0
    }
}

.form-bg.show {
    left: 0
}

.hff-cta-bar {
    background-color: #cc2623;
    padding: 1.4rem 2rem;
    text-align: center;
    color: #fefefe
}

    .hff-cta-bar a {
        color: #fefefe;
        font-weight: 700;
        text-decoration: underline;
        margin-left: 2rem
    }

.calculator-form-overlay {
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1
}

    .calculator-form-overlay.show {
        display: block
    }

.feeding-matters {
    background-color: #fefefe
}

@media print,screen and (min-width:40em) {
    .feeding-matters {
        padding: 4rem 3rem
    }
}

.feeding-matters .rec-dots {
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    z-index: 1
}

@media print,screen and (min-width:40em) {
    .feeding-matters .rec-dots {
        bottom: -60px
    }
}

.feeding-matters .content-section {
    padding: 2rem 1.5rem;
    text-align: center
}

@media print,screen and (min-width:40em) {
    .feeding-matters .content-section {
        padding: 5rem 6rem 3.5rem
    }
}

@media print,screen and (min-width:64em) {
    .feeding-matters .content-section {
        padding: 5rem 18rem 3.5rem
    }
}

.feeding-matters .content-section h2 {
    text-transform: uppercase;
    color: #cc2623;
    font-weight: 500;
    line-height: 1.25
}

@media print,screen and (min-width:40em) {
    .feeding-matters .content-section h2 {
        font-size: 2.5rem
    }
}

.feeding-matters .content-section p {
    font-size: 15px
}

.horse-feeding-results {
    background-color: #f2f2f2
}

    .horse-feeding-results .your-results-top {
        padding: 2rem 1.5rem .5rem
    }

@media print,screen and (min-width:40em) {
    .horse-feeding-results .your-results-top {
        padding: 2rem 2.5rem .5rem
    }
}

.horse-feeding-results .your-results-top h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #cc2623;
    font-weight: 700
}

@media print,screen and (min-width:40em) {
    .horse-feeding-results .your-results-top h2 {
        font-size: 2.625rem
    }
}

.horse-feeding-results .your-results-top p {
    font-size: 15px
}

.horse-feeding-results .your-results-top .update-results {
    font-size: 1rem;
    font-weight: 700;
    padding: .5em .5em
}

.horse-feeding-results .daily-calorie {
    padding: 1.5rem;
    background-color: #fefefe
}

@media print,screen and (min-width:40em) {
    .horse-feeding-results .daily-calorie {
        margin: 0 2.5rem
    }
}

.horse-feeding-results .daily-calorie p {
    font-size: 16px;
    margin-bottom: 0
}

.horse-feeding-results .daily-calorie .cell:last-child .cal-count {
    margin-bottom: 0
}

.horse-feeding-results .daily-calorie .cal-count {
    color: #0a0a0a;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
    padding-left: 1.5rem;
    position: relative
}

    .horse-feeding-results .daily-calorie .cal-count:before {
        content: "";
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -8px
    }

    .horse-feeding-results .daily-calorie .cal-count.empty {
        padding-left: 0
    }

        .horse-feeding-results .daily-calorie .cal-count.empty:before {
            background-color: transparent
        }

    .horse-feeding-results .daily-calorie .cal-count.red:before {
        background-color: #cc2623
    }

    .horse-feeding-results .daily-calorie .cal-count.gray:before {
        background-color: #dbdbdb
    }

    .horse-feeding-results .daily-calorie .cal-count.pattern:before {
        background-color: transparent;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAAXNSR0IArs4c6QAAADFJREFUGFdjZMABzqgp/2fEJgeSMLl1lxFDEiYB0oQiiSyBIokuAZfEJgGWxCUBkgQAnN0aHM4fWG0AAAAASUVORK5CYII=)
    }

@media print,screen and (min-width:40em) {
    .horse-feeding-results .daily-calorie .cal-count {
        margin-bottom: 0
    }
}

.horse-feeding-results .daily-calorie .progress {
    height: 48px;
    margin-top: 1rem;
    background-color: #cc2623
}

    .horse-feeding-results .daily-calorie .progress .progress-meter {
        background-color: #dbdbdb
    }

    .horse-feeding-results .daily-calorie .progress.dc {
        background-color: transparent;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAAXNSR0IArs4c6QAAADFJREFUGFdjZMABzqgp/2fEJgeSMLl1lxFDEiYB0oQiiSyBIokuAZfEJgGWxCUBkgQAnN0aHM4fWG0AAAAASUVORK5CYII=)
    }

        .horse-feeding-results .daily-calorie .progress.dc .progress-meter {
            background-color: #dbdbdb
        }

.horse-feeding-results .daily-calorie .count-txt {
    font-weight: 700
}

.horse-feeding-results .feed-list {
    padding: 2rem 1.5rem .5rem
}

@media print,screen and (min-width:40em) {
    .horse-feeding-results .feed-list {
        padding: 2rem 2.5rem
    }
}

.horse-feeding-results .feed-list h3 {
    font-size: 1.5rem;
    color: #cc2623;
    font-weight: 700
}

.horse-feeding-results .feed-list .feed-list-block {
    margin-bottom: 1.5rem
}

@media print,screen and (min-width:40em) {
    .horse-feeding-results .feed-list .feed-list-block {
        margin-bottom: 3rem
    }
}

.horse-feeding-results .feed-list .feed-list-block > p {
    margin-bottom: 1.5rem;
    font-size: 15px
}

@media print,screen and (min-width:40em) {
    .horse-feeding-results .feed-list .feed-list-block > p {
        font-size: 1rem
    }
}

.horse-feeding-results .feed-list .feed-list-block .feed-list-item {
    background-color: #fefefe;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

    .horse-feeding-results .feed-list .feed-list-block .feed-list-item::last-child {
        padding-bottom: 3rem;
        background-color: red
    }

.horse-feeding-results .feed-list .feed-list-block .item-img {
    padding-right: 1rem;
    width: 40%
}

@media print,screen and (min-width:40em) {
    .horse-feeding-results .feed-list .feed-list-block .item-img {
        width: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 3rem
    }
}

.horse-feeding-results .feed-list .feed-list-block .item-img img {
    max-height: 220px
}

.horse-feeding-results .feed-list .feed-list-block .item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: calc(100% - 10px);
    flex-wrap: calc(100% - 10px)
}

    .horse-feeding-results .feed-list .feed-list-block .item-details .title {
        margin-top: 1rem;
        margin-bottom: 5rem;
        font-size: 1rem;
        font-weight: 700
    }

    .horse-feeding-results .feed-list .feed-list-block .item-details .price p {
        margin-bottom: 0
    }

        .horse-feeding-results .feed-list .feed-list-block .item-details .price p.per-day {
            font-size: 14px
        }

        .horse-feeding-results .feed-list .feed-list-block .item-details .price p.amount {
            font-size: 1.5rem;
            font-weight: 700;
            color: #cc2623
        }

@media print,screen and (min-width:40em) {
    .horse-feeding-results .feed-list .feed-list-block .item-details {
        width: calc(100% - 414px);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.horse-feeding-results .feed-list .feed-list-block .item-cta {
    width: 100%;
    margin-top: 1.5rem
}

@media print,screen and (min-width:40em) {
    .horse-feeding-results .feed-list .feed-list-block .item-cta {
        width: 232px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.horse-feeding-results .feed-list .feed-list-block .item-cta a:last-child {
    margin-bottom: 0
}

@media print,screen and (min-width:40em) {
    .horse-feeding-results .feed-list .feed-list-block .item-cta a {
        width: 100%
    }
}

.email-results p {
    margin-bottom: 1.5rem;
    font-size: 15px
}

@media print,screen and (min-width:40em) {
    .email-results p {
        font-size: 1rem
    }
}

.email-results small {
    color: #cc2623;
    vertical-align: top
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.common-question p {
    font-size: 15px
}

@media print,screen and (min-width:40em) {
    .common-question p {
        font-size: 1rem
    }
}

@media print,screen and (min-width:40em) {
    .common-question {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media print,screen and (min-width:40em) {
    .common-question .common-question-list {
        width: calc(50% - 1rem);
        margin-right: 2rem;
        margin-bottom: 1rem
    }

        .common-question .common-question-list:nth-child(even) {
            margin-right: 0
        }
}

.feed-finder-cta-section {
    background-image: url(../img/feed-cal-ctc-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 1.5rem 1rem;
    text-align: center;
    position: relative
}

@media print,screen and (min-width:40em) {
    .feed-finder-cta-section {
        padding: 5rem 3rem;
        background-image: url(../img/feed-cal-ctc-bg-desktop.png)
    }
}

.feed-finder-cta-section:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 1
}

.feed-finder-cta-section .feed-finder-cta-content {
    z-index: 2;
    position: relative
}

    .feed-finder-cta-section .feed-finder-cta-content h3 {
        color: #fefefe;
        text-transform: uppercase
    }

@media print,screen and (min-width:40em) {
    .feed-finder-cta-section .feed-finder-cta-content h3 {
        font-size: 2rem
    }
}

.feed-finder-cta-section .feed-finder-cta-content p {
    color: #fefefe;
    margin-bottom: 2rem
}

@media print,screen and (min-width:40em) {
    .feed-finder-cta-section .feed-finder-cta-content p {
        margin-bottom: 3rem
    }
}

.feed-finder-cta-section .feed-finder-cta-content button {
    margin-bottom: 0
}

.recommendations.content h3 {
    color: #cc2623 !important;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.rec-product-card .rec-product-card-details .title {
    color: #cc2623 !important;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: .5rem
}

.rec-product-card .rec-product-card-details {
    min-height: 320px !important
}

.rec-product-card .rec-product-card-img {
    -ms-flex-preferred-size: initial !important;
    flex-basis: initial !important
}

    .rec-product-card .rec-product-card-img .product__image {
        width: 150px
    }

.feed-recommender-banner .form-bg {
    padding: 2.5rem 0
}

@media print,screen and (min-width:64em) {
    .feed-recommender-banner .form-bg {
        padding: 2.5rem 1.5rem
    }
}

.feed-recommender-banner .form-bg .quick-links {
    padding-top: 1rem;
    border-top: 1px solid #cb262c
}

@media print,screen and (min-width:40em) {
    .feed-recommender-banner .form-bg .quick-links {
        padding-top: 2rem;
        margin-top: 2rem
    }
}

.feed-recommender-banner .form-bg .quick-links .menu a {
    font-size: .85rem
}

@media print,screen and (min-width:40em) {
    .feed-recommender-banner .form-bg .quick-links .menu a {
        font-size: 1rem
    }
}

.feed-recommender h3 {
    color: #cc2623;
    font-size: 1.25rem;
    font-weight: 700
}

.feed-recommender .steps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
    margin-left: 0
}

    .feed-recommender .steps ul li {
        list-style: none;
        margin: 0 .5rem
    }

@media print,screen and (min-width:40em) {
    .feed-recommender .steps ul li {
        margin: 0 1rem
    }
}

.feed-recommender .steps ul li a {
    color: #0a0a0a;
    font-weight: 700;
    font-size: .85rem
}

@media print,screen and (min-width:40em) {
    .feed-recommender .steps ul li a {
        font-size: 1rem
    }
}

.feed-recommender .steps ul li a .current-info, .feed-recommender .steps ul li a .number {
    display: none
}

.feed-recommender .steps ul li.current a {
    color: #cc2623
}

.feed-recommender .steps ul li.done a {
    color: #cacaca
}

.feed-recommender .content h3 {
    color: #cc2623;
    font-size: 1.25rem;
    font-weight: 700
}

    .feed-recommender .content h3.title {
        display: none
    }

.feed-recommender .content .feed-finder-cta-section {
    background-image: url(../img/feed-cal-ctc-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 1.5rem 1rem;
    text-align: center;
    position: relative
}

@media print,screen and (min-width:40em) {
    .feed-recommender .content .feed-finder-cta-section {
        padding: 5rem 3rem;
        background-image: url(../img/feed-cal-ctc-bg-desktop.png)
    }
}

.feed-recommender .content .feed-finder-cta-section:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 1
}

.feed-recommender .content .feed-finder-cta-section .feed-finder-cta-content {
    z-index: 2;
    position: relative
}

    .feed-recommender .content .feed-finder-cta-section .feed-finder-cta-content h3 {
        color: #fefefe;
        text-transform: uppercase
    }

@media print,screen and (min-width:40em) {
    .feed-recommender .content .feed-finder-cta-section .feed-finder-cta-content h3 {
        font-size: 2rem
    }
}

.feed-recommender .content .feed-finder-cta-section .feed-finder-cta-content p {
    color: #fefefe;
    margin-bottom: 2rem
}

@media print,screen and (min-width:40em) {
    .feed-recommender .content .feed-finder-cta-section .feed-finder-cta-content p {
        margin-bottom: 3rem
    }
}

.feed-recommender .content .feed-finder-cta-section .feed-finder-cta-content button {
    margin-bottom: 0
}

.form-section .feed-rec-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 1rem;
    margin: 0 -.5rem
}

    .form-section .feed-rec-options .check {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
        padding: 0 .5rem;
        margin-bottom: 1rem
    }

@media screen and (min-width:75em) {
    .form-section .feed-rec-options .check {
        width: 33.333%
    }
}

.form-section .feed-rec-options .check label {
    margin: 0;
    font-size: .85rem;
    white-space: normal;
    margin-top: 0;
    margin-left: .5rem;
    margin-bottom: .5rem
}

@media print,screen and (min-width:64em) {
    .form-section .feed-rec-options .check label {
        font-size: .8rem
    }
}

.form-section .feed-rec-options span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding: 0 .5rem;
    margin-bottom: .5rem
}

    .form-section .feed-rec-options span label {
        margin: 0;
        font-size: .85rem;
        white-space: normal;
        text-align: center;
        line-height: normal;
        margin-top: .5rem
    }

    .form-section .feed-rec-options span.disabled input[type=radio] {
        background-color: #8d8d8d;
        cursor: not-allowed
    }

    .form-section .feed-rec-options span.disabled label {
        color: #8d8d8d;
        cursor: not-allowed
    }

.form-section .feed-rec-options.inline {
    margin-bottom: 1rem
}

    .form-section .feed-rec-options.inline span {
        display: inline-block;
        width: auto
    }

        .form-section .feed-rec-options.inline span input[type=radio] {
            margin-right: .5rem
        }

.recommendations .product {
    padding-bottom: 1rem;
    border-bottom: 2px solid #0a0a0a;
    margin-bottom: 1rem
}

@media print,screen and (min-width:40em) {
    .recommendations .product {
        padding: 1rem 1.5em;
        border: 1px solid #c3c3c3;
        margin-bottom: 1rem
    }
}

@media print,screen and (min-width:64em) {
    .recommendations .product {
        margin-bottom: 2rem
    }
}

.body-condition .feed-rec-options {
    margin-bottom: 1rem
}

.rec-product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 100%
}

    .rec-product-card .rec-product-card-details {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-height: inherit !important
    }

@media print,screen and (min-width:40em) {
    .rec-product-card .rec-product-card-details {
        margin-right: 1rem
    }
}

.rec-product-card .rec-product-card-details span {
    color: #0a0a0a;
    font-size: .85rem;
    display: inline-block;
    font-weight: 700;
    padding: .2rem 0
}

    .rec-product-card .rec-product-card-details span.best-match {
        background-color: #cb262c;
        color: #fff;
        padding: .2rem .5rem
    }

.rec-product-card .rec-product-card-details .title {
    color: #cc2623;
    font-weight: 700;
    font-size: 1rem
}

@media print,screen and (min-width:40em) {
    .rec-product-card .rec-product-card-details .title {
        font-size: 1.2rem
    }
}

.rec-product-card .rec-product-card-details .description {
    font-size: .85rem
}

    .rec-product-card .rec-product-card-details .description span {
        font-weight: 700
    }

@media print,screen and (min-width:40em) {
    .rec-product-card .rec-product-card-details .description {
        font-size: .85rem
    }
}

.rec-product-card .rec-product-card-details .description span {
    font-size: .7rem;
    font-weight: 700
}

@media print,screen and (min-width:40em) {
    .rec-product-card .rec-product-card-details .description span {
        font-size: .85rem
    }
}

.rec-product-card .rec-product-card-details ul li {
    font-size: .85rem
}

@media print,screen and (min-width:40em) {
    .rec-product-card .rec-product-card-details ul li {
        font-size: .9rem;
        line-height: 1.3;
        padding-bottom: 10px
    }
}

.rec-product-card .rec-product-card-img {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    position: relative
}

    .rec-product-card .rec-product-card-img .phd__image {
        position: absolute;
        left: -30px;
        top: -10px;
        max-height: 100px
    }

    .rec-product-card .rec-product-card-img .product__image {
        max-width: 150px
    }

    .rec-product-card .rec-product-card-img .rec-product-checkbox {
        text-align: center
    }

        .rec-product-card .rec-product-card-img .rec-product-checkbox [type=checkbox], .rec-product-card .rec-product-card-img .rec-product-checkbox [type=radio] {
            margin-bottom: 0;
            vertical-align: middle;
            margin-right: 0
        }

        .rec-product-card .rec-product-card-img .rec-product-checkbox label {
            font-size: .8rem;
            margin-bottom: .5rem;
            position: relative
        }

.rec-product-card .rec-product-card-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1rem;
    margin-top: auto
}

@media print,screen and (min-width:40em) {
    .rec-product-card .rec-product-card-links {
        min-height: 50px
    }
}

.rec-product-card .rec-product-card-links .menu li {
    margin-bottom: .7rem;
    font-size: .85rem
}

    .rec-product-card .rec-product-card-links .menu li span {
        padding: 0;
        margin-right: .7rem;
        padding-right: .7rem;
        font-weight: 700
    }

    .rec-product-card .rec-product-card-links .menu li:last-child span {
        border-color: transparent;
        padding-right: 0
    }

.rec-product-card .rec-product-card-links li:last-child a {
    border-right: 0;
    margin-right: 0;
    padding-right: 0
}

.rec-product-card .rec-product-card-links .order-card-list {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: .5rem;
    margin-bottom: .5rem
}

    .rec-product-card .rec-product-card-links .order-card-list h4 {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 0;
        font-size: .8rem
    }

@media print,screen and (min-width:40em) {
    .rec-product-card .rec-product-card-links .order-card-list h4 {
        margin-left: 40%;
        font-size: 1rem
    }
}

.rec-product-card .rec-action-buttons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: auto
}

    .rec-product-card .rec-action-buttons button {
        margin-bottom: 0
    }

.compare-modal {
    padding: 1rem
}

@media print,screen and (min-width:40em) {
    .compare-modal {
        padding: 2rem
    }
}

.compare-modal h2.title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #cc2623
}

.purchase .rec-product-card {
    padding: 1rem;
    border: none;
    margin-bottom: 2rem;
    background-color: #cc2623;
    color: #fff
}

@media print,screen and (min-width:40em) {
    .purchase .rec-product-card {
        padding: 2rem
    }
}

.purchase .rec-product-card-details {
    -ms-flex-preferred-size: min-content;
    flex-basis: min-content;
    margin-right: 1rem
}

    .purchase .rec-product-card-details .title {
        color: #fff !important;
        font-size: 1.2rem
    }

@media print,screen and (min-width:40em) {
    .purchase .rec-product-card-details .title {
        font-size: 1.5rem
    }
}

.purchase .rec-product-card-details span {
    color: #fff !important
}

.purchase .rec-product-card-img .product__image {
    max-width: 150px
}

@media print,screen and (min-width:64em) {
    .purchase .rec-product-card-img .product__image {
        max-width: 180px;
        width: auto !important
    }
}

.purchase .rec-product-card-img .rec-product-checkbox label {
    color: #fff
}

.purchase .rec-product-btn {
    width: 100%
}

.purchase .form-section {
    border: none;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .purchase .form-section .feed-rec-options .check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

        .purchase .form-section .feed-rec-options .check label {
            line-height: 1.1;
            width: 85%
        }

.purchase .supplement {
    background-color: #d9d9d9;
    padding: 1rem;
    margin-bottom: 0;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media print,screen and (min-width:64em) {
    .purchase .supplement {
        padding: 2rem 3rem
    }
}

.purchase .supplement:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.purchase .supplement h3 {
    color: #0a0a0a;
    margin-bottom: 2rem
}

.purchase .may-enjoy, .purchase .supplement {
    margin-bottom: 2rem
}

    .purchase .may-enjoy img, .purchase .supplement img {
        max-height: 280px;
        margin-bottom: 1rem
    }

    .purchase .may-enjoy .s-product-wrap, .purchase .supplement .s-product-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

@media screen and (min-width:75em) {
    .purchase .may-enjoy .s-product-wrap, .purchase .supplement .s-product-wrap {
        width: 80%
    }
}

.purchase .may-enjoy .s-product-text .text-top, .purchase .supplement .s-product-text .text-top {
    text-align: left;
    color: #cc2623;
    border-left: 1px solid #cc2623;
    padding-left: .5rem;
    line-height: 1;
    margin-bottom: .5rem;
    font-size: .85rem;
    font-weight: 700
}

.purchase .may-enjoy .s-product p, .purchase .supplement .s-product p {
    margin-bottom: .5rem
}

.purchase .may-enjoy h3 {
    text-align: center
}

.purchase .may-enjoy img {
    max-height: 210px;
    margin-bottom: 1rem
}

.purchase .try-now {
    background-color: #0a0a0a;
    padding: 2rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .purchase .try-now img {
        max-height: 70px;
        margin-right: 1rem
    }

@media print,screen and (min-width:40em) {
    .purchase .try-now img {
        max-height: 100px
    }
}

.purchase .try-now .button {
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 0
}

.purchase .feed-finder-cta-section {
    margin-bottom: 1rem
}

@media print,screen and (min-width:40em) {
    .purchase .feed-finder-cta-section {
        margin-bottom: 2rem
    }
}

.purchase .pur-pd-bg-two-col .wrap {
    display: initial
}

@media print,screen and (min-width:40em) {
    .product--selected {
        -webkit-box-shadow: 0 0 4px 0 #cc2623;
        box-shadow: 0 0 4px 0 #cc2623
    }

        .product--selected .rec-product-card {
            border: transparent
        }
}

.compare-basket {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.compare-basket {
    width: 100%;
    padding: .75em;
    text-align: right;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    height: 0
}

    .compare-basket .action--compare {
        -webkit-transform: translate3d(0,-200%,0);
        transform: translate3d(0,-200%,0);
        -webkit-transition: -webkit-transform .3s cubic-bezier(.2,1,.3,1);
        transition: -webkit-transform .3s cubic-bezier(.2,1,.3,1);
        transition: transform .3s cubic-bezier(.2,1,.3,1);
        transition: transform .3s cubic-bezier(.2,1,.3,1),-webkit-transform .3s cubic-bezier(.2,1,.3,1);
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 0
    }

.compare-basket--active {
    height: auto
}

@media print,screen and (max-width:63.99875em) {
    .compare-basket--active {
        position: fixed;
        bottom: 0;
        top: auto;
        background-color: #0a0a0a
    }
}

.compare-basket--active .action--compare {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.compare-basket .product__image {
    vertical-align: middle;
    width: 50px;
    padding: 5px;
    margin: 0 3px;
    border-radius: 2px;
    position: relative
}

.action {
    display: inline-block;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    background: 0 0;
    text-align: center
}

.product-icon {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    margin: 0 3px;
    border-radius: 2px;
    position: relative;
    border: 1px solid #c3c3c3
}

    .product-icon .action__text--invisible {
        position: absolute;
        top: 100%;
        opacity: 0;
        pointer-events: none
    }

.action--remove {
    position: absolute;
    overflow: hidden;
    color: #0a0a0a;
    top: 0;
    right: 2px;
    padding: 0;
    font-size: .85em
}

@media print,screen and (max-width:63.99875em) {
    .action--remove {
        color: #fff
    }
}

.action--compare-add .check-hidden {
    position: absolute;
    opacity: 0
}

.action--compare-add .fa-check, .action--compare-add input[type=checkbox]:checked ~ .fa-plus {
    display: none
}

.action--compare-add input[type=checkbox]:checked ~ .fa-check {
    display: block;
    color: #cc2623
}

.action--compare-add .action__text--invisible {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none
}

.action--compare-add:hover .action__text--invisible {
    opacity: 1;
    top: 35px;
    right: 10px;
    color: #ddd;
    font-size: 75%;
    letter-spacing: 0;
    background: #2f3035;
    border-radius: 2px;
    padding: 3px 5px
}

.compare .rec-product-card {
    padding: 1rem;
    border: none
}

@media print,screen and (min-width:40em) {
    .compare .rec-product-card .rec-product-card-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 2rem
    }

    .compare .rec-product-card .rec-product-card-details {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .compare .rec-product-card .rec-product-card-links {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

        .compare .rec-product-card .rec-product-card-links .primary.button {
            margin-bottom: 0
        }
}

.compare .rec-product-card .order-card-list h4 {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-bottom: 0
}

    .compare .rec-product-card .order-card-list h4 .campare-values {
        color: #cc2623;
        font-weight: 700
    }

#cd-table {
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 1em auto;
    font-size: 14px;
    font-size: .875rem;
    border-right: 1px solid #e6e7f1
}

    #cd-table:after {
        content: "";
        display: table;
        clear: both
    }

    #cd-table:before {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        height: 100%;
        width: 35px;
        background: -webkit-gradient(linear,right top,left top,color-stop(10%,#fff),to(rgba(255,255,255,0)));
        background: linear-gradient(to left,#fff 10%,rgba(255,255,255,0));
        z-index: 5;
        pointer-events: none
    }

    #cd-table .cd-table-container {
        position: relative;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    #cd-table .cd-table-wrapper {
        width: 870px;
        padding-left: 50%
    }

    #cd-table .cd-table-column {
        width: 150px;
        float: left;
        border: 1px solid #e6e7f1;
        margin-left: -1px
    }

    #cd-table .cd-select {
        display: block;
        height: 100%;
        width: 100%;
        font-weight: 700
    }

    #cd-table header.cd-table-column {
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10;
        background: #cacaca;
        margin-left: 0;
        pointer-events: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        #cd-table header.cd-table-column .order-card-list h4 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: inherit;
            flex-flow: inherit
        }

@media print,screen and (min-width:64em) {
    #cd-table header.cd-table-column .rec-product-card-links {
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }
}

#cd-table .cd-scroll-right {
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0;
    bottom: -32px;
    margin-top: -8px;
    background: url(../img/icons/small-arrow.svg) no-repeat center center;
    background-size: 100%;
    z-index: 6;
    cursor: pointer;
    -webkit-animation: cd-scroll-right 1.5s infinite;
    animation: cd-scroll-right 1.5s infinite
}

    #cd-table .cd-scroll-right span {
        position: absolute;
        left: -100%;
        top: 20%
    }

.no-cssgradients #cd-table::before {
    display: none
}

#cd-table.table-end::before {
    display: none
}

#cd-table .cd-table-column:last-child {
    border-right: none
}

@media only screen and (min-width:870px) {
    #cd-table {
        margin: 1rem auto;
        border-right: none
    }

        #cd-table .cd-table-wrapper {
            width: 100%;
            padding-left: 33.3333%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        #cd-table .cd-table-column {
            width: 20%;
            float: left;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            #cd-table .cd-table-column:last-child {
                border-right: 1px solid #e6e7f1
            }

        #cd-table header.cd-table-column {
            width: 33.3333%;
            float: left;
            background: #cacaca;
            -webkit-box-shadow: none;
            box-shadow: none;
            pointer-events: auto
        }

        #cd-table .cd-scroll-right {
            display: none
        }

        #cd-table::before {
            display: none
        }
}

@media only screen and (min-width:1170px) {
    #cd-table {
        margin: 1rem auto
    }
}

@-webkit-keyframes cd-scroll-right {
    0%,100% {
        -webkit-transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(3px)
    }
}

@keyframes cd-scroll-right {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
}

.email-results-bg {
    padding: 2rem;
    background-color: #d9d9d9;
    margin-bottom: 2rem
}

@media print,screen and (max-width:63.99875em) {
    .email-results-bg .input-group-field {
        margin-bottom: 1rem !important
    }
}

.email-results-bg .button, .email-results-bg .input-group-field {
    margin-bottom: 0
}

.email-results-bg .error-msg {
    bottom: -1.5rem;
    left: 1rem;
    position: absolute
}

@media print,screen and (max-width:39.99875em) {
    .email-results-bg .error-msg {
        position: relative;
        bottom: 0;
        left: 0
    }
}

.email-results-bg .error [type=checkbox], .email-results-bg .error [type=email], .email-results-bg .error [type=radio], .email-results-bg .error label, .email-results-bg .error select {
    color: #cc2623;
    border-color: #cc2623
}

@media print,screen and (max-width:63.99875em) {
    .email-results-bg .error .input-group-field {
        margin-bottom: 0 !important
    }
}

.consult {
    background-color: #ebebeb
}

    .consult .more-details-img {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .consult .wrap {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

@media print,screen and (min-width:64em) {
    .consult .more-details-img {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .consult .wrap {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }
}

.sl-common-conditions, .sl-team-content {
    background-color: #fefefe
}

.sl-common-conditions, .sl-experts-content, .sl-professional-content, .sl-team-content {
    padding: 2.5rem 1.2rem 2rem
}

@media print,screen and (min-width:40em) {
    .sl-common-conditions, .sl-experts-content, .sl-professional-content, .sl-team-content {
        padding: 4rem 2rem 2rem
    }
}

@media print,screen and (min-width:64em) {
    .sl-common-conditions, .sl-experts-content, .sl-professional-content, .sl-team-content {
        padding: 4rem 10rem 4rem
    }
}

.sl-common-conditions .title, .sl-experts-content .title, .sl-professional-content .title, .sl-team-content .title {
    text-transform: uppercase;
    color: #cc2623;
    font-weight: 700;
    margin-bottom: 1rem
}

@media print,screen and (min-width:40em) {
    .sl-common-conditions .title, .sl-experts-content .title, .sl-professional-content .title, .sl-team-content .title {
        margin-bottom: 1rem
    }
}

.sl-common-conditions .searchbox-text, .sl-experts-content .searchbox-text, .sl-professional-content .searchbox-text, .sl-team-content .searchbox-text {
    padding-left: 50px;
    border-color: #cc262c;
    height: 54px
}

.sl-common-conditions .search-icon, .sl-experts-content .search-icon, .sl-professional-content .search-icon, .sl-team-content .search-icon {
    position: absolute;
    top: 14px;
    left: 19px
}

    .sl-common-conditions .search-icon .fa, .sl-experts-content .search-icon .fa, .sl-professional-content .search-icon .fa, .sl-team-content .search-icon .fa {
        font-size: 24px;
        color: #cacaca
    }

.sl-common-conditions .searchbox, .sl-experts-content .searchbox, .sl-professional-content .searchbox, .sl-team-content .searchbox {
    position: relative
}

.sl-common-conditions .fa, .sl-experts-content .fa, .sl-professional-content .fa, .sl-team-content .fa {
    font-size: 3em;
    color: #cc262c
}

.professional-container .sl-content-tile {
    padding-top: 0;
    background: #fff;
    margin-bottom: 2rem;
    min-height: 220px
}

.sl-tile-detail {
    padding: 15px 15px 10px 15px
}

    .sl-tile-detail p {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

.contentTypeIcon {
    display: none
}

@media screen and (min-width:40em) {
    .professional-container .sl-tile-detail h6 {
        margin-top: 0
    }
}

.professional-container .sl-tile-detail h6 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.professional-container .content {
    display: none
}

.professional-container .nutrition-guidelines {
    display: none
}

.sl-member-tile {
    margin-bottom: 20px;
    background: #060505
}

@media only screen and (min-width:1200px) {
    .sl-content-tile a, .sl-member-tile a {
        display: block;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out
    }

        .sl-content-tile a:hover, .sl-member-tile a:hover {
            opacity: .65
        }

    .sl-long-tile .sl-lt-text {
        -webkit-transition: .2s background ease-in-out;
        transition: .2s background ease-in-out
    }

    .sl-long-tile:hover .sl-lt-text {
        background: rgba(0,0,0,.15)
    }
}

.sl-member-img {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    background-position: center;
    background-size: cover
}

.sl-mem-tile-detail {
    padding: 15px
}

    .sl-mem-tile-detail h6 {
        color: #fff;
        font-size: 14px;
        line-height: 1.2
    }

    .sl-mem-tile-detail p {
        color: #fff;
        font-size: 12px;
        margin: 0;
        line-height: 1.25
    }

.vetscroll-y {
    overflow-y: scroll
}

    .vetscroll-y::-webkit-scrollbar {
        width: 6px;
        height: 50px;
        background: 0 0
    }

    .vetscroll-y::-webkit-scrollbar-track {
        border-radius: 10px
    }

    .vetscroll-y::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #ccc
    }

    .vetscroll-y.pad-right {
        padding-right: 10px
    }

.sl-experts-content .sl-content-tile {
    background: #fff;
    margin-bottom: 1rem;
    display: none
}

.ans-experts .ans-experts-detail .answer {
    display: none
}

    .ans-experts .ans-experts-detail .answer.expanded, .ans-experts .ans-experts-detail .pd-product-features .answer.button, .pd-product-features .ans-experts .ans-experts-detail .answer.button {
        display: block
    }

.ans-experts .ans-experts-detail .fa-question-answer {
    font-size: 120%;
    margin-bottom: 15px;
    color: #999
}

.ans-experts-detail a {
    display: inline !important
}

.ans-experts-detail .media-object img {
    max-height: 35px
}

.ans-experts .thumbnail {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none
}

.ans-experts .main-section p {
    color: #cc262c;
    font-weight: 700
}

.ans-experts .ans-experts-detail {
    padding: 25px
}

    .ans-experts .ans-experts-detail .ask-title {
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 1.4;
        font-weight: 700;
        margin-bottom: 10px
    }

    .ans-experts .ans-experts-detail .fa-horse {
        font-size: 180%;
        margin-bottom: 20px
    }

    .ans-experts .ans-experts-detail .fa .iconTitles {
        font-size: .8rem;
        font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
        font-weight: 700;
        margin-left: 5px
    }

@media screen and (min-width:40em) {
    .ans-experts .ans-experts-detail .ask-title {
        font-size: 1.25rem
    }
}

.ans-experts-detail a {
    display: inline !important
}

@media only screen and (min-width:1200px) {
    .sl-content-tile a, .sl-member-tile a {
        display: block;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out
    }
}

.highlight {
    background-color: #fff34d;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.7);
    box-shadow: 0 1px 4px rgba(0,0,0,.7)
}

.highlight {
    padding: 1px 4px;
    margin: 0 -4px
}

@media print, screen and (min-width: 40em) {
    .right-img .medium-6.cell.small-pull-right.more-details-img {
        padding-right: 0;
        padding-left: 1.25rem;
        order: 2;
    }

    .right-img .medium-6.cell.wrap.small-order-2.medium-order-2 {
        order: 1;
        padding-left: 0;
        padding-right: 1.25rem;
    }
}
