@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600,900&display=swap");
body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #18252a;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}

a {
  color: #004445;
}
a:hover {
  color: #004445;
}

p a {
  color: #004445;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  -webkit-transition: -webkit-text-decoration-style 0.3s ease;
  transition: -webkit-text-decoration-style 0.3s ease;
  -o-transition: text-decoration-style 0.3s ease;
  transition: text-decoration-style 0.3s ease;
  transition: text-decoration-style 0.3s ease, -webkit-text-decoration-style 0.3s ease;
}
p a:hover {
  color: #004445;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

.btn-lg, .btn-group-lg > .btn {
  border-radius: 3rem;
  border: 2px solid #fff;
}

.btn {
  font-weight: 900;
  text-transform: uppercase;
  background: transparent;
}

.btn:hover, .btn:focus, .btn:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #fff;
}

.form-text {
  margin-top: 0;
}

.form-control {
  border-radius: 3rem;
}

label {
  margin-bottom: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: transparent;
  color: #004445;
}

strong {
  font-weight: 600;
}

.embedded-entity.align-center img.media__element {
  display: block;
  margin-left: auto;
  margin-right: auto;
}