/* 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: 100%; }
  html body main > header:not(.title):after {
    width: 100%;
    height: 36px;
    bottom: -36px; }
  html body main > header:not(.title) section .motto {
    padding: 0 5%; }
  html body main > header:not(.title) section nav div.menuHighlight {
    width: 130px; }
html body main > article {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
html body main footer:after {
  width: 100%; }
html body main footer .top > div {
  width: 95%;
  margin: 0 auto;
  justify-content: space-around; }
  html body main footer .top > div h3 {
    font-size: 20px;
    line-height: 24px; }
    html body main footer .top > div h3 a {
      font-size: 20px;
      line-height: 24px; }
html body main footer .bottom > div {
  width: 100%;
  padding-right: 100px;
  margin: 0; }
  html body main footer .bottom > div > div:first-of-type {
    width: 45%; }

/* HEADER */
main > header:not(.title) {
  border-radius: 0 0 15px 20px; }
  main > header:not(.title) > .logo {
    background-size: auto 70%;
    border-radius: 0 0 15px 15px; }
  main > header:not(.title) section {
    padding: 8px 20px 15px 20px; }
    main > header:not(.title) section .motto h1 {
      font-size: 28px;
      line-height: 32px; }
    main > header:not(.title) section nav ul li a {
      font-size: 1em;
      padding: 10px 0; }

/* ANOTHER ELEMENTS */
.box {
  display: flex;
  display: -webkit-flex;
  align-items: center; }
  .box img {
    width: 35px;
    height: 35px;
    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; }

section.container header.title img {
  width: 35px;
  height: 35px; }
section.container header.title > div h2 {
  font-size: 1.3em; }

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