
/* NORMALISE CSS */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

script {
    display: none !important;
}

html {
    font-family: inherit; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: inherit;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    display: inline-block;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    margin-right: 10px;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
    height: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, a:selected, a:hover, a:active, a:focus {
    outline: 0;
    color: inherit;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition: 0.3s;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


a:hover {
    cursor: pointer;
}

img,
object,
embed {
    max-width: 100%;
    height: auto;
}

object,
embed {
    height: 100%;
}



#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important;
}
.left {
    float: left !important;
}

.right {
    float: right !important;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1200px;
    *zoom: 1;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row .row {
    width: auto;
    margin-left: -0.5em;
    margin-right: -0.5em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.row .row:before, .row .row:after {
    content: " ";
    display: table;
}

.row .row:after {
    clear: both;
}

.column,
.columns {
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 100%;
    float: left;
}

@media only screen {

    .small-push-0 {
        left: 0%;
        right: auto;
    }

    .small-pull-0 {
        right: 0%;
        left: auto;
    }

    .small-push-1 {
        left: 4.16667%;
        right: auto;
    }

    .small-pull-1 {
        right: 4.16667%;
        left: auto;
    }

    .small-push-2 {
        left: 8.33333%;
        right: auto;
    }

    .small-pull-2 {
        right: 8.33333%;
        left: auto;
    }

    .small-push-3 {
        left: 12.5%;
        right: auto;
    }

    .small-pull-3 {
        right: 12.5%;
        left: auto;
    }

    .small-push-4 {
        left: 16.66667%;
        right: auto;
    }

    .small-pull-4 {
        right: 16.66667%;
        left: auto;
    }

    .small-push-5 {
        left: 20.83333%;
        right: auto;
    }

    .small-pull-5 {
        right: 20.83333%;
        left: auto;
    }

    .small-push-6 {
        left: 25%;
        right: auto;
    }

    .small-pull-6 {
        right: 25%;
        left: auto;
    }

    .small-push-7 {
        left: 29.16667%;
        right: auto;
    }

    .small-pull-7 {
        right: 29.16667%;
        left: auto;
    }

    .small-push-8 {
        left: 33.33333%;
        right: auto;
    }

    .small-pull-8 {
        right: 33.33333%;
        left: auto;
    }

    .small-push-9 {
        left: 37.5%;
        right: auto;
    }

    .small-pull-9 {
        right: 37.5%;
        left: auto;
    }

    .small-push-10 {
        left: 41.66667%;
        right: auto;
    }

    .small-pull-10 {
        right: 41.66667%;
        left: auto;
    }

    .small-push-11 {
        left: 45.83333%;
        right: auto;
    }

    .small-pull-11 {
        right: 45.83333%;
        left: auto;
    }

    .small-push-12 {
        left: 50%;
        right: auto;
    }

    .small-pull-12 {
        right: 50%;
        left: auto;
    }

    .small-push-13 {
        left: 54.16667%;
        right: auto;
    }

    .small-pull-13 {
        right: 54.16667%;
        left: auto;
    }

    .small-push-14 {
        left: 58.33333%;
        right: auto;
    }

    .small-pull-14 {
        right: 58.33333%;
        left: auto;
    }

    .small-push-15 {
        left: 62.5%;
        right: auto;
    }

    .small-pull-15 {
        right: 62.5%;
        left: auto;
    }

    .small-push-16 {
        left: 66.66667%;
        right: auto;
    }

    .small-pull-16 {
        right: 66.66667%;
        left: auto;
    }

    .small-push-17 {
        left: 70.83333%;
        right: auto;
    }

    .small-pull-17 {
        right: 70.83333%;
        left: auto;
    }

    .small-push-18 {
        left: 75%;
        right: auto;
    }

    .small-pull-18 {
        right: 75%;
        left: auto;
    }

    .small-push-19 {
        left: 79.16667%;
        right: auto;
    }

    .small-pull-19 {
        right: 79.16667%;
        left: auto;
    }

    .small-push-20 {
        left: 83.33333%;
        right: auto;
    }

    .small-pull-20 {
        right: 83.33333%;
        left: auto;
    }

    .small-push-21 {
        left: 87.5%;
        right: auto;
    }

    .small-pull-21 {
        right: 87.5%;
        left: auto;
    }

    .small-push-22 {
        left: 91.66667%;
        right: auto;
    }

    .small-pull-22 {
        right: 91.66667%;
        left: auto;
    }

    .small-push-23 {
        left: 95.83333%;
        right: auto;
    }

    .small-pull-23 {
        right: 95.83333%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.5em;
        padding-right: 0.5em;
        float: left;
    }

    .small-1 {
        width: 4.16667%;
    }

    .small-2 {
        width: 8.33333%;
    }

    .small-3 {
        width: 12.5%;
    }

    .small-4 {
        width: 16.66667%;
    }

    .small-4-half {
        width: 20%;
    }

    .small-5 {
        width: 20.83333%;
    }

    .small-6 {
        width: 25%;
    }

    .small-7 {
        width: 29.16667%;
    }

    .small-8 {
        width: 33.33333%;
    }

    .small-9 {
        width: 37.5%;
    }

    .small-10 {
        width: 41.66667%;
    }

    .small-11 {
        width: 45.83333%;
    }

    .small-12 {
        width: 50%;
    }

    .small-13 {
        width: 54.16667%;
    }

    .small-14 {
        width: 58.33333%;
    }

    .small-15 {
        width: 62.5%;
    }

    .small-16 {
        width: 66.66667%;
    }

    .small-17 {
        width: 70.83333%;
    }

    .small-18 {
        width: 75%;
    }

    .small-19 {
        width: 79.16667%;
    }

    .small-20 {
        width: 83.33333%;
    }

    .small-21 {
        width: 87.5%;
    }

    .small-22 {
        width: 91.66667%;
    }

    .small-23 {
        width: 95.83333%;
    }

    .small-24 {
        width: 100%;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: right;
    }

    .small-offset-0 {
        margin-left: 0% !important;
    }

    .small-offset-1 {
        margin-left: 4.16667% !important;
    }

    .small-offset-2 {
        margin-left: 8.33333% !important;
    }

    .small-offset-3 {
        margin-left: 12.5% !important;
    }

    .small-offset-4 {
        margin-left: 16.66667% !important;
    }

    .small-offset-5 {
        margin-left: 20.83333% !important;
    }

    .small-offset-6 {
        margin-left: 25% !important;
    }

    .small-offset-7 {
        margin-left: 29.16667% !important;
    }

    .small-offset-8 {
        margin-left: 33.33333% !important;
    }

    .small-offset-9 {
        margin-left: 37.5% !important;
    }

    .small-offset-10 {
        margin-left: 41.66667% !important;
    }

    .small-offset-11 {
        margin-left: 45.83333% !important;
    }

    .small-offset-12 {
        margin-left: 50% !important;
    }

    .small-offset-13 {
        margin-left: 54.16667% !important;
    }

    .small-offset-14 {
        margin-left: 58.33333% !important;
    }

    .small-offset-15 {
        margin-left: 62.5% !important;
    }

    .small-offset-16 {
        margin-left: 66.66667% !important;
    }

    .small-offset-17 {
        margin-left: 70.83333% !important;
    }

    .small-offset-18 {
        margin-left: 75% !important;
    }

    .small-offset-19 {
        margin-left: 79.16667% !important;
    }

    .small-offset-20 {
        margin-left: 83.33333% !important;
    }

    .small-offset-21 {
        margin-left: 87.5% !important;
    }

    .small-offset-22 {
        margin-left: 91.66667% !important;
    }

    .small-offset-23 {
        margin-left: 95.83333% !important;
    }
}

@media only screen and (min-width: 35.063em) {

    .medium-push-0 {
        left: 0%;
        right: auto;
    }

    .medium-pull-0 {
        right: 0%;
        left: auto;
    }

    .medium-push-1 {
        left: 4.16667%;
        right: auto;
    }

    .medium-pull-1 {
        right: 4.16667%;
        left: auto;
    }

    .medium-push-2 {
        left: 8.33333%;
        right: auto;
    }

    .medium-pull-2 {
        right: 8.33333%;
        left: auto;
    }

    .medium-push-3 {
        left: 12.5%;
        right: auto;
    }

    .medium-pull-3 {
        right: 12.5%;
        left: auto;
    }

    .medium-push-4 {
        left: 16.66667%;
        right: auto;
    }

    .medium-pull-4 {
        right: 16.66667%;
        left: auto;
    }

    .medium-push-5 {
        left: 20.83333%;
        right: auto;
    }

    .medium-pull-5 {
        right: 20.83333%;
        left: auto;
    }

    .medium-push-6 {
        left: 25%;
        right: auto;
    }

    .medium-pull-6 {
        right: 25%;
        left: auto;
    }

    .medium-push-7 {
        left: 29.16667%;
        right: auto;
    }

    .medium-pull-7 {
        right: 29.16667%;
        left: auto;
    }

    .medium-push-8 {
        left: 33.33333%;
        right: auto;
    }

    .medium-pull-8 {
        right: 33.33333%;
        left: auto;
    }

    .medium-push-9 {
        left: 37.5%;
        right: auto;
    }

    .medium-pull-9 {
        right: 37.5%;
        left: auto;
    }

    .medium-push-10 {
        left: 41.66667%;
        right: auto;
    }

    .medium-pull-10 {
        right: 41.66667%;
        left: auto;
    }

    .medium-push-11 {
        left: 45.83333%;
        right: auto;
    }

    .medium-pull-11 {
        right: 45.83333%;
        left: auto;
    }

    .medium-push-12 {
        left: 50%;
        right: auto;
    }

    .medium-pull-12 {
        right: 50%;
        left: auto;
    }

    .medium-push-13 {
        left: 54.16667%;
        right: auto;
    }

    .medium-pull-13 {
        right: 54.16667%;
        left: auto;
    }

    .medium-push-14 {
        left: 58.33333%;
        right: auto;
    }

    .medium-pull-14 {
        right: 58.33333%;
        left: auto;
    }

    .medium-push-15 {
        left: 62.5%;
        right: auto;
    }

    .medium-pull-15 {
        right: 62.5%;
        left: auto;
    }

    .medium-push-16 {
        left: 66.66667%;
        right: auto;
    }

    .medium-pull-16 {
        right: 66.66667%;
        left: auto;
    }

    .medium-push-17 {
        left: 70.83333%;
        right: auto;
    }

    .medium-pull-17 {
        right: 70.83333%;
        left: auto;
    }

    .medium-push-18 {
        left: 75%;
        right: auto;
    }

    .medium-pull-18 {
        right: 75%;
        left: auto;
    }

    .medium-push-19 {
        left: 79.16667%;
        right: auto;
    }

    .medium-pull-19 {
        right: 79.16667%;
        left: auto;
    }

    .medium-push-20 {
        left: 83.33333%;
        right: auto;
    }

    .medium-pull-20 {
        right: 83.33333%;
        left: auto;
    }

    .medium-push-21 {
        left: 87.5%;
        right: auto;
    }

    .medium-pull-21 {
        right: 87.5%;
        left: auto;
    }

    .medium-push-22 {
        left: 91.66667%;
        right: auto;
    }

    .medium-pull-22 {
        right: 91.66667%;
        left: auto;
    }

    .medium-push-23 {
        left: 95.83333%;
        right: auto;
    }

    .medium-pull-23 {
        right: 95.83333%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.5em;
        padding-right: 0.5em;
        float: left;
    }

    .medium-1 {
        width: 4.16667%;
    }

    .medium-2 {
        width: 8.33333%;
    }

    .medium-3 {
        width: 12.5%;
    }

    .medium-4 {
        width: 16.66667%;
    }

    .medium-4-half {
        width: 20%;
    }

    .medium-5 {
        width: 20.83333%;
    }

    .medium-6 {
        width: 25%;
    }

    .medium-7 {
        width: 29.16667%;
    }

    .medium-8 {
        width: 33.33333%;
    }

    .medium-9 {
        width: 37.5%;
    }

    .medium-10 {
        width: 41.66667%;
    }

    .medium-11 {
        width: 45.83333%;
    }

    .medium-12 {
        width: 50%;
    }

    .medium-13 {
        width: 54.16667%;
    }

    .medium-14 {
        width: 58.33333%;
    }

    .medium-15 {
        width: 62.5%;
    }

    .medium-16 {
        width: 66.66667%;
    }

    .medium-17 {
        width: 70.83333%;
    }

    .medium-18 {
        width: 75%;
    }

    .medium-19 {
        width: 79.16667%;
    }

    .medium-20 {
        width: 83.33333%;
    }

    .medium-21 {
        width: 87.5%;
    }

    .medium-22 {
        width: 91.66667%;
    }

    .medium-23 {
        width: 95.83333%;
    }

    .medium-24 {
        width: 100%;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: right;
    }


    .push-0 {
        left: 0%;
        right: auto;
    }

    .pull-0 {
        right: 0%;
        left: auto;
    }

    .push-1 {
        left: 4.16667%;
        right: auto;
    }

    .pull-1 {
        right: 4.16667%;
        left: auto;
    }

    .push-2 {
        left: 8.33333%;
        right: auto;
    }

    .pull-2 {
        right: 8.33333%;
        left: auto;
    }

    .push-3 {
        left: 12.5%;
        right: auto;
    }

    .pull-3 {
        right: 12.5%;
        left: auto;
    }

    .push-4 {
        left: 16.66667%;
        right: auto;
    }

    .pull-4 {
        right: 16.66667%;
        left: auto;
    }

    .push-5 {
        left: 20.83333%;
        right: auto;
    }

    .pull-5 {
        right: 20.83333%;
        left: auto;
    }

    .push-6 {
        left: 25%;
        right: auto;
    }

    .pull-6 {
        right: 25%;
        left: auto;
    }

    .push-7 {
        left: 29.16667%;
        right: auto;
    }

    .pull-7 {
        right: 29.16667%;
        left: auto;
    }

    .push-8 {
        left: 33.33333%;
        right: auto;
    }

    .pull-8 {
        right: 33.33333%;
        left: auto;
    }

    .push-9 {
        left: 37.5%;
        right: auto;
    }

    .pull-9 {
        right: 37.5%;
        left: auto;
    }

    .push-10 {
        left: 41.66667%;
        right: auto;
    }

    .pull-10 {
        right: 41.66667%;
        left: auto;
    }

    .push-11 {
        left: 45.83333%;
        right: auto;
    }

    .pull-11 {
        right: 45.83333%;
        left: auto;
    }

    .push-12 {
        left: 50%;
        right: auto;
    }

    .pull-12 {
        right: 50%;
        left: auto;
    }

    .push-13 {
        left: 54.16667%;
        right: auto;
    }

    .pull-13 {
        right: 54.16667%;
        left: auto;
    }

    .push-14 {
        left: 58.33333%;
        right: auto;
    }

    .pull-14 {
        right: 58.33333%;
        left: auto;
    }

    .push-15 {
        left: 62.5%;
        right: auto;
    }

    .pull-15 {
        right: 62.5%;
        left: auto;
    }

    .push-16 {
        left: 66.66667%;
        right: auto;
    }

    .pull-16 {
        right: 66.66667%;
        left: auto;
    }

    .push-17 {
        left: 70.83333%;
        right: auto;
    }

    .pull-17 {
        right: 70.83333%;
        left: auto;
    }

    .push-18 {
        left: 75%;
        right: auto;
    }

    .pull-18 {
        right: 75%;
        left: auto;
    }

    .push-19 {
        left: 79.16667%;
        right: auto;
    }

    .pull-19 {
        right: 79.16667%;
        left: auto;
    }

    .push-20 {
        left: 83.33333%;
        right: auto;
    }

    .pull-20 {
        right: 83.33333%;
        left: auto;
    }

    .push-21 {
        left: 87.5%;
        right: auto;
    }

    .pull-21 {
        right: 87.5%;
        left: auto;
    }

    .push-22 {
        left: 91.66667%;
        right: auto;
    }

    .pull-22 {
        right: 91.66667%;
        left: auto;
    }

    .push-23 {
        left: 95.83333%;
        right: auto;
    }

    .pull-23 {
        right: 95.83333%;
        left: auto;
    }
}

@media only screen and (min-width: 64.063em) {

    .large-push-0 {
        left: 0%;
        right: auto;
    }

    .large-pull-0 {
        right: 0%;
        left: auto;
    }

    .large-push-1 {
        left: 4.16667%;
        right: auto;
    }

    .large-pull-1 {
        right: 4.16667%;
        left: auto;
    }

    .large-push-2 {
        left: 8.33333%;
        right: auto;
    }

    .large-pull-2 {
        right: 8.33333%;
        left: auto;
    }

    .large-push-3 {
        left: 12.5%;
        right: auto;
    }

    .large-pull-3 {
        right: 12.5%;
        left: auto;
    }

    .large-push-4 {
        left: 16.66667%;
        right: auto;
    }

    .large-pull-4 {
        right: 16.66667%;
        left: auto;
    }

    .large-push-5 {
        left: 20.83333%;
        right: auto;
    }

    .large-pull-5 {
        right: 20.83333%;
        left: auto;
    }

    .large-push-6 {
        left: 25%;
        right: auto;
    }

    .large-pull-6 {
        right: 25%;
        left: auto;
    }

    .large-push-7 {
        left: 29.16667%;
        right: auto;
    }

    .large-pull-7 {
        right: 29.16667%;
        left: auto;
    }

    .large-push-8 {
        left: 33.33333%;
        right: auto;
    }

    .large-pull-8 {
        right: 33.33333%;
        left: auto;
    }

    .large-push-9 {
        left: 37.5%;
        right: auto;
    }

    .large-pull-9 {
        right: 37.5%;
        left: auto;
    }

    .large-push-10 {
        left: 41.66667%;
        right: auto;
    }

    .large-pull-10 {
        right: 41.66667%;
        left: auto;
    }

    .large-push-11 {
        left: 45.83333%;
        right: auto;
    }

    .large-pull-11 {
        right: 45.83333%;
        left: auto;
    }

    .large-push-12 {
        left: 50%;
        right: auto;
    }

    .large-pull-12 {
        right: 50%;
        left: auto;
    }

    .large-push-13 {
        left: 54.16667%;
        right: auto;
    }

    .large-pull-13 {
        right: 54.16667%;
        left: auto;
    }

    .large-push-14 {
        left: 58.33333%;
        right: auto;
    }

    .large-pull-14 {
        right: 58.33333%;
        left: auto;
    }

    .large-push-15 {
        left: 62.5%;
        right: auto;
    }

    .large-pull-15 {
        right: 62.5%;
        left: auto;
    }

    .large-push-16 {
        left: 66.66667%;
        right: auto;
    }

    .large-pull-16 {
        right: 66.66667%;
        left: auto;
    }

    .large-push-17 {
        left: 70.83333%;
        right: auto;
    }

    .large-pull-17 {
        right: 70.83333%;
        left: auto;
    }

    .large-push-18 {
        left: 75%;
        right: auto;
    }

    .large-pull-18 {
        right: 75%;
        left: auto;
    }

    .large-push-19 {
        left: 79.16667%;
        right: auto;
    }

    .large-pull-19 {
        right: 79.16667%;
        left: auto;
    }

    .large-push-20 {
        left: 83.33333%;
        right: auto;
    }

    .large-pull-20 {
        right: 83.33333%;
        left: auto;
    }

    .large-push-21 {
        left: 87.5%;
        right: auto;
    }

    .large-pull-21 {
        right: 87.5%;
        left: auto;
    }

    .large-push-22 {
        left: 91.66667%;
        right: auto;
    }

    .large-pull-22 {
        right: 91.66667%;
        left: auto;
    }

    .large-push-23 {
        left: 95.83333%;
        right: auto;
    }

    .large-pull-23 {
        right: 95.83333%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.5em;
        padding-right: 0.5em;
        float: left;
    }

    .large-1 {
        width: 4.16667%;
    }

    .large-2 {
        width: 8.33333%;
    }

    .large-3 {
        width: 12.5%;
    }

    .large-4 {
        width: 16.66667%;
    }

    .large-4-half {
        width: 20%;
    }

    .large-5 {
        width: 20.83333%;
    }

    .large-6 {
        width: 25%;
    }

    .large-7 {
        width: 29.16667%;
    }

    .large-8 {
        width: 33.33333%;
    }

    .large-9 {
        width: 37.5%;
    }

    .large-10 {
        width: 41.66667%;
    }

    .large-11 {
        width: 45.83333%;
    }

    .large-12 {
        width: 50%;
    }

    .large-13 {
        width: 54.16667%;
    }

    .large-14 {
        width: 58.33333%;
    }

    .large-15 {
        width: 62.5%;
    }

    .large-16 {
        width: 66.66667%;
    }

    .large-17 {
        width: 70.83333%;
    }

    .large-18 {
        width: 75%;
    }

    .large-19 {
        width: 79.16667%;
    }

    .large-20 {
        width: 83.33333%;
    }

    .large-21 {
        width: 87.5%;
    }

    .large-22 {
        width: 91.66667%;
    }

    .large-23 {
        width: 95.83333%;
    }

    .large-24 {
        width: 100%;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: left;
    }


    .large-offset-0 {
        margin-left: 0% !important;
    }

    .large-offset-1 {
        margin-left: 4.16667% !important;
    }

    .large-offset-2 {
        margin-left: 8.33333% !important;
    }

    .large-offset-3 {
        margin-left: 12.5% !important;
    }

    .large-offset-4 {
        margin-left: 16.66667% !important;
    }

    .large-offset-5 {
        margin-left: 20.83333% !important;
    }

    .large-offset-6 {
        margin-left: 25% !important;
    }

    .large-offset-7 {
        margin-left: 29.16667% !important;
    }

    .large-offset-8 {
        margin-left: 33.33333% !important;
    }

    .large-offset-9 {
        margin-left: 37.5% !important;
    }

    .large-offset-10 {
        margin-left: 41.66667% !important;
    }

    .large-offset-11 {
        margin-left: 45.83333% !important;
    }

    .large-offset-12 {
        margin-left: 50% !important;
    }

    .large-offset-13 {
        margin-left: 54.16667% !important;
    }

    .large-offset-14 {
        margin-left: 58.33333% !important;
    }

    .large-offset-15 {
        margin-left: 62.5% !important;
    }

    .large-offset-16 {
        margin-left: 66.66667% !important;
    }

    .large-offset-17 {
        margin-left: 70.83333% !important;
    }

    .large-offset-18 {
        margin-left: 75% !important;
    }

    .large-offset-19 {
        margin-left: 79.16667% !important;
    }

    .large-offset-20 {
        margin-left: 83.33333% !important;
    }

    .large-offset-21 {
        margin-left: 87.5% !important;
    }

    .large-offset-22 {
        margin-left: 91.66667% !important;
    }

    .large-offset-23 {
        margin-left: 95.83333% !important;
    }

    .push-0 {
        left: 0%;
        right: auto;
    }

    .pull-0 {
        right: 0%;
        left: auto;
    }

    .push-1 {
        left: 4.16667%;
        right: auto;
    }

    .pull-1 {
        right: 4.16667%;
        left: auto;
    }

    .push-2 {
        left: 8.33333%;
        right: auto;
    }

    .pull-2 {
        right: 8.33333%;
        left: auto;
    }

    .push-3 {
        left: 12.5%;
        right: auto;
    }

    .pull-3 {
        right: 12.5%;
        left: auto;
    }

    .push-4 {
        left: 16.66667%;
        right: auto;
    }

    .pull-4 {
        right: 16.66667%;
        left: auto;
    }

    .push-5 {
        left: 20.83333%;
        right: auto;
    }

    .pull-5 {
        right: 20.83333%;
        left: auto;
    }

    .push-6 {
        left: 25%;
        right: auto;
    }

    .pull-6 {
        right: 25%;
        left: auto;
    }

    .push-7 {
        left: 29.16667%;
        right: auto;
    }

    .pull-7 {
        right: 29.16667%;
        left: auto;
    }

    .push-8 {
        left: 33.33333%;
        right: auto;
    }

    .pull-8 {
        right: 33.33333%;
        left: auto;
    }

    .push-9 {
        left: 37.5%;
        right: auto;
    }

    .pull-9 {
        right: 37.5%;
        left: auto;
    }

    .push-10 {
        left: 41.66667%;
        right: auto;
    }

    .pull-10 {
        right: 41.66667%;
        left: auto;
    }

    .push-11 {
        left: 45.83333%;
        right: auto;
    }

    .pull-11 {
        right: 45.83333%;
        left: auto;
    }

    .push-12 {
        left: 50%;
        right: auto;
    }

    .pull-12 {
        right: 50%;
        left: auto;
    }

    .push-13 {
        left: 54.16667%;
        right: auto;
    }

    .pull-13 {
        right: 54.16667%;
        left: auto;
    }

    .push-14 {
        left: 58.33333%;
        right: auto;
    }

    .pull-14 {
        right: 58.33333%;
        left: auto;
    }

    .push-15 {
        left: 62.5%;
        right: auto;
    }

    .pull-15 {
        right: 62.5%;
        left: auto;
    }

    .push-16 {
        left: 66.66667%;
        right: auto;
    }

    .pull-16 {
        right: 66.66667%;
        left: auto;
    }

    .push-17 {
        left: 70.83333%;
        right: auto;
    }

    .pull-17 {
        right: 70.83333%;
        left: auto;
    }

    .push-18 {
        left: 75%;
        right: auto;
    }

    .pull-18 {
        right: 75%;
        left: auto;
    }

    .push-19 {
        left: 79.16667%;
        right: auto;
    }

    .pull-19 {
        right: 79.16667%;
        left: auto;
    }

    .push-20 {
        left: 83.33333%;
        right: auto;
    }

    .pull-20 {
        right: 83.33333%;
        left: auto;
    }

    .push-21 {
        left: 87.5%;
        right: auto;
    }

    .pull-21 {
        right: 87.5%;
        left: auto;
    }

    .push-22 {
        left: 91.66667%;
        right: auto;
    }

    .pull-22 {
        right: 91.66667%;
        left: auto;
    }

    .push-23 {
        left: 95.83333%;
        right: auto;
    }

    .pull-23 {
        right: 95.83333%;
        left: auto;
    }
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 75em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote {
    margin: 0;
    padding: 0;
}

/* Default Link Styles */
a {
    text-decoration: none;
    line-height: inherit;
}
a img {
    border: none;
}

/* Default paragraph styles */
p {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 0.5em;
    text-rendering: optimizeLegibility;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    line-height: 0;
}


hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}

/* Helpful Typography Defaults */
em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    line-height: inherit;
}

code {
    font-family: inherit;
    font-weight: bold;
    color: #910b0e;
}

.print-only {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    .show-for-print {
        display: inherit !important;
    }
}

/* POPUP */

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.45);
    z-index: 997;
    display: none;
    top: 0;
    left: 0;
}

dialog, .reveal-modal {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 998;
    height: auto;
    margin-left: -40%;
    width: 80%;
    background-color: white;
    padding: 1.25rem;
    border: solid 1px #666666;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    top: 6.25rem;
}


dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer;
}


@media only screen and (min-width: 35.063em) {
    dialog, .reveal-modal {
        padding: 1.875rem;
        top: 6.25rem;
    }
}


/* NAVIGATION */

.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
}

.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    height: 100%;
}

.inner-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    *zoom: 1;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}

.inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table;
}

.inner-wrap:after {
    clear: both;
}

nav.tab-bar {
    -webkit-backface-visibility: hidden;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
}

nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0;
}
section.tab-bar-section {
    padding: 0 0.625rem;
    position: absolute;
    text-align: center;
    height: 2.8125rem;
    top: 0;
}
section.left-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    left: 0;
}
section.right-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    border-left: solid 1px #4e4e4e;
    box-shadow: -1px 0 0 #1a1a1a;
    right: 0;
}

a.menu-icon {
    text-indent: 2.1875rem;
    width: 2.8125rem;
    height: 2.8125rem;
    display: block;
    line-height: 2.0625rem;
    padding: 0;
    color: white;
    position: relative;
}

a.menu-icon span {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    left: 0.8125rem;
    top: 0.3125rem;
    -webkit-box-shadow: 1px 10px 1px 1px white, 1px 16px 1px 1px white, 1px 22px 1px 1px white;
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}

a.menu-icon:hover span {
    -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3, 1px 16px 1px 1px #b3b3b3, 1px 22px 1px 1px #b3b3b3;
    box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 250px;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-y: auto;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
}

.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 250px;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-y: auto;
    background: #333333;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
}

ul.off-canvas-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.off-canvas-list li label {
    display:block;
    font-weight: bold;
    border-bottom: none;
    margin: 0;
}

ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
}

.move-right > .inner-wrap {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}

.move-right a.exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 35.063em) {
    .move-right a.exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.move-left > .inner-wrap {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

.move-left a.exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 35.063em) {
    .move-left a.exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}


/* Foundation Dropdowns (Mega menu)? */
@media only screen {
    .f-dropdown {
        max-width: 100%;
        left: 0;
    }
}
.f-dropdown {
    position: absolute;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    z-index: 99;
    max-width: 200px;
}

.f-dropdown > *:first-child {
    margin-top: 0;
}

.f-dropdown > *:last-child {
    margin-bottom: 0;
}

.f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99;
}

.f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98;
}

.f-dropdown.right:before {
    left: auto;
    right: 10px;
}

.f-dropdown.right:after {
    left: auto;
    right: 9px;
}

.f-dropdown li {
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0;
}


.f-dropdown li a {
    display: block;
    padding: 0.5rem;
    color: #555555;
}

.f-dropdown.content {
    position: absolute;
    list-style: none;
    margin-left: 0;
    width: 100%;
    height: auto;
    max-height: none;
    border: solid 0px #cccccc;
    z-index: 99;
    max-width: 200px;
}

.f-dropdown.content > *:first-child {
    margin-top: 0;
}

.f-dropdown.content > *:last-child {
    margin-bottom: 0;
}

.f-dropdown.tiny {
    max-width: 200px;
}

.f-dropdown.small {
    max-width: 300px;
}

.f-dropdown.medium {
    max-width: 700px;
}

.f-dropdown.large {
    max-width: 1200px;
}


/* flex videos */
.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 56.55%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
    display: inherit !important;
}

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
    display: none !important;
}

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
}

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
}

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
}

td.show-for-small, td.show-for-small-only, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge,
th.hide-for-xlarge-up,
th.hide-for-xxlarge-up {
    display: table-cell !important;
}

/* Medium Displays: 641px and up */
@media only screen and (min-width: 35.063em) {
    .hide-for-small,
    .hide-for-small-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-up,
    .show-for-medium-only,
    .hide-for-large,
    .hide-for-large-up,
    .hide-for-large-only,
    .hide-for-xlarge,
    .hide-for-xlarge-up,
    .hide-for-xlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge-only {
        display: inherit !important;
    }

    .show-for-small,
    .show-for-small-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-up,
    .hide-for-medium-only,
    .hide-for-large-down,
    .show-for-large,
    .show-for-large-up,
    .show-for-large-only,
    .show-for-xlarge,
    .show-for-xlarge-up,
    .show-for-xlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge-only {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
        display: table;
    }

    thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
        display: table-header-group !important;
    }

    tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
        display: table-row-group !important;
    }

    tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
        display: table-row !important;
    }

    td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
    th.hide-for-small,
    th.hide-for-small-only,
    th.show-for-medium,
    th.show-for-medium-down,
    th.show-for-medium-up,
    th.show-for-medium-only,
    th.hide-for-large,
    th.hide-for-large-up,
    th.hide-for-large-only,
    th.hide-for-xlarge,
    th.hide-for-xlarge-up,
    th.hide-for-xlarge-only,
    th.hide-for-xxlarge-up,
    th.hide-for-xxlarge-only {
        display: table-cell !important;
    }
}
/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
    .hide-for-small,
    .hide-for-small-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .show-for-large,
    .show-for-large-up,
    .show-for-large-only,
    .hide-for-xlarge,
    .hide-for-xlarge-up,
    .hide-for-xlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge-only {
        display: inherit !important;
    }

    .show-for-small-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .hide-for-large,
    .hide-for-large-up,
    .hide-for-large-only,
    .show-for-xlarge,
    .show-for-xlarge-up,
    .show-for-xlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge-only {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
        display: table;
    }

    thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
        display: table-header-group !important;
    }

    tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
        display: table-row-group !important;
    }

    tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
        display: table-row !important;
    }

    td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
    th.hide-for-small,
    th.hide-for-small-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.show-for-medium-up,
    th.show-for-large,
    th.show-for-large-up,
    th.show-for-large-only,
    th.hide-for-xlarge,
    th.hide-for-xlarge-up,
    th.hide-for-xlarge-only,
    th.hide-for-xxlarge-up,
    th.hide-for-xxlarge-only {
        display: table-cell !important;
    }
}
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
    .hide-for-small,
    .hide-for-small-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .show-for-large-up,
    .hide-for-large-only,
    .show-for-xlarge,
    .show-for-xlarge-up,
    .show-for-xlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge-only {
        display: inherit !important;
    }

    .show-for-small-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-down,
    .hide-for-xlarge,
    .hide-for-xlarge-up,
    .hide-for-xlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge-only {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
        display: table;
    }

    thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
        display: table-header-group !important;
    }

    tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
        display: table-row-group !important;
    }

    tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
        display: table-row !important;
    }

    td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
    th.hide-for-small,
    th.hide-for-small-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.show-for-medium-up,
    th.show-for-large-up,
    th.hide-for-large-only,
    th.show-for-xlarge,
    th.show-for-xlarge-up,
    th.show-for-xlarge-only,
    th.hide-for-xxlarge-up,
    th.hide-for-xxlarge-only {
        display: table-cell !important;
    }
}
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
    .hide-for-small,
    .hide-for-small-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .show-for-large-up,
    .hide-for-large-only,
    .hide-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-up,
    .show-for-xxlarge-only {
        display: inherit !important;
    }

    .show-for-small-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-down,
    .hide-for-xlarge,
    .show-for-xlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge-only {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
        display: table;
    }

    thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
        display: table-header-group !important;
    }

    tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
        display: table-row-group !important;
    }

    tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
        display: table-row !important;
    }

    td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
    th.hide-for-small,
    th.hide-for-small-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.show-for-medium-up,
    th.show-for-large-up,
    th.hide-for-xlarge-only,
    th.show-for-xlarge-up,
    th.show-for-xxlarge-up,
    th.show-for-xxlarge-only {
        display: table-cell !important;
    }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
    display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important;
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.show-for-landscape, table.hide-for-portrait {
        display: table;
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape, td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important;
    }

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }

    /* Specific visibility for tables */
    table.show-for-portrait, table.hide-for-landscape {
        display: table;
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait, td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important;
    }
}
/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
    display: table;
}

.touch table.show-for-touch {
    display: table;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}

ul, ol {
    margin-left: 30px;
    margin-bottom:20px;
}
li {
    line-height: var(--line-height);
    margin-bottom: 5px;
}
li > p {
    margin-bottom: 0;
}