/* Overwrite nav color for MD */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

nav {
  background-color: transparent;
  box-shadow: none;
}

.form-container {
  /* margin:0 auto; */
  margin-top: 32px;
  width: 100%;
}

.hbspt-form {
  /* width:100%; */
}

input.hs-button.primary.large {
  background-color: #1559ff;
  background-image: none;
  border: none;
  color: white;
  box-shadow: none;
  text-shadow: none;
  width: 100%;
  height: 32px;
  font-size: 16px;
  text-transform: uppercase;
}

fieldset.form-columns-1,
fieldset.form-columns-2 {
  max-width: 100% !important;
  width: 100%;
}

.hs-input {
  max-width: 100% !important;
  width: 100%;
}

fieldset {
  margin-left: 16px !important;
}

input {
  height: 36px !important;
}

label {
  font-size: 15px !important;
}

.footer-subscription {
  position: relative;
}

.footer-subscription input.hs-button.primary.large {
  position: absolute;
  top: 38px;
  right: -10px;
  border-radius: 46px;
  width: 100px;
  /* heigpx !important; */
  font-size: 12px;
}

.footer-subscription input.hs-button.primary.large:hover {
  border: none;
  box-shadow: none;
}

.footer-subscription label {
  color: white !important;
  padding-bottom: 16px;
  text-transform: capitalize !important;
  font-size: 16px !important;
}

.footer-subscription label:nth-last-child(1) {
  color: tomato !important;
  font-size: 14px !important;
  margin-top: 12px;
}

.timeline-list {
  font-size: 14px;
  text-align: left;
}

.timeline-list > li {
  list-style-position: outside;
  list-style: square outside;
  color: #0f41ba;
  margin-left: 15px;
}

select {
  height: 46px !important;
}

.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

/* Orion Section */
.orionP {
  font-size: 18px;
  line-height: 32px;
}

/* End Orion Section */

/* Popup */
#modal {
  border-radius: 5px;
  max-width: 600px;
  max-height: 300px;
  margin: 30px auto;
  padding: 50px 20px;
  background: #fff;
  position: relative;
  color: black;
  text-align: center;
}

#modal .hs-form-required,
#modal .hs_email label {
  display: none;
}

#modal .hs-button {
  top: 160px;
}

#modal h3 {
  color: black;
}

#modal a {
  color: #1559ff;
  font-weight: bold;
}
/* End Popup */

/* Media Queries */
@media only screen and (max-width: 417px) {
  #modal .hs-button {
    top: 188px;
  }
}

@media only screen and (max-width: 480px) {
  #modal .hs-button {
    top: 162px;
  }
}

@media only screen and (max-width: 506px) {
  #modal .hs-button {
    top: 172px;
  }
}

@media only screen and (max-width: 991px) {
  .customizer {
    text-align: center !important;
  }
  #modal .hs-button {
    top: 146px;
  }

  div.col-7 a {
    right: 34%;
    top: 10%;
  }
  .orionP {
    font-size: 1em;
  }
}
