/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
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;
    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: 14px;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    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 {
    box-sizing: border-box;
    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;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
}
[data-whatinput="mouse"] button {
    outline: 0;
}
pre {
    overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}
.is-visible {
    display: block !important;
}
.is-hidden {
    display: none !important;
}
.row {
    max-width: 85.71429rem;
    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.71429rem;
    margin-left: -0.71429rem;
}
@media print, screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.71429rem;
        margin-left: -0.71429rem;
    }
}
@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.71429rem;
        margin-left: -0.71429rem;
    }
}
.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}
.row.expanded {
    max-width: none;
}
.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}
.row:not(.expanded) .row {
    max-width: none;
}
.row.gutter-small > .column,
.row.gutter-small > .columns {
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
}
.row.gutter-medium > .column,
.row.gutter-medium > .columns {
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
}
.column,
.columns {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
}
@media print, screen and (min-width: 40em) {
    .column,
    .columns {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem;
    }
}
.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;
}

.navitem{
	font-size: 20px;
	float: right !important;
}

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


.small-1 {
    width: 6.25%;
}
.small-push-1 {
    position: relative;
    left: 6.25%;
}
.small-pull-1 {
    position: relative;
    left: -6.25%;
}
.small-offset-0 {
    margin-left: 0%;
}
.small-2 {
    width: 12.5%;
}
.small-push-2 {
    position: relative;
    left: 12.5%;
}
.small-pull-2 {
    position: relative;
    left: -12.5%;
}
.small-offset-1 {
    margin-left: 6.25%;
}
.small-3 {
    width: 18.75%;
}
.small-push-3 {
    position: relative;
    left: 18.75%;
}
.small-pull-3 {
    position: relative;
    left: -18.75%;
}
.small-offset-2 {
    margin-left: 12.5%;
}
.small-4 {
    width: 25%;
}
.small-push-4 {
    position: relative;
    left: 25%;
}
.small-pull-4 {
    position: relative;
    left: -25%;
}
.small-offset-3 {
    margin-left: 18.75%;
}
.small-5 {
    width: 31.25%;
}
.small-push-5 {
    position: relative;
    left: 31.25%;
}
.small-pull-5 {
    position: relative;
    left: -31.25%;
}
.small-offset-4 {
    margin-left: 25%;
}
.small-6 {
    width: 37.5%;
}
.small-push-6 {
    position: relative;
    left: 37.5%;
}
.small-pull-6 {
    position: relative;
    left: -37.5%;
}
.small-offset-5 {
    margin-left: 31.25%;
}
.small-7 {
    width: 43.75%;
}
.small-push-7 {
    position: relative;
    left: 43.75%;
}
.small-pull-7 {
    position: relative;
    left: -43.75%;
}
.small-offset-6 {
    margin-left: 37.5%;
}
.small-8 {
    width: 50%;
}
.small-push-8 {
    position: relative;
    left: 50%;
}
.small-pull-8 {
    position: relative;
    left: -50%;
}
.small-offset-7 {
    margin-left: 43.75%;
}
.small-9 {
    width: 56.25%;
}
.small-push-9 {
    position: relative;
    left: 56.25%;
}
.small-pull-9 {
    position: relative;
    left: -56.25%;
}
.small-offset-8 {
    margin-left: 50%;
}
.small-10 {
    width: 62.5%;
}
.small-push-10 {
    position: relative;
    left: 62.5%;
}
.small-pull-10 {
    position: relative;
    left: -62.5%;
}
.small-offset-9 {
    margin-left: 56.25%;
}
.small-11 {
    width: 68.75%;
}
.small-push-11 {
    position: relative;
    left: 68.75%;
}
.small-pull-11 {
    position: relative;
    left: -68.75%;
}
.small-offset-10 {
    margin-left: 62.5%;
}
.small-12 {
    width: 75%;
}
.small-push-12 {
    position: relative;
    left: 75%;
}
.small-pull-12 {
    position: relative;
    left: -75%;
}
.small-offset-11 {
    margin-left: 68.75%;
}
.small-13 {
    width: 81.25%;
}
.small-push-13 {
    position: relative;
    left: 81.25%;
}
.small-pull-13 {
    position: relative;
    left: -81.25%;
}
.small-offset-12 {
    margin-left: 75%;
}
.small-14 {
    width: 87.5%;
}
.small-push-14 {
    position: relative;
    left: 87.5%;
}
.small-pull-14 {
    position: relative;
    left: -87.5%;
}
.small-offset-13 {
    margin-left: 81.25%;
}
.small-15 {
    width: 93.75%;
}
.small-push-15 {
    position: relative;
    left: 93.75%;
}
.small-pull-15 {
    position: relative;
    left: -93.75%;
}
.small-offset-14 {
    margin-left: 87.5%;
}
.small-16 {
    width: 100%;
}
.small-offset-15 {
    margin-left: 93.75%;
}
.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.71429rem;
    padding-left: 0.71429rem;
}
.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: 6.25%;
    }
    .medium-push-1 {
        position: relative;
        left: 6.25%;
    }
    .medium-pull-1 {
        position: relative;
        left: -6.25%;
    }
    .medium-offset-0 {
        margin-left: 0%;
    }
    .medium-2 {
        width: 12.5%;
    }
    .medium-push-2 {
        position: relative;
        left: 12.5%;
    }
    .medium-pull-2 {
        position: relative;
        left: -12.5%;
    }
    .medium-offset-1 {
        margin-left: 6.25%;
    }
    .medium-3 {
        width: 18.75%;
    }
    .medium-push-3 {
        position: relative;
        left: 18.75%;
    }
    .medium-pull-3 {
        position: relative;
        left: -18.75%;
    }
    .medium-offset-2 {
        margin-left: 12.5%;
    }
    .medium-4 {
        width: 25%;
    }
    .medium-push-4 {
        position: relative;
        left: 25%;
    }
    .medium-pull-4 {
        position: relative;
        left: -25%;
    }
    .medium-offset-3 {
        margin-left: 18.75%;
    }
    .medium-5 {
        width: 31.25%;
    }
    .medium-push-5 {
        position: relative;
        left: 31.25%;
    }
    .medium-pull-5 {
        position: relative;
        left: -31.25%;
    }
    .medium-offset-4 {
        margin-left: 25%;
    }
    .medium-6 {
        width: 37.5%;
    }
    .medium-push-6 {
        position: relative;
        left: 37.5%;
    }
    .medium-pull-6 {
        position: relative;
        left: -37.5%;
    }
    .medium-offset-5 {
        margin-left: 31.25%;
    }
    .medium-7 {
        width: 43.75%;
    }
    .medium-push-7 {
        position: relative;
        left: 43.75%;
    }
    .medium-pull-7 {
        position: relative;
        left: -43.75%;
    }
    .medium-offset-6 {
        margin-left: 37.5%;
    }
    .medium-8 {
        width: 50%;
    }
    .medium-push-8 {
        position: relative;
        left: 50%;
    }
    .medium-pull-8 {
        position: relative;
        left: -50%;
    }
    .medium-offset-7 {
        margin-left: 43.75%;
    }
    .medium-9 {
        width: 56.25%;
    }
    .medium-push-9 {
        position: relative;
        left: 56.25%;
    }
    .medium-pull-9 {
        position: relative;
        left: -56.25%;
    }
    .medium-offset-8 {
        margin-left: 50%;
    }
    .medium-10 {
        width: 62.5%;
    }
    .medium-push-10 {
        position: relative;
        left: 62.5%;
    }
    .medium-pull-10 {
        position: relative;
        left: -62.5%;
    }
    .medium-offset-9 {
        margin-left: 56.25%;
    }
    .medium-11 {
        width: 68.75%;
    }
    .medium-push-11 {
        position: relative;
        left: 68.75%;
    }
    .medium-pull-11 {
        position: relative;
        left: -68.75%;
    }
    .medium-offset-10 {
        margin-left: 62.5%;
    }
    .medium-12 {
        width: 75%;
    }
    .medium-push-12 {
        position: relative;
        left: 75%;
    }
    .medium-pull-12 {
        position: relative;
        left: -75%;
    }
    .medium-offset-11 {
        margin-left: 68.75%;
    }
    .medium-13 {
        width: 81.25%;
    }
    .medium-push-13 {
        position: relative;
        left: 81.25%;
    }
    .medium-pull-13 {
        position: relative;
        left: -81.25%;
    }
    .medium-offset-12 {
        margin-left: 75%;
    }
    .medium-14 {
        width: 87.5%;
    }
    .medium-push-14 {
        position: relative;
        left: 87.5%;
    }
    .medium-pull-14 {
        position: relative;
        left: -87.5%;
    }
    .medium-offset-13 {
        margin-left: 81.25%;
    }
    .medium-15 {
        width: 93.75%;
    }
    .medium-push-15 {
        position: relative;
        left: 93.75%;
    }
    .medium-pull-15 {
        position: relative;
        left: -93.75%;
    }
    .medium-offset-14 {
        margin-left: 87.5%;
    }
    .medium-16 {
        width: 100%;
    }
    .medium-offset-15 {
        margin-left: 93.75%;
    }
    .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.71429rem;
        padding-left: 0.71429rem;
    }
    .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: 6.25%;
    }
    .large-push-1 {
        position: relative;
        left: 6.25%;
    }
    .large-pull-1 {
        position: relative;
        left: -6.25%;
    }
    .large-offset-0 {
        margin-left: 0%;
    }
    .large-2 {
        width: 12.5%;
    }
    .large-push-2 {
        position: relative;
        left: 12.5%;
    }
    .large-pull-2 {
        position: relative;
        left: -12.5%;
    }
    .large-offset-1 {
        margin-left: 6.25%;
    }
    .large-3 {
        width: 18.75%;
    }
    .large-push-3 {
        position: relative;
        left: 18.75%;
    }
    .large-pull-3 {
        position: relative;
        left: -18.75%;
    }
    .large-offset-2 {
        margin-left: 12.5%;
    }
    .large-4 {
        width: 25%;
    }
    .large-push-4 {
        position: relative;
        left: 25%;
    }
    .large-pull-4 {
        position: relative;
        left: -25%;
    }
    .large-offset-3 {
        margin-left: 18.75%;
    }
    .large-5 {
        width: 31.25%;
    }
    .large-push-5 {
        position: relative;
        left: 31.25%;
    }
    .large-pull-5 {
        position: relative;
        left: -31.25%;
    }
    .large-offset-4 {
        margin-left: 25%;
    }
    .large-6 {
        width: 37.5%;
    }
    .large-push-6 {
        position: relative;
        left: 37.5%;
    }
    .large-pull-6 {
        position: relative;
        left: -37.5%;
    }
    .large-offset-5 {
        margin-left: 31.25%;
    }
    .large-7 {
        width: 43.75%;
    }
    .large-push-7 {
        position: relative;
        left: 43.75%;
    }
    .large-pull-7 {
        position: relative;
        left: -43.75%;
    }
    .large-offset-6 {
        margin-left: 37.5%;
    }
    .large-8 {
        width: 50%;
    }
    .large-push-8 {
        position: relative;
        left: 50%;
    }
    .large-pull-8 {
        position: relative;
        left: -50%;
    }
    .large-offset-7 {
        margin-left: 43.75%;
    }
    .large-9 {
        width: 56.25%;
    }
    .large-push-9 {
        position: relative;
        left: 56.25%;
    }
    .large-pull-9 {
        position: relative;
        left: -56.25%;
    }
    .large-offset-8 {
        margin-left: 50%;
    }
    .large-10 {
        width: 62.5%;
    }
    .large-push-10 {
        position: relative;
        left: 62.5%;
    }
    .large-pull-10 {
        position: relative;
        left: -62.5%;
    }
    .large-offset-9 {
        margin-left: 56.25%;
    }
    .large-11 {
        width: 68.75%;
    }
    .large-push-11 {
        position: relative;
        left: 68.75%;
    }
    .large-pull-11 {
        position: relative;
        left: -68.75%;
    }
    .large-offset-10 {
        margin-left: 62.5%;
    }
    .large-12 {
        width: 75%;
    }
    .large-push-12 {
        position: relative;
        left: 75%;
    }
    .large-pull-12 {
        position: relative;
        left: -75%;
    }
    .large-offset-11 {
        margin-left: 68.75%;
    }
    .large-13 {
        width: 81.25%;
    }
    .large-push-13 {
        position: relative;
        left: 81.25%;
    }
    .large-pull-13 {
        position: relative;
        left: -81.25%;
    }
    .large-offset-12 {
        margin-left: 75%;
    }
    .large-14 {
        width: 87.5%;
    }
    .large-push-14 {
        position: relative;
        left: 87.5%;
    }
    .large-pull-14 {
        position: relative;
        left: -87.5%;
    }
    .large-offset-13 {
        margin-left: 81.25%;
    }
    .large-15 {
        width: 93.75%;
    }
    .large-push-15 {
        position: relative;
        left: 93.75%;
    }
    .large-pull-15 {
        position: relative;
        left: -93.75%;
    }
    .large-offset-14 {
        margin-left: 87.5%;
    }
    .large-16 {
        width: 100%;
    }
    .large-offset-15 {
        margin-left: 93.75%;
    }
    .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.71429rem;
        padding-left: 0.71429rem;
    }
    .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.42857rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.42857rem;
    }
    .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.3;
    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,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    line-height: 0;
    color: #59595b;
}
h1,
.h1 {
    font-size: 1.71429rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h2,
.h2 {
    font-size: 1.42857rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h3,
.h3 {
    font-size: 1.35714rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h4,
.h4 {
    font-size: 1.28571rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h5,
.h5 {
    font-size: 1.21429rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h6,
.h6 {
    font-size: 1.14286rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
    h1,
    .h1 {
        font-size: 3.42857rem;
    }
    h2,
    .h2 {
        font-size: 2.85714rem;
    }
    h3,
    .h3 {
        font-size: 2.21429rem;
    }
    h4,
    .h4 {
        font-size: 1.78571rem;
    }
    h5,
    .h5 {
        font-size: 1.42857rem;
    }
    h6,
    .h6 {
        font-size: 1.14286rem;
    }
}
a {
    line-height: inherit;
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus {
    color: #999;
    text-decoration: underline;
}
a img {
    border: 0;
}
hr {
    clear: both;
    max-width: 85.71429rem;
    height: 0;
    margin: 1.42857rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #59595b;
    border-left: 0;
}
ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.3;
}
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.64286rem 1.42857rem 0 1.35714rem;
    border-left: 1px solid #59595b;
}
blockquote,
blockquote p {
    line-height: 1.3;
    color: #333;
}
cite {
    display: block;
    font-size: 0.92857rem;
    color: #333;
}
cite:before {
    content: "— ";
}
abbr,
abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none;
}
figure {
    margin: 0;
}
code {
    padding: 0.14286rem 0.35714rem 0.07143rem;
    border: 1px solid #59595b;
    background-color: #666;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
}
kbd {
    margin: 0;
    padding: 0.14286rem 0.28571rem 0;
    background-color: #666;
    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: #333;
}
.lead {
    font-size: 17.5px;
    line-height: 1.6;
}
.stat {
    font-size: 2.5rem;
    line-height: 1;
}
p + .stat {
    margin-top: -1rem;
}
ul.no-bullet,
ol.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 #333;
        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;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}
[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.78571rem;
    margin: 0 0 1.14286rem;
    padding: 0.57143rem;
    border: 1px solid #59595b;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1.14286rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    transition:
        box-shadow 0.5s,
        border-color 0.25s ease-in-out;
    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 #333;
    background-color: #fff;
    box-shadow: 0 0 5px #59595b;
    transition:
        box-shadow 0.5s,
        border-color 0.25s ease-in-out;
}
textarea {
    max-width: 100%;
}
textarea[rows] {
    height: auto;
}
input::placeholder,
textarea::placeholder {
    color: #59595b;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #666;
    cursor: default;
}
[type="submit"],
[type="button"] {
    appearance: none;
    border-radius: 0;
}
input[type="search"] {
    box-sizing: border-box;
}
[type="file"],
[type="checkbox"],
[type="radio"] {
    margin: 0 0 1.14286rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.57143rem;
    margin-right: 1.14286rem;
    margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
    cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
    margin-right: 0.57143rem;
}
[type="file"] {
    width: 100%;
}
label {
    display: block;
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}
label.middle {
    margin: 0 0 1.14286rem;
    padding: 0.64286rem 0;
}
.help-text {
    margin-top: -0.57143rem;
    font-size: 0.92857rem;
    font-style: italic;
    color: #0a0a0a;
}
.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1.14286rem;
}
.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 #59595b;
    background: #666;
    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.85714rem;
}
.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.85714rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.14286rem;
}
.input-group .input-group-button {
    display: table-cell;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    max-width: 100%;
    margin-bottom: 0.57143rem;
}
.fieldset {
    margin: 1.28571rem 0;
    padding: 1.42857rem;
    border: 1px solid #59595b;
}
.fieldset legend {
    margin: 0;
    margin-left: -0.21429rem;
    padding: 0 0.21429rem;
}
select {
    height: 2.78571rem;
    margin: 0 0 1.14286rem;
    padding: 0.57143rem;
    appearance: none;
    border: 1px solid #59595b;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1.14286rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1.14286rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.71429rem;
    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 #333;
    background-color: #fff;
    box-shadow: 0 0 5px #59595b;
    transition:
        box-shadow 0.5s,
        border-color 0.25s ease-in-out;
}
select:disabled {
    background-color: #666;
    cursor: default;
}
select::-ms-expand {
    display: none;
}
select[multiple] {
    height: auto;
    background-image: none;
}
.is-invalid-input:not(:focus) {
    border-color: #ec5840;
    background-color: #fdeeec;
}
.is-invalid-input:not(:focus)::placeholder {
    color: #ec5840;
}
.is-invalid-label {
    color: #ec5840;
}
.form-error {
    display: none;
    margin-top: -0.57143rem;
    margin-bottom: 1.14286rem;
    font-size: 0.85714rem;
    font-weight: bold;
    color: #ec5840;
}
.form-error.is-visible {
    display: block;
}
.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
[data-whatinput="mouse"] .menu li {
    outline: 0;
}
.menu a,
.menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
    margin-bottom: 0;
}
.menu input {
    display: inline-block;
}
.menu li,
.menu.horizontal li {
    display: inline-block;
}
.menu.vertical li {
    display: block;
}
.menu.expanded {
    display: table;
    width: 100%;
}
.menu.expanded > li {
    display: table-cell;
    vertical-align: middle;
}
.menu.simple li + li {
    margin-left: 1rem;
}
.menu.simple a {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal li {
        display: inline-block;
    }
    .menu.medium-vertical li {
        display: block;
    }
    .menu.medium-expanded {
        display: table;
        width: 100%;
    }
    .menu.medium-expanded > li {
        display: table-cell;
        vertical-align: middle;
    }
    .menu.medium-simple {
        display: table;
        width: 100%;
    }
    .menu.medium-simple > li {
        display: table-cell;
        vertical-align: middle;
    }
}
@media print, screen and (min-width: 64em) {
    .menu.large-horizontal li {
        display: inline-block;
    }
    .menu.large-vertical li {
        display: block;
    }
    .menu.large-expanded {
        display: table;
        width: 100%;
    }
    .menu.large-expanded > li {
        display: table-cell;
        vertical-align: middle;
    }
    .menu.large-simple {
        display: table;
        width: 100%;
    }
    .menu.large-simple > li {
        display: table-cell;
        vertical-align: middle;
    }
}
.menu.nested {
    margin-right: 0;
    margin-left: 1rem;
}
.menu.icons img,
.menu.icons i,
.menu.icons svg {
    vertical-align: middle;
}
.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
    vertical-align: middle;
}
.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg,
.menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg,
.menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg,
.menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
    vertical-align: middle;
}
.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span,
.menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span,
.menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span,
.menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
    vertical-align: middle;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
    margin-right: 0.25rem;
    display: inline-block;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
    margin-left: 0.25rem;
    display: inline-block;
}
.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-bottom li a {
    text-align: center;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
    display: block;
    margin: 0.25rem auto 0;
}
.menu .is-active > a {
    background: #2199e8;
    color: #fff;
}
.menu .active > a {
    background: #2199e8;
    color: #fff;
}
.menu.align-left {
    text-align: left;
}
.menu.align-right {
    text-align: right;
}
.menu.align-right .submenu li {
    text-align: left;
}
.menu.align-right.vertical .submenu li {
    text-align: right;
}
.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0;
}
.menu.align-center {
    text-align: center;
}
.menu.align-center .submenu li {
    text-align: left;
}
.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit;
}
.menu-centered > .menu {
    text-align: center;
}
.menu-centered > .menu .submenu li {
    text-align: left;
}
.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: #fff;
    box-shadow:
        0 7px 0 #fff,
        0 14px 0 #fff;
    content: "";
}
.menu-icon:hover::after {
    background: #59595b;
    box-shadow:
        0 7px 0 #59595b,
        0 14px 0 #59595b;
}
.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: #333;
    box-shadow:
        0 7px 0 #333,
        0 14px 0 #333;
}
.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}
.pagination::before,
.pagination::after {
    display: table;
    content: " ";
}
.pagination::after {
    clear: both;
}
.pagination li {
    margin-right: 0.07143rem;
    border-radius: 0;
    font-size: 1rem;
    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.21429rem 0.71429rem;
    border-radius: 0;
    color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
    background: #666;
}
.pagination .current {
    padding: 0.21429rem 0.71429rem;
    background: #2199e8;
    color: foreground(#2199e8);
    cursor: default;
}
.pagination .disabled {
    padding: 0.21429rem 0.71429rem;
    color: #59595b;
    cursor: not-allowed;
}
.pagination .disabled:hover {
    background: transparent;
}
.pagination .ellipsis::after {
    padding: 0.21429rem 0.71429rem;
    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";
}
.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;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}
@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}
@media screen and (max-width: 63.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;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}
.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none;
}
.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;
}
.align-right {
    justify-content: flex-end;
}
.align-center {
    justify-content: center;
}
.align-justify {
    justify-content: space-between;
}
.align-spaced {
    justify-content: space-around;
}
.align-right.vertical.menu > li > a {
    justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
    justify-content: center;
}
.align-top {
    align-items: flex-start;
}
.align-self-top {
    align-self: flex-start;
}
.align-bottom {
    align-items: flex-end;
}
.align-self-bottom {
    align-self: flex-end;
}
.align-middle {
    align-items: center;
}
.align-self-middle {
    align-self: center;
}
.align-stretch {
    align-items: stretch;
}
.align-self-stretch {
    align-self: stretch;
}
.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center;
}
.small-order-1 {
    order: 1;
}
.small-order-2 {
    order: 2;
}
.small-order-3 {
    order: 3;
}
.small-order-4 {
    order: 4;
}
.small-order-5 {
    order: 5;
}
.small-order-6 {
    order: 6;
}
@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        order: 1;
    }
    .medium-order-2 {
        order: 2;
    }
    .medium-order-3 {
        order: 3;
    }
    .medium-order-4 {
        order: 4;
    }
    .medium-order-5 {
        order: 5;
    }
    .medium-order-6 {
        order: 6;
    }
}
@media print, screen and (min-width: 64em) {
    .large-order-1 {
        order: 1;
    }
    .large-order-2 {
        order: 2;
    }
    .large-order-3 {
        order: 3;
    }
    .large-order-4 {
        order: 4;
    }
    .large-order-5 {
        order: 5;
    }
    .large-order-6 {
        order: 6;
    }
}
.flex-container {
    display: flex;
}
.flex-child-auto {
    flex: 1 1 auto;
}
.flex-child-grow {
    flex: 1 0 auto;
}
.flex-child-shrink {
    flex: 0 1 auto;
}
.flex-dir-row {
    flex-direction: row;
}
.flex-dir-row-reverse {
    flex-direction: row-reverse;
}
.flex-dir-column {
    flex-direction: column;
}
.flex-dir-column-reverse {
    flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: flex;
    }
    .medium-flex-child-auto {
        flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto;
    }
    .medium-flex-dir-row {
        flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
@media print, screen and (min-width: 64em) {
    .large-flex-container {
        display: flex;
    }
    .large-flex-child-auto {
        flex: 1 1 auto;
    }
    .large-flex-child-grow {
        flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        flex: 0 1 auto;
    }
    .large-flex-dir-row {
        flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
.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: #999 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}
.dropdown.menu a {
    padding: 0.7rem 1rem;
}
[data-whatinput="mouse"] .dropdown.menu a {
    outline: 0;
}
.dropdown.menu .is-active > a {
    background: transparent;
    color: #2199e8;
}
.no-js .dropdown.menu ul {
    display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
}
.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 {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #999 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 #999;
}
@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: #999 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }
    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0;
    }
    .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 {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #999 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 #999;
    }
}
@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: #999 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }
    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0;
    }
    .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 {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #999 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 #999;
    }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}
.is-dropdown-menu.vertical {
    width: 100px;
}
.is-dropdown-menu.vertical.align-right {
    float: right;
}
.is-dropdown-submenu-parent {
    position: relative;
}
.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}
.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #59595b;
    background: #fff;
}
.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #999 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 #999;
}
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}
.is-dropdown-submenu > li {
    width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
    display: block;
}
@media screen and (max-width: 39.9375em) {
    .no-js .top-bar {
        display: none;
    }
}
@media print, screen and (min-width: 40em) {
    .no-js .title-bar {
        display: none;
    }
}
.main {
    margin: 0 0 -3.57143rem 0;
    padding: 0 0 3.57143rem 0;
    min-height: calc(100vh - 215px);
}
h1,
.h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
h1.-stroke,
.h1.-stroke,
h2.-stroke,
.h2.-stroke {
    display: inline-block;
    position: relative;
}
h1.-stroke:after,
.h1.-stroke:after,
h2.-stroke:after,
.h2.-stroke:after {
    content: "";
    width: 20%;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
}
p {
    color: #3b3a3c;
}
@font-face {
    font-family: "HelveticaNeueLTStd-Roman";
    src: url("/themes/tradamericas/fonts/33149F_0_0.eot");
    src:
        url("/themes/tradamericas/fonts/33149F_0_0.eot?#iefix") format("embedded-opentype"),
        url("/themes/tradamericas/fonts/33149F_0_0.woff2") format("woff2"),
        url("/themes/tradamericas/fonts/33149F_0_0.woff") format("woff"),
        url("/themes/tradamericas/fonts/33149F_0_0.ttf") format("truetype");
}
@font-face {
    font-family: "HelveticaNeueLTStd-Th";
    src: url("/themes/tradamericas/fonts/33149F_1_0.eot");
    src:
        url("/themes/tradamericas/fonts/33149F_1_0.eot?#iefix") format("embedded-opentype"),
        url("/themes/tradamericas/fonts/33149F_1_0.woff2") format("woff2"),
        url("/themes/tradamericas/fonts/33149F_1_0.woff") format("woff"),
        url("/themes/tradamericas/fonts/33149F_1_0.ttf") format("truetype");
}
@font-face {
    font-family: "HelveticaNeueLTStd-Hv";
    src: url("/themes/tradamericas/fonts/33149F_2_0.eot");
    src:
        url("/themes/tradamericas/fonts/33149F_2_0.eot?#iefix") format("embedded-opentype"),
        url("/themes/tradamericas/fonts/33149F_2_0.woff2") format("woff2"),
        url("/themes/tradamericas/fonts/33149F_2_0.woff") format("woff"),
        url("/themes/tradamericas/fonts/33149F_2_0.ttf") format("truetype");
}
.hn-roman,
.page-content ul.snowflake-list li .content,
.sidebar p,
.platform-links__item {
    font-family: "HelveticaNeueLTStd-Roman", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hn-th,
.home__hero-title {
    font-family: "HelveticaNeueLTStd-Th", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hn-hv,
.page-content ul.snowflake-list li .title,
.product__title {
    font-family: "HelveticaNeueLTStd-Hv", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
.h1 {
    font-size: 2rem;
    font-weight: 700;
}
h2,
.h2 {
    font-size: 1.85714rem;
    font-weight: 700;
}
h3,
.h3 {
    font-size: 1.57143rem;
    font-weight: 300;
}
.button {
    padding: 0.71429rem;
    text-decoration: none;
    text-align: center;
    display: block;
}
.button-white {
    color: #fff;
}
.button-outline {
    border: 1px solid #fff;
}
.page-content ul.snowflake-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-content ul.snowflake-list li:before {
    display: none;
}
.page-content ul.snowflake-list li .title {
    margin-bottom: 5px;
}
.page-content ul.snowflake-list li .title:before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 24px;
    background: url(/themes/tradamericas/img/product-button-icon-dark.png) no-repeat;
    line-height: 1;
    margin-bottom: -3px;
    margin-right: 10px;
}
.page-intro {
    color: #fff;
    font-size: 1.85714rem;
    font-weight: 700;
    margin-bottom: 2.85714rem;
    padding: 2px 0;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.6px;
    text-align: left;
    color: #ffffff;
}
.page-sub-intro {
    background: url("/themes/tradamericas/img/home-hero-bg.png");
    padding: 2.14286rem 0;
    margin-bottom: 2.85714rem;
}
.page-sub-intro__text {
    font-weight: 400;
}
.page-sub-intro__text p {
    color: #ffffff;
    font-weight: 300;
    font-size: 1.8rem;
    margin-bottom: 0;
}
.page-sub-intro__text p strong {
    font-weight: normal;
}
.-trad-aqua .page-sub-intro__text p strong {
    color: #019c88;
}
.-trad-green .page-sub-intro__text p strong {
    color: #0b8a33;
}
.-trad-light-green .page-sub-intro__text p strong {
    color: #79bd45;
}
.-trad-light-blue .page-sub-intro__text p strong {
    color: #29abe2;
}
.-trad-blue .page-sub-intro__text p strong {
    color: #0079c1;
}
.-trad-red .page-sub-intro__text p strong {
    color: #b40933;
}
.-trad-yellow .page-sub-intro__text p strong {
    color: #d5d400;
}
.-trad-orange .page-sub-intro__text p strong {
    color: #f5b12b;
}
.page-sub-intro .button {
    font-size: 1.07143rem;
    font-weight: 700;
    padding: 0.71429rem 1.42857rem;
    width: 90%;
}
.page-sub-intro .button.link {
    border-color: #999999;
    color: #999999;
}
.page-title {
    color: #fff;
    margin: 1.64286rem 0;
    padding-left: 2rem;
    display: inline-block;
    position: relative;
    text-transform: none;
}
.page-title:before {
    content: "";
    background: url("product-button-icon.png") no-repeat;
    background-size: contain;
    height: 1.85714rem;
    width: 1.85714rem;
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
}
.page-title__wrap {
    text-align: center;
    margin: 0 0 2.85714rem;
}
.-trad-grey .page-title__wrap {
    background-color: #3b3a3c;
}
.-trad-aqua .page-title__wrap {
    background-color: #019c88;
}
.-trad-green .page-title__wrap {
    background-color: #0b8a33;
}
.-trad-light-green .page-title__wrap {
    background-color: #79bd45;
}
.-trad-light-blue .page-title__wrap {
    background-color: #29abe2;
}
.-trad-blue .page-title__wrap {
    background-color: #0079c1;
}
.-trad-red .page-title__wrap {
    background-color: #b40933;
}
.-trad-yellow .page-title__wrap {
    background-color: #d5d400;
}
.-trad-orange .page-title__wrap {
    background-color: #f5b12b;
}
.page-sub-title {
    color: #58595b;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin: 0 0 2.85714rem;
    padding: 1.42857rem 1.78571rem;
    text-align: center;
}
.-trad-grey .page-sub-title {
    color: #3b3a3c;
}
.-trad-aqua .page-sub-title {
    color: #019c88;
}
.page-content ul {
    list-style: none;
}
.page-content ul li {
    margin: 0 0 0.35714rem 0;
}
.page-content ul li:before {
    content: "\2022";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -14px;
    top: -11px;
    font-size: 30px;
}
.-trad-grey .page-content ul li:before {
    color: #3b3a3c;
}
.-trad-aqua .page-content ul li:before {
    color: #019c88;
}
.-trad-green .page-content ul li:before {
    color: #0b8a33;
}
.-trad-light-green .page-content ul li:before {
    color: #79bd45;
}
.-trad-light-blue .page-content ul li:before {
    color: #29abe2;
}
.-trad-blue .page-content ul li:before {
    color: #0079c1;
}
.-trad-red .page-content ul li:before {
    color: #b40933;
}
.-trad-yellow .page-content ul li:before {
    color: #d5d400;
}
.-trad-orange .page-content ul li:before {
    color: #f5b12b;
}
.page-content ul li ul {
    padding: 0.71429rem 0 0 0;
}
.page-content ul li ul li:before {
    content: "\2013";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -14px;
    top: -5px;
    font-size: 20px;
}
.-trad-grey .page-content ul li ul li:before {
    color: #3b3a3c;
}
.-trad-aqua .page-content ul li ul li:before {
    color: #019c88;
}
.-trad-green .page-content ul li ul li:before {
    color: #0b8a33;
}
.-trad-light-green .page-content ul li ul li:before {
    color: #79bd45;
}
.-trad-light-blue .page-content ul li ul li:before {
    color: #29abe2;
}
.-trad-blue .page-content ul li ul li:before {
    color: #0079c1;
}
.-trad-red .page-content ul li ul li:before {
    color: #b40933;
}
.-trad-yellow .page-content ul li ul li:before {
    color: #d5d400;
}
.-trad-orange .page-content ul li ul li:before {
    color: #f5b12b;
}
.page-content ul li ul ul li:before {
    content: "\2022";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -14px;
    top: -0px;
    font-size: 15px;
}
.-trad-grey .page-content ul li ul ul li:before {
    color: #3b3a3c;
}
.-trad-aqua .page-content ul li ul ul li:before {
    color: #019c88;
}
.-trad-green .page-content ul li ul ul li:before {
    color: #0b8a33;
}
.-trad-light-green .page-content ul li ul ul li:before {
    color: #79bd45;
}
.-trad-light-blue .page-content ul li ul ul li:before {
    color: #29abe2;
}
.-trad-blue .page-content ul li ul ul li:before {
    color: #0079c1;
}
.-trad-red .page-content ul li ul ul li:before {
    color: #b40933;
}
.-trad-yellow .page-content ul li ul ul li:before {
    color: #d5d400;
}
.-trad-orange .page-content ul li ul ul li:before {
    color: #f5b12b;
}
#SearchResults li {
    margin-bottom: 30px;
}
#SearchResults li .readMoreLink {
    text-decoration: underline;
}
.main-nav {
    margin: 30px 0 0;
    padding: 0;
}
.main-nav__item {
    border-right: 1px solid #666;
}
.main-nav__item:last-of-type {
    border-right: none;
}
.main-nav .current > a,
.main-nav .section > a {
    color: #0078c1;
    text-decoration: none;
}
.main-nav__link {
    color: #fff;
    padding: 0.3rem 1rem;
    text-decoration: none;
}
.main-nav__link:hover {
    color: #0078c1;
    text-decoration: none;
}
.main-nav-hidden {
    display: none;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    left: 0;
}
.is-dropdown-submenu {
    top: 39px;
    left: 0;
    background-color: #3b3a3c;
    border: none;
}
.main-sub-nav {
    display: none;
}
.main-sub-nav__link {
    color: #fff;
}
.main-sub-nav__link:hover {
    color: #0078c1;
    text-decoration: none;
}
.sub-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sub-nav__item {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0.57143rem;
    display: block;
    vertical-align: middle;
}
.sub-nav__link {
    color: #000;
    font-size: 1.14286rem;
    text-decoration: none;
    padding: 0.71429rem 0.14286rem;
    display: block;
}
.sub-nav__link:after {
    content: "\203A";
    float: right;
    margin-right: 5px;
    font-size: 20px;
    line-height: 18px;
}
.sub-nav__link.current {
    font-weight: 700;
}
.sub-nav__link:hover.-trad-grey,
.sub-nav__link.current.-trad-grey {
    color: #3b3a3c;
}
.sub-nav__link:hover.-trad-aqua,
.sub-nav__link.current.-trad-aqua {
    color: #019c88;
}
.sub-nav__link:hover.-trad-green,
.sub-nav__link.current.-trad-green {
    color: #0b8a33;
}
.sub-nav__link:hover.-trad-light-green,
.sub-nav__link.current.-trad-light-green {
    color: #79bd45;
}
.sub-nav__link:hover.-trad-light-blue,
.sub-nav__link.current.-trad-light-blue {
    color: #29abe2;
}
.sub-nav__link:hover.-trad-blue,
.sub-nav__link.current.-trad-blue {
    color: #0079c1;
}
.sub-nav__link:hover.-trad-red,
.sub-nav__link.current.-trad-red {
    color: #b40933;
}
.sub-nav__link:hover.-trad-yellow,
.sub-nav__link.current.-trad-yellow {
    color: #d5d400;
}
.sub-nav__link:hover.-trad-orange,
.sub-nav__link.current.-trad-orange {
    color: #f5b12b;
}
.other-sites.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 10px;
    float: right;
    height: 10px;
    border: 1.5px solid #999;
    content: "";
    border-top-style: solid;
    border-color: #5d5d5d;
    right: 5px;
    margin-top: -7px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(135deg);
}
.other-sites.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 2.5rem;
}
.main-nav.menu > li.is-dropdown-submenu-parent > a::after {
    display: none;
}
.sidebar__title {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 0.85714rem 0;
    padding: 0.57143rem 0.14286rem;
}
.sidebar p {
    color: #3b3a3c;
}
.docs {
    list-style: none;
}
.docs__item {
    position: relative;
    margin: 1rem;
    float: left;
    width: 100%;
}
.docs__item::before {
    background: url("/themes/tradamericas/img/download.png") no-repeat;
    content: "";
    position: absolute;
    left: -30px;
    top: 20px;
    height: 1.14286rem;
    width: 1.42857rem;
    background-size: contain;
}
.docs__date {
    font-weight: 300;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.docs__text {
    font-weight: 700;
    text-decoration: none;
    color: #333;
    font-size: 1.14286rem;
}
.sidebar .docs__item::before {
    top: 0;
}
.platforms__title {
    text-align: center;
    margin: 0 0 1.78571rem;
}
.-trad-grey .platforms__title {
    background-color: #3b3a3c;
}
.-trad-aqua .platforms__title {
    background-color: #019c88;
}
.-trad-green .platforms__title {
    background-color: #0b8a33;
}
.-trad-light-green .platforms__title {
    background-color: #79bd45;
}
.-trad-light-blue .platforms__title {
    background-color: #29abe2;
}
.-trad-blue .platforms__title {
    background-color: #0079c1;
}
.-trad-red .platforms__title {
    background-color: #b40933;
}
.-trad-yellow .platforms__title {
    background-color: #d5d400;
}
.-trad-orange .platforms__title {
    background-color: #f5b12b;
}
.platforms__intro {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin: 0 0 1.78571rem;
    padding: 0 0.71429rem;
    text-align: center;
}
.platforms__intro p {
    margin: 1rem 0px;
}
.platforms__intro-text {
    margin: 0 0 1.42857rem 0;
    height: 100px !important;
}
.platforms__link {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 1.14286rem;
    padding: 0.71429rem 0;
    position: relative;
    display: block;
    color: #3b3a3c;
}
.platforms__link:after {
    content: ">";
    position: absolute;
    left: 3.21429rem;
}
.platform-links {
    list-style: none;
    margin: 0;
}
.platform-links__item {
    margin: 0 0 0.85714rem 1.78571rem;
    position: relative;
}
.platform-links__item:before {
    position: absolute;
    left: -1.71429rem;
    content: "";
    height: 16px;
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}
.platform-links__item a {
    color: #3b3a3c;
    font-size: 1rem;
}
.platform-links__item-download:before {
    background-image: url("/themes/tradamericas/img/download.png");
}
.platform-links__item-api:before {
    background-image: url("/themes/tradamericas/img/cog.png");
}
.header {
    background-color: #3b3a3c;
    height: 145px;
}
.header .brand {
    display: block;
    margin: 38px 0 0 0;
}
.other-sites {
    float: right;
    margin: 25px 0 0 0;
    padding: 0;
    z-index: 2000;
}
.other-sites__item {
    border-left: 1px solid #666;
    padding: 0 0.7rem;
}
.other-sites__item ul li a {
    padding-left: 1.7rem;
}
.other-sites__link {
    color: #fff;
    text-decoration: none;
}
.other-sites__link:hover {
    color: #0078c1;
}
.is-dropdown-submenu-item a {
    padding-left: 20px;
}
#SearchForm_SearchForm_Search_Holder {
    float: left;
}
#SearchForm_SearchForm_Search {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #666;
    box-shadow: none;
    color: #fff;
    height: 2.5rem;
    margin: 0;
    padding: 0 0.5rem;
}
#SearchForm_SearchForm_action_results {
    background: url("/themes/tradamericas/img/search.png") center center no-repeat;
    border: 0;
    font-size: 0px;
    height: 20px;
    width: 20px;
    margin-top: 8px;
}
.footer {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 1.4rem 1.7rem;
    margin-top: 10px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer .menu {
    margin-bottom: 1.42857rem;
}
.footer .menu > li {
    border-right: 1px solid #fff;
    padding: 0 0.71429rem;
}
.footer .menu > li:last-of-type {
    border-right: none;
    padding-right: 0;
}
.footer .menu > li a {
    padding: 0;
}
.footer .menu > li a:hover {
    color: #999999;
}
.footer .site-by {
    color: #999999;
    font-size: 0.9rem;
}
.HomePage footer {
    margin-top: 0px;
}
.home__hero {
    height: calc(100vh - 331px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 360px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .home__hero {
        height: calc(100vh - 330px);
    }
}
.home__hero-title {
    margin: 6.42857rem 3.57143rem 3.57143rem 3.57143rem;
    font-size: 54px;
    font-weight: 300;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    text-transform: none;
}
.home__hero-button {
    font-family: "HelveticaNeueLTStd-Hv";
    width: 90%;
    height: auto !important;
    line-height: 16px;
    padding: 15px 10px;
}
.product {
    background: #019c88;
    background: -moz-linear-gradient(left, #019c88 0%, #019c88 49%, #f5b12b 57%, #f5b12b 100%);
    background: -webkit-linear-gradient(left, #019c88 0%, #019c88 49%, #f5b12b 57%, #f5b12b 100%);
    background: linear-gradient(to right, #019c88 0%, #019c88 49%, #f5b12b 57%, #f5b12b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019c88', endColorstr='#f5b12b',GradientType=1 );
}
.product__bg {
    height: 6.42857rem;
    width: 50%;
    float: left;
    position: absolute;
    z-index: 1;
}
.product__bg-left {
    left: 0;
}
.product__bg-right {
    right: 0;
}
.product__items {
    position: relative;
    z-index: 100;
}
.product__item {
    height: 6.42857rem;
    text-decoration: none;
    padding-top: 1.42857rem;
    display: block;
}
.product__item:hover {
    text-decoration: none;
}
.product__icon {
    background: url("/themes/tradamericas/img/product-button-icon.png") no-repeat center;
    height: 2.5rem;
    margin: 0 0 0.57143rem 0;
    text-align: center;
}
.product__title {
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
    text-decoration: none;
    font-weight: 300;
}
.offices__title {
    font-size: 1.42857rem;
    font-weight: 700;
    margin: 0 0 0.71429rem 0;
}
.offices__content {
    margin-bottom: 20px;
}
.UserDefinedForm h2 {
    line-height: 50px;
    font-size: 1.76rem;
    font-weight: 300;
}
.UserDefinedForm h2 img {
    float: left;
    padding: 0px 10px 0px 0px;
}
.UserDefinedForm .form-column {
    width: 25%;
}
.UserDefinedForm #UserForm_Form_action_process {
    border: 0;
    color: #ffffff;
    background: #007ac2;
    padding: 5px 10px;
    float: right;
}
.email_subject_group {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.email_subject_group label {
    display: none;
}
.email_subject_group .middleColumn {
    margin: 15px 0px 10px;
}
.email_subject_group .middleColumn select {
    padding: 3px;
    height: auto;
    font-size: 1rem;
}
.email_user_group {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
}
.email_user_group legend {
    padding-left: 0px;
    padding-right: 0px;
    border: 0;
    width: auto;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0px 0px 20px;
}
.email_user_group .left {
    margin-bottom: 5px;
    float: left;
    width: 30%;
    font-weight: normal;
    height: 36px;
}
.email_user_group .field .middleColumn {
    float: right;
    width: 70%;
}
.email_user_group .field .middleColumn input {
    padding: 3px;
    height: 25px;
    font-size: 1rem;
}
.email_user_group textarea {
    padding: 10px 5px;
    resize: none;
    font-size: 1rem;
    font-weight: normal;
    height: 250px;
    line-height: 1.5rem;
    overflow-y: scroll;
    overflow-x: auto;
}
.email_user_group .message_field .middleColumn,
.email_user_group .message_field .left {
    width: 100%;
}
.email_user_group .message_field .left {
    height: auto;
}
.-white {
    color: #fff;
}
.-aqua {
    color: #019c88;
}
.-green {
    color: #0b8a33;
}
.-light-green {
    color: #79bd45;
}
.-light-blue {
    color: #29abe2;
}
.-blue {
    color: #0079c1;
}
.-red {
    color: #b40933;
}
.-yellow {
    color: #d5d400;
}
.-orange {
    color: #f5b12b;
}
.-medium-grey {
    color: #59595b;
}
.-bg-aqua {
    background-color: #019c88;
}
.-bg-aqua-hover {
    background-color: #019c88;
}
.-bg-aqua-hover:hover {
    background-color: #34b0a0;
}
.-bg-green {
    background-color: #0b8a33;
}
.-bg-green-hover {
    background-color: #0b8a33;
}
.-bg-green-hover:hover {
    background-color: #3ca15c;
}
.-bg-light-green {
    background-color: #79bd45;
}
.-bg-light-green-hover {
    background-color: #79bd45;
}
.-bg-light-green-hover:hover {
    background-color: #94ca6a;
}
.-bg-light-blue {
    background-color: #29abe2;
}
.-bg-light-blue-hover {
    background-color: #29abe2;
}
.-bg-light-blue-hover:hover {
    background-color: #54bce8;
}
.-bg-blue {
    background-color: #0079c1;
}
.-bg-blue-hover {
    background-color: #0079c1;
}
.-bg-blue-hover:hover {
    background-color: #3394cd;
}
.-bg-red {
    background-color: #b40933;
}
.-bg-red-hover {
    background-color: #b40933;
}
.-bg-red-hover:hover {
    background-color: #c33a5c;
}
.-bg-yellow {
    background-color: #d5d400;
}
.-bg-yellow-hover {
    background-color: #d5d400;
}
.-bg-yellow-hover:hover {
    background-color: #d5d400;
}
.-bg-orange {
    background-color: #f5b12b;
}
.-bg-orange-hover {
    background-color: #f5b12b;
}
.-bg-orange-hover:hover {
    background-color: #f7c155;
}
.-bg-medium-grey {
    background-color: #59595b;
}
.-mb0 {
    margin-bottom: 0;
}
@media (max-width: 1024px) and (min-width: 641px) {
    .product__item {
        padding-top: 0.85rem;
    }
}
@media (max-width: 846px) {
    .other-sites li {
        float: left;
        width: 50%;
    }
    .other-sites__item {
        border-left: 0;
    }
    .other-sites .is-dropdown-submenu-parent {
        border-right: 1px solid #666;
    }
    #SearchForm_SearchForm_Search_Holder {
        float: left;
        width: 85%;
    }
    .footer .menu > li {
        border-right: 0px;
        width: 100%;
        float: left;
        padding: 20px 0px 0px;
        text-align: center;
    }
    .footer,
    .footer .menu {
        float: left;
        width: 100%;
    }
    .footer {
        padding: 20px 0px;
    }
    .footer * {
        text-align: center !important;
    }
    .header {
        background-color: #3b3a3c;
        height: auto;
        padding: 0px 0px 5px;
    }
    .header .brand {
        display: block;
        margin: 20px 0 0 0;
        max-width: 80%;
    }
    .home__hero {
        background-image: url(themes/tradamericas/img/home-hero-bg.png);
        float: left;
        width: 100%;
        padding-bottom: 50px;
    }
    .home__hero-title {
        font-size: 3rem;
    }
    .product {
        float: left;
        width: 100%;
    }
    .home__hero-button {
        font-family: "HelveticaNeueLTStd-Hv";
        height: auto !important;
        line-height: 16px;
        padding: 15px 10px;
        width: 100%;
        margin: 0 auto 20px;
        float: none !important;
    }
    #SearchForm_SearchForm_Search_Holder {
        float: left;
        width: 80%;
    }
    .page-sub-intro .column,
    .page-sub-intro .columns {
        float: none !important;
        width: 80%;
        margin: 0px auto 20px;
    }
    .page-sub-intro .column a,
    .page-sub-intro .columns a {
        float: none !important;
        margin: 0px;
        width: auto;
    }
    .menu-icon {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 16px;
        cursor: pointer;
        top: 30px;
        right: 20px;
    }
    .UserDefinedForm .form-column {
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .UserDefinedForm .UserDefinedForm h2 {
        line-height: 50px;
        font-size: 1.76rem;
        font-weight: 300;
        margin: 0 15px;
    }
    .UserDefinedForm .medium-4 p {
        margin: 0 10px 20px;
    }
    .UserDefinedForm .offices__title {
        margin: 0 10px;
    }
}
@media (max-width: 846px) and (max-width: 846px) {
    .other-sites li {
        float: left;
        width: 50%;
    }
    .other-sites__item {
        border-left: 0;
    }
    .other-sites .is-dropdown-submenu-parent {
        border-right: 1px solid #666;
    }
    #SearchForm_SearchForm_Search_Holder {
        float: left;
        width: 85%;
    }
    .footer .menu > li {
        border-right: 0px;
        width: 100%;
        float: left;
        padding: 20px 0px 0px;
        text-align: center;
    }
    .footer,
    .footer .menu {
        float: left;
        width: 100%;
    }
    .footer {
        padding: 20px 0px;
    }
    .footer * {
        text-align: center !important;
    }
    .header {
        background-color: #3b3a3c;
        height: auto;
        padding: 0px 0px 5px;
    }
    .header .brand {
        display: block;
        margin: 20px 0 0 0;
        max-width: 80%;
    }
    .home__hero {
        background-image: url(themes/tradamericas/img/home-hero-bg.png);
        float: left;
        width: 100%;
        padding-bottom: 50px;
    }
    .home__hero-title {
        font-size: 3rem;
    }
    .product {
        float: left;
        width: 100%;
    }
    .home__hero-button {
        font-family: "HelveticaNeueLTStd-Hv";
        height: auto !important;
        line-height: 16px;
        padding: 15px 10px;
        width: 100%;
        margin: 0 auto 20px;
        float: none !important;
    }
    #SearchForm_SearchForm_Search_Holder {
        float: left;
        width: 80%;
    }
    .page-sub-intro .column,
    .page-sub-intro .columns {
        float: none !important;
        width: 80%;
        margin: 0px auto 20px;
    }
    .page-sub-intro .column a,
    .page-sub-intro .columns a {
        float: none !important;
        margin: 0px;
        width: auto;
    }
    .menu-icon {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 16px;
        cursor: pointer;
        top: 30px;
        right: 20px;
    }
    .UserDefinedForm .form-column {
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .UserDefinedForm .UserDefinedForm h2 {
        line-height: 50px;
        font-size: 1.76rem;
        font-weight: 300;
        margin: 0 15px;
    }
    .UserDefinedForm .medium-4 p {
        margin: 0 10px 20px;
    }
    .UserDefinedForm .offices__title {
        margin: 0 10px;
    }
}
@media (max-width: 846px) and (max-device-width: 320px) {
    .other-sites li {
        float: left;
        width: 50%;
        margin-top: 15px;
    }
    .other-sites li #SearchForm_SearchForm_Search_Holder {
        float: left;
        width: 85%;
    }
    .main-nav {
        margin: 10px 0 0;
        padding: 0;
    }
    .home__hero {
        padding-bottom: 50px;
    }
    .product {
        float: left;
        width: 100%;
    }
    .product__item {
        height: 7rem;
        text-decoration: none;
        padding-top: 1.42857rem;
        display: block;
    }
    .sub-nav__link {
        max-width: 95%;
    }
    .footer {
        float: left;
        width: 100%;
        padding: 20px 0px;
    }
}
@media (max-device-width: 320px) {
    .other-sites li {
        float: left;
        width: 50%;
        margin-top: 15px;
    }
    .other-sites li #SearchForm_SearchForm_Search_Holder {
        float: left;
        width: 85%;
    }
    .main-nav {
        margin: 10px 0 0;
        padding: 0;
    }
    .home__hero {
        padding-bottom: 50px;
    }
    .product {
        float: left;
        width: 100%;
    }
    .product__item {
        height: 7rem;
        text-decoration: none;
        padding-top: 1.42857rem;
        display: block;
    }
    .sub-nav__link {
        max-width: 95%;
    }
    .footer {
        float: left;
        width: 100%;
        padding: 20px 0px;
    }
    #animated-menu {
        position: absolute;
        right: 0;
        top: 50px;
        max-width: 50%;
        display: inline;
    }
    #animated-menu .main-nav {
        margin: 30px 0 0;
        padding: 0;
        float: left;
        width: 100%;
        background: #3b3a3c;
        display: inline;
    }
    #animated-menu .main-nav li {
        display: inline;
        padding: 0px;
        margin: 0px;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }
    #animated-menu .main-nav li .is-dropdown-submenu {
        top: 100%;
        left: auto;
        margin-left: -90%;
        width: 40%;
        margin-top: -5px;
    }
}
