article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

a {
    color: #0083e8;
    text-decoration: none;
}

a:active {
    text-decoration: underline;
}

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

#map_canvas img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    background-color: #f8f8f8;
    color: #444;
    cursor: default;
}

form {
    margin: 0;
    padding: 0;
}

img {
    max-width: none;
}

.left {
    float: left;
}
.right {
    float: right;
}

.clear {
    clear: both;
}

header.top {
    position: relative;
    width: 100%;
    height: 2.75rem;
    -webkit-box-shadow: 0 0.1rem 0.45rem rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0.1rem 0.45rem rgba(0, 0, 0, 0.35);
    box-shadow: 0 0.1rem 0.45rem rgba(0, 0, 0, 0.35);
    white-space: nowrap;
}

.page {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: hidden;
}

.page .content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    overflow-y: auto;
    min-height: 1px;
}

[class^="card-"],
[class*=" card-"] {
    position: relative;
    display: inline-block;
    width: 95%;
    width: -webkit-calc(100% -  0.9375rem);
    width: -moz-calc(100% -  0.9375rem);
    width: -o-calc(100% -  0.9375rem);
    width: calc(100% -  0.9375rem);
    margin: 0 0 0.9375rem 0;
    background: #ffffff;
    font-size: 0.75rem;
    line-height: 1.5em;
    -webkit-box-shadow: 0 0.09375rem 0.09375rem rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0.09375rem 0.09375rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.09375rem 0.09375rem rgba(0, 0, 0, 0.25);
}

[class^="card-"] a,
[class*=" card-"] a {
    overflow: hidden;
    display: block;
}

[class^="card-"] a,
[class*=" card-"] a,
[class^="card-"] a a:hover,
[class*=" card-"] a a:hover {
    text-decoration: none;
    color: #999999;
}

[class^="card-"] img,
[class*=" card-"] img {
    width: 100%;
}

[class^="card-"] h4,
[class*=" card-"] h4 {
    margin: 0.625rem;
    font-size: 0.75rem;
    color: #666666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

[class^="card-"] p,
[class*=" card-"] p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0.625rem 0.625rem;
}

[class^="card-"] p.description,
[class*=" card-"] p.description {
    margin-top: -0.625rem;
}

[class^="card-"] p span,
[class*=" card-"] p span {
    padding-right: 0.375rem;
}

[class^="card-"] p i,
[class*=" card-"] p i {
    width: 0.75rem;
    height: 0.75rem;
    -webkit-background-size: 0.75rem;
    -moz-background-size: 0.75rem;
    -o-background-size: 0.75rem;
    background-size: 0.75rem;
    -webkit-background-size: 0.75rem 0.75rem;
    -moz-background-size: 0.75rem 0.75rem;
    background-size: 0.75rem 0.75rem;
    line-height: 0.75rem;
}

body {
  margin: 0;
  padding: 0;
  background: #dfe2e2;
  color: #454545;
  font: 16px "Source Sans", helvetica, arial, sans-serif;
  font-weight: 200;
}


