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] {
    display: none;
}

html {
    background: #fff;
    color: #000;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

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

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

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

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: monospace,serif;
    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;
}

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;
    padding: 0;
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,input {
    line-height: normal;
}

button,select {
    text-transform: none;
}

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

button[disabled],html input[disabled] {
    cursor: default;
}

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

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

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;
    vertical-align: top;
}

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

meta.foundation-mq-small {
    font-family: "only screen and (min-width:768px)";
    width: 768px;
}

meta.foundation-mq-medium {
    font-family: "only screen and (min-width:1280px)";
    width: 1280px;
}

meta.foundation-mq-large {
    font-family: "only screen and (min-width:1440px)";
    width: 1440px;
}

*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,body {
    font-size: 100%;
}

body {
    background: white;
    color: #131616;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
}

a:hover {
    cursor: pointer;
}

img,object,embed {
    max-width: 100%;
    height: auto;
}

object,embed {
    height: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

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

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.hide {
    display: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
    width: 100%;
    *zoom:1;}

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

.row:after {
    clear: both;
}

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

.row .row {
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    max-width: none;
    width: auto;
    *zoom:1;}

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

.row .row:after {
    clear: both;
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: auto;
    *zoom:1;}

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

.row .row.collapse:after {
    clear: both;
}

.column,.columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    position: relative;
}

@media only screen {
    .small-1 {
        width: 8.33333%;
    }

    .small-2 {
        width: 16.66667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.33333%;
    }

    .small-5 {
        width: 41.66667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.33333%;
    }

    .small-8 {
        width: 66.66667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.33333%;
    }

    .small-11 {
        width: 91.66667%;
    }

    .small-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

    [class*="column"] + [class*="column"]:last-child {
        float: right;
    }

    [class*="column"] + [class*="column"].end {
        float: left;
    }

    .column.small-centered,.columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .medium-1 {
        width:8.33333%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-push-1 {
        left: 8.33333%;
        right: auto;
    }

    .medium-pull-1 {
        right: 8.33333%;
        left: auto;
    }

    .medium-push-2 {
        left: 16.66667%;
        right: auto;
    }

    .medium-pull-2 {
        right: 16.66667%;
        left: auto;
    }

    .medium-push-3 {
        left: 25%;
        right: auto;
    }

    .medium-pull-3 {
        right: 25%;
        left: auto;
    }

    .medium-push-4 {
        left: 33.33333%;
        right: auto;
    }

    .medium-pull-4 {
        right: 33.33333%;
        left: auto;
    }

    .medium-push-5 {
        left: 41.66667%;
        right: auto;
    }

    .medium-pull-5 {
        right: 41.66667%;
        left: auto;
    }

    .medium-push-6 {
        left: 50%;
        right: auto;
    }

    .medium-pull-6 {
        right: 50%;
        left: auto;
    }

    .medium-push-7 {
        left: 58.33333%;
        right: auto;
    }

    .medium-pull-7 {
        right: 58.33333%;
        left: auto;
    }

    .medium-push-8 {
        left: 66.66667%;
        right: auto;
    }

    .medium-pull-8 {
        right: 66.66667%;
        left: auto;
    }

    .medium-push-9 {
        left: 75%;
        right: auto;
    }

    .medium-pull-9 {
        right: 75%;
        left: auto;
    }

    .medium-push-10 {
        left: 83.33333%;
        right: auto;
    }

    .medium-pull-10 {
        right: 83.33333%;
        left: auto;
    }

    .medium-push-11 {
        left: 91.66667%;
        right: auto;
    }

    .medium-pull-11 {
        right: 91.66667%;
        left: auto;
    }

    .column.medium-centered,.columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .column.medium-uncentered,.columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }
}

@media only screen and (min-width: 1280px) {
    .large-1 {
        width:8.33333%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-push-1 {
        left: 8.33333%;
        right: auto;
    }

    .large-pull-1 {
        right: 8.33333%;
        left: auto;
    }

    .large-push-2 {
        left: 16.66667%;
        right: auto;
    }

    .large-pull-2 {
        right: 16.66667%;
        left: auto;
    }

    .large-push-3 {
        left: 25%;
        right: auto;
    }

    .large-pull-3 {
        right: 25%;
        left: auto;
    }

    .large-push-4 {
        left: 33.33333%;
        right: auto;
    }

    .large-pull-4 {
        right: 33.33333%;
        left: auto;
    }

    .large-push-5 {
        left: 41.66667%;
        right: auto;
    }

    .large-pull-5 {
        right: 41.66667%;
        left: auto;
    }

    .large-push-6 {
        left: 50%;
        right: auto;
    }

    .large-pull-6 {
        right: 50%;
        left: auto;
    }

    .large-push-7 {
        left: 58.33333%;
        right: auto;
    }

    .large-pull-7 {
        right: 58.33333%;
        left: auto;
    }

    .large-push-8 {
        left: 66.66667%;
        right: auto;
    }

    .large-pull-8 {
        right: 66.66667%;
        left: auto;
    }

    .large-push-9 {
        left: 75%;
        right: auto;
    }

    .large-pull-9 {
        right: 75%;
        left: auto;
    }

    .large-push-10 {
        left: 83.33333%;
        right: auto;
    }

    .large-pull-10 {
        right: 83.33333%;
        left: auto;
    }

    .large-push-11 {
        left: 91.66667%;
        right: auto;
    }

    .large-pull-11 {
        right: 91.66667%;
        left: auto;
    }

    .column.large-centered,.columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .column.large-uncentered,.columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }
}

.show-for-small,.show-for-medium-down,.show-for-large-down {
    display: inherit !important;
}

.show-for-medium,.show-for-medium-up,.show-for-large,.show-for-large-up,.show-for-xlarge {
    display: none !important;
}

.hide-for-medium,.hide-for-medium-up,.hide-for-large,.hide-for-large-up,.hide-for-xlarge {
    display: inherit !important;
}

.hide-for-small,.hide-for-medium-down,.hide-for-large-down {
    display: none !important;
}

table.show-for-small,table.show-for-medium-down,table.show-for-large-down,table.hide-for-medium,table.hide-for-medium-up,table.hide-for-large,table.hide-for-large-up,table.hide-for-xlarge {
    display: table;
}

thead.show-for-small,thead.show-for-medium-down,thead.show-for-large-down,thead.hide-for-medium,thead.hide-for-medium-up,thead.hide-for-large,thead.hide-for-large-up,thead.hide-for-xlarge {
    display: table-header-group !important;
}

tbody.show-for-small,tbody.show-for-medium-down,tbody.show-for-large-down,tbody.hide-for-medium,tbody.hide-for-medium-up,tbody.hide-for-large,tbody.hide-for-large-up,tbody.hide-for-xlarge {
    display: table-row-group !important;
}

tr.show-for-small,tr.show-for-medium-down,tr.show-for-large-down,tr.hide-for-medium,tr.hide-for-medium-up,tr.hide-for-large,tr.hide-for-large-up,tr.hide-for-xlarge {
    display: table-row !important;
}

td.show-for-small,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,th.show-for-small,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 {
    display: table-cell !important;
}

@media only screen and (min-width: 768px) {
    .show-for-medium,.show-for-medium-up {
        display:inherit !important;
    }

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

    .hide-for-small {
        display: inherit !important;
    }

    .hide-for-medium,.hide-for-medium-up {
        display: none !important;
    }

    table.show-for-medium,table.show-for-medium-up,table.hide-for-small {
        display: table;
    }

    thead.show-for-medium,thead.show-for-medium-up,thead.hide-for-small {
        display: table-header-group !important;
    }

    tbody.show-for-medium,tbody.show-for-medium-up,tbody.hide-for-small {
        display: table-row-group !important;
    }

    tr.show-for-medium,tr.show-for-medium-up,tr.hide-for-small {
        display: table-row !important;
    }

    td.show-for-medium,td.show-for-medium-up,td.hide-for-small,th.show-for-medium,th.show-for-medium-up,th.hide-for-small {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 1280px) {
    .show-for-large,.show-for-large-up {
        display:inherit !important;
    }

    .show-for-medium,.show-for-medium-down {
        display: none !important;
    }

    .hide-for-medium,.hide-for-medium-down {
        display: inherit !important;
    }

    .hide-for-large,.hide-for-large-up {
        display: none !important;
    }

    table.show-for-large,table.show-for-large-up,table.hide-for-medium,table.hide-for-medium-down {
        display: table;
    }

    thead.show-for-large,thead.show-for-large-up,thead.hide-for-medium,thead.hide-for-medium-down {
        display: table-header-group !important;
    }

    tbody.show-for-large,tbody.show-for-large-up,tbody.hide-for-medium,tbody.hide-for-medium-down {
        display: table-row-group !important;
    }

    tr.show-for-large,tr.show-for-large-up,tr.hide-for-medium,tr.hide-for-medium-down {
        display: table-row !important;
    }

    td.show-for-large,td.show-for-large-up,td.hide-for-medium,td.hide-for-medium-down,th.show-for-large,th.show-for-large-up,th.hide-for-medium,th.hide-for-medium-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 1440px) {
    .show-for-xlarge {
        display:inherit !important;
    }

    .show-for-large,.show-for-large-down {
        display: none !important;
    }

    .hide-for-large,.hide-for-large-down {
        display: inherit !important;
    }

    .hide-for-xlarge {
        display: none !important;
    }

    table.show-for-xlarge,table.hide-for-large,table.hide-for-large-down {
        display: table;
    }

    thead.show-for-xlarge,thead.hide-for-large,thead.hide-for-large-down {
        display: table-header-group !important;
    }

    tbody.show-for-xlarge,tbody.hide-for-large,tbody.hide-for-large-down {
        display: table-row-group !important;
    }

    tr.show-for-xlarge,tr.hide-for-large,tr.hide-for-large-down {
        display: table-row !important;
    }

    td.show-for-xlarge,td.hide-for-large,td.hide-for-large-down,th.show-for-xlarge,th.hide-for-large,th.hide-for-large-down {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

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

@media only screen {
    [class*="block-grid-"] {
        display: block;
        padding: 0;
        margin: 0 -0.625em;
        *zoom:1;}

    [class*="block-grid-"]:before,[class*="block-grid-"]:after {
        content: " ";
        display: table;
    }

    [class*="block-grid-"]:after {
        clear: both;
    }

    [class*="block-grid-"] > li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-1 > li {
        width: 100%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-1 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both;
    }

    .small-block-grid-2 > li {
        width: 50%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-2 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

    .small-block-grid-3 > li {
        width: 33.33333%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-3 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both;
    }

    .small-block-grid-4 > li {
        width: 25%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-4 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both;
    }

    .small-block-grid-5 > li {
        width: 20%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-5 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both;
    }

    .small-block-grid-6 > li {
        width: 16.66667%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-6 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both;
    }

    .small-block-grid-7 > li {
        width: 14.28571%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-7 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both;
    }

    .small-block-grid-8 > li {
        width: 12.5%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-8 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both;
    }

    .small-block-grid-9 > li {
        width: 11.11111%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-9 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both;
    }

    .small-block-grid-10 > li {
        width: 10%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-10 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both;
    }

    .small-block-grid-11 > li {
        width: 9.09091%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-11 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both;
    }

    .small-block-grid-12 > li {
        width: 8.33333%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-12 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 768px) {
    .small-block-grid-1 > li:nth-of-type(1n+1) {
        clear:none;
    }

    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: none;
    }

    .small-block-grid-3 > li:nth-of-type(3n+1) {
        clear: none;
    }

    .small-block-grid-4 > li:nth-of-type(4n+1) {
        clear: none;
    }

    .small-block-grid-5 > li:nth-of-type(5n+1) {
        clear: none;
    }

    .small-block-grid-6 > li:nth-of-type(6n+1) {
        clear: none;
    }

    .small-block-grid-7 > li:nth-of-type(7n+1) {
        clear: none;
    }

    .small-block-grid-8 > li:nth-of-type(8n+1) {
        clear: none;
    }

    .small-block-grid-9 > li:nth-of-type(9n+1) {
        clear: none;
    }

    .small-block-grid-10 > li:nth-of-type(10n+1) {
        clear: none;
    }

    .small-block-grid-11 > li:nth-of-type(11n+1) {
        clear: none;
    }

    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: none;
    }

    .large-block-grid-1 > li {
        width: 100%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-1 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both;
    }

    .large-block-grid-2 > li {
        width: 50%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-2 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

    .large-block-grid-3 > li {
        width: 33.33333%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-3 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both;
    }

    .large-block-grid-4 > li {
        width: 25%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-4 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both;
    }

    .large-block-grid-5 > li {
        width: 20%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-5 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both;
    }

    .large-block-grid-6 > li {
        width: 16.66667%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-6 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both;
    }

    .large-block-grid-7 > li {
        width: 14.28571%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-7 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both;
    }

    .large-block-grid-8 > li {
        width: 12.5%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-8 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both;
    }

    .large-block-grid-9 > li {
        width: 11.11111%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-9 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both;
    }

    .large-block-grid-10 > li {
        width: 10%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-10 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both;
    }

    .large-block-grid-11 > li {
        width: 9.09091%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-11 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both;
    }

    .large-block-grid-12 > li {
        width: 8.33333%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-12 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both;
    }
}

p.lead {
    font-size: 1.31875em;
    line-height: 1.6;
}

.subheader {
    line-height: 1.4;
    color: #726868;
    font-weight: 300;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

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

a {
    color: #edf1f4;
    text-decoration: none;
    line-height: inherit;
}

a:hover,a:focus {
    color: #dde5ea;
}

a img {
    border: none;
}

button,.button {
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 200;
    line-height: normal;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1em;
    background-color: #edf1f4;
    border-color: #cdd8e1;
    color: #333333;
}

button:hover,button:focus,.button:hover,.button:focus {
    background-color: #cdd8e1;
}

button:hover,button:focus,.button:hover,.button:focus {
    color: #333333;
}

button.secondary,.button.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333333;
}

button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus {
    background-color: #d0d0d0;
}

button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus {
    color: #333333;
}

button.success,.button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #221f1f;
}

button.success:hover,button.success:focus,.button.success:hover,.button.success:focus {
    background-color: #457a1a;
}

button.success:hover,button.success:focus,.button.success:hover,.button.success:focus {
    color: #221f1f;
}

button.alert,.button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #221f1f;
}

button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus {
    background-color: #970b0e;
}

button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus {
    color: #221f1f;
}

button.large,.button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1em;
}

button.small,.button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em;
}

button.tiny,.button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em;
}

button.expand,.button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

button.left-align,.button.left-align {
    text-align: left;
    text-indent: 0.75em;
}

button.right-align,.button.right-align {
    text-align: right;
    padding-right: 0.75em;
}

button.disabled,button[disabled],.button.disabled,.button[disabled] {
    background-color: #edf1f4;
    border-color: #cdd8e1;
    color: #333333;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus {
    color: #333333;
}

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

button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333333;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus {
    color: #333333;
}

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

button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #221f1f;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus {
    background-color: #457a1a;
}

button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus {
    color: #221f1f;
}

button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus {
    background-color: #5da423;
}

button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #221f1f;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus {
    color: #221f1f;
}

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

button,.button {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
    -webkit-appearance: none;
}

button.tiny,.button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em;
    -webkit-appearance: none;
}

button.small,.button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em;
    -webkit-appearance: none;
}

button.large,.button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
    -webkit-appearance: none;
}

@media only screen {
    button,.button {
        -webkit-box-shadow: 0 0 0 rgba(255,255,255,0.5) inset;
        box-shadow: 0 0 0 rgba(255,255,255,0.5) inset;
        -webkit-transition: background-color 300ms ease-out;
        -moz-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out;
    }

    button:active,.button:active {
        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2) inset;
        box-shadow: 0 0 0 rgba(0,0,0,0.2) inset;
    }

    button.radius,.button.radius {
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    button.round,.button.round {
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
    }
}

@media only screen and (min-width: 768px) {
    button,.button {
        display:inline-block;
    }
}

.button-group {
    list-style: none;
    margin: 0;
    *zoom:1;}

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

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

.button-group > * {
    margin: 0 0 0 -2px;
    float: left;
}

.button-group > *:first-child {
    margin-left: 0;
}

.button-group.radius > *:first-child,.button-group.radius > *:first-child > a,.button-group.radius > *:first-child > button,.button-group.radius > *:first-child > .button {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.button-group.radius > *:last-child,.button-group.radius > *:last-child > a,.button-group.radius > *:last-child > button,.button-group.radius > *:last-child > .button {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.button-group.round > *:first-child,.button-group.round > *:first-child > a,.button-group.round > *:first-child > button,.button-group.round > *:first-child > .button {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.button-group.round > *:last-child,.button-group.round > *:last-child > a,.button-group.round > *:last-child > button,.button-group.round > *:last-child > .button {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

.button-group.even-2 li {
    width: 50%;
}

.button-group.even-2 li button,.button-group.even-2 li .button {
    width: 100%;
}

.button-group.even-3 li {
    width: 33.33333%;
}

.button-group.even-3 li button,.button-group.even-3 li .button {
    width: 100%;
}

.button-group.even-4 li {
    width: 25%;
}

.button-group.even-4 li button,.button-group.even-4 li .button {
    width: 100%;
}

.button-group.even-5 li {
    width: 20%;
}

.button-group.even-5 li button,.button-group.even-5 li .button {
    width: 100%;
}

.button-group.even-6 li {
    width: 16.66667%;
}

.button-group.even-6 li button,.button-group.even-6 li .button {
    width: 100%;
}

.button-group.even-7 li {
    width: 14.28571%;
}

.button-group.even-7 li button,.button-group.even-7 li .button {
    width: 100%;
}

.button-group.even-8 li {
    width: 12.5%;
}

.button-group.even-8 li button,.button-group.even-8 li .button {
    width: 100%;
}

.button-bar {
    *zoom:1;}

.button-bar:before,.button-bar:after {
    content: " ";
    display: table;
}

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

.button-bar .button-group {
    float: left;
    margin-right: 0.625em;
}

.button-bar .button-group div {
    overflow: hidden;
}


.top-bar {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: none;
    margin-bottom: 0;
}

.top-bar ul {
    margin-bottom: 0;
    list-style: none;
}

.top-bar .row {
    max-width: none;
}

.top-bar form,.top-bar input {
    margin-bottom: 0;
}

.top-bar input {
    height: 2.45em;
}

.top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0;
}

.top-bar .title-area {
    position: relative;
    margin: 0;
}

.top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16;
}

.top-bar .name h1 {
    line-height: 45px;
    margin: 0;
    text-align: center;
    font-size: 1.5em;
    line-height: 1;
}

.top-bar .name h1 a {
    font-weight: bold;
    color: #544f53;
    width: 50%;
    display: block;
    padding: 0 15px;
    
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

.top-bar .toggle-topbar a {
    color: #544f53;
    text-transform: uppercase;
    font-size: 0.8125em;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
    right: 15px;
    top: 50%;
    margin-top: -16px;
    padding-left: 40px;
}

.top-bar .toggle-topbar.menu-icon a {
    text-indent: -48px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    padding: 0;
    color: white;
}

.top-bar .toggle-topbar.menu-icon a span {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 0;
    -webkit-box-shadow: 0 10px 0 1px white,0 16px 0 1px white,0 22px 0 1px white;
    box-shadow: 0 10px 0 1px white,0 16px 0 1px white,0 22px 0 1px white;
}

.top-bar.expanded {
    height: auto;
    background: transparent;
}

.top-bar.expanded .title-area {
    background: none;
}

.top-bar.expanded .toggle-topbar a {
    color: #888888;
}

.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #888888,0 16px 0 1px #888888,0 22px 0 1px #888888;
    box-shadow: 0 10px 0 1px #888888,0 16px 0 1px #888888,0 22px 0 1px #888888;
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms ease-out;
    -moz-transition: left 300ms ease-out;
    transition: left 300ms ease-out;
}

.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: rgba(0,0,0,0);
    font-size: 16;
    margin: 0;
}

.top-bar-section .divider,.top-bar-section [role="separator"] {
    border-bottom: solid 1px #2b2b2b;
    border-top: solid 1px black;
    clear: both;
    height: 1px;
    width: 100%;
}

.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #544f53;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-size: 1em;
    font-weight: 200;
    background: rgba(0,0,0,0);
}

.top-bar-section ul li > a.button {
    background: #edf1f4;
    font-size: 1em;
    padding-right: 15px;
    padding-left: 15px;
}

.top-bar-section ul li > a.button:hover {
    background: #cdd8e1;
}

.top-bar-section ul li > a.button.secondary {
    background: #e9e9e9;
}

.top-bar-section ul li > a.button.secondary:hover {
    background: #d0d0d0;
}

.top-bar-section ul li > a.button.success {
    background: #5da423;
}

.top-bar-section ul li > a.button.success:hover {
    background: #457a1a;
}

.top-bar-section ul li > a.button.alert {
    background: #c60f13;
}

.top-bar-section ul li > a.button.alert:hover {
    background: #970b0e;
}

.top-bar-section .has-form {
    padding: 15px;
}

.top-bar-section .has-dropdown {
    position: relative;
}

.top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(255,255,255,0.5);
    border-left-style: solid;
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}

.top-bar-section .has-dropdown.moved {
    position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
}

.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99;
}

.top-bar-section .dropdown li {
    width: 100%;
    height: auto;
}

.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 15px;
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: 200;
}

.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0;
}

.top-bar-section .dropdown li.title h5 a {
    color: #544f53;
    line-height: 22.5px;
    display: block;
}

.top-bar-section .dropdown label {
    padding: 8px 15px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #555555;
    font-weight: bold;
    font-size: 0.625em;
}

.top-bar-js-breakpoint {
    width: 940px !important;
    visibility: hidden;
}

.js-generated {
    display: block;
}

@media only screen and (min-width: 940px) {
    .top-bar {
        background:none;
        *zoom:1;overflow: visible;
    }

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

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

    .top-bar .toggle-topbar {
        display: none;
    }

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

    .top-bar .name h1 a {
        width: auto;
    }

    .top-bar input,.top-bar .button {
        line-height: 2em;
        font-size: 0.875em;
        height: 2em;
        padding: 0 10px;
        position: relative;
        top: 8px;
    }

    .top-bar.expanded {
        background: none;
    }

    .contain-to-grid .top-bar {
        max-width: 62.5em;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .top-bar-section {
        -webkit-transition: none 0 0;
        -moz-transition: none 0 0;
        transition: none 0 0;
        left: 0 !important;
    }

    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline;
    }

    .top-bar-section ul li {
        float: left;
    }

    .top-bar-section ul li .js-generated {
        display: none;
    }

    .top-bar-section li a:not(.button) {
        padding: 0 15px;
        line-height: 45px;
        background: none;
    }

    .top-bar-section .has-dropdown > a {
        padding-right: 35px !important;
    }

    .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255,255,255,0.5) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px;
    }

    .top-bar-section .has-dropdown.moved {
        position: relative;
    }

    .top-bar-section .has-dropdown.moved > .dropdown {
        display: none;
    }

    .top-bar-section .has-dropdown.hover > .dropdown,.top-bar-section .has-dropdown.not-click:hover > .dropdown {
        display: block;
    }

    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: none;
        content: "\00bb";
        top: 1em;
        margin-top: -7px;
        right: 5px;
    }

    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: transparent;
        min-width: 100%;
    }

    .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 15px;
        background: #1e1e1e;
    }

    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #1e1e1e;
    }

    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0;
    }

    .top-bar-section > ul > .divider,.top-bar-section > ul > [role="separator"] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #2b2b2b;
        border-left: solid 1px black;
        clear: none;
        height: 45px;
        width: 0;
    }

    .top-bar-section .has-form {
        background: none;
        padding: 0 15px;
        height: 45px;
    }

    .top-bar-section ul.right li .dropdown {
        left: auto;
        right: 0;
    }

    .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%;
    }

    .no-js .top-bar-section ul li:active > a {
        background: #f7f7f7;
        color: white;
    }
}


html,body {
    font-family: "Lato",Arial,Helvetica,Sans-serif;
}

.logo.white {
    width: 152px;
    height: 30px;
    display: block;
    background: url(/static/logo.gif) no-repeat;
    background-position: -154px 0;
    margin: 5em auto 2.5em auto;
}

@media (min--moz-device-pixel-ratio:1.3),(-o-min-device-pixel-ratio: 2.6 / 2),(-webkit-min-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx) {
    .logo.white {
        background-image:url(/static/logo@2x.gif);
        background-size: 305px 30px;
    }
}


.align-center-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

p {
    font-family: "Lato",Arial,Helvetica,Sans-serif;
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility;
}

p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Roboto Slab",Times,Times New Roman,serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    line-height: normal;
}

h1 {
  font-weight: 100;
}

h2 {
  font-weight: 300;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    font-size: 60%;
    font-weight: 300;
    color: #726868;
    line-height: 0;
}

ul,ol,dl {
    font-family: "Lato",Arial,Helvetica,Sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    list-style-position: outside;
    margin-bottom: 1.25em;
}

a {
    color: #07e3d4;
}

a:hover {
    color: #07e3d4;
}

ul.our-cases h2 a {
    color: #221f1f;
}

.page-contact .top-bar {
    border-bottom: 1px solid #c8c8c8;
}

.top-bar {
    height: auto;
}

.top-bar .title-area {
    float: inherit;
}

.top-bar .title-area li.name a {
    margin: 0px auto;
    text-indent: -999999em;
    width: 152px;
    height: 30px;
    display: inline-block;
    background: url(/static/logo.gif) no-repeat;
    background-position: 0 0;
    margin: 0 auto;
    margin-top: -4.5px;
}

@media (min--moz-device-pixel-ratio:1.3),(-o-min-device-pixel-ratio: 2.6 / 2),(-webkit-min-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx) {
    .top-bar .title-area li.name a {
        background-image:url(/static/logo@2x.gif);
        background-size: 305px 30px;
    }
}

.top-bar .top-bar-section {
    text-align: center;
}

.top-bar .top-bar-section .main-nav {
    margin-bottom: 0em;
}

.top-bar .top-bar-section .main-nav li {
    margin: 0.5em 0;
    position: relative;
    background-size: 5px 20px;
    padding: 0 1.125em 0 0.5em;
}

.top-bar .top-bar-section .main-nav li > a {
    color: #544f53;
    margin: 0;
    line-height: 1em;
    background-color: transparent;
    font-style: italic;
    font-size: 1.125rem;
    font-weight: 300;
    height: auto;
    top: 0;
    padding: 0 0 7px 0;
    padding-right: 0 !important;
    position: relative;
    text-transform: uppercase;
}

.top-bar .top-bar-section .main-nav li > a:hover {
    background: transparent;
}

.top-bar .top-bar-section .main-nav li > a:hover:after,.top-bar .top-bar-section .main-nav li > a.active:after,.top-bar .top-bar-section .main-nav li > a.active-trail:after {
    border: 0;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    height: 2px;
    width: 60%;
    margin: 0 0 0 -30%;
    background: #221f1f;
}

.top-bar .top-bar-section .main-nav li:last-child {
    background: none;
}

@media only screen and (max-width: 768px) {
    .top-bar .top-bar-section .main-nav li {
        background:none;
        display: block;
    }
}

.section-top {
    width: 100vw;
    height: 72vh;
    min-height: 280px;
    padding: 0;
    text-align: center;
    background: transparent url(/sites/all/themes/stendahls-14/images/hello.jpg) no-repeat 50% 0%;
    background-size: cover;
}

@media only screen and (min-width: 1940px) {
    .section-top {
        background-size:auto;
        float: none;
        margin: 0 auto;
        width: 1940px;
    }
}

.section-top > .row {
    height: 100%;
}

.section-top > .row > .columns {
    height: 72vh;
}

.section-top > .row > .columns .contextual-links-region {
    height: inherit;
}

@media only screen and (max-width: 768px) {
    .section-top {
        height:432px;
        width: auto;
        background: transparent url(/sites/all/themes/stendahls-14/images/hello.jpg) no-repeat 40% 0%;
        background-size: cover;
        color: #000;
        margin: 0;
        padding: 0 15%;
    }

    .section-top > .row > .columns {
        height: 432px;
    }

    .section-top .callout .pane-content {
        color: white;
        text-align: center;
    }

    .section-top .callout .pane-content h1,.section-top .callout .pane-content h2 {
        color: inherit;
        font-family: "Roboto Slab",Times,Times New Roman,serif;
        font-size: 5.625em;
        font-style: italic;
        font-weight: bold;
        line-height: 1.2;
        font-style: normal;
        font-weight: 100;
        line-height: 1;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        position: relative;
    }

    .section-top .callout .pane-content h1:after,.section-top .callout .pane-content h2:after {
        background: #07e3d4;
        content: "";
        position: absolute;
        left: 50%;
        height: 4px;
        width: 100px;
        margin-left: -50px;
        bottom: 0;
    }

    .section-top .callout .pane-content p {
        font-family: "Lato",Arial,Helvetica,Sans-serif;
        font-size: 1.75em;
        font-weight: 300;
        line-height: 1.5em;
        letter-spacing: 0.015em;
        margin: 0 0 1.25em 0;
    }

    .top-bar .toggle-topbar.menu-icon {
        margin-top: -14px;
        right: 1em;
    }

    .top-bar .toggle-topbar.menu-icon a span {
        color: #221f1f;
        -webkit-box-shadow: 0 0px 0 2px #221f1f,0 8px 0 2px #221f1f,0 16px 0 2px #221f1f;
        box-shadow: 0 0px 0 2px #221f1f,0 8px 0 2px #221f1f,0 16px 0 2px #221f1f;
        display: inline-block;
        text-indent: -999999em;
        width: 1.625em;
    }

    .top-bar .top-bar-section {
        display: none;
        margin: 0 0.9375em;
    }

    .top-bar .top-bar-section .main-nav li {
        background: none;
        border-top: 1px solid #c8c8c8;
        margin: 0;
        padding: 0.1em 0;
    }

    .top-bar .top-bar-section .main-nav li:last-child {
        border-bottom: 1px solid #c8c8c8;
    }

    .top-bar .top-bar-section .main-nav li a {
        border: 0;
        line-height: 1em;
        padding: 0.5em 0;
        text-align: center;
    }

    .top-bar .top-bar-section .main-nav li a:hover {
        background: #07e3d4;
        color: white;
        border: 0;
    }

    .top-bar .top-bar-section .main-nav li a:hover:after {
        content: none;
    }

    .top-bar .top-bar-section .main-nav li a.active,.top-bar .top-bar-section .main-nav li a.active-trail {
        background: #07e3d4;
        color: white;
        border: 0;
    }

    .top-bar .top-bar-section .main-nav li a.active:after,.top-bar .top-bar-section .main-nav li a.active-trail:after {
        content: none;
    }

    .top-bar.expanded .top-bar-section {
        display: block;
    }
}

@media only screen and (max-width: 768px) and (max-width:767px) {
    .section-top {
        padding:0 5%;
    }
}

@media only screen and (max-width: 768px) and (max-width:768px) {
    .section-top .callout .pane-content {
        margin:0;
        padding: 0;
    }

    .section-top .callout .pane-content h1,.section-top .callout .pane-content h2 {
        font-size: 3em;
    }

    .section-top .callout .pane-content p {
        font-size: 1.25em;
        font-weight: 300;
        margin: 0 0 1.25rem 0;
    }

    .section-top .callout .pane-content a {
        font-size: 1em;
        padding-right: 1rem;
        padding-left: 1rem;
        margin-top: 1.5rem;
    }
}

@media only screen and (max-width: 768px) and (max-width:767px) {
    .section-top .callout .pane-content .callout-content h1,.section-top .callout .pane-content .callout-content h2 {
        font-size:1.75em;
        font-weight: 300;
    }
}

@media only screen and (min-width: 768px) {
    .top-bar-section ul {
        display:block;
    }

    .top-bar-section ul li {
        float: none;
        display: inline-block;
    }
}

.element-invisible {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.l-header {
  padding-top: 35px;
}
.github__hero {
  color: #fff;
  background-color: #000;
  background-size: 100%;
  background-size: cover;
  background-image:url(../static/vhn2.jpg);
}
.github__hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.github__hero__title,
.github__hero__text {
  margin: 0 auto;
  line-height: 1.4;
}
.github__hero__title span,
.github__hero__text span {
  padding: 0.1em 0.3em;
  background: #000;
}
.github__hero__title {
  font-size: 48px;
  font-size: 4.3vw;
  font-weight: 100;
}
@media (max-width:599px) {
  .github__hero__title {
    font-size: 32px;
  }
}
@media (min-width:1600px) {
  .github__hero__title {
    font-size: 65px;
  }
}
.github__hero__text {
  max-width: 50em;
  width: 100%;
  font-size: 1rem;
  padding: 0.5em 0.5em;
  line-height: 1.6em;
}
.github__hero__text span {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.2em 0.3em;
}

.github__buzz {
  padding: 2em 0;
  color: #fff;
  background-color: #000;
}

.github__list {
  margin: 2em 0;
}
.github__list__col1,
.github__list__col2 {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  vertical-align: top;
  line-height: normal;
}
.github__list__col1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1em;
  z-index: 0;
  width: 128px;
  height: 128px;
  background: #eee;
  border-radius: 15px;
}
@media (max-width:599px) {
  .github__list__col1:before {
    width: 64px;
    height: 64px;
    border-radius: 8px;
  }
}
.github__list__col2 {
  padding-left: 2em;
}
.github__list__icon {
  position: relative;;
  z-index: 1;
  width: 128px;
  max-width: none;
}
@media (max-width:599px) {
  .github__list__icon {
    width: 64px;
    height: 64px;
  }
}
.github__list__link {
  background: #07e3d4;
  color: #000;
  padding: 0.2em 0.5em;
  display: inline-block;
  margin: 0 0 0.5em;
}
.github__list__link:hover {
  color: #07e3d4;
  background: #000;
}

.lang-sv,
.github__hero__title .lang-sv,
.github__hero__text .lang-sv  {
  display: none;
}
.sv .lang-en,
.sv .github__hero__title .lang-en,
.sv .github__hero__text .lang-en {
  display: none;
}
.sv .lang-sv,
.sv .github__hero__title .lang-sv {
  display: inline;
}
.sv .github__hero__text .lang-sv {
  display: inline-block;
}