@font-face {
  font-family: "Bebas";
  src: url("../images/fonts/BEBAS-webfont.eot");
  src: url("../images/fonts/BEBAS-webfont.eot?#iefix") format("embedded-opentype"), url("../images/fonts/BEBAS-webfont.woff") format("woff"), url("../images/fonts/BEBAS-webfont.ttf") format("truetype"), url("../images/fonts/BEBAS-webfont.svg#Bebas") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "FuturaBook";
  src: url("../images/fonts/futura-book-webfont.eot");
  src: url("../images/fonts/futura-book-webfont.eot?#iefix") format("embedded-opentype"), url("../images/fonts/futura-book-webfont.woff") format("woff"), url("../images/fonts/futura-book-webfont.ttf") format("truetype"), url("../images/fonts/futura-book-webfont.svg#FuturaBook") format("svg");
  font-weight: 100;
  font-style: normal;
}

p {
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.bullet-list {
    margin: 6px 0 30px 30px;
}

.bullet-list .list-item {
  background-position: left 7px;
  line-height: 1.25rem;
}

.number-list {
    margin: 6px 0 30px 30px;
}

.number-list .list-item {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 6px;
}


/* applicant-privacy-notice */

.two-column {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.two-column .col{
    width: 486px;
}

.privacy-notice-nav a {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
}

html, body {
    scroll-padding-top: 160px; /* set to the height of your header */
    /*scroll-behavior: smooth;*/
}
