body {
  font-family: Geomanist, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1 {
  margin: 0px;
  margin-top: 35px;
  font-family: 'Geomanist';
  font-weight: 800;
  color: #272367;
  font-size: 48px;
  letter-spacing: 0.55px;
  line-height: 65px;
}

h2 {
  color: #272367;
  font-family: 'Geomanist';
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 0.25px;
  line-height: 30px;
}

input {
  color: #272367;
  font-family: 'Geomanist';
}

textarea {
  color: #272367;
  font-family: 'Geomanist';
}

.blue-text {
  color: #0f97ce;
}

.orange-text {
  color: #ff6501;
}

.slim-text {
  font-family: 'Geomanist';
  font-weight: normal;
}

/*ADA requirements styling*/
h5 {
  font-size: 25px;
  font-weight: 500;
  color: #272367;
}
h6 {
  font-size: 20px;
  font-weight: 500;
  color: #595959;
}
p {
  font-size: 18px;
  font-weight: normal;
  color: #595959;
}
/*End ADA requirements styling*/

section {
  margin-top: 90px;
}

.text-block {
  padding-left: 30px;
  padding-right: 30px;
}

.cards {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 90px;
}

.cards > div {
  height: 300px;
  width: 330px;
  position: relative;
  box-shadow: 0px 0px 58.8px 1.2px rgba(0, 0, 0, 0.2);
  border-radius: 3%;
  text-align: center;
}

.cards div .card-bottom {
  width: 100%;
  height: 8px;
  box-shadow: none;
  position: absolute;
  bottom: 0px;
  border-bottom-right-radius: 3% 100%;
  border-bottom-left-radius: 3% 100%;
}

.blocks {
  display: inline-flex;
  margin-top: 20px;
}

.blocks div {
  width: 70px;
  height: 8px;
  margin-right: 10px;
}

.blue {
  background-color: #0f97ce;
}

.light-blue {
  background-color: #96ccef;
}

.dark-blue {
  background-color: #272367;
}

.orange {
  background-color: #ff6501 !important;
}

.main-button {
  height: 50px;
  width: 180px;
  color: #fff !important;
  font-family: 'Geomanist';
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 3.7px;
  line-height: 55px;
  text-align: center;
  border-radius: 39px;
  cursor: pointer;
  text-transform: uppercase;
}

.main-button-outline {
  background-color: #fff;
  color: #ff6501 !important;
  width: 100%;
  max-width: 310px;
  border: 2px solid #F26722;
  letter-spacing: 3.7px;
  margin-left: auto;
  margin-right: auto;
}

.main-button:hover {
  filter: brightness(120%);
}

.main-button-outline:hover {
  filter: brightness(130%);
}

.main-button-input {
  height: 50px;
  width: 180px;
  color: #fff;
  font-family: 'Geomanist';
  font-weight: bold !important;
  font-size: 18px;
  letter-spacing: 3.7px;
  line-height: 55px !important;
  text-align: center !important;
  border-radius: 39px;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  margin-left: auto;
  margin-right: auto;
}

.box-shadow {
  box-shadow: 0px 0px 58.8px 1.2px rgba(0, 0, 0, 0.2);
  height: 480px;
}

.box-shadow-10 {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.box-shadow-30 {
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2);
}

.input {
  text-align: center;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #272367;
}

input.signup-input {
  color: #272367;
  font-family: 'Geomanist';
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  margin: 6px;
  height: 48px;
  /*padding-left: 15px;*/
  flex: 1;
}

.uppercase {
  text-transform: uppercase;
}

.max-screen-width {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.no-display {
  display: none !important;
}

.mobile-newline {
  display: inline;
}

.desktop-newline {
  display: block;
}

.newline {
  display: block;
}

.start-capital {
  text-transform: capitalize;
}

@media only screen and (min-width: 1000px) {
  .mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 1000px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .dektop-newline {
    display: inline;
  }

  .desktop-newline {
    display: inline;
  }

  .mobile-newline {
    display: block;
  }

  .blocks {
    width: 195px;
  }

  .blocks div {
    height: 6px;
    margin-right: 6px;
  }

  .no-display-mobile {
    display: none !important;
  }
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.text-blue {
  color: #0f97ce;
}

.text-light-blue {
  color: #96ccef;
}

.text-dark-blue {
  color: #272367;
}

.text-orange {
  color: #ff6501;
}

.fill-blue,
.fill-blue path {
  fill: #0f97ce;
}

.fill-light-blue,
.fill-light-blue path {
  fill: #96ccef;
}

.fill-dark-blue,
.fill-dark-blue path {
  fill: #272367;
}

.fill-orange,
.fill-orange path {
  fill: #ff6501;
}

.border-blue {
  border-color: #0f97ce !important;
}

.border-light-blue {
  border-color: #96ccef !important;
}

.border-dark-blue {
  border-color: #272367 !important;
}

.border-orange {
  border-color: #ff6501 !important;
}

.material-icons {
  font-size: 20px;
  color: #BDBDBD;
}

/* Customize the label (the checkbox-container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
  color: #272367;
  font-size: 18px;
  letter-spacing: 0.15px;
  line-height: 15px;
  padding-top: 5px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: solid 2px #272367;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  border: solid 1px #272367;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #272367;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.materialish-spinner-container {
}

.materialish-spinner-container .spinner {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
  object-fit: scale-down;
  height: 32px;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #fff;
  }
  25% {
    stroke: #fff;
  }
  50% {
    stroke: #fff;
  }
  75% {
    stroke: #fff;
  }
  100% {
    stroke: #fff;
  }
}

@keyframes colors {
  0% {
    stroke: #fff;
  }
  25% {
    stroke: #fff;
  }
  50% {
    stroke: #fff;
  }
  75% {
    stroke: #fff;
  }
  100% {
    stroke: #fff;
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
