html, body {
  margin: 0;
  padding: 0;
  background: #d9d9d9;
  font-family: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* ===== HEADER ===== */

#header {
  background: #000;
  color: #fff;
  width: 100%;
}

.header-inner {
  max-width: 100%;
  min-height: 94px;
  padding: 18px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header-label {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

#siteTitleWrapper {
  flex: 0 0 auto;
}

#siteTitle {
  margin: 0;
  font-size: 23px;
  line-height: 0.92;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#siteTitle a {
  color: #fff;
  display: inline-block;
  max-width: 430px;
}

#headerNav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#mainNavWrapper {
  width: 100%;
}

#mainNavigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 38px;
  padding-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

#mainNavigation > div > a,
#mainNavigation .folder-toggle {
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

#mainNavigation .folder {
  position: relative;
}

#mainNavigation .subnav {
  display: none !important;
}

.mobile-nav-toggle,
.fixed-nav-toggle {
  display: none;
}

/* ===== MIDDLE INFO ===== */
.content-panel {
  background: #ffffff;
  padding: 70px 20px 90px;
}

.content-card {
  max-width: 980px;
  margin: 0 auto;
}

.content-title {
  margin: 0 0 36px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 400;
  color: #222;
}

.mock-message {
  max-width: 600px;
  background: #f2f2f2;
  padding: 26px 26px 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 1.45;
}

.mock-headline {
  margin: 0 0 26px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
}

.mock-message p {
  margin: 0 0 22px;
  font-size: 16px;
}

.download-btn {
  display: inline-block;
  margin: 8px 0 34px;
  padding: 14px 38px;
  background: #0d73b9;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 2px;
}

.download-btn:hover {
  background: #0b66a4;
}

.mock-signoff p {
  margin: 0 0 4px;
}

/* ===== EMPTY MIDDLE SPACE ===== */

#preFooter {
  background: #333338;
  padding: 48px 20px 60px;
}

.pre-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

#preFooterBlocks {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#preFooterBlocks .row {
  width: 100%;
}

#preFooterBlocks .sqs-row:first-child {
  margin-bottom: 34px;
}

#preFooterBlocks .sqs-row:last-child {
  display: flex;
  justify-content: center;
}

#preFooterBlocks .col {
  width: 100%;
}

/* ===== SOCIAL ICONS ===== */

.sqs-block-socialaccountlinks-content {
  display: flex;
  justify-content: center;
}

.sqs-svg-icon--list {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.sqs-svg-icon--wrapper {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: #333338;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0;
  position: relative;
}

.sqs-svg-icon--wrapper.facebook-unauth::before {
  content: "f";
  font-size: 24px;
  line-height: 1;
}

.sqs-svg-icon--wrapper.instagram-unauth::before {
  content: "◎";
  font-size: 22px;
  line-height: 1;
}

.sqs-svg-icon--wrapper.linkedin-unauth::before {
  content: "in";
  font-size: 18px;
  line-height: 1;
}

/* ===== SEARCH ===== */

.sqs-search-wrapper {
  display: flex;
  justify-content: center;
}

.sqs-search-ui-text-input {
  width: 372px;
  max-width: 100%;
  position: relative;
}

.search-input {
  width: 100%;
  height: 62px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  font-family: Georgia, "Times New Roman", serif;
  padding: 0 20px 0 58px;
  outline: none;
}

.search-input::placeholder {
  color: rgba(255,255,255,0.45);
}

.sqs-search-ui-text-input::before {
  content: "⌕";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0,0,0,0.75);
  font-size: 28px;
  line-height: 1;
  pointer-events: none;
}

/* ===== FOOTER ===== */

#footer {
  background: #979292;
  color: #fff;
  text-align: center;
  padding: 110px 20px 95px;
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
}

.back-to-top-nav {
  display: none;
}

#footerBlocks .row,
#footerBlocks .col {
  width: 100%;
}

#block-yui_3_17_2_3_1513826249810_4554 {
  margin-bottom: 28px;
}

#block-yui_3_17_2_3_1513826249810_4554 img {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  opacity: 0.95;
}

#block-yui_3_17_2_47_1420577808950_5454 p {
  margin: 0;
  color: #fff;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 400;
}

#block-yui_3_17_2_47_1420577808950_5454 a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

#block-yui_3_17_2_47_1420577808950_5454 em {
  font-style: italic;
}

/* ===== CLEANUP ===== */

#siteWrapper,
#preFooterBlocks,
#footerBlocks,
.sqs-layout,
.sqs-row,
.col {
  margin: 0;
  padding: 0;
}

[class*="span-"] {
  width: 100%;
}

.sqs-block {
  margin: 0;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1100px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  #headerNav {
    width: 100%;
    justify-content: flex-start;
  }

  #mainNavigation {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px 26px;
    padding-top: 0;
  }
}

@media (max-width: 700px) {
  #siteTitle {
    font-size: 18px;
  }

  #siteTitle a {
    max-width: 320px;
  }

  #mainNavigation {
    gap: 14px 18px;
  }

  #mainNavigation > div > a,
  #mainNavigation .folder-toggle {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .sqs-svg-icon--wrapper {
    width: 40px;
    height: 40px;
  }

  .sqs-search-ui-text-input {
    width: 100%;
  }

  .search-input {
    height: 54px;
    font-size: 16px;
  }

  #footer {
    padding: 70px 20px 60px;
  }

  #block-yui_3_17_2_47_1420577808950_5454 p {
    font-size: 16px;
  }
}
