@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,600;6..12,700;6..12,800&display=swap');

/* ------------------------------------ */
/* Typography + Base Colors - AR Theme */
/* ------------------------------------ */

body,
h1,
h2,
h3,
h4,
h5,
strong {
  font-family: 'Nunito Sans', sans-serif;
  color: #404144 !important;
}

h1 {
  font-weight: 700;
  font-size: 2em !important;
}

h2 {
  font-weight: 700;
  font-size: 1.75em !important;
}

h3 {
  font-weight: 700;
  font-size: 1.5em !important;
}

h4 {
  font-weight: 700;
  font-size: 1.25em !important;
}

h5 {
  font-weight: 700;
  font-size: 1em !important;
}

p {
  font-weight: 600;
  font-size: 1.5em;
  text-align: left;
  color: #404144;
}

.js-specific-text {
  font-size: 1em !important;
  font-weight: normal !important;
}

hr {
  border-color: #8898A9 !important;
  border-width: 1px;
}

/* ------------------------------------ */
/* Form Inputs */
/* ------------------------------------ */

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  color: #404144 !important;
  border: 1px solid #8898A9 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 40px;
  font-size: 16px !important;
  box-sizing: border-box;
  padding: 8px 12px;
  display: block;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  border-color: #004A81 !important;
  color: #004A81 !important;
}

/* ------------------------------------ */
/* Notes, Alerts, Rates, Formats */
/* ------------------------------------ */

.note {
  color: green !important;
  font-size: 1em !important;
  line-height: 1.3em;
  text-align: left;
}

.alert {
  color: red !important;
  font-size: 1em !important;
  font-weight: 700;
  line-height: 1.3em;
  text-align: left;
}

p.rate,
p.format {
  font-weight: 800;
  font-size: 16px !important;
  text-align: left;
}

/* ------------------------------------ */
/* Box + Order Summary */
/* ------------------------------------ */

#notnew {
  border: 1px solid #caf4fa !important;
  background-color: #e1f7fa !important;
  font-size: 16px !important;
  text-align: left;
}

div#ordersum {
  border: 2px solid #8898A9 !important;
  font-size: 16px !important;
  text-align: left;
  color: #404144 !important;
}

/* ------------------------------------ */
/* Buttons + Submit */
/* ------------------------------------ */

button.action,
a.action {
  background-color: #404144 !important;
  color: white !important;
  font-size: 16px !important;
  text-align: left;
}

button.action:hover,
a.action:hover {
  background-color: #000000 !important;
}

#submitbtn input {
  background-color: #004A81 !important;
  color: white !important;
  font-size: 16px !important;
}

#submitbtn input:hover {
  background-color: #8898A9 !important;
}

/* ------------------------------------ */
/* Layout + Logos */
/* ------------------------------------ */

#logo,
#cover {
  margin: 0;
}

#content1 {
  text-align: center;
}

#content1 img {
  max-width: 300px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

#content5 {
  text-align: center;
}

/* ------------------------------------ */
/* Footer + Bars */
/* ------------------------------------ */

.footer {
  border: none;
}

.blackbar {
  background-color: black !important;
  text-align: center;
  padding: 10px 20px 5px 20px;
  margin: 80px -50vw 20px -50vw;
  width: 99.5vw;
  position: relative;
  left: 50%;
  right: 50%;
  box-sizing: border-box;
}

.blackbar img {
  margin: 0 2px;
}

.blackbar .social {
  text-decoration: none;
}

.twoboxbar {
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 -50vw 0 -50vw;
  vertical-align: middle;
  text-align: left;
  width: 99.5vw;
  position: relative;
  left: 50%;
  right: 50%;
}

.twoboxbar .image {
  display: inline-block;
  text-align: left;
  width: calc(50% - 2px);
}

.twoboxbar .image img {
  max-width: 250px;
}

.twoboxbar .copy {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  width: calc(50% - 2px);
  padding: 20px 0;
  font-size: 16px !important;
}

/* ------------------------------------ */
/* Confirmation Section */
/* ------------------------------------ */

#confirmation h4,
#confirmation p.fineprint {
  color: #8898A9 !important;
  font-size: 16px !important;
}

/* ------------------------------------ */
/* Mobile Responsiveness */
/* ------------------------------------ */

@media (max-width: 767px) {
  input[type="text"], input[type="password"], input[type="email"], textarea, select {
    font-size: 16px !important;
  }

  h1, h2, h3, h4, h5,
  p, strong, .note, .alert,
  p.rate, p.format,
  button.action, a.action {
    font-size: 16px !important;
  }

  .twoboxbar {
    text-align: center;
  }

  .twoboxbar .image,
  .twoboxbar .copy {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }
}
