/*
 * === Editor Stylesheet ==========================
 */

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #555;
  background-color: #fff;
}

a {
  color: #999;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 2px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}
embed,
iframe,
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

hr {
  margin: 5rem 0;
  padding: 0.2rem 0;
  border: 0;
  height: 1px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #333;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h1,
.h1 {
  font-size: 2.4rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.8rem;
}
h4,
.h4 {
  font-size: 1.6rem;
}
h5,
.h5 {
  font-size: 1.4rem;
}
h6,
.h6 {
  font-size: 1.3rem;
}
p {
  margin: 1rem 0;
}

small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  padding: .2rem;
  background-color: #fcf8e3;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 2rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
  padding-left: 2rem;
}

dl {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

blockquote {
  padding: 1rem 3rem 1rem 3rem;
  margin: 0 0 2rem 0;
  font-size: 120%;
  line-height: 1.5;
  border-left: 3px solid #eee;
  font-style: italic;
  font-weight: 300;
  color: #777;
}
cite,
blockquote cite,
blockquote cite a {
  font-size: 90%;
}


address {
  display: inline-block;
  margin-bottom: 2rem;
  padding: .5rem;
  font-style: normal;
  line-height: 1.4;
  font-size: 90%;
  border: 1px solid #e3e3e3;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: orange;
}
kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #555;
  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);
}
pre {
  display: block;
  padding: 1rem;
  margin: 0 0 1rem;
  font-size: 1.3rem;
  line-height: 1.6;
  color: orange;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
}


fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: .5rem;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: .4rem 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 2px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="search"] {
  -webkit-appearance: none;
}
output {
  display: block;
  padding-top: .7rem;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555;
}
input {
  display: block;
  width: 100%;
  height: 4rem;
  padding: .8rem 1.2rem;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus {
  border-color: #999;
  outline: 0;
}
input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}

textarea {
  height: auto;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 2rem;
    -moz-padding-end: 2rem;
    -webkit-padding-start: .2rem;
    -moz-padding-start: .2rem;
    background-color: #fff;
    background-image: url(../img/triangle-down.png);
    background-position: 95% 15px;
    background-repeat: no-repeat;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    height: 4rem;
    box-shadow: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: .5rem 0;
    overflow: hidden;
    padding: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

select:focus {
  outline: 0;
  border-color: #ccc;
}


button,
.btn {
  display: inline-block;
  padding: .8rem 1.5rem;
  margin: .5rem 0;
  background: #fff;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
button:focus,
.btn:focus,
button:active:focus,
.btn:active:focus,
button.active:focus,
.btn.active:focus, {
  outline: thin dotted;
  /*
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px; */
}
button:hover,
button:focus,
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
button:active,
button.active
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  border: 1px solid #999;
}


table {
  max-width: 100%;
  background-color: transparent;
  margin: 1rem 0 3rem;
}
th {
  text-align: left;
}

thead > tr > th,
tbody > tr > th,
tfoot > tr > th,
thead > tr > td,
tbody > tr > td,
tfoot > tr > td {
  padding: .8rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #e3e3e3;
}
thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e3e3e3;
}
caption + thead > tr:first-child > th,
colgroup + thead > tr:first-child > th,
thead:first-child > tr:first-child > th,
caption + thead > tr:first-child > td,
colgroup + thead > tr:first-child > td,
thead:first-child > tr:first-child > td {
  border-top: 0;
}
tbody + tbody {
  border-top: 2px solid #e3e3e3;
}
table table {
  background-color: #fff;
}

tbody > tr:hover > td,
tbody > tr:hover > th {
  background-color: #f8f8f8;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
thead > tr > td.active,
tbody > tr > td.active,
tfoot > tr > td.active,
thead > tr > th.active,
tbody > tr > th.active,
tfoot > tr > th.active,
thead > tr.active > td,
tbody > tr.active > td,
tfoot > tr.active > td,
thead > tr.active > th,
tbody > tr.active > th,
tfoot > tr.active > th {
  background-color: #f8f8f8;
}
tbody > tr > td.active:hover,
tbody > tr > th.active:hover,
tbody > tr.active:hover > td,
tbody > tr.active:hover > th {
  background-color: #e3e3e3;
}

