body {
  background: #fff;
  color: #666;
  font-family: Domine, serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:hover,
a,
a:focus,
a:hover {
  transition: all 0.4s ease;
}

h1 {
  color: #777;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: underline;
}

a:focus,
a:hover {
  color: #000;
  text-decoration: underline;
  outline: 0;
}

* {
  outline: 0;
}

#feature-list {
  background: #fff;
  color: #000;
  margin-top: 0;
  border-bottom: 0 solid #e6e6e6;
  margin: 0;
  padding-top: 20px;
  padding-top: 0;
  margin: 0 0 30px;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#feature-list .inner {
  /* padding: 180px 0 20px; */
  padding-right: 0;
}

#feature-list h1 {
  font-size: 40px;
  color: #000;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  letter-spacing: -1px;
  line-height: 50px;
  margin-top: 0;
  padding: 0 36px;
}

#feature-list p {
  text-align: center;
  padding: 0 12%;
  font-weight: 400;
  line-height: 1.9;
  font-size: 19px;
  color: #666;
  letter-spacing: normal;
  margin: auto auto 10px;
}

#page {
  right: 0;
  position: relative;
}

#feature-list .text-center {
  position: relative;
  z-index: 10;
}

.container {
  width: 720px;
}



.footer {
  text-align: center;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-top: 25px;
  font-size: 15px;
}

a.contact-link {
  text-align: center;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
  font-size: 14px;
  text-decoration: underline;
  color: #666;
  letter-spacing: -0.2px;
}

a.contact-link:hover {
  color: #000;
}

.form-control:focus {
  border-color: #777;
  box-shadow: none;
}

.form-control {
  width: 100%;
  font-weight: 300;
  margin: 5px 0 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #cfd7d9;
  color: #444;
  border-radius: 2px;
  height: 50px;
  padding: 0 10px;
  line-height: 32px;
  box-shadow: none;
}

.submit-btn {
  background: #efefef;
  border: 1px solid #efefef;
  color: #282828;
  padding: 12px 25px;
  font-size: 13px;
  border-radius: 0;
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.4s ease;
  width: 100%;
  margin-top: 5px;
  transition: all 0.4s ease;
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
}

.submit-btn:hover {
  background: #09bd7d;
  transition: all 0.4s ease;
  border: 1px solid#09bd7d;
  color: #fff;
}

.application-form .form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}

.betterleaders-section {
  text-align: center;
}

.betterleaders-section .application-form {
  margin: 0px 14%;
}

.modal-body {
  display: inline-block;
  padding: 50px 30px 20px;
}

button.close {
  font-size: 38px;
  font-weight: 100;
  position: absolute;
  right: 10px;
  top: 2px;
}

.modal-dialog {
  width: 650px;
  margin-top: 100px !important;
}

.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0 14%;
}