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

.font-bold, .data-card .summary .summary-item .title {
  font-weight: bold; }

.font-color-blue {
  color: darkblue; }

.mt-10, .data-card .summary .summary-item {
  margin: 10px 0px; }

.mt-20 {
  margin: 20px 0px; }

.card-container, .data-card, .filter-main {
  padding: 5px 10px;
  margin: 0px auto;
  margin-bottom: 10px; }

body {
  background-color: #F2F2F2; }

body, ul {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  font-family: Helvetica, Arial, sans-serif; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
ol, ul {
  list-style: none; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

.container {
  width: 95%;
  margin: 0 auto; }

header {
  padding: 20px; }

footer {
  padding: 10px; }

h1 {
  font-size: 140%; }

.card-view {
  background-color: white;
  border-radius: 5px; }

.data-card .image-wrapper figure {
  display: contents; }
  .data-card .image-wrapper figure img {
    height: 300px;
    border: 1px solid #ddd;
    border-radius: 4px;
    object-fit: cover;
    margin-bottom: 10px; }
.data-card .summary ul {
  margin: 10px 0px; }

.filter-main .filter-sub-view h4 {
  font-weight: 500;
  border-bottom: 1px solid gray;
  margin: 0px 30px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 20px; }
.filter-main .filter-sub-view ul {
  display: grid;
  list-style: none;
  grid-template-columns: 48% 48%;
  padding: 5px 10px;
  grid-gap: 10px; }
  .filter-main .filter-sub-view ul li .filter-item {
    box-sizing: border-box;
    padding: 10px 20px;
    background-color: #C5E19C; }

footer {
  font-size: 22px; }
  footer p {
    margin-bottom: 5px; }

@media screen and (min-width: 1000px) {
  .container {
    max-width: 1240px; }

  h1 {
    font-size: 172%; } }

/*# sourceMappingURL=styles.css.map */
