body {
  font-family: interstate,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color: #000;
  background-color: #FFFFFF;
  font-style: normal;
  line-height: 1.5;
  font-size: 1rem;
}
a {
  color: #000;
}
a:hover {
  color: #FBFBFB;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}
.h1, h1 {
  font-size: 3.5rem
}
.h2, h2 {
  font-size: 2rem
}
.h3, h3 {
  font-size: 1.75rem
}
.h4, h4 {
  font-size: 1.5rem
}
.h5, h5 {
  font-size: 1.25rem
}
.h6, h6 {
  font-size: 1rem
}
.text-xl {
  font-size: 200%
}
.text-lg {
  font-size: 150%
}
.text-md {
  font-size: 125%
}
.text-sm {
  font-size: 75%
}
hr {
  margin-top: .5rem;
  margin-bottom: .5rem;
  border: 0;
  border-top: 1px solid #fff
}
hr.dark {
  border-top: 1px solid #000
}
hr.light {
  border-top: 1px solid #eee
}
hr.image-background {
  display: block;
  background-image:url('resources/images/mountain.svg');
  background-size: auto 2.60575rem;
  background-repeat: no-repeat;
  background-position: top;
  border: none;
  margin: 1rem 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  height: 2.60575rem;
}
small, .small {
  font-size: 80%;
  font-weight: 400
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 1200px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1400px;
  }
  .container.container-lg {
    max-width: 1600px
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid #cccccc;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: .15rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 .2rem #000;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  padding: .5rem 0rem;
  font-size: 1.15rem;
  line-height: 1.5;
  border-radius: .05rem;
  flex-flow: nowrap;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
.btn-primary {
  font-family: interstate,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  min-width: 15.3125rem;
  padding: .75rem 1.875rem;
  color: #FCFCFC;
  background-color: #002531;
  font-size: 16px;
  margin-top: 2.5rem;
  transition: background-color .15s ease-in-out;
  font-weight: 500;
}
.btn-primary:hover,
.btn-primary:focus{
  opacity: .9;
  background-color: #002531;
  border-color: #002531;	
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: rgba(255,247,247,.5);
  border-color: rgba(255,247,247,.5)
}
.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
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255,247,247,.5)
}
.btn-secondary {
  color: #fff;
  background-color: #C23A32;
  border-color: transparent;
  min-width: 145px;
  font-weight: 500;
  font-size: 16px;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #C23A32;
  border-color: transparent;
  opacity: .9;
}
.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #C23A32;
  border-color: transparent
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #C23A32;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #C23A32;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000
}
.navbar {
  padding: 0;
}
.nav-link{
  padding: .2rem 1rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0rem;
  padding: 20px 0px 10px 0px;
  margin: 0;
}
.modal {
  right: 0;
  bottom: 0;
}
.modal-backdrop {
  width: 100vw;
  height: 100vh;
}
.modal-header {
  border-bottom: 1px solid #e9ecef;
}
.modal-footer {
  padding: 1rem;
  border-top: 1px solid #e9ecef
}
.text-danger{
  color: #C23A32 !important;
}