@media print {
  * {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    border: none !important;
    opacity: 1 !important;
    transform: translate(0) !important;
    height: auto !important;
    position: relative !important;
  }
  a,
  br,
  img,
  form,
  audio,
  iframe,
  .banner,
  .acf-map,
  .video-sidebar,
  .jconversation,
  .other-headlines,
  .sidebar-default,
  .footer,
  .header,
  .back-top {
    display: none !important;
  }
  .page-content-default h1,
  .page-content-default h2,
  .page-content-default h3,
  .page-content-default h4,
  .page-content-default h5,
  .page-content-default h6,
  .page-content-default p,
  .page-content-default ul,
  .page-content-default li,
  .page-content-default ol,
  .page-content-default dl,
  .page-content-default table {
    display: block !important;
    text-align: left !important;
    height: auto !important;
    width: 100% !important;
    display: block !important;
    margin: 0 0 15px !important;
    font-family: 'Proxima-Nova-Rg' !important;
    font-weight: normal !important;
  }
  .headlines .list-headines>li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  li,
  ol,
  dl,
  table {
    display: block !important;
    text-align: left !important;
    height: auto !important;
    width: 100% !important;
    display: block !important;
    margin: 0 0 15px !important;
    font-family: 'Proxima-Nova-Rg' !important;
    font-weight: normal !important;
  }
  h1.hidden {
    display: block !important;
    visibility: visible !important;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 17px;
  }
  h3 {
    font-size: 15px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 12px;
  }
  h6 {
    font-size: 10px;
  }
  li,
  p {
    font-weight: normal !important;
    font-size: 14px !important;
  }
  ul.list-links > li {
    display: inline-block !important;
    width: 49% !important;
    margin-bottom: 7px !important;
  }
  ul {
    list-style: disc !important;
  }
  ul > li {
    list-style: disc !important;
  }
}

.page-load {
  position: fixed;
  z-index: 4;
  background-color: hsla(0, 0%, 100%, .9)
}

.page-load,
.Spinner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.Spinner {
  position: absolute;
  margin: auto;
  height: 100px;
  width: 100px;
  -webkit-animation: a 1.6s linear infinite;
  animation: a 1.6s linear infinite
}

.Spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0
}

.Spinner-line--1 {
  border-color: #0c4e78;
  -webkit-animation: b 4.8s cubic-bezier(.4, 0, .2, 1) infinite both, e 4.8s cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: b 4.8s cubic-bezier(.4, 0, .2, 1) infinite both, e 4.8s cubic-bezier(.4, 0, .2, 1) infinite both
}

.Spinner-line--2 {
  border-color: #80d4f7;
  -webkit-animation: b 4.8s cubic-bezier(.4, 0, .2, 1) infinite both, f 4.8s cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: b 4.8s cubic-bezier(.4, 0, .2, 1) infinite both, f 4.8s cubic-bezier(.4, 0, .2, 1) infinite both
}

.Spinner-line--3 {
  border-color: #c33;
  -webkit-animation: b 4.8s cubic-bezier(.4, 0, .2, 1) infinite both, g 4.8s cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: b 4.8s cubic-bezier(.4, 0, .2, 1) infinite both, g 4.8s cubic-bezier(.4, 0, .2, 1) infinite both
}

.Spinner-line--4 {
  border-color: #cc006f;
  -webkit-animation: b 4.8s cubic-bezier(.4, 0, .2, 1) infinite both, h 4.8s cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: b 4.8s cubic-bezier(.4, 0, .2, 1) infinite both, h 4.8s cubic-bezier(.4, 0, .2, 1) infinite both
}

.Spinner-line-cog {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
  float: left
}

.Spinner-line-cog-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 200%;
  box-sizing: border-box;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none
}

.Spinner-line-cog-inner--left {
  border-right-color: transparent;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
  -webkit-animation: c 1.2s cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: c 1.2s cubic-bezier(.4, 0, .2, 1) infinite both
}

.Spinner-line-cog-inner--right {
  left: -100%;
  border-left-color: transparent;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
  -webkit-animation: d 1.2s cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: d 1.2s cubic-bezier(.4, 0, .2, 1) infinite both
}

.Spinner-line-cog-inner--center {
  width: 1000%;
  left: -450%
}

.Spinner-line-ticker {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes b {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg)
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg)
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg)
  }
  to {
    -webkit-transform: rotate(3turn);
    transform: rotate(3turn)
  }
}

@keyframes b {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg)
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg)
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg)
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg)
  }
  to {
    -webkit-transform: rotate(3turn);
    transform: rotate(3turn)
  }
}

@-webkit-keyframes c {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }
}

@keyframes c {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
  }
}

@-webkit-keyframes d {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
}

@keyframes d {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
  }
}

@-webkit-keyframes e {
  0%,
  25% {
    opacity: 1
  }
  26%,
  89% {
    opacity: 0
  }
  90%,
  to {
    opacity: 1
  }
}

@keyframes e {
  0%,
  25% {
    opacity: 1
  }
  26%,
  89% {
    opacity: 0
  }
  90%,
  to {
    opacity: 1
  }
}

@-webkit-keyframes f {
  0%,
  15% {
    opacity: 0
  }
  25%,
  50% {
    opacity: 1
  }
  51% {
    opacity: 0
  }
}

@keyframes f {
  0%,
  15% {
    opacity: 0
  }
  25%,
  50% {
    opacity: 1
  }
  51% {
    opacity: 0
  }
}

@-webkit-keyframes g {
  0%,
  40% {
    opacity: 0
  }
  50%,
  75% {
    opacity: 1
  }
  76% {
    opacity: 0
  }
}

@keyframes g {
  0%,
  40% {
    opacity: 0
  }
  50%,
  75% {
    opacity: 1
  }
  76% {
    opacity: 0
  }
}

@-webkit-keyframes h {
  0%,
  65% {
    opacity: 0
  }
  75%,
  90% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes h {
  0%,
  65% {
    opacity: 0
  }
  75%,
  90% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
