/* cmsms stylesheet: init modified: 03/25/20 11:25:26 */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

figcaption,
figure {
    display: block;
}

figure {
    margin: 1em 40px;
}

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

main {
    display: block;
}

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

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

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

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

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

input {
    overflow: visible;
}

[type="checkbox"],
[type="radio"] {
    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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

details {
    display: block;
}

summary {
    display: list-item;
}

menu {
    display: block;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    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 {
    width: 100%;
    border-radius: 0;
}

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

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

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

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

.row::before,
.row::after {
    display: table;
    content: ' ';
}

.row::after {
    clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}

.row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

@media print,
screen and (min-width:40em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

@media print,
screen and (min-width:64em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}

.row.expanded {
    max-width: none;
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}

.row.gutter-small>.column,
.row.gutter-small>.columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.row.gutter-medium>.column,
.row.gutter-medium>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

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

@media print,
screen and (min-width:40em) {
    .column,
    .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.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 {
    margin-right: 0;
    margin-left: 0;
}

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

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

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

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

@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 {
        margin-right: 0;
        margin-left: 0;
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .medium-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .medium-centered,
    .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

@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 {
        margin-right: 0;
        margin-left: 0;
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .large-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .large-centered,
    .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

.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;
    }
}

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

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

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

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

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

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

h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

@media print,
screen and (min-width:40em) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 1.9375rem;
    }
    h4 {
        font-size: 1.5625rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: 1rem;
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #1468a0;
}

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;
}

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

li {
    font-size: inherit;
}

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

ol {
    margin-left: 1.25rem;
}

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

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

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

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}

cite:before {
    content: "— ";
}

abbr {
    border-bottom: 1px dotted #0a0a0a;
    color: #0a0a0a;
    cursor: help;
}

figure {
    margin: 0;
}

code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    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;
}

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

.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;
    }
}

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

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

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cacaca;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #cacaca;
}

input::placeholder,
textarea::placeholder {
    color: #cacaca;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

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

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

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

[type='checkbox']+label,
[type='radio']+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.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: 0.5rem;
}

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

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

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

.pane-node-webform label {
    text-align: left !important;
}

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}

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

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

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    width: 1%;
    height: 100%;
}

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

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

.input-group-field {
    border-radius: 0;
    height: 2.5rem;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%;
    height: 100%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

.input-group .input-group-button {
    display: table-cell;
}

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

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

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

.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.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;
    line-height: normal;
    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;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@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: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

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

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

.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: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37;
}

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

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe;
}

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

.button:hover,
.button:focus {
    background-color: #14679e;
    color: #fefefe;
}

.button.tiny {
    font-size: 0.6rem;
}

.button.small {
    font-size: 0.75rem;
}

.button.large {
    font-size: 1.25rem;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.button.primary {
    background-color: #1779ba;
    color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
    background-color: #126195;
    color: #fefefe;
}

.button.secondary {
    background-color: #767676;
    color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #5e5e5e;
    color: #fefefe;
}

.button.success {
    background-color: #3adb76;
    color: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
    background-color: #22bb5b;
    color: #0a0a0a;
}

.button.warning {
    background-color: #ffae00;
    color: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0a;
}

.button.alert {
    background-color: #cc4b37;
    color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
    background-color: #a53b2a;
    color: #fefefe;
}

.button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
    background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
    border-color: #0c3d5d;
    color: #0c3d5d;
}

.button.hollow.primary {
    border: 1px solid #1779ba;
    color: #1779ba;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d;
}

.button.hollow.secondary {
    border: 1px solid #767676;
    color: #767676;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b;
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
    border-color: #157539;
    color: #157539;
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
    border-color: #805700;
    color: #805700;
}

.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a;
}

.button.disabled,
.button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
    background-color: #1779ba;
    color: #fefefe;
}

.button.disabled.secondary,
.button[disabled].secondary {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #767676;
    color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #3adb76;
    color: #fefefe;
}

.button.disabled.warning,
.button[disabled].warning {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    background-color: #ffae00;
    color: #fefefe;
}

.button.disabled.alert,
.button[disabled].alert {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #cc4b37;
    color: #fefefe;
}

.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}

.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none;
}

.accordion-item:first-child> :first-child {
    border-radius: 0 0 0 0;
}

.accordion-item:last-child> :last-child {
    border-radius: 0 0 0 0;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba;
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
    background-color: #e6e6e6;
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.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;
}

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

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

.is-accordion-submenu-parent[aria-expanded='true']>a::after {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    background: #1779ba;
    color: #fefefe;
}

.badge.primary {
    background: #1779ba;
    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::before,
.breadcrumbs::after {
    display: table;
    content: ' ';
}

.breadcrumbs::after {
    clear: both;
}

.breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    top: 1px;
    margin: 0 0.75rem;
    opacity: 1;
    content: "/";
    color: #cacaca;
}

.breadcrumbs a {
    color: #1779ba;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed;
}

.button-group {
    margin-bottom: 1rem;
    font-size: 0;
}

.button-group::before,
.button-group::after {
    display: table;
    content: ' ';
}

.button-group::after {
    clear: both;
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
}

.button-group .button:last-child {
    margin-right: 0;
}

.button-group.tiny .button {
    font-size: 0.6rem;
}

.button-group.small .button {
    font-size: 0.75rem;
}

.button-group.large .button {
    font-size: 1.25rem;
}

.button-group.expanded {
    margin-right: -1px;
}

.button-group.expanded::before,
.button-group.expanded::after {
    display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button {
    display: inline-block;
    width: calc(50% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child,
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child {
    margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button {
    display: inline-block;
    width: calc(33.33333% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child,
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child {
    margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button {
    display: inline-block;
    width: calc(25% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child,
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child {
    margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button {
    display: inline-block;
    width: calc(20% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child,
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child {
    margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button {
    display: inline-block;
    width: calc(16.66667% - 1px);
    margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child,
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child {
    margin-right: -6px;
}

.button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
    background-color: #126195;
    color: #fefefe;
}

.button-group.secondary .button {
    background-color: #767676;
    color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
    background-color: #5e5e5e;
    color: #fefefe;
}

.button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
    background-color: #22bb5b;
    color: #0a0a0a;
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #0a0a0a;
}

.button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #fefefe;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
    width: 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0;
}

@media print,
screen and (min-width:40em) {
    .button-group.stacked-for-small .button {
        width: auto;
        margin-bottom: 0;
    }
}

@media print,
screen and (min-width:64em) {
    .button-group.stacked-for-medium .button {
        width: auto;
        margin-bottom: 0;
    }
}

@media screen and (max-width:39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0;
    }
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: white;
    color: #0a0a0a;
}

.callout> :first-child {
    margin-top: 0;
}

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

.callout.primary {
    background-color: #d7ecfa;
    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: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}

.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
}

.card {
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
}

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

.card-divider {
    padding: 1rem;
    background: #e6e6e6;
}

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

.card-section {
    padding: 1rem;
}

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

.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer;
}

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

.close-button:hover,
.close-button:focus {
    color: #0a0a0a;
}

.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
}

.menu {
    margin: 0;
    list-style-type: none;
}

.menu>li {
    display: table-cell;
    vertical-align: middle;
}

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

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

.menu>li>a.active-trail {
    padding: 2px;
}

@media print,
screen and (max-width:40em) {
    .menu {
        padding-bottom: 20px;
    }
}

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

.menu>li>a img,
.menu>li>a i,
.menu>li>a svg {
    vertical-align: middle;
}

.menu>li>a img+span,
.menu>li>a i+span,
.menu>li>a svg+span {
    vertical-align: middle;
}

.menu>li>a img,
.menu>li>a i,
.menu>li>a svg {
    margin-right: 0.25rem;
    display: inline-block;
}

.menu>li,
.menu.horizontal>li {
    display: table-cell;
}

.menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.menu.expanded>li:first-child:last-child {
    width: 100%;
}

.menu.vertical>li {
    display: block;
}

@media print,
screen and (min-width:40em) {
    .menu.medium-horizontal>li {
        display: table-cell;
    }
    .menu.medium-expanded {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .menu.medium-expanded>li:first-child:last-child {
        width: 100%;
    }
    .menu.medium-vertical>li {
        display: block;
    }
}

@media print,
screen and (min-width:64em) {
    .menu.large-horizontal>li {
        display: table-cell;
    }
    .menu.large-expanded {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .menu.large-expanded>li:first-child:last-child {
        width: 100%;
    }
    .menu.large-vertical>li {
        display: block;
    }
}

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

.menu.simple a {
    padding: 0;
}

.menu.align-right::before,
.menu.align-right::after {
    display: table;
    content: ' ';
}

.menu.align-right::after {
    clear: both;
}

.menu.align-right>li {
    float: right;
}

.menu.icon-top>li>a {
    text-align: center;
}

.menu.icon-top>li>a img,
.menu.icon-top>li>a i,
.menu.icon-top>li>a svg {
    display: block;
    margin: 0 auto 0.25rem;
}

.menu.icon-top.vertical a>span {
    margin: auto;
}

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

.menu .active>a {
    background: #1779ba;
    color: #fefefe;
}

.menu.menu-bordered li {
    border: 1px solid #e6e6e6;
}

.menu.menu-bordered li:not(:first-child) {
    border-top: 0;
}

.menu.menu-hover li:hover {
    background-color: #e6e6e6;
}

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

.menu-centered {
    text-align: center;
}

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

.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;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: '';
}

.menu-icon:hover::after {
    background: #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;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: '';
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

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

.is-drilldown li {
    display: block;
}

.is-drilldown.animate-height {
    transition: height 0.5s;
}

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

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

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

.drilldown-submenu-cover-previous {
    min-height: 100%;
}

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

.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 #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
}

.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 #1779ba transparent transparent;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
    border-left-width: 0;
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: block;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem;
}

.dropdown-pane.is-open {
    visibility: visible;
}

.dropdown-pane.tiny {
    width: 100px;
}

.dropdown-pane.small {
    width: 200px;
}

.dropdown-pane.large {
    width: 400px;
}

.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: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
}

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

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

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

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    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 #1779ba transparent transparent;
}

.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 #1779ba;
}

@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: #1779ba transparent transparent;
        right: 5px;
        margin-top: -3px;
    }
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        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 #1779ba transparent transparent;
    }
    .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 #1779ba;
    }
}

@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: #1779ba transparent transparent;
        right: 5px;
        margin-top: -3px;
    }
    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        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 #1779ba transparent transparent;
    }
    .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 #1779ba;
    }
}

.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;
    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;
}

.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 #1779ba transparent transparent;
}

.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 #1779ba;
}

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

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

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

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}

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

.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%;
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #1779ba;
    color: #fefefe;
}

.label.primary {
    background: #1779ba;
    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;
}

.media-object {
    display: block;
    margin-bottom: 1rem;
}

.media-object img {
    max-width: none;
}

@media screen and (max-width:39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        display: block;
    }
    .media-object.stack-for-small .media-object-section img {
        width: 100%;
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top;
}

.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-object-section.middle {
    vertical-align: middle;
}

.media-object-section.bottom {
    vertical-align: bottom;
}

.is-off-canvas-open {
    overflow: hidden;
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(254, 254, 254, 0.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: 1;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
}

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

.off-canvas.is-transition-overlap {
    z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
    transform: translate(0, 0);
}

.off-canvas-absolute {
    position: absolute;
    z-index: 1;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
}

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

.off-canvas-absolute.is-transition-overlap {
    z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
    transform: translate(0, 0);
}

.position-left {
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    transform: translateX(-250px);
    overflow-y: auto;
}

.position-left.is-open~.off-canvas-content {
    transform: translateX(250px);
}

.position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " ";
}

.position-left.is-transition-overlap.is-open~.off-canvas-content {
    transform: none;
}

.position-right {
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
}

.position-right.is-open~.off-canvas-content {
    transform: translateX(-250px);
}

.position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " ";
}

.position-right.is-transition-overlap.is-open~.off-canvas-content {
    transform: none;
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    transform: translateY(-250px);
    overflow-x: auto;
}

.position-top.is-open~.off-canvas-content {
    transform: translateY(250px);
}

.position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " ";
}

.position-top.is-transition-overlap.is-open~.off-canvas-content {
    transform: none;
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    transform: translateY(250px);
    overflow-x: auto;
}

.position-bottom.is-open~.off-canvas-content {
    transform: translateY(-250px);
}

.position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " ";
}

.position-bottom.is-transition-overlap.is-open~.off-canvas-content {
    transform: none;
}

.off-canvas-content {
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media print,
screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        transform: none;
        z-index: 1;
    }
    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-medium {
        transform: none;
        z-index: 1;
    }
    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-medium {
        transform: none;
        z-index: 1;
    }
    .position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-medium {
        transform: none;
        z-index: 1;
    }
    .position-bottom.reveal-for-medium~.off-canvas-content {
        margin-bottom: 250px;
    }
}

@media print,
screen and (min-width:64em) {
    .position-left.reveal-for-large {
        transform: none;
        z-index: 1;
    }
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-large {
        transform: none;
        z-index: 1;
    }
    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-large {
        transform: none;
        z-index: 1;
    }
    .position-top.reveal-for-large~.off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-large {
        transform: none;
        z-index: 1;
    }
    .position-bottom.reveal-for-large~.off-canvas-content {
        margin-bottom: 250px;
    }
}

.orbit {
    position: relative;
}

.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.orbit-slide {
    width: 100%;
}

.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, 0.5);
    color: #fefefe;
}

.orbit-previous,
.orbit-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
    outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
    left: 0;
}

.orbit-next {
    left: auto;
    right: 0;
}

.orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
    outline: 0;
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca;
}

.orbit-bullets button:hover {
    background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
    background-color: #8a8a8a;
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
    display: table;
    content: ' ';
}

.pagination::after {
    clear: both;
}

.pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none;
}

.pagination li:last-child,
.pagination li:first-child {
    display: inline-block;
}

@media print,
screen and (min-width:40em) {
    .pagination li {
        display: inline-block;
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6;
}

.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default;
}

.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed;
}

.pagination .disabled:hover {
    background: transparent;
}

.pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: '\00bb';
}

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca;
}

.progress.primary .progress-meter {
    background-color: #1779ba;
}

.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: #1779ba;
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap;
}

.slider {
    position: relative;
    height: 0.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;
    touch-action: none;
}

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

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

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

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

.slider-handle:hover {
    background-color: #14679e;
}

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

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

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

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

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

.sticky-container {
    position: relative;
}

.sticky {
    position: relative;
    z-index: 0;
    transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
}

.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;
}

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

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

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

.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,
.reveal .columns {
    min-width: 0;
}

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

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

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

.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;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}

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

.reveal.without-overlay {
    position: fixed;
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: bold;
    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;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}

input+.switch-paddle {
    margin: 0;
}

.switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: '';
}

input:checked~.switch-paddle {
    background: #1779ba;
}

input:checked~.switch-paddle::after {
    left: 2.25rem;
}

[data-whatinput='mouse'] input:focus~.switch-paddle {
    outline: 0;
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 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: 0.625rem;
}

.switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.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: 0.75rem;
}

.switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.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: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem;
}

.switch.large input:checked~.switch-paddle::after {
    left: 2.75rem;
}

table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}

thead,
tbody,
tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
}

thead {
    background: #f8f8f8;
    color: #0a0a0a;
}

tfoot {
    background: #f1f1f1;
    color: #0a0a0a;
}

thead tr,
tfoot tr {
    background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left;
}

tbody th,
tbody td {
    padding: 0.5rem 0.625rem 0.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 screen and (max-width:63.9375em) {
    table.stack thead {
        display: none;
    }
    table.stack tfoot {
        display: none;
    }
    table.stack tr,
    table.stack th,
    table.stack td {
        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;
}

.table-scroll table {
    width: auto;
}

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

.tabs::before,
.tabs::after {
    display: table;
    content: ' ';
}

.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: transparent;
}

.tabs.primary {
    background: #1779ba;
}

.tabs.primary>li>a {
    color: #fefefe;
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
    background: #1673b1;
}

.tabs-title {
    float: left;
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba;
}

.tabs-title>a:hover {
    background: #fefefe;
    color: #1468a0;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: #e6e6e6;
    color: #1779ba;
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    transition: all 0.5s ease;
}

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

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

.tabs-panel[aria-hidden="false"] {
    display: block;
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0;
}

a.thumbnail {
    transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
    box-shadow: none;
}

.title-bar {
    padding: 0.5rem;
    background: #0a0a0a;
    color: #fefefe;
}

.title-bar::before,
.title-bar::after {
    display: table;
    content: ' ';
}

.title-bar::after {
    clear: both;
}

.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.title-bar-left {
    float: left;
}

.title-bar-right {
    float: right;
    text-align: right;
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    cursor: help;
}

.tooltip {
    position: absolute;
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 0;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe;
}

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

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

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

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

.top-bar {
    padding: 0.5rem;
}

.top-bar::before,
.top-bar::after {
    display: table;
    content: ' ';
}

.top-bar::after {
    clear: both;
}

.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 {
    width: 100%;
}

@media print,
screen and (min-width:40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        width: auto;
    }
}

@media screen and (max-width:63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        width: 100%;
    }
}

@media screen and (max-width:74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        width: 100%;
    }
}

.top-bar-title {
    display: inline-block;
    float: left;
    padding: 0.5rem 1rem 0.5rem 0;
}

.top-bar-title .menu-icon {
    bottom: 2px;
}

.top-bar-left {
    float: left;
}

.top-bar-right {
    float: right;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width:39.9375em) {
    .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.9375em) {
    .show-for-medium {
        display: none !important;
    }
    div.jusity-for-medium-only>p {}
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
    .jusity-for-medium-only>p {
        text-align: justify !important;
    }
}

@media screen and (max-width:39.9375em),
screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important;
    }
    .jusity-for-medium-only>p {
        text-align: justify !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clearfix::before,
.clearfix::after {
    display: table;
    content: ' ';
}

.clearfix::after {
    clear: both;
}

.pretty * {
    box-sizing: border-box;
}

.pretty input:not([type='checkbox']):not([type='radio']) {
    display: none;
}

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1;
}

.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px);
}

.pretty .state label:before,
.pretty .state label:after {
    content: '';
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    background-color: transparent;
}

.pretty .state label:before {
    border-color: #dbdbdb;
}

.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
    display: none;
}

@-webkit-keyframes zoom {
    0% {
        opacity: 0;
        transform: scale(0);
    }
}

@keyframes zoom {
    0% {
        opacity: 0;
        transform: scale(0);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        transform: scale(7);
    }
    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(1);
    }
    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: scale(1.5);
    }
    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: scale(1);
    }
    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: scale(1.24);
    }
    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: scale(1);
    }
    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: scale(1.04);
    }
    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

@keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        transform: scale(7);
    }
    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(1);
    }
    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: scale(1.5);
    }
    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: scale(1);
    }
    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: scale(1.24);
    }
    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: scale(1);
    }
    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: scale(1.04);
    }
    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

@-webkit-keyframes jelly {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(0.75, 1.25, 1);
    }
    40% {
        transform: scale3d(1.25, 0.75, 1);
    }
    50% {
        transform: scale3d(0.85, 1.15, 1);
    }
    65% {
        transform: scale3d(1.05, 0.95, 1);
    }
    75% {
        transform: scale3d(0.95, 1.05, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jelly {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(0.75, 1.25, 1);
    }
    40% {
        transform: scale3d(1.25, 0.75, 1);
    }
    50% {
        transform: scale3d(0.85, 1.15, 1);
    }
    65% {
        transform: scale3d(1.05, 0.95, 1);
    }
    75% {
        transform: scale3d(0.95, 1.05, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes rotate {
    0% {
        opacity: 0;
        transform: translateZ(-200px) rotate(-45deg);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) rotate(0);
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        transform: translateZ(-200px) rotate(-45deg);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) rotate(0);
    }
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0px 0px 0px 0px #dbdbdb;
    }
    100% {
        box-shadow: 0px 0px 0px 1.5em rgba(219, 219, 219, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0px 0px 0px 0px #dbdbdb;
    }
    100% {
        box-shadow: 0px 0px 0px 1.5em rgba(219, 219, 219, 0);
    }
}

.pretty.p-default.p-fill .state label:after {
    transform: scale(1);
}

.pretty.p-default .state label:after {
    transform: scale(0.6);
}

.pretty.p-default input:checked~.state label:before {
    border-color: #c6c6c6;
}

.pretty.p-default input:checked~.state label:after {
    background-color: #500778 !important;
}

.pretty.p-default.p-thick .state label:before,
.pretty.p-default.p-thick .state label:after {
    border-width: calc(1em / 7);
}

.pretty.p-default.p-thick .state label:after {
    transform: scale(0.4) !important;
}

.pretty.p-icon .state .icon {
    position: absolute;
    font-size: .9rem;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0;
}

.pretty.p-icon .state .icon:before {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.pretty.p-icon input:checked~.state .icon {
    opacity: 1;
}

.pretty.p-icon input:checked~.state label:before {
    border-color: #c6c6c6;
}

.pretty.p-svg .state .svg {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0;
}

.pretty.p-svg .state svg {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.pretty.p-svg input:checked~.state .svg {
    opacity: 1;
}

.pretty.p-image .state img {
    opacity: 0;
    position: absolute;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    top: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    left: 0;
    z-index: 0;
    text-align: center;
    line-height: normal;
    transform: scale(0.8);
}

.pretty.p-image input:checked~.state img {
    opacity: 1;
}

.pretty.p-switch input {
    min-width: 2em;
}

.pretty.p-switch .state {
    position: relative;
}

.pretty.p-switch .state:before {
    content: '';
    border: 1px solid #dbdbdb;
    border-radius: 60px;
    width: 2em;
    box-sizing: unset;
    height: calc(1em + 2px);
    position: absolute;
    top: 0;
    top: calc((0% - (100% - 1em)) - 16%);
    z-index: 0;
    transition: all 0.5s ease;
}

.pretty.p-switch .state label {
    text-indent: 2.5em;
}

.pretty.p-switch .state label:before,
.pretty.p-switch .state label:after {
    transition: all 0.5s ease;
    border-radius: 100%;
    left: 0;
    border-color: transparent;
    transform: scale(0.8);
}

.pretty.p-switch .state label:after {
    background-color: #dbdbdb !important;
}

.pretty.p-switch input:checked~.state:before {
    border-color: #c6c6c6;
}

.pretty.p-switch input:checked~.state label:before {
    opacity: 0;
}

.pretty.p-switch input:checked~.state label:after {
    background-color: #c6c6c6 !important;
    left: 1em;
}

.pretty.p-switch.p-fill input:checked~.state:before {
    border-color: #c6c6c6;
    background-color: #c6c6c6 !important;
}

.pretty.p-switch.p-fill input:checked~.state label:before {
    opacity: 0;
}

.pretty.p-switch.p-fill input:checked~.state label:after {
    background-color: #fff !important;
    left: 1em;
}

.pretty.p-switch.p-slim .state:before {
    height: 0.1em;
    background: #dbdbdb !important;
    top: calc(50% - 0.1em);
}

.pretty.p-switch.p-slim input:checked~.state:before {
    border-color: #c6c6c6;
    background-color: #c6c6c6 !important;
}

.pretty.p-has-hover input:hover~.state:not(.p-is-hover) {
    display: none;
}

.pretty.p-has-hover input:hover~.state.p-is-hover {
    display: block;
}

.pretty.p-has-hover input:hover~.state.p-is-hover .icon {
    display: block;
}

.pretty.p-has-focus input:focus~.state label:before {
    box-shadow: 0px 0px 3px 0px #bdc3c7;
}

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate~.state:not(.p-is-indeterminate) {
    display: none;
}

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate~.state.p-is-indeterminate {
    display: block;
}

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate~.state.p-is-indeterminate .icon {
    display: block;
    opacity: 1;
}

.pretty.p-toggle .state.p-on {
    opacity: 0;
    display: none;
}

.pretty.p-toggle .state.p-off,
.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img {
    opacity: 1;
    display: inherit;
}

.pretty.p-toggle .state.p-off .icon {
    color: #dbdbdb;
}

.pretty.p-toggle input:checked~.state.p-on {
    opacity: 1;
    display: inherit;
}

.pretty.p-toggle input:checked~.state.p-off {
    opacity: 0;
    display: none;
}

.pretty.p-plain input:checked~.state label:before,
.pretty.p-plain.p-toggle .state label:before {
    content: none;
}

.pretty.p-plain.p-plain .icon {
    transform: scale(1.1);
}

.pretty.p-round .state label:before,
.pretty.p-round .state label:after {
    border-radius: 100%;
}

.pretty.p-round.p-icon .state .icon {
    border-radius: 100%;
    overflow: hidden;
}

.pretty.p-round.p-icon .state .icon:before {
    transform: scale(0.8);
}

.pretty.p-curve .state label:before,
.pretty.p-curve .state label:after {
    border-radius: 20%;
}

.pretty.p-smooth label:before,
.pretty.p-smooth label:after,
.pretty.p-smooth .icon,
.pretty.p-smooth .svg {
    transition: all 0.5s ease;
}

.pretty.p-smooth input:checked+.state label:after {
    transition: all 0.3s ease;
}

.pretty.p-smooth input:checked+.state .icon,
.pretty.p-smooth input:checked+.state .svg,
.pretty.p-smooth input:checked+.state img {
    -webkit-animation: zoom 0.2s ease;
    animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-default input:checked+.state label:after {
    -webkit-animation: zoom 0.2s ease;
    animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-plain input:checked+.state label:before {
    content: '';
    transform: scale(0);
    transition: all 0.5s ease;
}

.pretty.p-tada:not(.p-default) input:checked+.state .icon,
.pretty.p-tada:not(.p-default) input:checked+.state .svg,
.pretty.p-tada:not(.p-default) input:checked+.state img,
.pretty.p-tada:not(.p-default) input:checked+.state label:before,
.pretty.p-tada:not(.p-default) input:checked+.state label:after {
    -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
    animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
    opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked+.state .icon,
.pretty.p-jelly:not(.p-default) input:checked+.state .svg,
.pretty.p-jelly:not(.p-default) input:checked+.state img,
.pretty.p-jelly:not(.p-default) input:checked+.state label:before,
.pretty.p-jelly:not(.p-default) input:checked+.state label:after {
    -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
    border-color: transparent;
}

.pretty.p-rotate:not(.p-default) input:checked~.state .icon,
.pretty.p-rotate:not(.p-default) input:checked~.state .svg,
.pretty.p-rotate:not(.p-default) input:checked~.state img,
.pretty.p-rotate:not(.p-default) input:checked~.state label:before,
.pretty.p-rotate:not(.p-default) input:checked~.state label:after {
    -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
}

.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
    border-color: transparent;
}

.pretty.p-pulse:not(.p-switch) input:checked~.state label:before {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.pretty input[disabled] {
    cursor: not-allowed;
    display: none;
}

.pretty input[disabled]~* {
    opacity: .5;
}

.pretty.p-locked input {
    display: none;
    cursor: not-allowed;
}

.pretty input:checked~.state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
    background-color: #428bca !important;
}

.pretty input:checked~.state.p-primary .icon,
.pretty input:checked~.state.p-primary .svg,
.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked~.state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
    border-color: #428bca;
}

.pretty input:checked~.state.p-primary-o label:after,
.pretty.p-toggle .state.p-primary-o label:after {
    background-color: transparent;
}

.pretty input:checked~.state.p-primary-o .icon,
.pretty input:checked~.state.p-primary-o .svg,
.pretty input:checked~.state.p-primary-o svg,
.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
    color: #428bca;
    stroke: #428bca;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
    background-color: #428bca !important;
}

.pretty.p-switch input:checked~.state.p-primary:before {
    border-color: #428bca;
}

.pretty.p-switch.p-fill input:checked~.state.p-primary:before {
    background-color: #428bca !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-primary:before {
    border-color: #245682;
    background-color: #245682 !important;
}

.pretty input:checked~.state.p-info label:after,
.pretty.p-toggle .state.p-info label:after {
    background-color: #5bc0de !important;
}

.pretty input:checked~.state.p-info .icon,
.pretty input:checked~.state.p-info .svg,
.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked~.state.p-info-o label:before,
.pretty.p-toggle .state.p-info-o label:before {
    border-color: #5bc0de;
}

.pretty input:checked~.state.p-info-o label:after,
.pretty.p-toggle .state.p-info-o label:after {
    background-color: transparent;
}

.pretty input:checked~.state.p-info-o .icon,
.pretty input:checked~.state.p-info-o .svg,
.pretty input:checked~.state.p-info-o svg,
.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
    color: #5bc0de;
    stroke: #5bc0de;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after {
    background-color: #5bc0de !important;
}

.pretty.p-switch input:checked~.state.p-info:before {
    border-color: #5bc0de;
}

.pretty.p-switch.p-fill input:checked~.state.p-info:before {
    background-color: #5bc0de !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-info:before {
    border-color: #2390b0;
    background-color: #2390b0 !important;
}

.pretty input:checked~.state.p-success label:after,
.pretty.p-toggle .state.p-success label:after {
    background-color: #5cb85c !important;
}

.pretty input:checked~.state.p-success .icon,
.pretty input:checked~.state.p-success .svg,
.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked~.state.p-success-o label:before,
.pretty.p-toggle .state.p-success-o label:before {
    border-color: #5cb85c;
}

.pretty input:checked~.state.p-success-o label:after,
.pretty.p-toggle .state.p-success-o label:after {
    background-color: transparent;
}

.pretty input:checked~.state.p-success-o .icon,
.pretty input:checked~.state.p-success-o .svg,
.pretty input:checked~.state.p-success-o svg,
.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
    color: #5cb85c;
    stroke: #5cb85c;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after {
    background-color: #5cb85c !important;
}

.pretty.p-switch input:checked~.state.p-success:before {
    border-color: #5cb85c;
}

.pretty.p-switch.p-fill input:checked~.state.p-success:before {
    background-color: #5cb85c !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-success:before {
    border-color: #357935;
    background-color: #357935 !important;
}

.pretty input:checked~.state.p-warning label:after,
.pretty.p-toggle .state.p-warning label:after {
    background-color: #f0ad4e !important;
}

.pretty input:checked~.state.p-warning .icon,
.pretty input:checked~.state.p-warning .svg,
.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked~.state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
    border-color: #f0ad4e;
}

.pretty input:checked~.state.p-warning-o label:after,
.pretty.p-toggle .state.p-warning-o label:after {
    background-color: transparent;
}

.pretty input:checked~.state.p-warning-o .icon,
.pretty input:checked~.state.p-warning-o .svg,
.pretty input:checked~.state.p-warning-o svg,
.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
    color: #f0ad4e;
    stroke: #f0ad4e;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after {
    background-color: #f0ad4e !important;
}

.pretty.p-switch input:checked~.state.p-warning:before {
    border-color: #f0ad4e;
}

.pretty.p-switch.p-fill input:checked~.state.p-warning:before {
    background-color: #f0ad4e !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-warning:before {
    border-color: #c77c11;
    background-color: #c77c11 !important;
}

.pretty input:checked~.state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
    background-color: #d9534f !important;
}

.pretty input:checked~.state.p-danger .icon,
.pretty input:checked~.state.p-danger .svg,
.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked~.state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
    border-color: #d9534f;
}

.pretty input:checked~.state.p-danger-o label:after,
.pretty.p-toggle .state.p-danger-o label:after {
    background-color: transparent;
}

.pretty input:checked~.state.p-danger-o .icon,
.pretty input:checked~.state.p-danger-o .svg,
.pretty input:checked~.state.p-danger-o svg,
.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
    color: #d9534f;
    stroke: #d9534f;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after {
    background-color: #d9534f !important;
}

.pretty.p-switch input:checked~.state.p-danger:before {
    border-color: #d9534f;
}

.pretty.p-switch.p-fill input:checked~.state.p-danger:before {
    background-color: #d9534f !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-danger:before {
    border-color: #a02622;
    background-color: #a02622 !important;
}

.pretty.p-bigger label:before,
.pretty.p-bigger label:after,
.pretty.p-bigger .icon,
.pretty.p-bigger .svg,
.pretty.p-bigger .img {
    font-size: 1.2em !important;
    top: calc((0% - (100% - 1em)) - 35%) !important;
}

.pretty.p-bigger label {
    text-indent: 1.7em;
}

@media print {
    .pretty .state:before,
    .pretty .state label:before,
    .pretty .state label:after,
    .pretty .state .icon {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
}

.ps .ps__rail-x:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps .ps__rail-x:focus {
    background-color: #eee;
    opacity: 0.9;
}

.ps .ps__rail-x.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps .ps__rail-y:focus {
    background-color: #eee;
    opacity: 0.9;
}

.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

.ps:hover>.ps__rail-x {
    opacity: 0.9;
}

.ps:hover>.ps__rail-y {
    opacity: 0.9;
}

.ps__rail-x {
    cursor: -webkit-grab;
    cursor: grab;
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    bottom: 0;
    position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x {
    background-color: #500778;
    height: 11px;
}

.ps__rail-x:focus>.ps__thumb-x {
    background-color: #500778;
    height: 11px;
}

.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #500778;
    height: 11px;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    right: 0;
    position: absolute;
}

.ps__rail-y:hover>.ps__thumb-y {
    background-color: #500778;
    width: 11px;
}

.ps__rail-y:focus>.ps__thumb-y {
    background-color: #500778;
    width: 11px;
}

.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #500778;
    width: 11px;
}

.ps__thumb-x {
    background-color: #500778;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute;
}

.ps__thumb-y {
    background-color: #500778;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute;
}


/*@supports(-ms-overflow-style:none) {
    .ps {
        overflow: auto !important;
    }
}*/

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important;
    }
}

.ps--active-x>.ps__rail-x {
    display: block;
    background-color: transparent;
}

.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps--focus>.ps__rail-x {
    opacity: 0.6;
}

.ps--focus>.ps__rail-y {
    opacity: 0.6;
}

.ps--scrolling-x>.ps__rail-x {
    opacity: 0.6;
}

.ps--scrolling-y>.ps__rail-y {
    opacity: 0.6;
}

.fade-in.mui-enter,
.fade-out.mui-leave,
.hinge-in-from-bottom.mui-enter,
.hinge-in-from-left.mui-enter,
.hinge-in-from-middle-x.mui-enter,
.hinge-in-from-middle-y.mui-enter,
.hinge-in-from-right.mui-enter,
.hinge-in-from-top.mui-enter,
.hinge-out-from-bottom.mui-leave,
.hinge-out-from-left.mui-leave,
.hinge-out-from-middle-x.mui-leave,
.hinge-out-from-middle-y.mui-leave,
.hinge-out-from-right.mui-leave,
.hinge-out-from-top.mui-leave,
.scale-in-down.mui-enter,
.scale-in-up.mui-enter,
.scale-out-down.mui-leave,
.scale-out-up.mui-leave,
.slide-in-down.mui-enter,
.slide-in-left.mui-enter,
.slide-in-right.mui-enter,
.slide-in-up.mui-enter,
.slide-out-down.mui-leave,
.slide-out-left.mui-leave,
.slide-out-right.mui-leave,
.slide-out-up.mui-leave,
.spin-in-ccw.mui-enter,
.spin-in.mui-enter,
.spin-out-ccw.mui-leave,
.spin-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
}

.slide-in-down.mui-enter {
    transform: translateY(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-left.mui-enter,
.slide-in-up.mui-enter {
    transition-property: opacity;
    -webkit-backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0);
}

.slide-in-left.mui-enter {
    transform: translateX(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0);
}

.slide-in-up.mui-enter {
    transform: translateY(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-right.mui-enter,
.slide-out-down.mui-leave {
    transition-property: opacity;
    -webkit-backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0);
}

.slide-in-right.mui-enter {
    transform: translateX(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0);
}

.slide-out-down.mui-leave {
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-right.mui-leave,
.slide-out-up.mui-leave {
    transition-property: opacity;
    -webkit-backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(-100%);
}

.slide-out-right.mui-leave {
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%);
}

.slide-out-up.mui-leave {
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%);
}

.slide-out-left.mui-leave {
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%);
}

.fade-in.mui-enter {
    opacity: 0;
    transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1;
}

.fade-out.mui-leave {
    opacity: 1;
    transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0;
}

.hinge-in-from-top.mui-enter {
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1;
}

.hinge-in-from-right.mui-enter {
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1;
}

.hinge-in-from-left.mui-enter {
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1;
}

.hinge-out-from-top.mui-leave {
    transform: perspective(2000px) rotate(0);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

.hinge-out-from-right.mui-leave {
    transform: perspective(2000px) rotate(0);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
    transform: perspective(2000px) rotate(0);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}

.hinge-out-from-left.mui-leave {
    transform: perspective(2000px) rotate(0);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
    transform: perspective(2000px) rotate(0);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
    transform: perspective(2000px) rotate(0);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

.scale-in-up.mui-enter {
    transform: scale(0.5);
    transition-property: transform, opacity;
    opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1;
}

.scale-in-down.mui-enter {
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1;
}

.scale-out-up.mui-leave {
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1;
}

.scale-out-down.mui-leave,
.spin-in.mui-enter {
    transition-property: opacity;
}

.scale-out-up.mui-leave.mui-leave-active {
    transform: scale(1.5);
    opacity: 0;
}

.scale-out-down.mui-leave {
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
    transform: scale(0.5);
    opacity: 0;
}

.spin-in.mui-enter {
    transform: rotate(-0.75turn);
    transition-property: transform, opacity;
    opacity: 0;
}

.spin-in-ccw.mui-enter,
.spin-out.mui-leave {
    transition-property: opacity;
}

.spin-in.mui-enter.mui-enter-active {
    transform: rotate(0);
    opacity: 1;
}

.spin-out.mui-leave {
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
    transform: rotate(0.75turn);
    opacity: 0;
}

.spin-in-ccw.mui-enter {
    transform: rotate(0.75turn);
    transition-property: transform, opacity;
    opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
    transform: rotate(0);
    opacity: 1;
}

.spin-out-ccw.mui-leave {
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
    transform: rotate(-0.75turn);
    opacity: 0;
}

.slow {
    transition-duration: 750ms !important;
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important;
}

.fast {
    transition-duration: 250ms !important;
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important;
}

.linear {
    transition-timing-function: linear !important;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
}

.ease {
    transition-timing-function: ease !important;
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important;
}

.ease-in {
    transition-timing-function: ease-in !important;
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important;
}

.ease-out {
    transition-timing-function: ease-out !important;
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important;
}

.ease-in-out {
    transition-timing-function: ease-in-out !important;
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important;
}

.bounce-in {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
    transition-delay: 0.3s !important;
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.long-delay {
    transition-delay: 0.7s !important;
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.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% {
        transform: translateX(7%);
    }
    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%);
    }
}

@keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%);
    }
    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%);
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn);
    }
    100% {
        transform: rotate(0);
    }
}

.spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
    0%,
    100% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(1turn);
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        transform: rotate(7deg);
    }
    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg);
    }
    0%,
    100%,
    30%,
    70% {
        transform: rotate(0);
    }
}

@keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        transform: rotate(7deg);
    }
    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg);
    }
    0%,
    100%,
    30%,
    70% {
        transform: rotate(0);
    }
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

ul,
ol,
dl {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    margin-left: 0;
    margin-bottom: 1.25rem;
}

ul,
dl {
    list-style-type: none;
}

ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-top: 0.5rem;
    margin-left: 1rem;
}

.menu>li>a {
    display: initial;
    padding: 0;
}

.top-bar,
.top-bar ul {
    background-color: initial;
    list-style: none;
}

.top-bar {
    overflow: visible;
    height: 2.8125rem;
    line-height: 2.8125rem;
    margin-bottom: 0;
    position: relative;
    padding: 0;
}

.top-bar span a {
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 0 0.9375rem;
}

table tbody,
table tfoot,
table thead {
    background-color: transparent;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0.2rem;
}

.tabs,
.tabs-content {
    background: transparent;
    border: 0;
}

.tabs .tabs-title>a,
.tabs-content .tabs-title>a {
    line-height: initial;
}

[class*="small-up"]>li,
[class*="small-up"]>div,
[class*="medium-up"]>li,
[class*="medium-up"]>div,
[class*="large-up"]>li,
[class*="large-up"]>div {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
}

.off-canvas-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    box-shadow: none;
}

.logged-in ul.button-group {
    max-width: 75rem;
    margin: .5rem auto;
}

.logged-in ul.button-group li {
    display: inline-block;
}

.logged-in.page-taxonomy ul.button-group,
.logged-in.node-type-product ul.button-group {
    text-align: center;
}

.menu>li {
    display: block;
}

.breadcrumbs li {
    text-transform: none;
}

.callout button.close-button {
    background-color: transparent;
    border: none;
}

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

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

.slick-list:focus {
    outline: none;
}

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

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

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

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

.slick-track:after {
    clear: both;
}

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

.rtable {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
}

.rtable,
.rtable--flip tbody {
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-size: 0.625rem 100%, 0.625rem 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
}

.rtable th {
    text-align: left;
    text-transform: uppercase;
}

.rtable th,
.rtable td {
    padding: 0.75rem;
}

.rtable--flip {
    display: flex;
    overflow: hidden;
    background: none;
}

.rtable--flip thead {
    display: flex;
    flex-shrink: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
}

.rtable--flip tbody {
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.rtable--flip tr {
    display: flex;
    flex-direction: column;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
    display: block;
}

.rtable--flip td {
    background-image: none !important;
    border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
    border-bottom: 0;
}

.nicescroll-rails {
    background-color: #f2f2f2;
}

.nicescroll-cursors {
    cursor: grab;
    cursor: -webkit-grab;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}

.overlay .overlay-close {
    width: 6.25rem;
    height: 6.25rem;
    position: absolute;
    right: 3.125rem;
    top: 1.5625rem;
    border: none;
    color: #fff;
    outline: none;
}

.overlay nav {
    text-align: center;
    position: relative;
    top: 70%;
    height: 60%;
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 3.375rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    padding-left: 1.25rem;
}

.overlay ul li a {
    font-size: 3.375rem;
    font-weight: 300;
    display: block;
    color: #fff;
    transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #f2f2f2;
}

.overlay-scale {
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
    visibility: visible;
    opacity: 1;
    transition: transform 0.4s, opacity 0.4s;
}

@media screen and (max-height:30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 2.125rem;
    }
    .overlay ul li {
        min-height: 2.125rem;
    }
}

#geo-overlay {
    padding-bottom: 25px;
}

#geo-overlay #geo-overlay-inner {
    position: relative;
    text-align: center;
    max-width: 61rem;
    margin: auto;
    background: #fff;
    color: #500778;
    padding: 1rem .5rem 0 .5rem;
}

#geo-overlay #geo-overlay-inner .geo-message {
    padding: 0 5rem 1rem 5rem;
    font-size: 1.5rem;
}

#geo-overlay #geo-overlay-inner .geo-message div {
    padding: .5rem 0;
}

#geo-overlay #geo-overlay-inner .geo-message p {
    font-weight: 0;
    color: #333;
}

@media (max-width:63.9375em) {
    #geo-overlay #geo-overlay-inner .geo-message {
        padding: 0;
    }
    .accordion .accordion-navigation .accordion-title {
        text-align: left !important;
    }
}

#geo-overlay #geo-overlay-inner button {
    cursor: pointer;
    padding: 0.25rem 0.9375rem 0.25rem 0.9375rem;
    color: #1f76c9;
}

@media (max-width:63.9375em) {
    #geo-overlay #geo-overlay-inner button {
        font-size: .9rem;
    }
}

#geo-overlay #geo-overlay-inner button:after {
    display: none;
}

#geo-overlay #geo-overlay-inner button:hover {
    background: #1f76c9;
    color: white;
}

#geo-overlay #geo-overlay-inner button#geo-overlay-stay,
#geo-overlay #geo-overlay-inner button#geo-overlay-go {
    border: 0px;
    top: auto;
    right: auto;
    position: relative;
    opacity: 1;
    width: auto;
    height: auto;
}

#geo-overlay #geo-overlay-inner button#geo-overlay-go {
    border: 0.0625rem solid #1f76c9;
}

#geo-overlay #geo-overlay-inner button .message {
    line-height: 32px;
}

#geo-overlay #geo-overlay-inner button div {
    height: auto;
}

#geo-overlay #geo-overlay-inner .flag {
    float: left;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/images/flags.png) no-repeat;
    margin-right: 5px;
}

#geo-overlay #geo-overlay-inner .flag.flag-br {
    background-position: -32px 0;
}

#geo-overlay #geo-overlay-inner .flag.flag-ca {
    background-position: -64px 0;
}

#geo-overlay #geo-overlay-inner .flag.flag-cn {
    background-position: -96px 0;
}

#geo-overlay #geo-overlay-inner .flag.flag-de {
    background-position: -128px 0;
}

#geo-overlay #geo-overlay-inner .flag.flag-es {
    background-position: 0 -32px;
}

#geo-overlay #geo-overlay-inner .flag.flag-fr {
    background-position: -32px -32px;
}

#geo-overlay #geo-overlay-inner .flag.flag-gb {
    background-position: -64px -32px;
}

#geo-overlay #geo-overlay-inner .flag.flag-it {
    background-position: -96px -32px;
}

#geo-overlay #geo-overlay-inner .flag.flag-jp {
    background-position: -128px -32px;
}

#geo-overlay #geo-overlay-inner .flag.flag-kr {
    background-position: 0 -64px;
}

#geo-overlay #geo-overlay-inner .flag.flag-mx {
    background-position: -32px -64px;
}

#geo-overlay #geo-overlay-inner .flag.flag-pl {
    background-position: -64px -64px;
}

#geo-overlay #geo-overlay-inner .flag.flag-pt {
    background-position: -96px -64px;
}

#geo-overlay #geo-overlay-inner .flag.flag-ru {
    background-position: -128px -64px;
}

#geo-overlay #geo-overlay-inner .flag.flag-tr {
    background-position: 0 -96px;
}

#geo-overlay #geo-overlay-inner .flag.flag-us {
    background-position: -32px -96px;
}

@media print {
    .top-body-menu {
        display: none;
    }
    .l-header-region {
        display: none;
    }
    .sales-menu-button {
        display: none;
    }
    footer .content-container {
        display: none;
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    ul li {
        list-style-type: none;
    }
    .menu>li>a {
        display: inline;
    }
    .ps__rail-x,
    .ps__rail-y {
        display: none !important;
    }
}

@font-face {
    font-family: 'fontello';
    src: url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/fonts/fontello/fontelloe357.eot?20180604);
    src: url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/fonts/fontello/fontelloe357.eot?20180604#iefix) format("embedded-opentype"), url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/fonts/fontello/fontelloe357.woff?20180604) format("woff"), url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/fonts/fontello/fontelloe357.ttf?20180604) format("truetype"), url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/fonts/fontello/fontelloe357.svg?20180604#fontello) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-right-open:before {
    content: '\e800';
}

.icon-outbound-link:before {
    content: '\e801';
}

.icon-left-open:before {
    content: '\e802';
}

.icon-search:before {
    content: '\e803';
}

.icon-doc:before {
    content: '\e804';
}

.icon-play-circled2:before {
    content: '\e805';
}

.icon-calendar:before {
    content: '\e806';
}

.icon-mail:before {
    content: '\e807';
}

.icon-doc-1:before {
    content: '\e808';
}

.icon-note:before {
    content: '\e809';
}

.icon-list-numbered:before {
    content: '\e80a';
}

.icon-article:before {
    content: '\e80b';
}

.icon-chart-pie:before {
    content: '\e80c';
}

.icon-book-open:before {
    content: '\e80d';
}

.icon-book:before {
    content: '\e80e';
}

.icon-tag:before {
    content: '\e80f';
}

.icon-check:before {
    content: '\e810';
}

.icon-map:before {
    content: '\e811';
}

.icon-info:before {
    content: '\e812';
}

.icon-edit:before {
    content: '\e813';
}

.icon-coverflow-empty:before {
    content: '\e814';
}

.icon-view-mode:before {
    content: '\e815';
}

.icon-clipboard:before {
    content: '\e816';
}

.icon-video-alt:before {
    content: '\e817';
}

.icon-cubes:before {
    content: '\e818';
}

.icon-globe:before {
    content: '\e819';
}

.icon-down-open:before {
    content: '\e81d';
}

.icon-up-open:before {
    content: '\e81e';
}

.icon-print:before {
    content: '\e81A';
}

.icon-mail:before {
    content: '\e81B';
}

.icon-phone:before {
    content: '\e81C';
}

.icon-desktop:before {
    content: '\f108';
}

.icon-fax:before {
    content: '\f1AC';
}

.icon-mobile-globe:before {
    content: '\e81f';
}

.icon-mobile-close:before {
    content: '\e821';
}

.icon-mobile-menu:before {
    content: '\e822';
}

.icon-mobile-contact:before {
    content: '\e823';
}

.icon-mobile-search:before {
    content: '\e824';
}

.icon-youtube:before {
    content: '\f16a';
}

.icon-twitter:before {
    content: '\f099';
}

.icon-facebook:before {
    content: '\f09a';
}

.icon-linkedin:before {
    content: '\f0e1';
}

@font-face {
    font-family: 'viavi-resources';
    src: url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/fonts/viavi-resources/viavi-resources0f46.eot?20171109);
    src: url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/fonts/viavi-resources/viavi-resources0f46.eot?20171109#iefix) format("embedded-opentype"), url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/fonts/viavi-resources/viavi-resources0f46.woff?20171109) format("woff"), url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/fonts/viavi-resources/viavi-resources0f46.ttf?20171109) format("truetype"), url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/fonts/viavi-resources/viavi-resources0f46.svg?20171109#viavi-resources) format("svg");
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
}

@media screen and (min-width:40em) {
    h3 {
        font-size: 1.75rem;
        font-weight: 300;
    }
}

p {
    font-size: 1rem;
}

a {
    color: #1f76c9;
    transition: all, .3s, ease-in-out;
}

a:hover,
a:focus {
    text-decoration: underline;
}

.sales-menu-button,
.website-feedback-button {
    background-color: #1f76c9;
    position: fixed;
    right: 1.25rem;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
    line-height: 1;
}

@media screen and (max-width:39.9375em) {
    .sales-menu-button,
    .website-feedback-button {
        display: none;
    }
}

.sales-menu-button ul.menu,
.website-feedback-button ul.menu {
    margin: 0;
}

.sales-menu-button ul.menu li,
.website-feedback-button ul.menu li {
    display: block;
    border-bottom: none;
    padding-top: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 0.625rem;
    padding-left: 0.9375rem;
}

.sales-menu-button ul.menu li a,
.sales-menu-button ul.menu li span,
.website-feedback-button ul.menu li a,
.website-feedback-button ul.menu li span {
    display: block;
    color: #fff;
    font-size: 1rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.25);
    padding-bottom: 0.625rem;
}

.sales-menu-button ul.menu li a,
.website-feedback-button ul.menu li a {
    text-transform: uppercase;
}

.sales-menu-button ul.menu li ul.menu,
.website-feedback-button ul.menu li ul.menu {
    margin-top: 0.3125rem;
}

.sales-menu-button ul.menu li ul.menu li,
.website-feedback-button ul.menu li ul.menu li {
    padding-top: 0.625rem;
    padding-right: 0;
    padding-bottom: 0.625rem;
    padding-left: 0;
    line-height: 1;
}

.sales-menu-button ul.menu li ul.menu li a,
.website-feedback-button ul.menu li ul.menu li a {
    position: relative;
    font-size: 0.875rem;
    padding-right: 1.5625rem;
    padding-bottom: 0;
    border-bottom: none;
    text-transform: none;
}

.sales-menu-button ul.menu li ul.menu li a:after,
.website-feedback-button ul.menu li ul.menu li a:after {
    display: none;
    position: absolute;
    content: "\e800";
    font-family: "fontello";
    font-size: 0.625rem;
    right: 0.625rem;
    line-height: 1rem;
}

.sales-menu-button ul.menu li ul.menu li.last,
.website-feedback-button ul.menu li ul.menu li.last {
    background-color: transparent;
    border-bottom: none;
    border-top: none;
}

.sales-menu-button ul.menu li.last,
.website-feedback-button ul.menu li.last {
    background-color: #00a9e0;
    border-top: none;
    border-bottom: none;
}

.sales-menu-button #sales-bottom,
.sales-menu-button #sales-bottom.open,
.sales-menu-button #website-feedback-bottom,
.sales-menu-button #website-feedback-bottom.open,
.website-feedback-button #sales-bottom,
.website-feedback-button #sales-bottom.open,
.website-feedback-button #website-feedback-bottom,
.website-feedback-button #website-feedback-bottom.open {
    background: url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/images/sales-menu.png) no-repeat 93% 0.9375rem;
    background-color: #00a9e0;
    font-size: 1rem;
    color: #fff;
    padding: 0.9375rem;
    width: 17rem;
    text-transform: uppercase;
}

.sales-menu-button #sales-menu,
.website-feedback-button #sales-menu {
    position: relative;
    margin-bottom: 0;
    display: none;
}

.sales-menu-button #sales-menu ul>li,
.website-feedback-button #sales-menu ul>li {
    list-style: none;
}

.sales-menu-button #sales-bottom.open,
.sales-menu-button #website-feedback-bottom.open,
.website-feedback-button #sales-bottom.open,
.website-feedback-button #website-feedback-bottom.open {
    background-position: 93% -4.0625rem;
}

.sales-menu-button.sticky-element.bottom,
.website-feedback-button.sticky-element.bottom {
    bottom: -3.75rem;
}

.website-feedback-button {
    background: #fff;
}

.website-feedback-button #website-feedback-bottom,
.website-feedback-button #website-feedback-bottom.open {
    background-color: #500778;
}

.website-feedback-button #website-feedback-form {
    position: relative;
    margin-bottom: 0;
    display: none;
    padding: 1rem;
}

.website-feedback-button #website-feedback-form .node-webform .webform-component--website-experience {
    margin-top: 0;
}

.website-feedback-button #website-feedback-form .node-webform .webform-component--website-experience label {
    margin-bottom: 0.625rem;
}

.website-feedback-button #website-feedback-form .node-webform #edit-webform-ajax-submit-61947 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1rem;
}

.website-feedback-button #website-feedback-form .node-webform #edit-webform-ajax-submit-61947:after {
    display: none;
}

.website-feedback-button #website-feedback-form .node-webform .links {
    padding-bottom: 1rem;
}

.grecaptcha-badge {
    visibility: hidden;
}

body.osp .sales-menu-button {
    background-color: #1f76c9;
    position: fixed;
    right: 1.25rem;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
    line-height: 1;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

@media screen and (max-width:39.9375em) {
    body.osp .sales-menu-button {
        display: none;
    }
}

body.osp .sales-menu-button ul.menu {
    margin: 0;
}

body.osp .sales-menu-button ul.menu li {
    display: block;
    border-bottom: none;
    padding-top: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 0.625rem;
    padding-left: 0.9375rem;
}

body.osp .sales-menu-button ul.menu li a,
body.osp .sales-menu-button ul.menu li span {
    display: block;
    color: #fff;
    font-size: 1rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.25);
    padding-bottom: 0.625rem;
}

body.osp .sales-menu-button ul.menu li a {
    text-transform: uppercase;
}

body.osp .sales-menu-button ul.menu li ul.menu {
    margin-top: 0.3125rem;
}

body.osp .sales-menu-button ul.menu li ul.menu li {
    padding-top: 0.625rem;
    padding-right: 0;
    padding-bottom: 0.625rem;
    padding-left: 0;
    line-height: 1;
}

body.osp .sales-menu-button ul.menu li ul.menu li a {
    position: relative;
    font-size: 0.875rem;
    padding-right: 1.5625rem;
    padding-bottom: 0;
    border-bottom: none;
    text-transform: none;
}

body.osp .sales-menu-button ul.menu li ul.menu li a:after {
    position: absolute;
    content: "\e800";
    font-family: "fontello";
    font-size: 0.625rem;
    right: 0.625rem;
    line-height: 1rem;
}

body.osp .sales-menu-button ul.menu li.last {
    background-color: #1f76c9;
    border-top: 0;
}

body.osp .sales-menu-button #sales-bottom,
body.osp .sales-menu-button #sales-bottom.open {
    background: url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/images/sales-menu.png) no-repeat 93% 0.9375rem;
    background-color: #00a9e0;
    color: #fff;
    font-size: 1rem;
    padding: 0.9375rem;
    width: 17rem;
    text-transform: uppercase;
}

body.osp .sales-menu-button #sales-menu {
    background-color: #1f76c9;
    position: relative;
    margin-bottom: 0;
    display: none;
}

body.osp .sales-menu-button #sales-menu ul>li {
    list-style: none;
}

body.osp .sales-menu-button #sales-bottom.open {
    background-position: 93% -4.0625rem;
}

body.osp .sales-menu-button.sticky-element.bottom {
    bottom: -3.75rem;
}

.breadcrumbs {
    border-width: 0;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    display: none;
    padding: 1.875rem 0 2.5rem;
}

.breadcrumbs * {
    text-transform: none;
}

.breadcrumbs *:before {
    color: #595959;
}

.breadcrumbs a {
    color: #595959;
}

.breadcrumbs li.unavailable {
    color: #333;
}

.breadcrumbs li.breadcrumb-0:before {
    content: " ";
    margin: 0;
}

@media screen and (min-width:40em) {
    .breadcrumbs {
        display: inline-block;
    }
}

.hero-banner .breadcrumbs {
    border-width: 0;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
}

.hero-banner .breadcrumbs li {
    text-transform: none;
}

.hero-banner .breadcrumbs li:not(:last-child)::after {
    color: #fff;
}

.hero-banner .breadcrumbs li.unavailable {
    color: #fff;
}

.hero-banner .breadcrumbs a {
    color: #fff;
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .hero-banner .breadcrumbs {
        padding: 0.75rem 0 2.5rem;
    }
}

.button,
button {
    background-color: transparent;
    padding: 0.9375rem 1.25rem;
    font-family: "roboto", sans-serif;
    color: #fff;
    border: 0.0625rem solid #fff;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 150ms ease-out 0s;
}

.button:after,
button:after {
    font-family: 'fontello';
}

.button:hover,
.button:focus,
button:hover,
button:focus {
    background-color: #fff;
    color: #1f76c9;
    font-weight: 500;
    text-decoration: none;
}

.button.reverse,
button.reverse {
    color: #fff;
    background-color: #1f76c9;
    border: 0.0625rem solid #1f76c9;
}

.button.reverse:hover,
button.reverse:hover {
    background-color: #fff;
    color: #1f76c9;
}

.button.reverse.light,
button.reverse.light {
    border: 0.0625rem solid #1f76c9;
    background-color: #fff;
    color: #1f76c9;
}

.button.reverse.light:hover,
.button.reverse.light:focus,
button.reverse.light:hover,
button.reverse.light:focus {
    background-color: #1f76c9;
    color: #fff;
}

button.close-button {
    position: absolute;
    right: 0;
    top: 0;
    color: #00a9e0;
    background: #fff;
    padding: 0.3125rem 0.625rem;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 400;
}

button.close-button:after {
    content: "\2715";
    left: 0.125rem;
    top: 0;
    font-size: 0.875rem;
    font-weight: 400;
}

.learn-more {
    text-transform: uppercase;
}

.button-link {
    background-color: #f2f2f2;
    display: inline-block;
    border-bottom: 0.125rem solid #c6c6c6;
    padding: 0.9375rem 1.5625rem;
    color: #1f76c9;
}

.button-link:hover {
    color: #00a9e0;
    border-bottom-color: #00a9e0;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

.button-link.clean:after {
    content: "" !important;
}

.item-list ul.pager.pager-load-more li {
    color: #333;
}

.item-list ul.pager.pager-load-more li a {
    background-color: #f2f2f2;
    padding: 0.5rem 0.8125rem;
    color: #333;
    display: inline-block;
    line-height: 0.875rem;
    font-size: 0.875rem;
}

.item-list ul.pager.pager-load-more li a:after {
    color: #333;
    text-align: center;
    content: "\2193";
    padding: 0.5rem 0 0.5rem 0.5rem;
    font-size: 1.125rem;
    font-weight: 400;
    border-left: 0.0625rem #fff;
    display: inline-block;
}

.readmore button.switch {
    display: inline-block;
    padding: 0.9375rem 1.5625rem 0.9375rem 0.9375rem;
    font-family: "roboto", sans-serif;
    min-height: 3.125rem;
    background-color: #fff;
    color: #1f76c9;
    border: 0.0625rem solid #1f76c9;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 150ms ease-out 0s;
}

.readmore button.switch:hover {
    background-color: #1f76c9;
    color: #fff;
    text-decoration: none;
}

.readmore button.switch:after {
    display: inline-block;
    position: relative;
    left: 0.8125rem;
    content: "\e800";
    font-family: 'fontello';
    font-size: 0.875rem;
}

@media screen and (max-width:39.9375em) {
    .readmore button.switch {
        display: block;
        font-size: 1rem;
    }
}

#status-messages.reveal-modal .alert-box {
    margin-bottom: 0;
}

.reveal-modal {
    z-index: 999;
}

.reveal-modal-bg {
    z-index: 998;
}

.language-dropdown {
    float: right;
}

@media (max-width:63.9375em) {
    .language-dropdown {
        float: none;
    }
}

.language-dropdown .globe {
    transition: background-color 150ms ease;
    position: relative;
    background: transparent;
    display: inline-block;
    font-family: "SSStandard";
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    padding-top: 0.375rem;
    padding-right: 0.625rem;
    padding-bottom: 0.125rem;
    padding-left: 0.625rem;
    transition: color 150ms ease;
    cursor: pointer;
}

.language-dropdown .dropdown {
    display: none;
    position: absolute;
    opacity: 0;
    transition: opacity 150ms ease;
    background: #f2f2f2;
    border: 0;
    box-shadow: 0 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.25);
    width: 10.9375rem;
    margin-left: -8.3125rem;
}

.language-dropdown .dropdown .dropdown-inner a {
    padding: 0.4375rem 1.5625rem;
    display: block;
    color: #333;
    font-weight: 300;
    font-size: 0.875rem;
    border-left: 0.25rem solid #f2f2f2;
    transition: background-color ease 150ms;
}

.language-dropdown .dropdown .dropdown-inner a:hover,
.language-dropdown .dropdown .dropdown-inner a:focus {
    background: #fff;
    color: #00a9e0;
    text-decoration: none;
    border-left: 0.25rem solid #00a9e0;
}

@media (max-width:63.9375em) {
    .language-dropdown .dropdown .dropdown-inner a {
        font-size: 1rem;
        padding: 0.7rem 1.5625rem;
    }
}

@media (max-width:63.9375em) {
    .language-dropdown .dropdown {
        top: 5.5rem;
        margin-left: 0;
        width: 100%;
    }
}

.language-dropdown.open .dropdown {
    opacity: 1;
    z-index: 1008;
}

.language-dropdown.open .globe {
    background-color: #00a9e0;
}

.language-dropdown.open .globe::before {
    color: #f2f2f2;
}

.language-dropdown.closing .dropdown {
    opacity: 0;
}

.language-dropdown.closing .globe {
    background-color: initial;
}

.language-dropdown.closing .globe::before {
    color: initial;
}

.hvl-multilingual-inner {
    padding-right: 2.5rem;
}

body #navbar-administration .navbar-tray {
    z-index: 100;
}

.fancybox-button:after {
    display: none;
}

.fancybox-button:focus,
.fancybox-button:hover {
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-button.fancybox-button--arrow_right:focus,
.fancybox-button.fancybox-button--arrow_right:hover,
.fancybox-button.fancybox-button--arrow_left:focus,
.fancybox-button.fancybox-button--arrow_left:hover {
    background: transparent;
}

.fancybox-button.fancybox-button--arrow_right div,
.fancybox-button.fancybox-button--arrow_left div {
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-content .fancybox-close-small {
    background: transparent;
}

@media (max-width:63.9375em) {
    /*    .fancybox-content {
        padding: 22px;
        text-align: center;
    }*/
}

.item-list ul.pager {
    clear: none;
    font-size: 1.0625rem;
    text-transform: uppercase;
    font-family: "roboto", sans-serif;
}

.item-list ul.pager li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.item-list ul.pager li.arrow {
    float: left;
}

.item-list ul.pager li.arrow:nth-last-of-type(2) {
    float: right;
}

.item-list ul.pager li.arrow.last {
    float: right;
}

.item-list ul.pager li a {
    display: inline;
    padding: 0.0625rem 0.665rem 0.0625rem;
}

.item-list ul.pager li.current a {
    color: #dbdbdb;
    background: none;
}

.item-list ul.pager a {
    color: #1f76c9;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
    background: none;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 1.25rem;
    height: 2.5rem;
    margin-top: -0.625rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.blue .slick-slider .slick-prev,
.blue .slick-slider .slick-next {
    color: #fff !important;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-slider .slick-prev:hover:before,
.slick-slider .slick-prev:focus:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before {
    opacity: 1;
}

.slick-slider .slick-prev.slick-disabled:before,
.slick-slider .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 2.5rem;
    line-height: 1;
    opacity: .75;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blue .slick-slider .slick-prev:before,
.blue .slick-slider .slick-next:before {
    color: #fff !important;
}

.slick-slider .slick-prev {
    left: -1.5625rem;
}

.slick-slider [dir='rtl'] .slick-prev {
    right: -1.5625rem;
    left: auto;
}

.slick-slider .slick-prev:before {
    content: '\f104';
}

.slick-slider [dir='rtl'] .slick-prev:before {
    content: '\f104';
}

.slick-slider .slick-next {
    right: -1.5625rem;
}

.slick-slider [dir='rtl'] .slick-next {
    right: auto;
    left: -1.5625rem;
}

.slick-slider .slick-next:before {
    content: '\f105';
}

.slick-slider [dir='rtl'] .slick-next:before {
    content: '\f105';
}

.slick-slider .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
}

.slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.125rem;
    padding: 0;
    cursor: pointer;
}

.slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    padding: 0.3125rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
    outline: none;
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-slider .slick-dots li button:before {
    font-family: 'FontAwesome';
    font-size: 0.625rem;
    line-height: 0.625rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.625rem;
    height: 0.625rem;
    content: '\f111';
    text-align: center;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-slider .slick-dots li.slick-active button:before {
    color: #999;
}

.blue .slick-slider .slick-dots li.slick-active button:before {
    color: #fff !important;
}

.page-home .slick-dots {
    /*bottom:1.25rem;*/
}

.home-first-content-block>.pane-content {
    margin-top: 3.75rem;
}

.home-solutions-block {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.home-solutions-block>.pane-content {
    border-top: 0.0625rem solid #dbdbdb;
}

.home-solutions-block .homepage-solutions-item {
    border: 0.0625rem solid #dbdbdb;
    border-top: none;
}

@media screen and (min-width:40em) {
    .home-solutions-block .homepage-solutions-item.views-row-even {
        border-left: none;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .home-solutions-block .homepage-solutions-item {
        padding-left: 1.5625rem;
    }
}

@media screen and (min-width:40em) {
    .home-solutions-block .homepage-solutions-item {
        height: 16.875rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}

@media screen and (min-width:64em) {
    .home-solutions-block .homepage-solutions-item {
        height: 14.375rem;
        float: left;
    }
}

@media screen and (min-width:40em) {
    .home-solutions-block .homepage-solutions-item:last-child {
        float: left;
    }
}

.home-solutions-block .homepage-solutions-item .home-solutions-image {
    display: block;
    height: 100%;
    text-align: center;
    float: left;
    width: 2.1875rem;
    margin-right: 1.1875rem;
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .home-solutions-block .homepage-solutions-item .home-solutions-image {
        height: 0;
    }
}

@media screen and (min-width:64em) {
    .home-solutions-block .homepage-solutions-item .home-solutions-image {
        width: 11.25rem;
        margin-right: 0.3125rem;
    }
}

.home-solutions-block .homepage-solutions-item .home-solutions-image img {
    position: relative;
    top: 1.875rem;
}

@media screen and (min-width:64em) {
    .home-solutions-block .homepage-solutions-item .home-solutions-image img {
        top: 50%;
        transform: translateY(-50%);
    }
}

.home-solutions-block .homepage-solutions-item .home-solutions-content {
    color: #c6c6c6;
}

@media screen and (max-width:39.9375em) {
    .home-solutions-block .homepage-solutions-item .home-solutions-content>a {
        float: left;
        margin-bottom: 0.9375rem;
    }
}

.home-solutions-block .homepage-solutions-item .home-solutions-content a:hover {
    text-decoration: inherit;
}

.home-solutions-block .homepage-solutions-item .home-solutions-content a:hover.learn-more {
    text-decoration: underline;
}

@media screen and (min-width:64em) {
    .home-solutions-block .homepage-solutions-item .home-solutions-content {
        margin-right: 4.6875rem;
    }
}

.home-solutions-block .homepage-solutions-item .home-solutions-name {
    font-size: 1.375rem;
    color: #333;
    font-weight: 700;
}

@media screen and (max-width:39.9375em) {
    .home-solutions-block .homepage-solutions-item .home-solutions-name {
        margin-top: 1.6875rem;
        padding-left: 3.4375rem;
        min-height: 3.4375rem;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .home-solutions-block .homepage-solutions-item .home-solutions-name {
        min-height: 3.4375rem;
        padding-left: 3.4375rem;
    }
}

@media screen and (min-width:40em) {
    .home-solutions-block .homepage-solutions-item .home-solutions-name {
        margin-top: 1.875rem;
    }
}

@media screen and (max-width:39.9375em) {
    .home-solutions-block .homepage-solutions-item .views-row-first .home-solutions-name {
        margin-top: 1.5625rem;
    }
}

.home-solutions-block .homepage-solutions-item .home-solutions-intro {
    line-height: 1.3;
}

@media screen and (max-width:39.9375em) {
    .home-solutions-block .homepage-solutions-item .home-solutions-intro {
        clear: both;
    }
}

.home-solutions-block .homepage-solutions-item .tax-learn-more {
    display: block;
    position: relative;
    margin-top: 0.625rem;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 300;
}

.home-solutions-block .homepage-solutions-item .tax-learn-more:after {
    content: "\e800";
    font-family: "fontello";
    font-size: 0.625rem;
    left: 0.375rem;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.375rem;
}

.content-block {
    position: relative;
    margin-bottom: 1.875rem;
}

.content-block-bgd img {
    width: 100%;
    max-width: none;
}

.content-block-content>div:first-of-type {
    position: absolute;
    color: #fff;
}

.content-block-content>div:first-of-type h2 {
    line-height: 1.2;
    font-weight: 600;
}

.content-block-content>div:first-of-type h5 {
    font-weight: 100;
    text-transform: uppercase;
}

.content-block-content>div:first-of-type p {
    font-weight: 300;
}

@media screen and (min-width:40em) {
    .content-block-content>div:first-of-type {
        top: 1.875rem;
    }
}

@media screen and (min-width:75em) {
    .content-block-content>div:first-of-type {
        top: 6.25rem;
    }
}

.above-blocks .content-block-content>.column,
.above-blocks .content-block-content>.columns {
    width: 100%;
}

@media screen and (max-width:39.9375em) {
    .above-blocks .content-block-content>.column,
    .above-blocks .content-block-content>.columns {
        position: absolute;
        top: 0;
    }
}

@media screen and (min-width:40em) {
    .above-blocks .content-block-content>.column,
    .above-blocks .content-block-content>.columns {
        position: absolute;
        right: 0;
        max-width: 36.875rem;
        padding-right: 6.25rem;
    }
}

@media screen and (min-width:75em) {
    .above-blocks .content-block-content>.column,
    .above-blocks .content-block-content>.columns {
        padding-right: 12.5rem;
    }
}

.center-text {
    text-align: center;
}

.clearfix {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    display: table;
    content: ' ';
}

.clearfix::after {
    clear: both;
}

blockquote {
    color: #500778;
    font-style: italic;
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 1.1;
    border-left: 0.25rem solid #500778;
    padding-top: 0;
    position: relative;
}

blockquote p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

blockquote cite {
    float: right;
    text-align: right;
    margin-top: -2em;
}

blockquote cite::before {
    content: none;
    display: none;
}

table {
    border: none;
}

table thead {
    background: #333;
}

table thead tr th,
table thead tr td,
table tr th,
table tr td {
    padding: 1rem;
    text-align: left;
}

table thead tr th p,
table thead tr td p,
table tr th p,
table tr td p {
    margin: 0;
    padding: 0;
}

table thead tr th {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

table tr.even,
table tr.odd {
    border-bottom: none;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background-color: #f2f2f2;
}

table.center-text thead tr th,
table.center-text thead tr td,
table.center-text tr th,
table.center-text tr td {
    text-align: center;
}

.field-name-body ul li,
.body.field ul li {
    margin-left: 1rem;
    list-style-type: none;
    margin-top: .5rem;
}

.field-name-body ul li::before,
.body.field ul li::before {
    margin-left: -1rem;
    content: "";
    width: 0.25rem;
    height: 0.25rem;
    background-color: #500778;
    position: relative;
    float: left;
    top: 0.75rem;
}

.views-exposed-form .description {
    display: none;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

select {
    font-family: "roboto", sans-serif;
    background-image: none;
    box-shadow: none !important;
    color: #333;
    border-color: #dbdbdb;
    background-color: #fff;
}

select:hover,
select:focus {
    color: #333;
    border-color: #500778;
}

.form-type-select,
.webform-component-select {
    position: relative;
}

.form-type-select:after,
.webform-component-select:after {
    position: absolute;
    pointer-events: none;
    top: 30%;
    right: 1rem;
    font-family: 'FontAwesome';
    content: '\f078';
    color: #595959;
}

.webform-component-select:after {
    top: 50%;
}

[type="text"],
[type="email"],
[type="password"] {
    background-color: #fff;
}

textarea,
textarea[type="text"],
input[type="text"],
input[type="email"],
input[type="password"] {
    color: #333;
    border-color: #dbdbdb;
    background-color: #fff;
    box-shadow: none !important;
    padding: 1rem;
}

textarea:hover,
textarea:focus,
textarea[type="text"]:hover,
textarea[type="text"]:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:hover,
input[type="password"]:focus {
    color: #333;
    border-color: #500778;
}

input[type="submit"],
button[type="submit"],
button[type="submit"].button.secondary {
    color: #fff;
    background-color: #500778;
    border: none;
    padding: 1rem 2.625rem 1rem 2rem;
    text-transform: uppercase;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
button[type="submit"].button.secondary:hover,
button[type="submit"].button.secondary:focus {
    background-color: #00a9e0;
}

input[type="submit"]:after,
button[type="submit"]:after,
button[type="submit"].button.secondary:after {
    display: inline-block;
    position: relative;
    left: 1rem;
    content: "\e800";
    font-family: 'fontello';
}

html.js input.form-autocomplete {
    background-image: none;
}

label {
    color: #333;
}

.pretty label {
    line-height: 0.75;
    vertical-align: top;
}

.pretty .icon {
    color: #500778;
}

ul li ul,
ul li ol {
    margin-left: 0;
}

.pane-menu-tree h2,
.pane-menu-tree h3,
.pane-node-links h2,
.pane-node-links h3 {
    font-size: 1.125rem;
    font-weight: 700;
    border-top: 0.0625rem solid #c6c6c6;
    padding-top: 1.375rem;
    margin-bottom: 1.4375rem;
    color: #333;
    text-transform: uppercase;
    clear: both;
}

.pane-menu-tree h2,
.pane-node-links h2 {
    margin-bottom: 2rem;
}

.pane-node-links .pane-content li,
.pane-menu-tree .menu-block-wrapper li {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    list-style: none;
    margin-bottom: 1.25rem;
    position: relative;
}

@media print,
screen and (min-width:40em) {
    .pane-node-links .pane-content li,
    .pane-menu-tree .menu-block-wrapper li {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.pane-node-links .pane-content li:last-child:not(:first-child),
.pane-menu-tree .menu-block-wrapper li:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width:64em) {
    .pane-node-links .pane-content li,
    .pane-menu-tree .menu-block-wrapper li {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}

@media screen and (min-width:64em) and (min-width:40em) {
    .pane-node-links .pane-content li,
    .pane-menu-tree .menu-block-wrapper li {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width:64em) {
    .pane-node-links .pane-content li:last-child:not(:first-child),
    .pane-menu-tree .menu-block-wrapper li:last-child:not(:first-child) {
        float: right;
    }
}

.pane-node-links .pane-content li a,
.pane-menu-tree .menu-block-wrapper li a {
    background-color: #f2f2f2;
    border-top: 0.1875rem solid #f2f2f2;
    border-bottom: 0.1875rem solid #c6c6c6;
    padding: 1.5625rem;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1;
    display: block;
    width: 100%;
    color: #1f76c9;
    text-decoration: none;
}

.pane-node-links .pane-content li a:hover,
.pane-menu-tree .menu-block-wrapper li a:hover {
    color: #00a9e0;
    border-bottom-color: #00a9e0;
    transition: all 300ms ease-in-out;
}

@media screen and (min-width:64em) {
    .pane-node-links .pane-content li,
    .pane-menu-tree .menu-block-wrapper li {
        padding-left: 0.9375rem;
        padding-right: 0;
    }
    .pane-node-links .pane-content li:nth-child(odd),
    .pane-menu-tree .menu-block-wrapper li:nth-child(odd) {
        padding-left: 0;
        padding-right: 0.9375rem;
    }
    .pane-node-links .pane-content li:last-child:not(:first-child),
    .pane-menu-tree .menu-block-wrapper li:last-child:not(:first-child) {
        float: left;
    }
}

@media screen and (max-width:63.9375em) {
    .pane-node-links .pane-content li,
    .pane-menu-tree .menu-block-wrapper li {
        padding-left: 0;
        padding-right: 0;
    }
}

.pane-node-links .pane-content .contextual-links-wrapper a.contextual-links-trigger,
.pane-menu-tree .menu-block-wrapper .contextual-links-wrapper a.contextual-links-trigger {
    line-height: inherit;
    font-size: inherit;
    padding: 0 2px;
}

.pane-node-links .pane-content .contextual-links-wrapper a.contextual-links-trigger:hover,
.pane-menu-tree .menu-block-wrapper .contextual-links-wrapper a.contextual-links-trigger:hover {
    background-position: 2px -18px;
    display: block;
    border: 0px;
    color: #333 !important;
}

.pane-node-links .pane-content .contextual-links-wrapper ul.contextual-links,
.pane-menu-tree .menu-block-wrapper .contextual-links-wrapper ul.contextual-links {
    font-size: 90%;
    position: absolute;
}

.pane-node-links .pane-content .contextual-links-wrapper ul.contextual-links li,
.pane-menu-tree .menu-block-wrapper .contextual-links-wrapper ul.contextual-links li {
    line-height: 100%;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    width: 100%;
    position: static;
}

.pane-node-links .pane-content .contextual-links-wrapper ul.contextual-links li a,
.pane-menu-tree .menu-block-wrapper .contextual-links-wrapper ul.contextual-links li a {
    color: #333 !important;
    display: block;
    margin: 0.25em 0;
    padding: 0.25em 1em 0.25em 0.5em;
    line-height: inherit;
    font-size: inherit;
    border: 0px;
    background: #fff;
    width: auto;
}

.pane-node-links .pane-content .contextual-links-wrapper ul.contextual-links li a:hover,
.pane-menu-tree .menu-block-wrapper .contextual-links-wrapper ul.contextual-links li a:hover {
    border: 0px;
    background-color: #fff;
    transition: none;
}

.section-search .form-item-detach-auto-language-filter {
    display: none;
}

.section-search.lang-en .form-item-detach-auto-language-filter {
    display: block;
}

.section-search.lang-en .form-item-detach-auto-language-filter.pretty {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-top: 1.5rem;
    margin-left: 1rem;
    clear: both;
}

@media print,
screen and (min-width:40em) {
    .section-search.lang-en .form-item-detach-auto-language-filter.pretty {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.section-search.lang-en .form-item-detach-auto-language-filter.pretty:last-child:not(:first-child) {
    float: right;
}

.section-search.lang-en .form-item-detach-auto-language-filter.pretty:last-child:last-child {
    float: left;
}

.section-search .l-main .row #page-title {
    margin-bottom: 2rem;
    font-size: 2.625rem;
    font-weight: 700;
}

.section-search .l-main .row .search-result {
    list-style-type: none;
    margin-left: 0;
}

.section-search .l-main .row .search-results .title {
    margin-bottom: 0;
}

.section-search .l-main .row #search-form.search-form {
    margin-bottom: 0;
}

.section-search .l-main .row #search-form .button,
.section-search .l-main .row #search-form button {
    margin: 0;
}

.section-search .l-main .row #search-form input[type="text"] {
    height: 3rem;
    margin-bottom: 0;
}

.section-search .l-main .row .columns h2 {
    margin-top: 2.0625rem;
}

.section-search .l-main .row .search-snippet-info {
    padding-left: 0;
}

.section-search .l-main .row p.search-snippet {
    margin-bottom: 0;
    line-height: 1.5;
}

.section-search .l-main .row p.search-info {
    color: #c6c6c6;
    font-style: italic;
    font-size: 0.85em;
    margin-bottom: 0.5rem;
}

.section-search .l-main .row ol.search-results {
    margin-top: 2.6rem;
    margin-left: 0;
}

.section-search .l-main .row ol.search-results .search-result {
    padding: .75em;
}

.section-search .l-main .row ol.search-results .search-result.product {
    list-style-type: none;
    margin-left: 0;
    border: 0.25rem solid #dbdbdb;
}

.section-search .l-main .row aside.sidebar,
.section-search .l-main .row .apachesolr-browse-blocks {
    margin-top: 1.5rem;
}

.section-search .l-main .row aside.sidebar ul,
.section-search .l-main .row .apachesolr-browse-blocks ul {
    margin: 0 0 0.75em 0;
    padding: 0;
    list-style: none;
}

.section-search .l-main .row aside.sidebar ul.facetapi-facetapi-checkbox-links input[type="checkbox"],
.section-search .l-main .row .apachesolr-browse-blocks ul.facetapi-facetapi-checkbox-links input[type="checkbox"] {
    margin-right: .3em;
}

.section-search .l-main .row aside.sidebar h2,
.section-search .l-main .row .apachesolr-browse-blocks h2 {
    font-size: 1.2rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.section-search .l-main .row aside.sidebar .block-facetapi h2,
.section-search .l-main .row .apachesolr-browse-blocks .block-facetapi h2 {
    font-size: 1.3rem;
    color: #333;
    text-transform: capitalize;
    font-weight: 300;
    padding-left: 0.125rem;
    cursor: pointer;
}

.section-search .l-main .row aside.sidebar .block-facetapi h2::before,
.section-search .l-main .row .apachesolr-browse-blocks .block-facetapi h2::before {
    content: "▹";
    margin-right: 0.3125rem;
}

.section-search .l-main .row aside.sidebar .block-facetapi .item-list,
.section-search .l-main .row .apachesolr-browse-blocks .block-facetapi .item-list {
    display: none;
    height: 0;
    transition: height 250ms ease;
}

.section-search .l-main .row aside.sidebar .block-facetapi.active h2::before,
.section-search .l-main .row .apachesolr-browse-blocks .block-facetapi.active h2::before {
    content: "▿";
}

.section-search .l-main .row aside.sidebar .block-facetapi.active .item-list,
.section-search .l-main .row .apachesolr-browse-blocks .block-facetapi.active .item-list {
    height: auto;
    display: block;
}

.ac_results {
    z-index: 99;
}

.ac_results ul li .apachesolr_autocomplete.count {
    padding: .25em;
    border: 0;
}

.spelling-suggestions {
    display: none;
}

.ui-autocomplete.ui-menu {
    position: fixed;
    min-width: 21.875rem;
    cursor: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.3125rem;
    background: none;
    background: #f2f2f2;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 199;
    box-shadow: 0 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.25);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-autocomplete.ui-menu li.ui-menu-item {
    margin: 0;
    border: 0;
    clear: both;
}

.ui-autocomplete.ui-menu li.ui-menu-item a {
    width: 100%;
    padding: 0.5rem 0.625rem;
    display: block;
    color: #333;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    border: 0;
    border-left: 0.25rem solid #f2f2f2;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: none;
}

.ui-autocomplete.ui-menu li.ui-menu-item a:hover,
.ui-autocomplete.ui-menu li.ui-menu-item a:focus {
    background: #fff;
    color: #00a9e0;
    text-decoration: none;
    border: 0;
    border-left: 0.25rem solid #00a9e0;
    padding: 0.5rem 0.9375rem;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.3125rem;
}

.ui-autocomplete.ui-menu li.ui-menu-item a .apachesolr_autocomplete {
    display: inline;
    float: none;
}

.ui-autocomplete.ui-menu li.ui-menu-item a .apachesolr_autocomplete.count,
.ui-autocomplete.ui-menu li.ui-menu-item a .apachesolr_autocomplete.message {
    display: none;
}

.ui-autocomplete.ui-menu .ui-menu-item.activeSuggestion {
    background: #fff;
    color: #00a9e0;
    text-decoration: none;
    border: 0;
    border-left: 0.25rem solid #00a9e0;
    transition: border-width 0.1s ease-in;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.3125rem;
}

@media screen and (max-width:63.9375em) {
    .page-search-site #edit-basic .search-submit,
    .page-osp-search-site #edit-basic .search-submit {
        margin-top: 1rem;
    }
}

@media screen and (max-width:63.9375em) {
    .page-search-site #edit-basic .search-submit #edit-submit,
    .page-osp-search-site #edit-basic .search-submit #edit-submit {
        width: 100%;
    }
}

.page-search-site .search-noresults,
.page-osp-search-site .search-noresults {
    clear: both;
}

.page-search-site .main .columns.medium-8,
.page-osp-search-site .main .columns.medium-8 {
    clear: both;
}

.page-search-site .ui-autocomplete.ui-menu {
    position: absolute;
}

.page-search-site .block-block-197 {
    display: none;
}

.page-osp-search-site .search-noresults {
    margin-top: 1rem;
}

.search-form .form-item-retain-filters {
    display: none;
}

.osp .block-custom-search-blocks .search-form,
.osp .block-apachesolr-search-blocks .search-form {
    position: relative;
    float: right;
    margin: 0.3125rem 0.9375rem 0.3125rem 0;
    background-color: #fff;
}

.osp .search-form .form-item-detach-auto-language-filter {
    display: none;
}

@media screen and (min-width:40em) {
    .node-type-landing-page-with-banner.section-contact-sales-expert.contact-sales .bottom-blocks .large-6:first-child {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .node-type-landing-page-with-banner.section-contact-sales-expert.contact-sales .bottom-blocks .large-6:first-child {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width:40em) {
    .node-type-landing-page-with-banner.section-contact-sales-expert.contact-sales .bottom-blocks .large-6:first-child:last-child:not(:first-child) {
        float: right;
    }
    .node-type-landing-page-with-banner.section-contact-sales-expert.contact-sales .bottom-blocks .large-6:last-child {
        width: 58.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .node-type-landing-page-with-banner.section-contact-sales-expert.contact-sales .bottom-blocks .large-6:last-child {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width:40em) {
    .node-type-landing-page-with-banner.section-contact-sales-expert.contact-sales .bottom-blocks .large-6:last-child:last-child:not(:first-child) {
        float: right;
    }
}

.block-hvl-multilingual-language-dropdown,
.block-custom-search-blocks-1 {
    display: none;
}

@media screen and (min-width:64em) {
    .block-hvl-multilingual-language-dropdown,
    .block-custom-search-blocks-1 {
        display: block;
    }
}

#mobile-off-canvas .is-drilldown ul li.is-drilldown-submenu-parent>a::after,
#mobile-off-canvas .is-drilldown ul li.has-submenu>a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    float: right;
    color: #474747;
    font-style: normal;
    font-size: .75rem;
    content: "\25bb";
    font-family: 'SSAir';
    width: 0.5rem;
    right: 0.3125rem;
}

.mobile-menu-targets {
    float: right;
}

@media screen and (min-width:64em) {
    .mobile-menu-targets {
        display: none;
    }
}

.mobile-menu-targets a {
    position: relative;
    display: inline-block;
    height: 3.75rem;
    width: 3.75rem;
    text-align: center;
}

@media screen and (min-width:40em) {
    .mobile-menu-targets a {
        height: 5.625rem;
    }
}

.mobile-menu-targets a button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    padding: 0;
    padding-right: 0.3125rem;
}

@media screen and (min-width:40em) {
    .mobile-menu-targets a button {
        padding-right: 1.25rem;
    }
}

.mobile-menu-targets a button::before,
.mobile-menu-targets a button::after {
    padding: 0;
    margin: 0;
    border: 0;
    color: #333;
    font-size: 1.2rem;
}

.mobile-menu-targets a button::after {
    content: '';
}

@media screen and (min-width:64em) {
    .osp .mobile-menu-targets a button.icon-mobile-menu:hover {
        background-color: transparent;
    }
}

.osp .mobile-menu-targets a button.icon-mobile-menu::before {
    color: #fff;
}

#mobile-off-canvas.off-canvas {
    background: #fff;
}

#mobile-off-canvas.off-canvas::after {
    box-shadow: none;
}

.mobile-menu-header {
    width: 100%;
    height: 3.75rem;
    border-bottom: 0.0625rem solid #dbdbdb;
    background-color: #fff;
}

.mobile-menu-header ul {
    list-style: none;
    list-style-position: inside;
    display: block;
    height: 3.75rem;
    margin: 0;
}

.mobile-menu-header ul li.mobile-icon {
    margin: 0;
    float: left;
    line-height: 3.75rem;
}

.mobile-menu-header ul li.mobile-icon a {
    margin: 0;
    width: 2.8125rem;
    height: 3.75rem;
    display: block;
    position: relative;
}

.mobile-menu-header ul li.mobile-icon a button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    padding: 0;
}

.mobile-menu-header ul li.mobile-icon a button::before,
.mobile-menu-header ul li.mobile-icon a button::after {
    padding: 0;
    margin: 0;
    border: 0;
    color: #333;
    font-size: 1.4rem;
    height: auto;
}

.mobile-menu-header ul li.mobile-icon a button::after {
    content: '';
}

.mobile-menu-header ul li.mobile-icon a button.icon-mobile-close::before {
    font-size: 1.6rem;
}

.mobile-menu-header ul li.mobile-icon a button.search-icon {
    height: 1.4375rem;
}

@media screen and (min-width:64em) {
    .mobile-menu-header ul li.mobile-icon a button:hover::before {
        color: #00a9e0;
        transition: color 250ms ease-in-out;
    }
}

.mobile-menu-header ul li.mobile-icon a.globe-icon button {
    height: 1.4375rem;
    margin-top: -0.0625rem;
}

.mobile-menu-header ul li.mobile-icon a.globe-icon button::before,
.mobile-menu-header ul li.mobile-icon a.globe-icon button::after {
    font-size: 1.3rem;
}

.mobile-menu-header ul li.mobile-icon:last-child {
    float: right;
}

.mobile-menu-header ul li.mobile-icon:last-child a {
    margin-right: 1.25rem;
}

#mobile-off-canvas .is-drilldown {
    width: 100%;
    max-width: 100%;
}

#mobile-off-canvas .is-drilldown a {
    display: block;
}

@media screen and (min-width:64em) {
    #mobile-off-canvas .is-drilldown ul li.is-drilldown-submenu-parent>a,
    #mobile-off-canvas .is-drilldown ul li.has-submenu>a {}
}

#mobile-off-canvas .is-drilldown ul {
    list-style: none;
    margin-left: 0;
}

#mobile-off-canvas .is-drilldown ul li {
    border-bottom: 0.0625rem solid #f2f2f2;
}

#mobile-off-canvas .is-drilldown ul li a {
    display: block;
    color: #595959;
    margin: 0 1.25rem 0 0.625rem;
    padding: 1rem 0.5rem;
    line-height: 1.4;
    text-decoration: none;
}

#mobile-off-canvas .is-drilldown ul li a label,
#mobile-off-canvas .is-drilldown ul li a span {
    display: inline-block;
    width: 90%;
}

@media screen and (min-width:64em) {
    #mobile-off-canvas .is-drilldown ul li a:hover {
        color: #00a9e0;
        transition: color 250ms ease-in-out;
    }
}

@media screen and (min-width:64em) {
    #mobile-off-canvas .is-drilldown ul li:hover,
    #mobile-off-canvas .is-drilldown ul li:active,
    #mobile-off-canvas .is-drilldown ul li:focus {
        background-color: #f2f2f2;
        text-decoration: none;
        transition: background-color 250ms ease-in-out;
    }
}

#mobile-off-canvas .is-drilldown .js-drilldown-back a {
    font-size: .9rem;
    line-height: 1.2rem;
    color: #595959;
    text-transform: uppercase;
}

#mobile-off-canvas .is-drilldown .js-drilldown-back a:before {
    border: 0;
    display: inline;
    color: #c6c6c6;
    font-style: normal;
    font-size: .75rem;
    content: "\25c5";
    font-family: 'SSAir';
}

@media screen and (min-width:64em) {
    #mobile-off-canvas .is-drilldown .js-drilldown-back a:hover {
        color: #00a9e0;
        transition: color 250ms ease-in-out;
    }
}

#mobile-off-canvas #language-dropdown #globe-wrapper {
    display: none;
}

#mobile-off-canvas #language-dropdown #dropdown-canvas {
    top: 3.75rem;
}

.node-type-landing-page-with-banner:not(.our-location) .field-name-field-highlighted-text {
    display: none;
}

.node-type-landing-page-with-banner:not(.our-location) .l-main .row {
    background-size: 25rem;
}

.page-node-47351 main,
.section-404 main {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 75rem;
    min-height: 21.875rem;
}

.page-node-47351 main::before,
.page-node-47351 main::after,
.section-404 main::before,
.section-404 main::after {
    display: table;
    content: ' ';
}

.page-node-47351 main::after,
.section-404 main::after {
    clear: both;
}

.page-node-47351 .main,
.section-404 .main {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-top: 2em;
    padding-bottom: 2em;
}

@media print,
screen and (min-width:40em) {
    .page-node-47351 .main,
    .section-404 .main {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.page-node-47351 .main:last-child:not(:first-child),
.section-404 .main:last-child:not(:first-child) {
    float: right;
}

.page-user,
.page-user-6670.not-logged-in {
    background-color: #f2f2f2;
}

.page-user .l-main,
.page-user-6670.not-logged-in .l-main {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

.page-user .l-main::before,
.page-user .l-main::after,
.page-user-6670.not-logged-in .l-main::before,
.page-user-6670.not-logged-in .l-main::after {
    display: table;
    content: ' ';
}

.page-user .l-main::after,
.page-user-6670.not-logged-in .l-main::after {
    clear: both;
}

.page-user .l-main .main,
.page-user-6670.not-logged-in .l-main .main {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    background-color: #fff;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}

@media print,
screen and (min-width:40em) {
    .page-user .l-main .main,
    .page-user-6670.not-logged-in .l-main .main {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.page-user .l-main .main:last-child:not(:first-child),
.page-user-6670.not-logged-in .l-main .main:last-child:not(:first-child) {
    float: right;
}

.page-user .l-main .main #page-title,
.page-user-6670.not-logged-in .l-main .main #page-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
}

.page-user .l-main .main #user-login,
.page-user-6670.not-logged-in .l-main .main #user-login {
    margin: 0 auto;
}

.page-user .l-main .main #user-login #edit-submit,
.page-user-6670.not-logged-in .l-main .main #user-login #edit-submit {
    width: 100%;
    background-color: #00a9e0;
}

.page-user .l-main .main .burr-flipped-content,
.page-user-6670.not-logged-in .l-main .main .burr-flipped-content {
    float: none;
    margin: 0 auto;
    width: 100%;
}

@media print,
screen and (min-width:40em) {
    .page-user .l-main .main .burr-flipped-content,
    .page-user-6670.not-logged-in .l-main .main .burr-flipped-content {
        width: 70%;
    }
}

@media print,
screen and (min-width:64em) {
    .page-user .l-main .main .burr-flipped-content,
    .page-user-6670.not-logged-in .l-main .main .burr-flipped-content {
        width: 50%;
    }
}

.page-user .l-main .main .burr-flipped-content .burr-flipped-content-inner,
.page-user-6670.not-logged-in .l-main .main .burr-flipped-content .burr-flipped-content-inner {
    margin-right: 0;
}

.page-user .l-main .main .burr-flipped-content .burr-flipped-content-inner #edit-submit-copy,
.page-user-6670.not-logged-in .l-main .main .burr-flipped-content .burr-flipped-content-inner #edit-submit-copy {
    display: none;
}

.page-user .l-main .main .button-group,
.page-user .l-main .main .profile,
.page-user-6670.not-logged-in .l-main .main .button-group,
.page-user-6670.not-logged-in .l-main .main .profile {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.page-user .l-main .main .profile,
.page-user-6670.not-logged-in .l-main .main .profile {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
}

.page-user .l-main .main .profile h3,
.page-user-6670.not-logged-in .l-main .main .profile h3 {
    font-size: 1.75rem;
    font-weight: 300;
}

.page-user .l-main .breadcrumb-new-container,
.page-user-6670.not-logged-in .l-main .breadcrumb-new-container {
    display: none;
}

.page-node-51996 {
    background-color: #f2f2f2;
}

.page-node-51996 .l-main {
    padding-top: 0;
    margin-bottom: 0;
}

.page-node-51996 #ie-warning {
    background-color: #fff;
    text-align: center;
    padding: 5rem;
}

.page-node-51996 #ie-warning h2 {
    font-size: 2rem;
    font-weight: 300;
}

.page-node-51996 #ie-warning li {
    display: inline-block;
}

.page-node-51996 #ie-warning li:before {
    display: none;
}

.page-node-51996 #ie-warning li img {
    display: block;
    margin: 0 auto;
}

.page-node-51996 #ie-warning hr {
    margin: 2rem 0 2rem 0;
}

.page-node-47351 {
    background-color: #f2f2f2;
}

.page-node-47351 .block-block-202 {
    display: none;
}

.page-node-47351 .l-main {
    padding-top: 0;
    margin-bottom: 0;
}

.page-node-47351 .l-main>.main,
.page-node-47351 .l-main>.row>.main {
    padding-top: 0.0625rem;
    margin-top: 10rem;
}

.page-node-47351 #page-title {
    display: none;
}

.page-node-47351 #error {
    background-color: #fff;
    text-align: center;
    padding: 1rem;
}

@media print,
screen and (min-width:40em) {
    .page-node-47351 #error {
        padding: 5rem;
    }
}

.page-node-47351 #error h2 {
    font-size: 2rem;
    font-weight: 300;
}

.page-node-47351 #error ul {
    margin-top: 3rem;
}

.page-node-47351 #error li {
    display: inline-block;
}

.page-node-47351 #error li:before {
    display: none;
}

.page-node-47351 #error li img {
    display: block;
    margin: 0 auto;
}

.page-node-47351 #error hr {
    margin: 2rem 0 2rem 0;
}

.page-node-47351 .error-button {
    padding: 1rem;
    line-height: 3rem;
    color: #fff;
    background-color: #500778;
    text-decoration: none;
    transition: background-color 150ms ease-out 0s;
}

.page-node-47351 .error-button:hover,
.page-node-47351 .error-button:focus {
    background-color: #00a9e0;
}

.page-node-47351 .error-button:after {
    content: '';
}

.page-node-47351 .search {
    position: relative;
    width: 100%;
    margin: 3rem auto 0 auto;
}

@media print,
screen and (min-width:64em) {
    .page-node-47351 .search {
        width: 50%;
    }
}

.page-node-47351 #edit-submit--2 {
    position: absolute;
    top: 35%;
    right: 0;
    font-size: 1.25rem;
    background-color: transparent;
    color: #333;
}

.page-node-47351 #edit-submit--2:after {
    position: absolute;
    top: 30%;
    right: 1rem;
    font-family: 'SSStandard';
    font-size: 1.25rem;
    content: '????';
    color: #333;
}

.page-node-47351 .form-item-keys>label,
.page-node-47351 .form-item-detach-auto-language-filter,
.page-node-47351 .main>.block-apachesolr-search-blocks {
    display: none;
}

.view-product-literature.view-display-id-panel_pane_2 h3,
.view-product-literature.view-display-id-panel_pane_3 h3,
.view-product-literature.view-display-id-panel_pane_4 h3,
.view-product-literature.view-display-id-panel_pane_5 h3,
.view-product-literature.view-display-id-panel_pane_6 h3,
.view-product-literature.view-display-id-panel_pane_7 h3 {
    clear: both;
}

.view-product-literature.view-display-id-panel_pane_2 .view-header h3,
.view-product-literature.view-display-id-panel_pane_3 .view-header h3,
.view-product-literature.view-display-id-panel_pane_4 .view-header h3,
.view-product-literature.view-display-id-panel_pane_5 .view-header h3,
.view-product-literature.view-display-id-panel_pane_6 .view-header h3,
.view-product-literature.view-display-id-panel_pane_7 .view-header h3 {
    font-size: 2rem;
    font-weight: 300;
    color: #333;
}

@media screen and (max-width:39.9375em) {
    .view-product-literature.view-display-id-panel_pane_2 .view-header h3,
    .view-product-literature.view-display-id-panel_pane_3 .view-header h3,
    .view-product-literature.view-display-id-panel_pane_4 .view-header h3,
    .view-product-literature.view-display-id-panel_pane_5 .view-header h3,
    .view-product-literature.view-display-id-panel_pane_6 .view-header h3,
    .view-product-literature.view-display-id-panel_pane_7 .view-header h3 {
        font-size: 1.35rem;
    }
}

.view-product-literature.view-display-id-panel_pane_2 .views-row,
.view-product-literature.view-display-id-panel_pane_3 .views-row,
.view-product-literature.view-display-id-panel_pane_4 .views-row,
.view-product-literature.view-display-id-panel_pane_5 .views-row,
.view-product-literature.view-display-id-panel_pane_6 .views-row,
.view-product-literature.view-display-id-panel_pane_7 .views-row {
    margin-left: 0;
    padding: 0;
}

.view-product-literature.view-display-id-panel_pane_2 .views-row.views-row-even,
.view-product-literature.view-display-id-panel_pane_3 .views-row.views-row-even,
.view-product-literature.view-display-id-panel_pane_4 .views-row.views-row-even,
.view-product-literature.view-display-id-panel_pane_5 .views-row.views-row-even,
.view-product-literature.view-display-id-panel_pane_6 .views-row.views-row-even,
.view-product-literature.view-display-id-panel_pane_7 .views-row.views-row-even {
    background-color: transparent;
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: transparent;
    border: 0.0625rem solid #f2f2f2;
    border-top: none;
    border-right: none;
    cursor: pointer;
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link::before,
.view-product-literature.view-display-id-panel_pane_2 a.lit-link::after,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link::before,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link::after,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link::before,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link::after,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link::before,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link::after,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link::before,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link::after,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link::before,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link::after {
    display: table;
    content: ' ';
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link::after,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link::after,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link::after,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link::after,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link::after,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link::after {
    clear: both;
}

@media screen and (max-width:39.9375em) {
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link,
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link,
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link,
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link,
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link,
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link {
        border-right: 0.0625rem solid #f2f2f2;
    }
}

@media screen and (min-width:40em) {
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link,
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link,
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link,
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link,
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link,
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link {
        min-height: 3.375rem;
    }
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-title,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-title,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-title,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-title,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-title,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-title {
    width: 81.5%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    padding: 0.9375rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333;
    text-decoration: none;
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-title:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-title:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-title:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-title:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-title:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-title:last-child:not(:first-child) {
    float: right;
}

@media screen and (max-width:39.9375em) {
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-title,
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-title,
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-title,
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-title,
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-title,
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-title {
        width: 100%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        padding: 0.9375rem;
    }
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-title:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-title:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-title:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-title:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-title:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-title:last-child:not(:first-child) {
        float: right;
    }
}

@media screen and (min-width:40em) {
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-title,
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-title,
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-title,
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-title,
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-title,
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-title {
        min-height: 3.375rem;
    }
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-size,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-size,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-size,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-size,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-size,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-size {
    width: 8.33333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    text-align: right;
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-size:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-size:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-size:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-size:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-size:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-size:last-child:not(:first-child) {
    float: right;
}

@media screen and (max-width:39.9375em) {
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-size,
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-size,
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-size,
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-size,
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-size,
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-size {
        width: 33.33333%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        height: 3.125rem;
    }
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-size:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-size:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-size:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-size:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-size:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-size:last-child:not(:first-child) {
        float: right;
    }
}

@media screen and (min-width:40em) {
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-size,
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-size,
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-size,
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-size,
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-size,
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-size {
        min-height: 3.375rem;
    }
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-size .lit-size-text,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-size .lit-size-text,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-size .lit-size-text,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-size .lit-size-text,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-size .lit-size-text,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-size .lit-size-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #333;
}

@media screen and (max-width:39.9375em) {
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-size .lit-size-text,
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-size .lit-size-text,
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-size .lit-size-text,
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-size .lit-size-text,
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-size .lit-size-text,
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-size .lit-size-text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #00a9e0;
    }
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-icon,
.view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-cta,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-icon,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-cta,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-icon,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-cta,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-icon,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-cta,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-icon,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-cta,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-icon,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-cta {
    font-family: 'FontAwesome';
    font-size: 1.375rem;
}

@media screen and (min-width:40em) {
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-icon,
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-icon,
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-icon,
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-icon,
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-icon,
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-icon,
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-cta {
        min-height: 3.375rem;
    }
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-icon,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-icon,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-icon,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-icon,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-icon,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-icon {
    width: 5%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    position: relative;
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-icon:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-icon:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-icon:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-icon:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-icon:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-icon:last-child:not(:first-child) {
    float: right;
}

@media screen and (max-width:39.9375em) {
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-icon,
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-icon,
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-icon,
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-icon,
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-icon,
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-icon {
        width: 33.33333%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        height: 3.125rem;
    }
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-icon:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-icon:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-icon:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-icon:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-icon:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-icon:last-child:not(:first-child) {
        float: right;
    }
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-icon::before,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-icon::before,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-icon::before,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-icon::before,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-icon::before,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
}

@media screen and (max-width:39.9375em) {
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-icon::before,
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-icon::before,
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-icon::before,
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-icon::before,
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-icon::before,
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-icon::before {
        color: #00a9e0;
    }
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-cta,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-cta,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-cta,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-cta,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-cta,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-cta {
    width: 5%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    background-color: #f2f2f2;
    height: 100%;
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-cta:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-cta:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-cta:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-cta:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-cta:last-child:not(:first-child),
.view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-cta:last-child:not(:first-child) {
    float: right;
}

@media screen and (max-width:39.9375em) {
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-cta {
        width: 33.33333%;
        float: left;
        padding-right: 0;
        padding-left: 0;
        height: 3.125rem;
    }
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-cta:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-cta:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-cta:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-cta:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-cta:last-child:not(:first-child),
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-cta:last-child:not(:first-child) {
        float: right;
    }
}

@media screen and (min-width:40em) {
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-cta,
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-cta {
        min-height: 3.375rem;
    }
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-cta::before,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-cta::before,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-cta::before,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-cta::before,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-cta::before,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-cta::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
}

@media screen and (max-width:39.9375em) {
    .view-product-literature.view-display-id-panel_pane_2 a.lit-link .lit-cta::before,
    .view-product-literature.view-display-id-panel_pane_3 a.lit-link .lit-cta::before,
    .view-product-literature.view-display-id-panel_pane_4 a.lit-link .lit-cta::before,
    .view-product-literature.view-display-id-panel_pane_5 a.lit-link .lit-cta::before,
    .view-product-literature.view-display-id-panel_pane_6 a.lit-link .lit-cta::before,
    .view-product-literature.view-display-id-panel_pane_7 a.lit-link .lit-cta::before {
        color: #00a9e0;
    }
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link:hover,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link:hover,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link:hover,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link:hover,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link:hover,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link:hover {
    background-color: #333;
    transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link:hover .lit-title,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link:hover .lit-title,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link:hover .lit-title,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link:hover .lit-title,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link:hover .lit-title,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link:hover .lit-title {
    color: #fff;
    text-decoration: none;
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link:hover .lit-size .lit-size-text,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link:hover .lit-size .lit-size-text,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link:hover .lit-size .lit-size-text,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link:hover .lit-size .lit-size-text,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link:hover .lit-size .lit-size-text,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link:hover .lit-size .lit-size-text {
    color: #fff;
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link:hover .lit-icon::before,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link:hover .lit-icon::before,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link:hover .lit-icon::before,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link:hover .lit-icon::before,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link:hover .lit-icon::before,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link:hover .lit-icon::before {
    color: #fff;
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link:hover .lit-cta,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link:hover .lit-cta,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link:hover .lit-cta,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link:hover .lit-cta,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link:hover .lit-cta,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link:hover .lit-cta {
    background-color: #00a9e0;
    transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}

.view-product-literature.view-display-id-panel_pane_2 a.lit-link:hover .lit-cta::before,
.view-product-literature.view-display-id-panel_pane_3 a.lit-link:hover .lit-cta::before,
.view-product-literature.view-display-id-panel_pane_4 a.lit-link:hover .lit-cta::before,
.view-product-literature.view-display-id-panel_pane_5 a.lit-link:hover .lit-cta::before,
.view-product-literature.view-display-id-panel_pane_6 a.lit-link:hover .lit-cta::before,
.view-product-literature.view-display-id-panel_pane_7 a.lit-link:hover .lit-cta::before {
    color: #fff;
}

.view-product-literature.view-display-id-panel_pane_2 .views-row-first a.lit-link,
.view-product-literature.view-display-id-panel_pane_3 .views-row-first a.lit-link,
.view-product-literature.view-display-id-panel_pane_4 .views-row-first a.lit-link,
.view-product-literature.view-display-id-panel_pane_5 .views-row-first a.lit-link,
.view-product-literature.view-display-id-panel_pane_6 .views-row-first a.lit-link,
.view-product-literature.view-display-id-panel_pane_7 .views-row-first a.lit-link {
    border-top: 0.0625rem solid #f2f2f2;
}

.view-product-literature.view-display-id-panel_pane_6 .view-content,
.view-product-literature.view-display-id-panel_pane_7 .view-content {
    margin: 2rem 0 0 0;
}

.view-product-literature.view-display-id-panel_pane_6 .view-content .views-row,
.view-product-literature.view-display-id-panel_pane_6 .view-content div,
.view-product-literature.view-display-id-panel_pane_7 .view-content .views-row,
.view-product-literature.view-display-id-panel_pane_7 .view-content div {
    padding-left: 0;
    padding-right: 0;
}

.view-mode-node_embed h2.node-title {
    display: none;
}

.overlay,
#mobile-off-canvas {
    display: block;
}

.geo-overlay {
    display: none;
}

body {
    background: #fff;
}

.content-container {
    max-width: 75rem;
    margin: 0 auto;
}

.l-main {
    position: relative;
}

.l-main>.main,
.l-main>.row>.main {
    margin-top: 2.5rem;
}

@media screen and (min-width:75em) {
    .l-main {
        padding-top: 8.125rem;
        margin-bottom: 2.125rem;
    }
}

@media screen and (max-width:74.9375em) {
    .l-main {
        padding-top: 5.5625rem;
    }
}

@media screen and (max-width:39.9375em) {
    .l-main {
        padding-top: 3.75rem;
    }
}

.osp-banner .l-main {
    padding-top: 0;
}

@media screen and (min-width:40em) {
    .osp-banner .l-main {
        padding-top: 0;
    }
}

.fixed-header .l-main {
    padding-top: 3.75rem;
}

@media screen and (min-width:40em) {
    .fixed-header .l-main {
        padding-top: 5.5625rem;
    }
}

@media screen and (min-width:64em) {
    .fixed-header .l-main {
        padding-top: 8.125rem;
    }
}

.fixed-header.osp-banner .l-main {
    padding-top: 97.75rem;
}

@media screen and (min-width:40em) {
    .fixed-header.osp-banner .l-main {
        padding-top: 83.5625rem;
    }
}

@media screen and (min-width:64em) {
    .fixed-header.osp-banner .l-main {
        padding-top: 86.125rem;
    }
}

@media screen and (max-width:39.9375em) {
    .fixed-header.osp-banner .move-right .l-main {
        padding-top: 5.875rem;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .fixed-header.osp-banner .move-right .l-main {
        padding-top: 4.875rem;
    }
}

.page-home #page-title {
    display: none;
}

.row {
    max-width: 75rem;
}

.wide-row {
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}

.row.wide-row .row {
    width: 100%;
    margin: 0 auto;
    max-width: 75rem;
}

.views-field-created {
    color: #c6c6c6;
}

.breadcrumb {
    padding: 1.875rem 0 0;
}

.breadcrumb .breadcrumb-item {
    text-transform: capitalize;
    font-size: .85em;
    color: #dbdbdb;
}

.breadcrumb .breadcrumb-item a {
    color: #595959;
}

.breadcrumb .breadcrumb-separator {
    display: inline;
    margin: 0 0.3125rem;
    background-image: url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/images/sprites.png);
    background-position: 0 0;
    color: #dbdbdb;
}

.page-search .breadcrumb-new-container,
.page-osp-search .breadcrumb-new-container,
.section-all-products .breadcrumb-new-container,
.node-type-news .breadcrumb-new-container,
.node-type-events .breadcrumb-new-container,
.node-type-webinar .breadcrumb-new-container,
.node-type-downloads .breadcrumb-new-container,
.node-type-services-and-support-page .breadcrumb-new-container,
.node-type-landing-page-with-banner .breadcrumb-new-container,
.node-type-webform .breadcrumb-new-container {
    display: none;
    border-bottom: 0.063rem solid #dbdbdb;
    padding-top: .750rem;
    padding-bottom: .750rem;
    line-height: 1;
    background: #fff;
}

@media print,
screen and (min-width:40em) {
    .page-search .breadcrumb-new-container,
    .page-osp-search .breadcrumb-new-container,
    .section-all-products .breadcrumb-new-container,
    .node-type-news .breadcrumb-new-container,
    .node-type-events .breadcrumb-new-container,
    .node-type-webinar .breadcrumb-new-container,
    .node-type-downloads .breadcrumb-new-container,
    .node-type-services-and-support-page .breadcrumb-new-container,
    .node-type-landing-page-with-banner .breadcrumb-new-container,
    .node-type-webform .breadcrumb-new-container {
        display: block;
    }
}

.page-search .breadcrumb-new-container .breadcrumbs,
.page-osp-search .breadcrumb-new-container .breadcrumbs,
.section-all-products .breadcrumb-new-container .breadcrumbs,
.node-type-news .breadcrumb-new-container .breadcrumbs,
.node-type-events .breadcrumb-new-container .breadcrumbs,
.node-type-webinar .breadcrumb-new-container .breadcrumbs,
.node-type-downloads .breadcrumb-new-container .breadcrumbs,
.node-type-services-and-support-page .breadcrumb-new-container .breadcrumbs,
.node-type-landing-page-with-banner .breadcrumb-new-container .breadcrumbs,
.node-type-webform .breadcrumb-new-container .breadcrumbs {
    padding: 0;
    margin: 0;
}

.page-search .breadcrumb-new-container .breadcrumbs li,
.page-osp-search .breadcrumb-new-container .breadcrumbs li,
.section-all-products .breadcrumb-new-container .breadcrumbs li,
.node-type-news .breadcrumb-new-container .breadcrumbs li,
.node-type-events .breadcrumb-new-container .breadcrumbs li,
.node-type-webinar .breadcrumb-new-container .breadcrumbs li,
.node-type-downloads .breadcrumb-new-container .breadcrumbs li,
.node-type-services-and-support-page .breadcrumb-new-container .breadcrumbs li,
.node-type-landing-page-with-banner .breadcrumb-new-container .breadcrumbs li,
.node-type-webform .breadcrumb-new-container .breadcrumbs li {
    font-size: .8rem;
    font-weight: 300;
}

.page-search .breadcrumb-new-container .breadcrumbs li a,
.page-osp-search .breadcrumb-new-container .breadcrumbs li a,
.section-all-products .breadcrumb-new-container .breadcrumbs li a,
.node-type-news .breadcrumb-new-container .breadcrumbs li a,
.node-type-events .breadcrumb-new-container .breadcrumbs li a,
.node-type-webinar .breadcrumb-new-container .breadcrumbs li a,
.node-type-downloads .breadcrumb-new-container .breadcrumbs li a,
.node-type-services-and-support-page .breadcrumb-new-container .breadcrumbs li a,
.node-type-landing-page-with-banner .breadcrumb-new-container .breadcrumbs li a,
.node-type-webform .breadcrumb-new-container .breadcrumbs li a {
    color: #333;
}

.page-search .breadcrumb-new-container .breadcrumbs li:not(:last-child)::after,
.page-osp-search .breadcrumb-new-container .breadcrumbs li:not(:last-child)::after,
.section-all-products .breadcrumb-new-container .breadcrumbs li:not(:last-child)::after,
.node-type-news .breadcrumb-new-container .breadcrumbs li:not(:last-child)::after,
.node-type-events .breadcrumb-new-container .breadcrumbs li:not(:last-child)::after,
.node-type-webinar .breadcrumb-new-container .breadcrumbs li:not(:last-child)::after,
.node-type-downloads .breadcrumb-new-container .breadcrumbs li:not(:last-child)::after,
.node-type-services-and-support-page .breadcrumb-new-container .breadcrumbs li:not(:last-child)::after,
.node-type-landing-page-with-banner .breadcrumb-new-container .breadcrumbs li:not(:last-child)::after,
.node-type-webform .breadcrumb-new-container .breadcrumbs li:not(:last-child)::after {
    font-family: 'fontello';
    content: "\e800";
    color: #333;
}

.node-type-webform input[type="submit"],
.node-type-webform button[type="submit"],
.node-type-webform button[type="submit"].button.secondary {
    padding-right: 2rem;
}

.node-type-webform .webform-container-inline div.form-item {
    display: block;
}

.node-type-webform #page-title {
    font-size: 2.625rem;
    font-weight: 700;
}

.node-type-landing-page-with-banner .pane-node-field-banner-image {
    display: none;
}

.featured-hero {
    overflow: hidden;
    position: relative;
    min-height: 12.5rem;
}

.featured-hero>.row {
    margin-top: 13.75rem;
}

@media screen and (min-width:40em) {
    .featured-hero {
        max-height: 37.5rem;
    }
    .featured-hero>.row {
        margin-top: 0;
    }
}

@media screen and (min-width:40em) {
    .featured-hero .featured-hero-content {
        position: absolute;
        top: 66%;
        transform: translateY(-58%);
        max-width: 34.375rem;
    }
}

@media screen and (min-width:64em) {
    .featured-hero .featured-hero-content {
        top: 50%;
        transform: translateY(-50%);
    }
}

.featured-hero .featured-hero-content * {
    color: #c6c6c6;
}

@media screen and (min-width:40em) {
    .featured-hero .featured-hero-content * {
        color: #fff;
    }
}

.featured-hero .featured-hero-content h2 {
    color: #333;
    font-size: 1.5625rem;
    font-weight: 600;
}

@media screen and (min-width:40em) {
    .featured-hero .featured-hero-content h2 {
        color: #fff;
        font-size: 1.875rem;
        font-weight: 500;
    }
}

@media screen and (min-width:64em) {
    .featured-hero .featured-hero-content h2 {
        font-size: 2.625rem;
    }
}

.featured-hero .featured-hero-content p {
    font-weight: 300;
}

.featured-hero .featured-hero-content a {
    color: #1f76c9;
}

.featured-hero .featured-hero-content a:hover,
.featured-hero .featured-hero-content a:focus {
    color: #fff;
}

@media screen and (max-width:39.9375em) {
    .featured-hero .featured-hero-content a.featured-block-button {
        margin: 0 auto;
        display: block;
    }
}

.featured-hero-image {
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 12.5rem;
}

@media screen and (min-width:40em) {
    .featured-hero-image {
        height: 25rem;
    }
}

@media screen and (min-width:64em) {
    .featured-hero-image {
        background-size: auto;
    }
}

.featured-hero-container {
    position: absolute;
    width: 100%;
    max-height: 37.5rem;
}

@media screen and (max-width:39.9375em) {
    .featured-hero-container {
        background: url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/css/images/hero-stripe-blue-mobile.html) no-repeat -10.125rem 0;
        z-index: 9;
        height: 12.5rem;
    }
}

@media screen and (min-width:40em) {
    .featured-hero-container {
        left: -16.875rem;
        background: url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/css/images/hero-stripe-blue.html) no-repeat center 0;
        height: 100%;
    }
}

@media screen and (min-width:64em) {
    .featured-hero-container {
        left: -16.875rem;
    }
}

@media screen and (min-width:75em) {
    .featured-hero-container {
        left: -20.625rem;
    }
}

.pane-home-page-sections .content-block-category a {
    color: #fff;
}

.pane-home-page-sections .content-block-title {
    color: #fff;
}

.pane-home-page-sections a:hover {
    text-decoration: none;
    color: #1f76c9;
}

#admin-menu-wrapper ul {
    font-size: 0.6875rem;
}

#admin-menu-wrapper input[type="text"] {
    height: 1.25rem;
}

#admin-menu-wrapper a {
    font-size: 0.6875rem;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

#search-and-apply,
.node-type-landing-page-with-banner #page-title+div .panel-pane:first-child#search-and-apply {
    padding-top: 0;
    margin-bottom: 0;
    position: static;
    background: none;
}

iframe {
    width: 83.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0;
    padding-left: 0;
    border: none;
    /*height: 87.5rem;*/
    /*width: 100%;*/
    float: none;
}

@media print,
screen and (min-width:40em) {
    iframe {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

iframe:last-child:not(:first-child) {
    float: right;
}

@media print,
screen and (min-width:40em) {
    iframe {
        padding-right: 0;
        padding-left: 0;
    }
}

iframe:last-child:not(:first-child) {
    float: none;
}

#globe {
    transition: width 125ms ease;
}

.block-custom-search-blocks,
.block-apachesolr-search-blocks {
    float: right;
    margin: 0;
    width: auto;
}

.block-custom-search-blocks .columns.medium-6,
.block-apachesolr-search-blocks .columns.medium-6 {
    width: 13.125rem;
    padding: 0;
}

.block-custom-search-blocks .columns.medium-2,
.block-apachesolr-search-blocks .columns.medium-2 {
    width: 1.25rem;
    padding: 0;
}

.block-custom-search-blocks h2.block-title,
.block-apachesolr-search-blocks h2.block-title {
    display: none;
}

.block-custom-search-blocks .search-form,
.block-apachesolr-search-blocks .search-form {
    position: relative;
    float: right;
    margin: 0.3125rem 0.9375rem 0 0;
    background-color: #fff;
}

.block-custom-search-blocks .search-form label,
.block-apachesolr-search-blocks .search-form label {
    display: none;
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .block-custom-search-blocks .search-form,
    .block-apachesolr-search-blocks .search-form {
        margin-top: 0.625rem;
    }
}

.block-custom-search-blocks .search-form .form-item,
.block-apachesolr-search-blocks .search-form .form-item {
    float: left;
    margin: 0;
}

.block-custom-search-blocks .search-form .form-item .form-text,
.block-apachesolr-search-blocks .search-form .form-item .form-text {
    float: left;
    border: none;
    font-size: 0.875rem;
    line-height: 1.75rem;
    padding: 0 0 0 0.625rem;
    margin: 0 1.25rem 0 0;
    background: none;
    box-shadow: none;
    transition: none;
    height: 1.875rem;
    width: 12.5rem;
}

.block-custom-search-blocks .search-form .form-item .form-text.placeholder,
.block-apachesolr-search-blocks .search-form .form-item .form-text.placeholder {
    color: #f2f2f2;
}

.block-custom-search-blocks .search-form .form-checkbox,
.block-apachesolr-search-blocks .search-form .form-checkbox {
    display: none;
}

.block-custom-search-blocks .search-form .form-submit,
.block-apachesolr-search-blocks .search-form .form-submit {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    top: 0.4375rem;
    right: 0.625rem;
}

.block-custom-search-blocks .search-form .form-submit::before,
.block-apachesolr-search-blocks .search-form .form-submit::before {
    font-size: 1.25rem;
    color: #333;
    transition: color 125ms ease;
}

.block-custom-search-blocks .search-form .form-submit:hover::before,
.block-apachesolr-search-blocks .search-form .form-submit:hover::before {
    color: #00a9e0;
}

.block-custom-search-blocks .search-form .form-submit::after,
.block-apachesolr-search-blocks .search-form .form-submit::after {
    content: '';
}

@media screen and (min-width:64em) {
    .searching .block-custom-search-blocks {
        width: 12.1875rem;
        margin-top: 1.125rem;
        margin-left: 0.4375rem;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .searching .block-custom-search-blocks .search-form {
        margin-top: 1.375rem;
    }
}

.searching .block-custom-search-blocks .search-form .form-item .form-text {
    border: 0.0625rem solid #1f76c9;
    border-right: none;
    width: 8.875rem;
    display: block;
}

.searching .block-custom-search-blocks .search-form .form-submit {
    background: #1f76c9;
    margin: 0.125rem 0 0 -0.0625rem;
}

.searching .block-custom-search-blocks .search-form .form-submit::before {
    color: #f2f2f2;
}

.searching #language-dropdown {
    display: none;
}

select {
    height: auto;
}

a.external:after {
    padding-left: 0.625rem;
    content: "\e801";
    display: inline;
    font-family: fontello;
    font-size: 0.8em;
    text-decoration: none;
}

@media screen and (max-width:39.9375em) {
    .section-search main.l-main>.row {
        background: none;
    }
}

.sticky-element.stuck {
    position: fixed;
    top: 0;
}

.sticky-element.bottom {
    position: absolute;
    bottom: 0;
    top: initial;
}

@media screen and (min-width:40em) {
    .stroke {
        position: relative;
        min-height: 11.25rem;
    }
    .stroke:before {
        content: "";
        /* background: url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/images/blue-angle.png) no-repeat right 100%; */
        min-height: 19.375rem;
        max-height: 21.25rem;
        position: absolute;
        top: -10.625rem;
        height: 100%;
        width: 100%;
        z-index: -1;
    }
    .purple {
        position: relative;
        min-height: 11.25rem;
    }
    .purple:before {
        content: "";
        /* background: url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/images/purple-angle.png) no-repeat right 100%; */
        min-height: 19.375rem;
        max-height: 21.25rem;
        position: absolute;
        top: -10.625rem;
        height: 100%;
        width: 100%;
        z-index: -1;
    }
}

.highlight-text {
    font-size: 1.75rem;
    color: #500778;
    font-weight: 300;
    line-height: 2.125rem;
    margin-bottom: 2rem;
    width: 100%;
}

@media print,
screen and (min-width:40em) {
    .highlight-text {
        width: 80%;
    }
}

@media print,
screen and (min-width:64em) {
    .highlight-text {
        width: 75%;
    }
}

div.orbit .slide-in-left.mui-enter,
div.orbit .slide-in-right.mui-enter,
div.orbit .slide-out-left.mui-leave,
div.orbit .slide-out-right.mui-leave {
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}

.featured-caro {
    margin: 0 auto;
    background-color: #f2f2f2;
    width: 100%;
    overflow: hidden;
}

.featured-caro .featured-caro-slide {
    overflow: hidden;
}

@media screen and (max-width:63.9375em) {
    .featured-caro .featured-caro-slide>.row {
        padding-top: 1.25rem;
        padding-bottom: 0.625rem;
        background-color: #f2f2f2;
    }
}

@media screen and (min-width:64em) {
    .featured-caro .featured-caro-slide {
        height: 28.125rem;
    }
    .featured-caro .featured-caro-slide>.row {
        margin-top: 0;
    }
}

.featured-caro .featured-caro-slide .featured-caro-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    top: 0;
}

@media screen and (max-width:63.9375em) {
    .featured-caro .featured-caro-slide .featured-caro-container {
        position: relative;
        z-index: 0;
        background-size: cover;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .featured-caro .featured-caro-slide .featured-caro-container {
        height: 15.625rem;
        background-position: top right;
    }
}

@media screen and (max-width:39.9375em) {
    .featured-caro .featured-caro-slide .featured-caro-container {
        height: 10.9375rem;
        background-position: top right;
    }
}

.featured-caro .featured-caro-slide .featured-caro-container picture {
    display: none;
}

.featured-caro .featured-caro-slide .featured-caro-container picture img {
    display: none;
}

.featured-caro .featured-caro-slide .featured-caro-content {}

@media screen and (min-width:64em) {
    .featured-caro .featured-caro-slide .featured-caro-content {
        position: absolute;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 33.125rem;
    }
}

@media screen and (max-width:81.25em) {
    .featured-caro .featured-caro-slide .featured-caro-content {
        padding-left: 3.75rem;
    }
}

@media screen and (max-width:63.9375em) {
    .featured-caro .featured-caro-slide .featured-caro-content {
        padding-left: 0.9375rem;
        position: relative;
        text-align: center;
    }
}

@media screen and (max-width:63.9375em) {
    .featured-caro .featured-caro-slide .featured-caro-content * {
        color: #595959;
    }
}

@media screen and (min-width:64em) {
    .featured-caro .featured-caro-slide .featured-caro-content * {
        color: #fff;
    }
}

.featured-caro .featured-caro-slide .featured-caro-content h2 {
    font-weight: 700;
    line-height: 3rem;
}

@media screen and (max-width:63.9375em) {
    .featured-caro .featured-caro-slide .featured-caro-content h2 {
        color: #333;
        font-size: 1.875rem;
        font-weight: 300;
    }
}

@media screen and (min-width:64em) {
    .featured-caro .featured-caro-slide .featured-caro-content h2 {
        color: #fff;
        font-size: 2.625rem;
    }
}

.featured-caro .featured-caro-slide .featured-caro-content p {
    font-weight: 300;
    font-size: 1rem;
}

@media print,
screen and (min-width:64em) {
    .featured-caro .featured-caro-slide .featured-caro-content p {
        margin-bottom: 1rem;
    }
}

.featured-caro .featured-caro-slide .featured-caro-content a {
    color: #fff;
}

.featured-caro .featured-caro-slide .featured-caro-content a:hover,
.featured-caro .featured-caro-slide .featured-caro-content a:focus {
    color: #1f76c9;
}

@media screen and (max-width:63.9375em) {
    .featured-caro .featured-caro-slide .featured-caro-content a.featured-block-button {
        padding: 1.25rem;
        padding-right: 2rem;
        margin: 0 auto;
    }
}

@media screen and (max-width:63.9375em) {
    .featured-caro .featured-caro-slide .featured-caro-content a {
        border: 0.0625rem solid #1f76c9;
        color: #1f76c9;
    }
    .featured-caro .featured-caro-slide .featured-caro-content a:hover,
    .featured-caro .featured-caro-slide .featured-caro-content a:focus {
        background-color: #1f76c9;
        color: #fff;
    }
}

.featured-caro .featured-caro-slide .featured-caro-content .slide-title {
    font-weight: 600;
}

.featured-caro .featured-caro-slide .featured-caro-content .category-slug {
    margin-bottom: 0;
}

.featured-caro .featured-caro-slide .featured-caro-content .category-slug a {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 100;
}

.featured-caro .featured-caro-slide .featured-caro-content .category-slug a:hover {
    text-decoration: none;
}

@media screen and (max-width:63.9375em) {
    .featured-caro .featured-caro-slide .featured-caro-content .category-slug a {
        color: #1f76c9;
        border: none;
    }
    .featured-caro .featured-caro-slide .featured-caro-content .category-slug a:hover {
        color: #1f76c9;
        background-color: transparent;
        text-decoration: underline;
    }
}

.featured-caro .orbit-container {
    margin: 0 auto;
    max-width: 120rem;
    background-color: #f2f2f2;
}

@media print,
screen and (min-width:64em) {
    .featured-caro .orbit-container {
        background-color: #fff;
    }
}

.featured-caro .orbit-container .orbit-previous,
.featured-caro .orbit-container .orbit-next {
    cursor: pointer;
}

.featured-caro .orbit-container .orbit-previous,
.featured-caro .orbit-container .orbit-next {
    transform: none;
    text-indent: 0 !important;
    height: 5rem;
    width: 2.5rem;
    margin: 0;
    padding: 0;
    display: block;
    top: 40%;
    border: none;
}

.featured-caro .orbit-container .orbit-previous i,
.featured-caro .orbit-container .orbit-next i {
    font-size: 2.5rem;
    color: #fff;
}

@media screen and (max-width:39.9375em) {
    .featured-caro .orbit-container .orbit-previous,
    .featured-caro .orbit-container .orbit-next {
        top: 13%;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .featured-caro .orbit-container .orbit-previous,
    .featured-caro .orbit-container .orbit-next {
        top: 17%;
    }
}

.featured-caro .orbit-container .orbit-previous::after,
.featured-caro .orbit-container .orbit-next::after {
    content: none;
}

.featured-caro .orbit-container .orbit-next i {
    padding-left: 0.1875rem;
}

.featured-caro .orbit-container .orbit-previous:hover,
.featured-caro .orbit-container .orbit-next:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.featured-caro .orbit-container .orbit-previous:focus:not(:hover),
.featured-caro .orbit-container .orbit-next:focus:not(:hover) {
    background-color: rgba(255, 255, 255, 0);
}

.featured-caro .orbit-container .orbit-previous:active,
.featured-caro .orbit-container .orbit-next:active {
    background-color: initial;
}

.featured-caro .orbit-bullets {
    background-color: #fff;
    margin: 0;
    padding: 0.8rem 0 0.625rem 0;
    cursor: default;
}

.featured-caro .orbit-bullets button {
    border-radius: 62.5rem;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 0.5625rem;
    margin: 0 0.0625rem;
    width: 0.5625rem;
    padding: 0;
    border: none;
}

.featured-caro .orbit-bullets button::after {
    content: none;
}

.accordion {
    margin-left: 0;
    background: transparent;
}

.accordion .accordion-navigation.is-active>.accordion-title,
.accordion .accordion-navigation.is-active>.accordion-title:hover {
    color: #00a9e0;
    border-bottom: 0.1875rem solid #00a9e0;
    transition: border-color 400ms ease-in-out;
}

.accordion .accordion-navigation.is-active>.accordion-title h2,
.accordion .accordion-navigation.is-active>.accordion-title:hover h2,
.accordion .accordion-navigation.is-active>.accordion-title h3,
.accordion .accordion-navigation.is-active>.accordion-title:hover h3,
.accordion .accordion-navigation.is-active>.accordion-title h4,
.accordion .accordion-navigation.is-active>.accordion-title:hover h4,
.accordion .accordion-navigation.is-active>.accordion-title h5,
.accordion .accordion-navigation.is-active>.accordion-title:hover h5,
.accordion .accordion-navigation.is-active>.accordion-title h6,
.accordion .accordion-navigation.is-active>.accordion-title:hover h6 {
    color: #00a9e0;
    font-weight: 300;
    transition: color 400ms ease-in-out;
}

.accordion .accordion-navigation.is-active>.accordion-title h2,
.accordion .accordion-navigation.is-active>.accordion-title:hover h2 {
    font-size: 1.75rem;
}

.accordion .accordion-navigation.is-active>.accordion-title h3,
.accordion .accordion-navigation.is-active>.accordion-title:hover h3 {
    font-size: 1.375rem;
}

.accordion .accordion-navigation.is-active>.accordion-title h4,
.accordion .accordion-navigation.is-active>.accordion-title:hover h4,
.accordion .accordion-navigation.is-active>.accordion-title h5,
.accordion .accordion-navigation.is-active>.accordion-title:hover h5,
.accordion .accordion-navigation.is-active>.accordion-title h6,
.accordion .accordion-navigation.is-active>.accordion-title:hover h6 {
    font-size: 1.125rem;
}

.accordion .accordion-navigation.is-active>.accordion-title::before {
    content: '\e81e';
    color: #00a9e0;
}

.accordion .accordion-navigation .accordion-title {
    border: 0;
    font-weight: 300;
    text-align: center;
}

@media print,
screen and (min-width:64em) {
    .accordion .accordion-navigation .accordion-title {
        text-align: left;
    }
}

.accordion .accordion-navigation .accordion-title:before {
    content: '\e81d';
    font-family: 'fontello';
    color: #595959;
}

.accordion .accordion-navigation .accordion-content {
    background-color: transparent;
    border: 0;
}

.accordion .accordion-navigation a.accordion-title,
.accordion .accordion-navigation a:hover.accordion-title,
.accordion .accordion-navigation a:visited.accordion-title {
    background-color: transparent;
    color: #0072bc !important;
    display: block;
    font-size: 1.375rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    text-decoration: none;
    border-bottom: 0.0625rem solid #dbdbdb;
}

.accordion .accordion-navigation a.accordion-title h2,
.accordion .accordion-navigation a.accordion-title h3,
.accordion .accordion-navigation a.accordion-title h4,
.accordion .accordion-navigation a.accordion-title h5,
.accordion .accordion-navigation a.accordion-title h6,
.accordion .accordion-navigation a:hover.accordion-title h2,
.accordion .accordion-navigation a:hover.accordion-title h3,
.accordion .accordion-navigation a:hover.accordion-title h4,
.accordion .accordion-navigation a:hover.accordion-title h5,
.accordion .accordion-navigation a:hover.accordion-title h6,
.accordion .accordion-navigation a:visited.accordion-title h2,
.accordion .accordion-navigation a:visited.accordion-title h3,
.accordion .accordion-navigation a:visited.accordion-title h4,
.accordion .accordion-navigation a:visited.accordion-title h5,
.accordion .accordion-navigation a:visited.accordion-title h6 {
    color: #0072bc !important;
    font-weight: 300;
    line-height: 1;
    margin: 0;
}

.accordion .accordion-navigation a.accordion-title h2,
.accordion .accordion-navigation a:hover.accordion-title h2,
.accordion .accordion-navigation a:visited.accordion-title h2 {
    font-size: 1.75rem;
}

.accordion .accordion-navigation a.accordion-title h3,
.accordion .accordion-navigation a:hover.accordion-title h3,
.accordion .accordion-navigation a:visited.accordion-title h3 {
    font-size: 1.375rem;
}

.accordion .accordion-navigation a.accordion-title h4,
.accordion .accordion-navigation a.accordion-title h5,
.accordion .accordion-navigation a.accordion-title h6,
.accordion .accordion-navigation a:hover.accordion-title h4,
.accordion .accordion-navigation a:hover.accordion-title h5,
.accordion .accordion-navigation a:hover.accordion-title h6,
.accordion .accordion-navigation a:visited.accordion-title h4,
.accordion .accordion-navigation a:visited.accordion-title h5,
.accordion .accordion-navigation a:visited.accordion-title h6 {
    font-size: 1.125rem;
}

.thumbnail {
    border: 0;
    box-shadow: none;
    display: inline-block;
    line-height: 0;
    margin-bottom: 0;
    max-width: 100%;
    transition: none;
}

.thumbnail:focus,
.thumbnail:hover {
    box-shadow: none;
}

i.icon-desktop,
i.icon-mail,
i.icon-phone,
i.icon-print {
    color: #1f76c9;
    margin-right: .25em;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.accordion li.accordion-item:before {
    display: none;
}

ul.accordion li.accordion-item {
    margin: 0;
}

ul.accordion li.accordion-item .accordion-title {
    padding-right: 2rem;
}

ul.accordion li.accordion-item .accordion-title:hover {
    padding-right: 2rem;
}

ul.accordion li.accordion-item .accordion-content ul {
    margin-bottom: 1.25rem;
}

ul.accordion li.accordion-item .accordion-content ul li {
    margin-left: 1rem;
    list-style-type: none;
    margin-top: .5rem;
}

ul.accordion li.accordion-item .accordion-content ul li::before {
    margin-left: -1rem;
    content: "";
    width: 0.25rem;
    height: 0.25rem;
    background-color: #500778;
    position: relative;
    float: left;
    top: 0.75rem;
}

ul.accordion li.accordion-item .accordion-content ol li:before {
    display: none;
}

ul.accordion li.accordion-item .accordion-content ol li {
    list-style-type: decimal;
}

.node-type-campaign-page #campaign-content ul.accordion li.accordion-item:before {
    display: none;
}

.node-type-campaign-page #campaign-content ul.accordion li.accordion-item {
    margin: 0;
}

.fancybox-container .fancybox-slide>* {
    overflow-x: hidden;
}

.g-recaptcha > div {
    width:100% !important;
    margin-bottom:10px;
    overflow: hidden;
}

.rc-anchor-pt {
    display:none;
}

.captcha legend,
.captcha .fieldset-description {
    display: none;
}

.top-bar {
    background-color: #fff;
}

@media screen and (max-width:39.9375em) {
    .top-bar {
        width: auto;
        height: 3.4375rem;
    }
}

@media screen and (min-width:40em) {
    .top-bar {
        width: auto;
    }
}

.top-bar .title-area {
    float: left;
    background: transparent;
    margin: 0;
}

@media screen and (max-width:39.9375em) {
    .top-bar .title-area {
        width: 12.5rem;
    }
}

@media screen and (min-width:40em) {
    .top-bar .title-area {
        width: 12.5rem;
    }
}

.top-bar .name {
    height: auto;
}

@media screen and (min-width:40em) {
    .top-bar .name>span {
        margin: 1.2rem 0 1.5rem 0.9375rem;
        width: 10.625rem;
    }
}

@media screen and (max-width:39.9375em) {
    .top-bar .name>span {
        width: 12.5rem;
    }
}

.top-bar .name>span a {
    width: 100%;
    height: 100%;
}

@media screen and (min-width:64em) {
    .top-bar .l-header-region {
        float: right;
        height: auto;
        overflow: visible;
    }
}

.top-bar::before,
.top-bar::after {
    display: table;
    content: ' ';
}

.top-bar::after {
    clear: both;
}

.l-header {
    background-color: #fff;
    border-bottom: 0.0625rem solid #dbdbdb;
    height: 3.75rem;
    position: fixed;
    z-index: 100;
    width: 100%;
}

@media screen and (min-width:64em) {
    .l-header {
        height: 8.125rem;
    }
}

@media screen and (max-width:63.9375em) {
    .l-header {
        height: 5.5625rem;
        border-bottom: none;
    }
}

@media screen and (max-width:39.9375em) {
    .l-header {
        height: 3.75rem;
    }
}

.osp-banner .l-header {
    position: static;
}

.fixed-header .l-header {
    position: fixed;
}

.block-search {
    float: left;
    width: 9.375rem;
}

.header-search-button {
    background: url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/images/sprites.png) no-repeat -15rem 0;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.header-search-button:hover,
.header-search-button:focus {
    opacity: .7;
}

@media screen and (min-width:40em) {
    .header-search-button {
        margin: 2.1875rem 0 0 2.5rem;
    }
}

.top-body-menu {
    background-color: #f2f2f2;
    text-align: right;
}

.top-body-menu .content-container ul.links {
    float: right;
    width: auto;
    margin: 0.375rem 0.1875rem 0.5rem 0;
    cursor: default;
}

.top-body-menu .content-container ul.links li {
    display: inline-block;
    margin-right: 0.9375rem;
}

.top-body-menu .content-container ul.links li a {
    color: #595959;
    text-decoration: none;
    font-weight: 300;
    font-size: 0.8125rem;
}

.top-body-menu .content-container ul.links li a:hover {
    text-decoration: underline;
}

.top-body-menu .top-body-menu-help-block section {
    float: right;
}


.top-body-menu .top-body-menu-help-block .block-block-202 #edit-submit-overlay,
.top-body-menu .top-body-menu-help-block .block-block-202 #edit-submit-overlay-osp,
.top-body-menu .top-body-menu-help-block .block-block-203 #edit-submit-overlay,
.top-body-menu .top-body-menu-help-block .block-block-203 #edit-submit-overlay-osp {
    padding-top: 0.3125rem;
    height: 2.4rem;
    cursor: pointer;
}

@media screen and (max-width:63.9375em) {
    .top-body-menu {
        display: none;
    }
}

.osp .l-header {
    background-color: #333;
    border-bottom: 0;
}

.osp .l-header .top-bar {
    background-color: #333;
}

.osp .l-header .top-bar .name>span {
    background: url(https://comit.bkis.com.vn/themes/comit/sites/all/themes/viavi/images/logo-osp.png) no-repeat center left;
    text-indent: 18.125rem;
}

.osp .l-header .top-bar .name>span a {
    width: 100%;
}

@media screen and (min-width:64em) {
    .osp .l-header .top-bar .name>span {
        width: 18.125rem;
    }
}

@media screen and (max-width:63.9375em) {
    .osp .l-header .top-bar .name>span {
        width: 18.125rem;
    }
}

@media screen and (max-width:39.9375em) {
    .osp .l-header .top-bar .name>span {
        margin-left: .5rem;
        width: 15rem;
        background-size: contain;
    }
    .section-search .l-main .row .columns h2 {
        margin-top: 0rem;
    }
}

#search-overlay #edit-basic .columns,
#search-overlay #edit-basic .medium-6,
#search-overlay #edit-basic .medium-2,
#search-overlay #edit-basic--2 .columns,
#search-overlay #edit-basic--2 .medium-6,
#search-overlay #edit-basic--2 .medium-2 {
    width: auto;
}

#search-overlay #edit-basic .medium-6,
#search-overlay #edit-basic--2 .medium-6 {
    width: 85%;
    float: left;
    padding-left: 0;
}

#search-overlay label[for="edit-keys"],
#search-overlay label[for="edit-keys--2"] {
    display: none;
}

#search-overlay .form-item-detach-auto-language-filter {
    display: none;
}

#search-overlay #search-form {
    height: 5rem;
}

#search-overlay #search-form #edit-basic:before,
#search-overlay #search-form #edit-basic:after,
#search-overlay #search-form #edit-basic--2:before,
#search-overlay #search-form #edit-basic--2:after {
    background-color: #fff;
    content: '';
    display: inline-block;
    height: 0.0625rem;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

#search-overlay #search-form #edit-basic:before,
#search-overlay #search-form #edit-basic--2:before {
    width: 0;
}

#search-overlay #search-form #edit-basic:after,
#search-overlay #search-form #edit-basic--2:after {
    width: 100%;
}

#search-overlay #edit-keys,
#search-overlay #edit-keys--2 {
    box-shadow: none;
    background-image: none;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 2.875rem;
    font-weight: 300;
    height: 3.75rem;
    color: #595959;
}

#search-overlay #edit-keys:hover,
#search-overlay #edit-keys:focus,
#search-overlay #edit-keys--2:hover,
#search-overlay #edit-keys--2:focus {
    color: white;
}

#search-overlay #edit-submit,
#search-overlay #edit-submit--2 {
    border: none;
    background-color: transparent;
    color: #f2f2f2;
    padding: 0;
    height: 3.75rem;
    margin-bottom: 0.5rem;
}

#search-overlay #edit-submit:hover,
#search-overlay #edit-submit--2:hover {
    color: #00a9e0;
}

#search-overlay #edit-submit:after,
#search-overlay #edit-submit--2:after {
    content: '\e824';
    font-size: 2.625rem;
    left: 0;
}

.section-osp .top-body-menu {
    background-color: #595959;
}

.section-osp .top-body-menu .content-container ul.links li a {
    color: #fff;
}

#edit-submit-overlay,
#edit-submit-overlay-osp {
    border: none;
    background-color: transparent;
    color: #333;
    font-size: 1.25rem;
    padding-top: 0.75rem;
    padding-right: 0.625rem;
    padding-bottom: 0;
    padding-left: 0.625rem;
}

#edit-submit-overlay:hover,
#edit-submit-overlay-osp:hover {
    color: #00a9e0;
}

#edit-submit-overlay:after,
#edit-submit-overlay-osp:after {
    content: '';
}

#edit-submit-overlay-osp {
    color: #fff;
    font-size: 1.25rem;
}

.overlay-close {
    padding: 0;
}

.overlay-close:hover {
    color: #00a9e0;
    background-color: transparent;
}

.overlay-close:after {
    content: '\2715';
    font-size: 3.125rem;
}

footer {
    background-color: #333;
    color: #999;
    overflow: hidden;
    clear: both;
}

.l-footer-columns {
    margin: 1.25rem 0 0 0;
}

@media print,
screen and (min-width:64em) {
    .l-footer-columns {
        margin: 1.25rem 0 2rem 0;
    }
}

@media screen and (max-width:63.9375em) {
    .l-footer-columns .footer-first,
    .l-footer-columns .footer-second,
    .l-footer-columns .footer-third,
    .l-footer-columns .footer-fourth {
        /*display: none;*/
    }
    .l-footer-columns span.block-title {
        display: inline-block;
        margin-top: 0rem !important;
        color: #fff;
        font-size: 1rem;
        text-transform: uppercase;
        border-bottom: 0.0625rem solid #595959;
        border-top: 0.0625rem solid #595959;
        padding: 0.5rem 0 0.5rem 0.5rem;
        width: 100%;
        background-color: #595959;
    }
    .l-footer-columns li.leaf {
        border-bottom: 0.0625rem solid #595959;
        padding-bottom: 0.5rem;
    }
    .l-footer-columns li.leaf.last {
        border-bottom: 0px;
    }
}

.l-footer-columns span.block-title {
    display: inline-block;
    margin-top: 1rem;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
}

.l-footer-columns span.block-title a {
    color: #fff !important;
}

.l-footer-columns ul:not(.social-icons) {
    margin: 0;
    list-style: none;
    min-width: 13.4375rem;
}

.l-footer-columns ul:not(.social-icons) li {
    display: block;
    margin-top: 0.3125rem;
    font-size: 0.9375rem;
}

.l-footer-columns ul:not(.social-icons) a {
    color: #999;
    text-decoration: none;
    display: inline-block;
}

.l-footer-columns ul:not(.social-icons) a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 300ms;
}

.l-footer-columns ul:not(.social-icons) a:hover,
.l-footer-columns ul:not(.social-icons) a:focus {
    color: #fff;
    transition: color 150ms ease-out 0s;
}

.l-footer-columns ul:not(.social-icons) a:hover:after,
.l-footer-columns ul:not(.social-icons) a:focus:after {
    width: 100%;
}

.footer-bottom {
    background-color: #111;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 0.875rem;
}

@media screen and (max-width:39.9375em) {
    .footer-bottom {
        text-align: center;
        padding: 1.25rem 0;
    }
    .footer-bottom * {
        font-size: 0.875rem;
    }
}

.footer-bottom p {
    margin: 0;
    font-size: 0.875rem;
    color: #777;
}

.footer-bottom .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.875rem;
    text-align: right;
}

@media screen and (max-width:39.9375em) {
    .footer-bottom .menu {
        margin: 1.25rem 0 0 0;
        text-align: center;
    }
}

@media screen and (min-width:64em) {
    .footer-bottom .menu {
        float: right;
    }
}

.footer-bottom .menu li {
    display: inline-block;
    margin-right: 6%;
}

@media screen and (min-width:40em) {
    .footer-bottom .menu li {
        margin-right: .9375rem;
    }
}

.footer-bottom .menu li:last-child {
    margin-right: 0;
}

.footer-bottom .menu a {
    color: #777;
    text-decoration: none;
    display: inline-block;
}

.footer-bottom .menu a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 300ms;
}

.footer-bottom .menu a:hover,
.footer-bottom .menu a:focus {
    color: #fff;
    transition: color 150ms ease-out 0s;
}

.footer-bottom .menu a:hover:after,
.footer-bottom .menu a:focus:after {
    width: 100%;
}

.footer-bottom .copyright {
    white-space: nowrap;
}

.footer-bottom .copyright a {
    color: #777;
    text-decoration: none;
    display: inline-block;
}

.footer-bottom .copyright a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 300ms;
}

.footer-bottom .copyright a:hover,
.footer-bottom .copyright a:focus {
    color: #fff;
    transition: color 150ms ease-out 0s;
}

.footer-bottom .copyright a:hover:after,
.footer-bottom .copyright a:focus:after {
    width: 100%;
}

.footer-middle {
    margin-top: 1.25rem;
    overflow: hidden;
}

@media screen and (max-width:39.9375em) {
    .footer-middle {
        margin: 0;
        padding: 0 5%;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .footer-middle .block:first-child {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) and (min-width:40em) {
    .footer-middle .block:first-child {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .footer-middle .block:first-child:last-child:not(:first-child) {
        float: right;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .footer-middle .block:last-child {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) and (min-width:40em) {
    .footer-middle .block:last-child {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .footer-middle .block:last-child:last-child:not(:first-child) {
        float: right;
    }
}

@media screen and (max-width:63.9375em) {
    .footer-middle .block:last-child {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width:64em) {
    .footer-middle .block:first-child {
        float: left;
    }
    .footer-middle .block:last-child {
        float: left;
    }
    .span-osp-link {
        text-align: left !important;
    }
    .social-icons {
        text-align: center !important;
        float:left;
    }
}

@media screen and (max-width:63.9375em) {
    .footer-middle.columns {
        padding-left: 0;
        padding-right: 0;
    }
}

.osp-footer-link {
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
    font-weight: 300;
    text-align: center;
}

@media screen and (min-width:40em) {
    .osp-footer-link {
        text-align: left;
    }
}

.osp-footer-link em {
    display: block;
    margin-bottom: 1.25rem;
    font-style: normal;
}

@media screen and (max-width:39.9375em) {
    .osp-footer-link {
        padding-left: 0;
        display: inline-block;
        width: 100%;
        margin: 1.875rem 0;
    }
    .osp-footer-link em {
        width: 95%;
        text-align: center;
        margin: 0 auto 1.25rem auto;
    }
    .span-osp-link {
        text-align: center !important;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .osp-footer-link {
        padding-left: 0;
    }
    
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .osp-footer-link {
        margin-top: 0;
    }
}

.button-osp-link {
    display: inline-block;
    background-color: transparent;
    border: 0.0625rem solid #595959;
    padding: 0.625rem 0.9375rem;
    color: #c6c6c6;
    font-size: 0.875rem;
    font-weight: 300;
    text-transform: uppercase;
}

.button-osp-link:hover {
    background-color: #fff;
    color: #333;
    border-color: #fff;
    text-decoration: none;
    transition: all 150ms ease-in-out 0ms;
}

.span-osp-link {
    display: inline-block;
    background-color: transparent;
    padding: 0.625rem;
    color: #c6c6c6;
    font-size: 0.875rem;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

@media screen and (max-width:39.9375em) {
    .button-osp-link {
        width: 95%;
        clear: both;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
    }
}

.social-icons {
    overflow: hidden;
}

.social-icons li:last-child {
    float: right;
    margin-right: 0px !important;
}

.social-icons:not(.social-icons-clean) li a {
    background: #FFF;
}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width:39.9375em) {
    .social-icons {
        clear: both;
        display: flex;
        justify-content: center;
        margin-left: 0;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .social-icons {
        margin-left: 0;
        float: right;
    }
}

.social-icon {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-icon a {
    display: inline-block;
    width: 2.125rem;
    height: 2.125rem;
    font-family: 'fontello';
    font-size: 1.3rem;
}

.social-icon a:before {
    color: #333 !important;
    text-decoration: none;
    transition: color 75ms ease-in-out 75ms;
}

.social-icon a:hover:before {
    color: #fff !important;
}

.social-icons li {
    text-align: center;
    margin-right: 0.642rem !important;
}

.social-icons {
    text-align: center;
    margin-right: 0.2rem !important;
}

.social-icons li:hover a.icon-twitter {
    background: #1aa9e1;
}

.social-icons li:hover a.icon-facebook {
    background: #3b5a9a;
    color: #fff !important;
}

.social-icons li:hover a.icon-linkedin {
    background: #0073b2;
}

.social-icons li:hover.social-icons-rss a {
    background: #ff8201;
}

.social-icons li:hover.social-icons-googleplus a {
    background: #dd4b39;
}

.social-icons li:hover.social-icons-pinterest a {
    background: #cc2127;
}

.social-icons li:hover a.icon-youtube {
    background: #c3191e;
}

.social-icons li:hover .icon-instagram a {
    background: #7c4a3a;
}

.social-icons li:hover.social-icons-skype a {
    background: #00b0f6;
}

.social-icons li:hover.social-icons-email a {
    background: #dd4b39;
}

.social-icons li:hover.social-icons-vk a {
    background: #6383a8;
}

.social-icons li:hover.social-icons-xing a {
    background: #1a7576;
}

.social-icons li:hover.social-icons-tumblr a {
    background: #304e6c;
}

.social-icons li:hover.social-icons-reddit a {
    background: #ff4107;
}

@media print {
    .top-body-menu {
        display: none;
    }
    .l-header-region {
        display: none;
    }
    .sales-menu-button {
        display: none;
    }
    footer .content-container {
        display: none;
    }
}

.content .field-type-text-long ul li,
body.product-v2 .l-main .main .pane-content .field-type-text-with-summary ul li,
body.product-v2 .l-main .main .pane-content .node-type-product:not(.product-v2) .field-type-taxonomy-term-reference ul li,
.node-type-product:not(.product-v2) body.product-v2 .l-main .main .pane-content .field-type-taxonomy-term-reference ul li,
body.product-v2 .l-main .main .pane-content .field-type-text-long ul li {
    margin-left: 1rem;
    list-style-type: disc;
    margin-top: .5rem;
}

.lastest_news>.col_left {
    background-color: #324e8b;
    color: #fff;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    text-align: right;
}

.lastest_news>.col_right {
    background-color: #fff;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
