/*--------------------------------------------
		reset
---------------------------------------------*/
* {
  outline: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  width: 100%;
  min-height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  width: 100%;
  min-height: 100%;
  position: relative;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

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

audio, canvas, iframe, svg, video {
  vertical-align: middle;
}

hr {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

button, input, select, textarea {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-align: left;
}

input,
select {
  vertical-align: middle;
}

button {
  border: 0;
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
  background-color: #033F63;
  text-align: center;
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
  resize: vertical;
}

input[type="submit"] {
  border: 0;
}

fieldset {
  display: block;
  border: 0;
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

img, x:-moz-any-link, x:default {
  box-shadow: 0 0 0 #000;
}

img {
  vertical-align: top;
}

a:link,
a:visited {
  overflow: hidden;
  outline: none;
}

ol,
ul {
  list-style: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
