﻿body.hide-navigation {
  padding-top: 107px !important; }
  @media (max-width: 991px) {
    body.hide-navigation {
      padding-top: 150px !important; } }
  @media (max-width: 480px) {
    body.hide-navigation {
      padding-top: 130px !important; } }
  body.hide-navigation #site header:after {
    display: none; }
  @media (max-width: 990px) {
    body.hide-navigation #site header .container .row nav {
      display: none; } }
  body.hide-navigation #navMain {
    display: none; }

#top-link-block {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none; }

.search-bar {
  display: none; }

@media (max-width: 991px) {
  header #logo {
    width: 250px !important;
    height: 50px !important; } }

@media (max-width: 445px) {
  header #logo {
    width: 200px !important;
    height: 50px !important; } }

@media (max-width: 375px) {
  header #logo {
    width: 150px !important;
    height: 50px !important; } }

@media (max-width: 991px) {
  header #logo a {
    width: 250px !important;
    height: 50px !important;
    background-size: contain; } }

@media (max-width: 445px) {
  header #logo a {
    width: 200px !important;
    height: 50px !important;
    background-size: contain; } }

@media (max-width: 375px) {
  header #logo a {
    width: 150px !important;
    height: 50px !important;
    background-size: contain; } }

header .container:first-child {
  height: 100%; }

header .container:nth-child(2) nav {
  background: white;
  padding: 5px 15px;
  display: flex;
  justify-content: flex-end; }

@media (min-width: 991px) {
  header .container:nth-child(2) {
    display: none; } }

header nav.cta-link {
  display: flex;
  align-items: center;
  gap: 3px; }
  header nav.cta-link a.btn {
    display: none; }
    @media (min-width: 991px) {
      header nav.cta-link a.btn {
        display: block; } }

.freehat-modal .modal-dialog {
  width: 775px;
  max-width: 100%; }

.freehat-modal .close {
  position: absolute;
  top: 18px;
  right: 18px;
  opacity: 1;
  z-index: 1; }

.freehat-modal__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
  padding: 28px; }
  @media (min-width: 450px) {
    .freehat-modal__body {
      padding: 50px; } }
  .freehat-modal__body img {
    width: auto; }
  .freehat-modal__body .headline {
    font-family: "futura-pt",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
    font-size: 40px;
    line-height: 32px;
    color: #2E424D; }
  .freehat-modal__body p {
    font-family: Helvetica, sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #2E424D;
    margin: 0;
    max-width: 530px; }
  .freehat-modal__body button {
    max-width: 250px; }
