/**
 * Redirect Interstitial template styles
 */

/* Layout
--------------------------------------------- */

.page-template-page-redirect .site-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-template-page-redirect .site-inner {
  flex: 1 0 auto;
}

.page-template-page-redirect .site-footer {
  flex-shrink: 0;
}

.page-template-page-redirect .site-header .wrap {
  height: 65px;
}

@media (min-width: 768px) {
  .page-template-page-redirect .site-header .wrap {
    height: 75px;
  }
}

.page-template-page-redirect .content-sidebar-wrap {
  display: none;
}

/* Header
--------------------------------------------- */

.page-template-page-redirect .site-header .header-logo {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 155px;
}

@media (min-width: 768px) {
  .page-template-page-redirect .site-header .header-logo {
    width: 200px;
  }
}

@media (min-width: 1024px) {
  .page-template-page-redirect .site-header .header-logo {
    width: 220px;
  }
}

.page-template-page-redirect .site-header .header-menu,
.page-template-page-redirect .site-header .header-button {
  display: none;
}

/* Content Area
--------------------------------------------- */

.interstitial-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 1rem 3rem 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .interstitial-content {
    margin-top: 1rem;
  }
}

.interstitial-message,
.interstitial-no-access-message {
  font-size: 24px;
  font-weight: normal;
}

.interstitial-message {
  margin-bottom: 2rem;
}

.interstitial-provider-image,
.interstitial-provider-image img {
  max-width: 300px;
  max-height: 300px;
  image-rendering: -webkit-optimize-contrast;
}

.interstitial-secure-application {
  margin-top: 1rem;
}

.interstitial-secure-application img {
  height: 16px;
  width: 16px;
  margin-right: 1px;
  vertical-align: -2px;
}

.interstitial-secure-application span {
  font-size: 16px;
}

.interstitial-redirect-notice {
  margin-top: 4rem;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
}

.interstitial-redirect-notice .interstitial-counter {
  font-weight: bold;
}

.interstitial-redirect-notice small {
  font-size: 14px;
}

.interstitial-redirect-notice a {
  color: #005fb9;
  text-decoration: underline;
}

.interstitial-redirect-notice a:hover {
  color: #333;
}
