/* FONTS */

@font-face {
  font-family: 'Larsseit';
  src: url("./fonts/larsseit-webfont.woff2") format("woff2"), url("./fonts/larsseit-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family:'Larsseit';
  src:url("/resources/fonts/larsseit-light-webfont.eot");
  src:url("/resources/fonts/larsseit-light-webfont.eot?#iefix") format("embedded-opentype"),
  url("/resources/fonts/larsseit-light-webfont.woff2") format("woff2"),
  url("/resources/fonts/larsseit-light-webfont.woff") format("woff"),
  url("/resources/fonts/larsseit-light-webfont.ttf") format("truetype");
  font-weight:100;
  font-style:normal
}
@font-face {
  font-family:'Larsseit';
  src:url("/resources/fonts/larsseit-lightitalic-webfont.eot");
  src:url("/resources/fonts/larsseit-lightitalic-webfont.eot?#iefix") format("embedded-opentype"),
  url("/resources/fonts/larsseit-lightitalic-webfont.woff2") format("woff2"),
  url("/resources/fonts/larsseit-lightitalic-webfont.woff") format("woff"),
  url("/resources/fonts/larsseit-lightitalic-webfont.ttf") format("truetype");
  font-weight:100;
  font-style:italic
}
@font-face {
  font-family:'Larsseit';
  src:url("/resources/fonts/larsseit-bold-webfont.eot");
  src:url("/resources/fonts/larsseit-bold-webfont.eot?#iefix") format("embedded-opentype"),
  url("/resources/fonts/larsseit-bold-webfont.woff2") format("woff2"),
  url("/resources/fonts/larsseit-bold-webfont.woff") format("woff"),
  url("/resources/fonts/larsseit-bold-webfont.ttf") format("truetype");
  font-weight:700;
  font-style:normal
}
@font-face {
  font-family:'Larsseit';
  src:url("/resources/fonts/larsseit-bolditalic-webfont.eot");
  src:url("/resources/fonts/larsseit-bolditalic-webfont.eot?#iefix") format("embedded-opentype"),
  url("/resources/fonts/larsseit-bolditalic-webfont.woff2") format("woff2"),
  url("/resources/fonts/larsseit-bolditalic-webfont.woff") format("woff"),
  url("/resources/fonts/larsseit-bolditalic-webfont.ttf") format("truetype");
  font-weight:700;
  font-style:italic
}


body, h1, h2, h3, h4, h5, h6 {
  font-family: "Larsseit";
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #000;
}
* {
  outline: none;
}
body {
  background-color: #fff;
}

.nav__wrapper ul {
  margin-bottom: 0;
}
.nav--site {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 4.375rem;
  padding-top: 2.375rem;
  padding-right: 2rem;
}
.nav__list--site {
  font-size: 1.25rem;
  margin-top: .68rem;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav__list {
  list-style: none;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
}
.nav__list-item--site {
  display: inline-block;
  margin-right: 1.8rem;
  vertical-align: top;
}
.nav__link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

#logo-wrapper img {
  display: none !important;
}
#logo-wrapper a {
  display: block;
  background: url("/resources/images/logo.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 60%;
  height: 120px;
  margin-left: 10%;
}
#container-header .offset-lg-2 {
  margin-left: 0;
  padding-left: 0;
}
#container-header .col-lg-8 img {
  background-color: #000;
  margin-left: 0 !important;
}
h1, h2 {
  font-size: 4rem;
  line-height: 3.5rem;
  font-weight: 900;
}
#container-content {

}
#email-address-wrapper label,
#input-name-wrapper label {
  display: none;
  font-weight: bold;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  border-radius: 0;
  background-color: #000;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.btn-primary:focus, .btn-primary.focus,
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem #02b4ff33;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #000;
}
.btn {
  border-radius: 0;
  padding: 4px 12px;
  font-weight: 700;
}
.btn-primary {
  width: auto !important;
}
.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.default-nav-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.default-nav-wrap ul li {
  display: inline-block;
}
.default-nav-wrap ul li:first-of-type a {
  padding-left: 4.5rem;
}
.default-nav-wrap ul a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #121212;
  padding: 33px 2.5rem;
  padding-left: 2.5rem;
}
.col-lg-8.offset-lg-2 > hr {
  display: none;
}
.col-lg-8.offset-lg-2 > hr:first-child {
  display: block;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #000;
  box-shadow: none;
}
.alert-primary {
  color: #000;
  background-color: #eae7e2;
  border-color: #bab7b2;
  border-radius: 0;
}
.alert-danger {
  border-radius: 0;
}