/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
*/
main body {
  margin: 0;
}
main article,
main aside,
main details,
main figcaption,
main figure,
main footer,
main header,
main hgroup,
main main,
main menu,
main nav,
main section,
main summary {
  display: block;
}
main audio,
main canvas,
main progress,
main video {
  display: inline-block;
  vertical-align: baseline;
}
main audio:not([controls]) {
  display: none;
  height: 0;
}
main [hidden],
main template {
  display: none;
}
main a {
  background-color: transparent;
}
main a:active,
main a:hover {
  outline: 0;
}
main abbr[title] {
  border-bottom: 1px dotted;
}
main b,
main strong {
  font-weight: bold;
}
main dfn {
  font-style: italic;
}
main h1 {
  margin: .67em 0;
  font-size: 2em;
}
main mark {
  color: #000;
  background: #ff0;
}
main small {
  font-size: 80%;
}
main sub,
main sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
main sup {
  top: -.5em;
}
main sub {
  bottom: -.25em;
}
main img {
  border: 0;
}
main svg:not(:root) {
  overflow: hidden;
}
main figure {
  margin: 1em 40px;
}
main hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
main pre {
  overflow: auto;
}
main code,
main kbd,
main pre,
main samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
main button,
main input,
main optgroup,
main select,
main textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
main button {
  overflow: visible;
}
main button,
main select {
  text-transform: none;
}
main button,
/*html input[type="button"],*/
main input[type="reset"],
main input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
main button[disabled],
/*html input[disabled] */{
  cursor: default;
}
main button::-moz-focus-inner,
main input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
main input {
  line-height: normal;
}
main input[type="checkbox"],
main input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
main input[type="number"]::-webkit-inner-spin-button,
main input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
main input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
main input[type="search"]::-webkit-search-cancel-button,
main input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
main fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
main legend {
  padding: 0;
  border: 0;
}
main textarea {
  overflow: auto;
}
main optgroup {
  font-weight: bold;
}
main table {
  border-spacing: 0;
  border-collapse: collapse;
}
main td,
main th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  main *,
  main *:before,
  main *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  main a,
  main a:visited {
    text-decoration: underline;
  }
  main a[href]:after {
    content: " (" attr(href) ")";
  }
  main abbr[title]:after {
    content: " (" attr(title) ")";
  }
  main a[href^="#"]:after,
  main a[href^="javascript:"]:after {
    content: "";
  }
  main pre,
  main blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  main thead {
    display: table-header-group;
  }
  main tr,
  main img {
    page-break-inside: avoid;
  }
  main img {
    max-width: 100% !important;
  }
  main p,
  main h2,
  main h3 {
    orphans: 3;
    widows: 3;
  }
  main h2,
  main h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
main * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
main *:before,
main *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/

main body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

main input,
main button,
main select,
main textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/*
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
*/
main figure {
  margin: 0;
}
main img {
  vertical-align: middle;
}
main hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
[role="button"] {
  cursor: pointer;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6{
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
main h1 small,
main h2 small,
main h3 small,
main h4 small,
main h5 small,
main h6 small{
  font-weight: normal;
  line-height: 1;
  color: #777;
}
main h1,
main h2,
main h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
main h1 small,
main h2 small,
main h3 small {
  font-size: 65%;
}
main h4,
main h5,
main h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
main h4 small,
main h5 small,
main h6 small {
  font-size: 75%;
}
main h1 {
  font-size: 36px;
}
main h2 {
  font-size: 30px;
}
main h3 {
  font-size: 24px;
}
main h4 {
  font-size: 18px;
}
main h5 {
  font-size: 14px;
}
main h6 {
  font-size: 12px;
}
main p {
  margin: 0 0 10px;
}
main small {
  font-size: 85%;
}
main mark{
  padding: .2em;
  background-color: #fcf8e3;
}
main ul,
main ol {
  margin-top: 0;
  margin-bottom: 10px;
}
main ul ul,
main ol ul,
main ul ol,
main ol ol {
  margin-bottom: 0;
}
main dl {
  margin-top: 0;
  margin-bottom: 20px;
}
main dt,
main dd {
  line-height: 1.42857143;
}
main dt {
  font-weight: bold;
}
main dd {
  margin-left: 0;
}
main abbr[title],
main abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
main blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
main blockquote p:last-child,
main blockquote ul:last-child,
main blockquote ol:last-child {
  margin-bottom: 0;
}
main blockquote footer,
main blockquote small,
main blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
main blockquote footer:before,
main blockquote small:before,
main blockquote .small:before {
  content: '\2014 \00A0';
}
main address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
main code,
main kbd,
main pre,
main samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
main code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
main kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
main kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
main pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
main pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
main table {
  background-color: transparent;
}
main caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
main th {
  text-align: left;
}
main table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
main table td[class*="col-"],
main table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
@media screen and (max-width: 767px) {
main fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
main legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
main label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
main input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
main input[type="radio"],
main input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
main input[type="file"] {
  display: block;
}
main input[type="range"] {
  display: block;
  width: 100%;
}
main select[multiple],
main select[size] {
  height: auto;
}
main input[type="file"]:focus,
main input[type="radio"]:focus,
main input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
main output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
main input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
}
main input[type="radio"][disabled],
main input[type="checkbox"][disabled],
main fieldset[disabled] input[type="radio"],
main fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

