@font-face {
  font-family: Sahel;
  src: url('../fonts/Sahel.woff2') format('woff2');
  font-weight: normal;
}

@font-face {
  font-family: Sahel;
  src: url('../fonts/Sahel-Bold.woff2') format('woff2');
  font-weight: bold;
}

@font-face {
  font-family: Sahel;
  src: url('../fonts/Sahel-Black.woff2') format('woff2');
  font-weight: 900;
}

body {
  font-family: 'Sahel';
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 800;
}

section.banner {
  background: antiquewhite;
}

.wrapper {
  width: 600px;
  min-height: 100vh;
  border: 2px solid #efddc5;
  margin: 0 auto;
  padding: 40px 15px 15px;
  flex-direction: column;
  justify-content: space-between;
}

.cs12-link li a
{
    font-weight: 600;
    color: brown;
}

.cs12-link li a:hover
{
  text-decoration: underline;
}

.CTAbutton.disp-B {
  padding: 10px 30px;
  background: #ffdfb4;
  border-radius: 6px;
  font-weight: 600;
  color: #000;
  border: 2px solid #b6a58f;
}

[data-modal].disabled {
  filter: grayscale(.3);
  cursor: pointer;
}

section#_bannerFooter > div.fl img {
  margin-left: 10px;
}

section#_bannerFooter > div.fl p {
  width: calc(100% - 55px);
}

@keyframes modalPop {
  from {
    opacity: 0;
    transform: scale(.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.theme-dark section.banner {
  background: #1a1c1d;
}

.theme-dark .wrapper {
  border-color: #333;
}

.theme-dark .CTAbutton.disp-B {
  background: #2a2d2f;
  color: #e6e6e6;
  border-color: #444;
}

.theme-dark .CTAbutton.disp-B:hover {
  background: #333;
}

.theme-dark section#_bannerFooter {
  border-top-color: #333;
}

.theme-dark [data-modal].disabled {
  filter: grayscale(.3) brightness(.8);
}

@media (max-width:605px) {
  .banner .wrapper {
    width: 100%;
  }
}
