body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

h1, h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  margin: 0; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 20px;
  padding: 0 0 15px 20px;
  border-bottom: 1px solid #eee; }

.Frame {
  margin: 10px auto;
  padding: 0 3%;
  max-width: 1200px; }
  .Frame .col {
    padding-top: 25px;
    /* float does not collapse margin */ }
    .Frame .col.error {
      color: #dd1303; }
    .Frame .col > p {
      text-align: justify;
      margin: 1em 20px; }
    @media (min-width: 1000px) {
      .Frame .col.left {
        clear: left;
        float: left;
        width: 48%; }
      .Frame .col.right {
        margin-left: 52%; } }

/* HEADER */
header {
  background-color: #dd1303;
  color: #fff;
  position: relative;
  overflow: auto;
  /* shadow over other elements */
  box-shadow: 0 1px 2px #111; }
  header .Frame {
    opacity: 0;
    /* resolves flickering, will be removed automatically by JS */ }
  header a {
    display: inline-block;
    padding: 0 15px;
    line-height: 200%; }
    header a.burger {
      position: absolute;
      right: 3%;
      top: 50%;
      margin-top: -16px; }
  header ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    header ul li {
      display: none; }
      header ul li a {
        opacity: 0.65; }
        header ul li a svg {
          min-width: 20px;
          margin-right: 10px; }
      header ul li.logo {
        display: block;
        text-align: center; }
        header ul li.logo a {
          opacity: 1; }
        header ul li.logo sup {
          font-size: 66%;
          color: #000; }
      header ul li.open a,
      header ul li a:hover {
        opacity: 1; }
      header ul li.exit span {
        display: none; }
  header.desktop a.burger {
    display: none; }
  header.desktop ul li {
    display: inline-block !important;
    vertical-align: middle;
    font-size: 80%; }
    header.desktop ul li:not(.exit) a svg.svg-inline--fa {
      display: block;
      margin: 9px auto 0 auto; }
    header.desktop ul li.logo {
      margin-right: 5%; }
    header.desktop ul li.exit {
      float: right;
      margin-left: 5%;
      padding: 1px 0;
      background: #000;
      border-top-left-radius: 10px;
      border-bottom-right-radius: 10px; }
      header.desktop ul li.exit span {
        display: inline-block;
        font-family: Georgia, "Times New Roman", Times, serif;
        padding: 0 18px 0 15px;
        border-right: 1px solid #fff; }
      header.desktop ul li.exit a svg {
        margin-right: 5px; }

nav {
  background: url(/cms/assets/img/nav-bg.gif) left top repeat-x; }
  nav .Frame {
    margin-top: 0;
    margin-bottom: 0; }
  nav ul {
    font-size: 80%;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow-x: hidden; }
    nav ul li {
      display: inline-block; }
      nav ul li a {
        display: block;
        color: #fff;
        padding: 0 12px;
        line-height: 25px;
        border-left: 1px solid #444;
        border-right: 1px solid #1f1f1f; }
      nav ul li:first-child {
        border-left: 1px solid #1f1f1f; }
      nav ul li:last-child {
        border-right: 1px solid #444; }
      nav ul li.open a {
        border-left-color: #1f1f1f;
        background: url(/cms/assets/img/nav-bg.gif) left bottom repeat-x; }

main .Frame {
  margin-top: 0;
  /* columns will do the job */
  overflow: auto; }

footer .Frame {
  margin-top: 30px;
  margin-bottom: 30px; }
  footer .Frame p {
    border-top: 1px solid #eee;
    padding: 20px 20px 0 20px;
    font-size: 12px;
    color: #999; }
footer a.we {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 99px;
  height: 90px;
  background: url(/cms/assets/img/we.png) right bottom no-repeat;
  background-size: 100% auto; }

.Sticky.top {
  width: 100%;
  top: 0;
  z-index: 2; }

.List {
  line-height: 150%; }
  .List ol {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none; }
    .List ol li {
      margin-top: 3px; }
      .List ol li div {
        padding: 1px 5px 1px 10px;
        border-left: 3px solid #c3edf9; }
        .List ol li div span {
          float: right;
          color: #666; }
          .List ol li div span a {
            padding: 0 4px;
            margin-left: 5px;
            opacity: 0.5; }
            .List ol li div span a:hover {
              opacity: 1; }
        .List ol li div:before {
          display: inline-block;
          content: ''; }
      .List ol li > div:hover, .List ol li.highlight > div {
        background-color: #eee; }
      .List ol li:hover > div {
        border-color: #8bf; }
      .List ol li.closed:before, .List ol li.open:before {
        float: left;
        margin-left: -15px; }
      .List ol li.closed:before {
        content: '+'; }
      .List ol li.closed ol {
        display: none; }
      .List ol li.open:before {
        content: '-'; }
      .List ol li.error {
        color: #dd1303; }
  .List > ol {
    padding: 20px 0 0 0; }
  .List[data-sort] > ol {
    padding-left: 20px; }
    .List[data-sort] > ol li div {
      cursor: move; }
  .List[data-sort] .ui-sortable-placeholder {
    visibility: visible !important;
    background: #eee; }

.Form form {
  background-color: #f8f8f8;
  border-left: 10px solid #eee; }
  .Form form label {
    display: block;
    padding: 10px 2%;
    border-bottom: 1px solid #eee;
    cursor: auto; }
    .Form form label select,
    .Form form label input[type="text"],
    .Form form label input[type="password"] {
      width: 100%;
      margin-top: 7px;
      padding: 2px 8px;
      font: inherit;
      /* Fix for 2-5px difference between input and select */
      box-sizing: border-box;
      /*
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      */ }
    .Form form label textarea {
      height: 250px; }
    .Form form label .ck-editor {
      margin-top: 7px; }
      .Form form label .ck-editor .ck-label {
        display: none; }
      .Form form label .ck-editor .ck-content {
        height: 250px; }
    .Form form label input[type="checkbox"] {
      vertical-align: middle;
      margin: 3px 10px 5px 0; }
    .Form form label input[type="button"] {
      float: right; }
    .Form form label.wrong {
      color: #dd1303; }
    @media (min-width: 400px) {
      .Form form label.half {
        display: inline-block;
        width: 46%; } }

/*# sourceMappingURL=style.css.map */
