@import url(https://fonts.bunny.net/css?family=albert-sans:400,400i,500,600,700,700i,800,900);
body {
  /*font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;*/
  font-family: "Albert Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 15px;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
body.article {
  background-color: #fff !important;
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  letter-spacing: -0.18rem;
}
ul, ol {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  float: left;
}
ul.right, ol.right {
  float: right;
}
.split {
  width: 50%;
  float: left;
}
.split.right {
  text-align: right;
}
.center-me {
  text-align: center;
}
.right-me {
  text-align: right !important;
}
.light-shadow {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(104, 32, 32, 0.04);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}
section {
  padding: 80px 0px;
  color: #DDD;
  position: relative;
}
section .section-header {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #555;
  letter-spacing: 0.03rem;
}
section .container {
  position: relative;
  z-index: 5;
}
section h1 {
  color: #FFF;
  font-weight: 400;
  font-size: 44px;
  text-align: center;
  margin-bottom: 25px;
}
section p {
  font-size: 17px;
}
section .center-me {
  text-align: center;
}
section .center-me p {
  text-align: center;
}
section#welcome {
  background-color: #f9f9f9;
  padding: 80px 0px;
}
section#welcome p {
  color: #FFF;
}
section#welcome p.main-blurb {
  font-size: 19px;
  margin-bottom: 30px;
}
section#welcome .main-header {
  font-size: 33px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 45px;
}
section#welcome .main-header span {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  width: 100%;
  float: left;
  line-height: 20px;
}
section#welcome h5 {
  font-weight: 800;
  color: #FFF;
  margin-bottom: 20px;
}
section#welcome .form-wrap {
  width: 100%;
  height: auto;
  border-radius: 14px;
  background-color: #FFF;
  padding: 15px;
}
section.content p {
  color: #333;
}
section.content p.main-blurb {
  font-size: 19px;
  margin-bottom: 30px;
}
section .background-rotated {
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: skewY(-2deg);
  background: #1ba39c;
  background: linear-gradient(121deg, #1ba39c 0%, #0b7fab 41%, #1e517b 100%);
  z-index: 1;
  width: 120%;
  height: 110%;
  padding: 50px 0px;
}
ol li {
  position: relative;
  padding-left: 45px;
  font-size: 19px;
  margin-bottom: 20px;
  color: #FFF;
}
ol li::before {
  content: counter(list-item);
  position: absolute;
  left: 0px;
  top: 0px;
  color: #FFF;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
  border: solid 1px #FFF;
  margin-top: -2px;
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.form-control {
  margin-bottom: 20px;
  font-size: 20px;
}
.no-pad {
  padding: 0px;
}
.alert {
  padding: 5 20;
  border: none;
}
.alert.alert-success {
  background-color: #26a65b;
  color: #FFFFFF !important;
  font-weight: bold;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(104, 32, 32, 0.04);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}
.alert.alert-danger {
  background-color: #d91e18;
  color: #FFFFFF !important;
  font-weight: bold;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(104, 32, 32, 0.04);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}
#upload-btn {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  background: #2e2e2e;
  background: linear-gradient(90deg, #2e2e2e 0%, #303030 35%, #141414 100%);
  border: solid 4px transparent;
  border-radius: 8px !important;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(104, 32, 32, 0.07);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
#upload-btn:hover {
  opacity: 0.9;
}
.wide {
  width: 100%;
}
.upload-label {
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
.input {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 4px transparent;
  border-radius: 8px !important;
  overflow: hidden;
}
.input:focus {
  border: solid 4px #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(104, 32, 32, 0.07);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-upload-fp {
  border-radius: 200px !important;
  font-weight: 500;
  padding: 8px 25px;
  font-size: 20px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  margin: 5px;
}
.btn-upload-fp:hover {
  color: #666;
}
.card.step-card {
  border-radius: 12px !important;
  border: none;
  text-align: center;
  margin-bottom: 25px;
  border: solid 1px #f0f0f0;
}
.card.step-card .card-body ion-icon {
  font-size: 33px;
  color: #666;
  padding-top: 10px;
}
.card.step-card .card-body P {
  margin-bottom: 0px;
}
.card.step-card .card-body .card-title {
  padding-bottom: 10px;
  padding-top: 10px;
}
.card.step-card .card-body .card-title span {
  width: auto;
  padding: 5px 18px;
  color: #FFF;
  letter-spacing: 0.04rem;
  border-radius: 100px;
  background-color: #0b7fad;
}
.commandment {
  font-size: 19px;
  line-height: 21px;
  font-weight: 500;
  color: #111;
  margin-bottom: 30px;
}
.top-nav {
  background: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: saturate(150%) blur(8px) !important;
}
.top-nav .navbar-brand {
  color: #FFF;
  font-size: 20px;
}
.top-nav .navbar-toggler {
  color: #FFF !important;
  font-size: 20px;
  border: solid 1px #DDD;
}
.top-nav .navbar-toggler.navbar-toggler-icon {
  color: #FFF;
}
.top-nav ul li a {
  color: #DDD;
  font-size: 17px;
}
.top-nav ul li a.active {
  color: #FFF !important;
}
.top-nav ul li a:hover {
  color: #FFF;
}
@media (max-width: 960px) {
  .card.step-card {
    margin-bottom: 15px;
  }
  .commandment {
    text-align: left;
    margin-bottom: 15px;
  }
  .commandment span{
      margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .card.step-card .card-body ion-icon {
    display: none;
  }
  section.content p {
    color: #333;
  }
  section.content p.main-blurb {
    font-size: 16px;
    margin-bottom: 30px;
  }
  section#welcome p.main-blurb {
    font-size: 16px;
    margin-bottom: 30px;
  }
  section .commandment {
    font-size: 16px;
    line-height: 18px;
  }
  .top-nav {
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: saturate(150%) blur(8px) !important;
  }
}
.form-control {
  width: 100% !important;
}
.form-wrap {
  width: 100%;
  height: auto;
  border-radius: 14px;
  background-color: #FFF;
  padding: 15px;
  margin-top: -150px;
}

.commandment span{
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-weight: bold;
        background-color: #FFF;
        color: #333;
        margin-right: 10px;
        margin-bottom: 5px;
        float: left;
        border-radius: 100px!important;
        border: solid 1px #CCC;
        margin-top: -3px;
    }
     .main-logo{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 280px;
    margin-bottom: 25px;
    display: block;
}
   .top-nav #navbarNav{
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .top-nav .navbar-brand{
        color: #FFF;
        font-size: 15px;
        display:none;
    }
    
    @media(max-width: 991px){
        .top-nav .navbar-brand{
            display: block;
        }
    }