/*** ── Fonts ── ***/

@font-face {
  font-family: "Frutiger Light";
  src:
    url("/fonts/FrutigerLTW05-45Light.woff2") format("woff2"),
    url("/fonts/FrutigerLTW05-45Light.woff") format("woff"),
    url("/fonts/FrutigerLTW05-45Light.ttf") format("ttf"),
    url("/fonts/FrutigerLTW05-45Light.eot") format("eot");
}

@font-face {
  font-family: "Frutiger Bold";
  src:
    url("/fonts/FrutigerLTW05-65Bold.woff2") format("woff2"),
    url("/fonts/FrutigerLTW05-65Bold.woff") format("woff"),
    url("/fonts/FrutigerLTW05-65Bold.ttf") format("ttf"),
    url("/fonts/FrutigerLTW05-65Bold.eot") format("eot");
}

/*** ── Global ── ***/

body {
  font-family: "Frutiger Light";
  scroll-behavior: smooth;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

/*** ── Typography ── ***/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  color: #004da0;
}
h1,
.page-header h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}

h2,
.page-header h2 {
  font-size: 2.25rem;
  line-height: 1.3;
}

h2.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.4;
}
h4 {
  font-size: 1.5rem;
  line-height: 1.2;
}
h5 {
  font-size: 1.25rem;
  line-height: 1.5;
}
h6 {
  font-size: 1rem;
  line-height: 1.5;
}
.font-weight-bold,
b,
bold,
strong {
  font-family: "Frutiger Bold";
}

.small-text {
  font-size: 13px;
}
.display-4 {
  font-size: 3rem !important;
}

/*** ── Brand Colors ── ***/
.text-primary {
  color: #004da0 !important;
}
.text-secondary {
  color: #00a6eb !important;
}
.colored {
  color: #004da0;
  font-weight: bold;
}
.color2 {
  color: #00a6eb;
  font-weight: bold;
}
.topline.border-left {
  border-left: 15px solid #00a6eb !important;
}

/*** ── Backgrounds ── ***/
.bg-gray {
  background-color: #f5f5f5 !important;
}
.bg-dark {
  background-color: #52565a !important;
}
.bg-primary {
  background-color: #004da0 !important;
}

/*** ── Buttons ── ***/
.btn-primary {
  background-color: #004da0 !important;
  border-color: #004da0 !important;
  border-radius: 0 !important;
}
.btn-secondary {
  background-color: #00a6eb !important;
  border-color: #00a6eb !important;
  border-radius: 0 !important;
}
.btn-outline-dark {
  border-radius: 0;
}
a.btn-outline-dark:active,
a.btn-outline-dark:hover,
a.btn-outline-dark:visited,
a.btn-outline-dark:focus {
  color: #fff !important;
  text-decoration: none;
}
a.btn.btn-success {
  font-size: 1.65rem;
  padding: 15px;
  font-weight: 500;
}

/*** ── Accordion / Cards ── ***/
.accordion > .card {
  border-left: none !important;
  border-right: none !important;
  padding: 5px 0;
}
.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #fff !important;
  border-bottom: none;
}
.card-header h2 button {
  text-decoration: none;
  color: #212529;
  font-size: 0.6em;
  border: 0;
}
.card-header h2 button:active,
.card-header h2 button:focus,
.card-header h2 button:hover,
.card-header h2 button:visited {
  text-decoration: none;
  color: #000;
}

/*** ── Layout ── ***/

main {
  margin-top: 10px;
}
.container {
  display: block;
  max-width: 1220px;
  margin: 0 auto;
}
.header {
  color: #000;
  padding: 10px;
  background: #ffffff;
}
.subheader {
  color: rgba(0, 77, 160, 0.5);
  padding: 18px;
  background: #f5f5f5;
  border-top: 1px solid #ffffff;
  height: 60px;
}
.main-content {
  padding: 25px;
  border: 0px solid #eeeeee;
}
.content-col {
  padding-top: 30px;
}
.content-col.left {
  vertical-align: middle;
}
.content-col.right {
  vertical-align: top;
}
.logo {
  vertical-align: middle;
  padding-top: 10px;
}
.logo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.phone {
  padding: 30px 0 20px 0;
  color: #004c9f;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.phone h2,
.phone h3 {
  margin: 10px 0;
}
.page-header {
  margin: 0;
  border-bottom: 0;
  padding-top: 5px;
}
.bottom {
  padding-top: 20px;
}
.bottom h3 {
  text-align: center;
  font-weight: normal;
}
.thankyou {
  padding: 150px 0;
  text-align: center;
}
.up {
  margin-top: -4em;
  position: relative;
  z-index: 3;
}
.byk-input {
  background: #fff !important;
}

/*** ── Links ── ***/
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*** ── Utility ── ***/
ul.no-bullets {
  list-style-type: none;
  padding-left: 0;
}
.bi::before,
[class*=" bi-"]::before,
[class^="bi-"]::before {
  vertical-align: 0 !important;
}
.productlink:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
a.productlink:hover {
  font-weight: 700;
  text-decoration: none;
}

/*** ── Forms ── ***/
textarea {
  min-height: 100px;
}
table {
  border-spacing: 3px;
  border-collapse: inherit;
}
input,
textarea {
  margin: 2px;
  padding: 3px;
  width: 95%;
}

input[type="checkbox"] {
  width: auto;
}

.form-check-input {
  position: relative;
  margin: 0;
}

.form-check {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.form-floating.col-12 {
  margin-top: 5px;
  margin-bottom: 5px;
}
label.invalid-feedback {
  margin-bottom: 0;
}
/*** ── Video ── ***/
.videoWrapper {
  position: relative;
  padding-bottom: 53.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** ── Footer ── ***/

footer {
  margin-top: 50px;
}
.footer {
  background-color: #52565a;
  color: #ffffff;
  padding: 42px 0;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .container {
  padding: 20px 0;
  border-top: 1px solid rgba(245, 245, 245, 0.3);
  border-bottom: 1px solid rgba(245, 245, 245, 0.3);
}
.footer .container p {
  margin-bottom: 0;
  font-size: 95%;
}

/*** ── Media Queries ── ***/

/*** Max width — tablet and below (991px and under) ***/
@media (max-width: 991px) {
  .logo,
  .phone,
  .subheader {
    text-align: center !important;
  }
  .phone {
    padding: 5px;
  }

  .form-check {
    max-width: 200px;
  }
}

/*** Max width — mobile (768px and under) ***/
@media (max-width: 768px) {
  .left {
    font-size: 15px;
  }
  .right {
    padding-top: 10px;
  }
  .bullets {
    padding: 0 !important;
  }
  .phone {
    padding: 0;
  }
  .page-header {
    padding: 12px 0;
  }
  h1,
  .page-header h1 {
    font-size: 2rem;
    margin: 10px 0;
  }
  h2,
  .page-header h2 {
    font-size: 1.75rem;
    margin: 5px 0;
  }
  h2.lead {
    font-size: 1rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.875rem;
  }
  a.btn.btn-success {
    padding: 10px;
  }
}

/*** Min width — tablet and up (768px and up) ***/
@media (min-width: 768px) {
  .btn-secondary {
    padding: 0 4em !important;
  }
  .up {
    margin-top: -7em;
  }
}

/*** Min width — large desktop (1200px and up) ***/
@media (min-width: 1200px) {
  h1 {
    font-size: 2.9rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .up {
    margin-top: -10em;
  }
}
