* {
  font-family: 'Roboto', Arial, sans-serif;
}

html {
  display: block;
  margin: auto;
  max-width: 768px;
}
input[type="text"],
select,
textarea {
  width: 100%;
  max-width: 768px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type="submit"] {
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  max-width: 768px;
  size: block;
  margin-left: 10px;
  background-color: #4267b2;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.FormContainer {
  width: 100%;
  margin: auto;
}
.specialcontainer {
  max-width: 768px;
}
@media screen and (max-width: 768px) {
  .col-25,
  .col-75,
  input[type="submit"] {
    width: 100%;
    margin-top: 0;
  }
}

#sig-canvas {
  border: 2px dotted #cccccc;
  border-radius: 15px;
  cursor: crosshair;
  height: auto;
  width: 100%;
  max-width: 620px;
  min-height: 160px;
  padding: 15px;
}
/* Scales all of the fonts on the page  */
html {
  -webkit-text-size-adjust: 125%;
  font-family: Arial, Helvetica, sans-serif;
}
/* Changes the width of the form to scale depending on rotation */
.form-container {
  width: 90%;
}
/* Adjusts the font size to increase the hit area for each input field */
input {
  font-size: 125%;
}
input[type="checkbox"] {
  width: 35px;
  height: 35px;
}
input[type="radio"] {
  width: 35px;
  height: 35px;
}
select {
  font-size: 100%;
  padding: 0 0 0 10px;
}
fieldset {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 25px;
  background-color: #f4faff;
}
legend {
  font-size: 22px;
  color: #2d7ab6;
}

/* JAMES STYLE CHANGES */

body {
  max-width: 800px !important;
  margin: 30px auto !important;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(53,105,128,.3),0 6px 20px 0 rgba(165,200,213,.41);
  background: #f4f8fa !important;
}

.tab {
  background-color: #ffffff !important;
}

#formcontainer {
  background-color: #ffffff !important;
  padding: 40px;
}

#formcontainer h1 {
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  color: #33475b;
}

#formcontainer div.hs-richtext h4 strong {
  color: #33475b;
  font-size: 14px;
}

#specialcontainer {
  background-color: #ffffff !important;
  padding: 40px;
}

#specialcontainer h1 {
  font-size: 1.8em;
  font-weight: bold;
}

#specialcontainer p {
  font-weight: bolder;
  font-size: 14px;
}

#specialcontainer h1,
#specialcontainer p {
  color: #33475b;
}

#specialcontainer .btn {
  margin-top: 20px;
  padding: 12px 24px;
  font-weight: 700;
  border-radius: 0px !important;
  background: #000000 !important;
  border-color: #000000 !important;
  color: #BF9002 !important;
  font-size: 16px;
  line-height: 16px;
}

label {
  font-size: 13px !important;
  color: #33475b !important;
  padding: 0 !important;
  margin-top: 15px;
  margin-bottom: 5px;
}

input:not([type="checkbox"]):not([type="file"]):not([type="submit"]),
select {
  min-height: 27px;
  padding: 0 15px;
  border-radius: 0;
  background-color: #f5f8fa;
  height: 40px;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  width: 100%;
}

input[type="submit"] {
  width: fit-content !important;
  margin: 20px auto 0 0;
  border-radius: 0px !important;
  padding: 12px 24px !important;
  font-weight: 700;
  background: #000000 !important;
  border-color: #000000 !important;
  color: #BF9002 !important;
  font-size: 16px;
  line-height: 16px;
}

input[type="submit"]:hover {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #BF9002 !important;
}

input[type="checkbox"] {
  margin-right: 20px !important;
  width: 15px;
  height: 15px;
}

.inputs-list {
  padding-left: 0 !important;
}

ul {
  list-style: none !important;
}

textarea {
  background-color: #f5f8fa !important;
  color: #33475b !important;
}

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

.field legend.hs-field-desc {
  font-size: 12px !important;
  color: #33475b !important;
}

@media screen and (max-width: 800px) {
  body {
    margin: 0 !important;
    box-shadow: none !important;
    width: 100%;
  }

  #formcontainer {
    padding: 20px;
  }

  #specialcontainer {
    padding: 20px;
  }
}

