/* VARIABLES */
/* MIXINS */
.visible-xs {
  display: none !important; }

html body main h1 {
  font-size: 34px;
  line-height: 38px; }
html body main h2 {
  font-size: 26px;
  line-height: 30px; }
html body main h3 {
  font-size: 22px;
  line-height: 26px; }
html body main h4 {
  font-size: 16px;
  line-height: 20px; }
html body main h5 {
  font-size: 14px;
  line-height: 18px; }
html body main h6 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600; }
html body main span {
  font-size: 14px;
  line-height: 18px; }
html body main a {
  font-size: 14px;
  line-height: 18px;
  color: #1d1d1d;
  text-decoration: none;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
html body main ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  html body main ul li {
    font-size: 14px;
    line-height: 18px;
    position: relative; }
html body main > header:not(.title) {
  width: 1000px; }
  html body main > header:not(.title):after {
    width: 1000px;
    height: 49px;
    bottom: -49px; }
html body main > article {
  width: 1000px; }
html body main footer .top > div {
  width: 1000px;
  margin: 0 auto;
  justify-content: space-around; }
  html body main footer .top > div h3 a {
    font-size: 22px;
    line-height: 26px; }
html body main footer .bottom > div {
  width: 900px;
  margin: 0; }

/* HEADER */
main > header:not(.title) section .motto h1 {
  font-size: 34px; }

/* ANOTHER ELEMENTS */
.box {
  display: flex;
  display: -webkit-flex;
  align-items: center; }
  .box img {
    width: 36px;
    height: 36px;
    margin-right: 10px; }
  .box > div > :first-child {
    color: #fdc010; }
  .box > div > :last-child {
    color: #5e5e5e;
    font-size: 1.2em;
    line-height: 1.1em; }
  .box > div a:hover {
    color: #fdc010; }

/*# sourceMappingURL=standard-tablet-landscape.css.map */
