/*
Compile SASS: design.css
*/
* {
  box-sizing: border-box; }

html {
  font-size: 10px; }

a img {
  border: none; }

body {
  margin: 0;
  font-family: FuturaBTLight, Arial; }

h1, h2 {
  color: #be8910;
  font-family: "Open Sans";
  font-weight: 300; }

a {
  color: #0059b3;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

strong {
  color: #a51c1c; }

.button {
  padding: 1.1rem;
  border: 2px solid Black;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 0.5rem; }

/* Format the blocks that should be in the text flow of headlines body text, tables etc. */
.flow {
  max-width: 65rem;
  margin: 0 auto;
  padding: 0 1.4rem;
  text-align: center;
  font-size: 1.6rem;
  /* if flow content is ending with a flow block lets add som margin so it looks nice before the footer */ }
  .flow p {
    line-height: 1.3em; }
  .flow h1 {
    font-weight: 300; }
  .flow h2 {
    margin-top: 2em;
    font-weight: 400; }
  .flow:last-child {
    margin-bottom: 10rem; }

.site-width {
  max-width: 115rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem; }

@media screen and (min-width: 1051px) {
  #topbar-container {
    font-family: Muli;
    z-index: 999;
    width: 100%;
    background-color: Black; }
    #topbar-container #topbar {
      display: table; }
      #topbar-container #topbar #support {
        color: lightGrey;
        position: absolute;
        right: 1rem;
        top: 0.2rem; }
        #topbar-container #topbar #support a {
          color: lightGrey; }
      #topbar-container #topbar #logo {
        display: table-cell;
        vertical-align: middle; }
        #topbar-container #topbar #logo img {
          width: 35rem; }
      #topbar-container #topbar #nav {
        float: right;
        color: White;
        font-size: 1.2rem;
        margin-right: -1.5rem;
        /* compensate for a {padding:1rem} */
        letter-spacing: 2px;
        text-transform: uppercase; }
        #topbar-container #topbar #nav > ul {
          display: initial !important; }
        #topbar-container #topbar #nav ul {
          margin: 0;
          padding: 0; }
        #topbar-container #topbar #nav li {
          display: inline-block;
          position: relative;
          cursor: pointer; }
          #topbar-container #topbar #nav li a {
            display: inline-block;
            padding: 1rem;
            text-decoration: none;
            color: White;
            line-height: 5.5rem; }
            #topbar-container #topbar #nav li a:visited {
              color: White; }
          #topbar-container #topbar #nav li:hover {
            background-color: #1C1C1C; }
          #topbar-container #topbar #nav li .dropdown {
            position: absolute;
            background-color: rgba(0, 0, 0, 0.9);
            display: none;
            text-align: left;
            z-index: 999; }
            #topbar-container #topbar #nav li .dropdown li {
              display: Block;
              padding: 1rem 1rem 1rem 1.7rem;
              min-width: 10rem;
              margin: 0;
              white-space: nowrap; }
              #topbar-container #topbar #nav li .dropdown li a {
                line-height: 2rem;
                padding: 0; }
        #topbar-container #topbar #nav li:hover .dropdown {
          display: block; }
        #topbar-container #topbar #nav #menu_button {
          display: none; } }
/* media */
@media screen and (max-width: 1050px) {
  #topbar-container {
    text-align: center;
    background-color: Black;
    font-size: 1.2rem;
    padding-bottom: 0.7rem;
    text-transform: uppercase;
    font-family: Muli;
    width: 100%;
    position: relative !important;
    background-color: Black !important; }
    #topbar-container #topbar {
      padding: 0; }
      #topbar-container #topbar #support {
        display: none; }
      #topbar-container #topbar #logo {
        padding: 2rem 2rem 1rem; }
        #topbar-container #topbar #logo img {
          width: 40rem;
          max-width: 100%; }
      #topbar-container #topbar #nav {
        color: White; }
        #topbar-container #topbar #nav #menu_button {
          padding-bottom: 1rem;
          cursor: pointer;
          -moz-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none;
          user-select: none;
          -o-user-select: none; }
        #topbar-container #topbar #nav ul {
          border-top: 1px solid #676767;
          padding: 0;
          margin: 0;
          list-style-type: none;
          display: none; }
        #topbar-container #topbar #nav li {
          display: block;
          cursor: pointer; }
          #topbar-container #topbar #nav li:nth-child(even) {
            background-color: #1B1A1A; }
          #topbar-container #topbar #nav li a {
            color: White;
            text-decoration: none;
            line-height: 2.5em; } }
#nav.fixed {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%; }

/* offset anchors to deal with fixed navbar */
a.anchor {
  display: block;
  position: relative;
  /*top: -35px;*/
  visibility: hidden; }

#content {
  font-size: 1.3rem; }

#footer {
  background-color: Black;
  color: White; }
  #footer a {
    color: White; }
  #footer .footer-content {
    /*padding: 4rem;*/
    text-align: center;
    font-size: 1.4rem;
    height: 9rem;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 100vw; }
    #footer .footer-content > span {
      padding: 0 2rem;
      border-right: 1px solid White; }
      #footer .footer-content > span:last-child {
        border-right: none; }
  #footer .by_line {
    position: absolute;
    right: 0rem;
    bottom: 1rem;
    width: 100%;
    text-align: center; }
    #footer .by_line a {
      color: #8F8160;
      text-decoration: none; }
  @media screen and (max-width: 940px) {
    #footer {
      padding: 1rem; }
      #footer span {
        border: none !important;
        display: block;
        margin-bottom: 0.3rem; } }

@media print {
  #topbar-container, #footer {
    display: none; } }
