/*
* Headlines
* 20px, 28px, 54px, 72px
*/
html,
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.3em; }
  @media only screen and (min-width: 2100px) {
    html,
    body {
      font-size: 18px !important; } }

body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
  background: #ffffff;
  /* Old browsers */
  background: linear-gradient(0deg, #eee, white 300px, white);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media only screen and (max-width: 768px) {
    body {
      background: linear-gradient(0deg, #eee, white 490px, white);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
  @media only screen and (max-width: 480px) {
    body {
      background: linear-gradient(0deg, #eee, white 890px, white);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }

img {
  max-width: 100%;
  height: auto; }

strong,
b {
  font-family: "ClvText-Bold", Arial, Gotham, sans-serif;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

hr {
  border-top: 1px solid #000;
  margin: 5px 0; }

a {
  text-decoration: none;
  color: #000;
  font-family: "ClvText-Medium", Arial, Gotham, sans-serif; }

.zp-link-with-tooltip {
  position: relative; }
  .zp-link-with-tooltip .zp-tooltip {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    transition: opacity 0.3s, -webkit-transform 0.4s 0.1s;
    transition: transform 0.4s 0.1s, opacity 0.3s;
    transition: transform 0.4s 0.1s, opacity 0.3s, -webkit-transform 0.4s 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 100vw; }
    .zp-link-with-tooltip .zp-tooltip .zp-tooltip-inner {
      font-size: 14px;
      letter-spacing: 0.6px;
      padding: 4px 8px 1px 4px !important;
      margin: 11px 0 0 0;
      display: inline-block;
      background-color: #000;
      text-indent: 5px;
      color: white;
      width: auto;
      text-transform: uppercase;
      font-family: "ClvText-Medium", Arial, Gotham, sans-serif;
      font-size: 10px;
      letter-spacing: 1px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .zp-link-with-tooltip:hover .zp-tooltip {
    -webkit-transform: translateY(42%);
            transform: translateY(42%);
    opacity: 1; }

.zp-img-tooltip {
  position: absolute;
  opacity: 0;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  transition: opacity 0.3s, -webkit-transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s, opacity 0.3s;
  transition: transform 0.4s 0.1s, opacity 0.3s, -webkit-transform 0.4s 0.1s;
  pointer-events: none;
  top: 0;
  left: 0;
  font-size: 14px;
  letter-spacing: 0.6px;
  padding: 4px 8px 1px 4px !important;
  margin: 11px 0 0 0;
  display: inline-block;
  background-color: #000;
  text-indent: 5px;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-family: "ClvText-Medium", Arial, Gotham, sans-serif;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .zp-img-tooltip.visible {
    opacity: 1;
    -webkit-transform: translateY(35%);
            transform: translateY(35%); }

.black {
  font-family: "ClvText-Black", Arial, Gotham, sans-serif;
  font-weight: normal !important; }

ul {
  list-style: none; }
  ul li {
    position: relative;
    padding: 2px 17px;
    line-height: 1.2; }
    ul li::before {
      content: "G";
      font-family: "ZWEIPRO";
      font-size: 10px;
      position: absolute;
      left: 0;
      top: 3px; }
      @media only screen and (min-width: 2100px) {
        ul li::before {
          top: 5px; } }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }
