p,
div,
td,
span,
label {
  font-size: 0.8rem;
}
h1 {
  font-size: 1.6rem;
}
h2 {
  font-size: 1.4rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1rem;
}

.hidden-peak {
  display: none;
}

/* WP Overrides */
.entry-content p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 8px 0;
}

.clbk-button a,
.clbk-button a:active,
.clbk-button a:hover,
.clbk-button a:visited {
  color: #fff;
}

.button {
  padding: 10px !important;
}

h4 {
  margin-bottom: 0 !important;
}

/*FAQS*/
.faq_question {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
}

.faq_answer_container {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}

.wcbk-page .row,
.wcbk-callback-fields .row,
.wbck-buttons .row {
  margin-top: 0.6em;
}

.control-button {
  width: 18em;
  display: block;
}

.button {
  max-width: 18em;
  cursor: pointer;
}

.button:hover,
.button:focus {
  background: #1a255e;
  color: #ffffff;
  text-decoration: none;
}

.error,
.req {
  color: #ff0000;
  font-weight: bold;
}

label {
  font-weight: bold;
  display: block;
  width: 100%;
}

/* .wbck-buttons {
    margin:30px 0;
    padding:0;
} */

textarea {
  width: 640px;
}

/* .area-code {
    width:6em;
} */

.panel1 h5,
.panel2 h5 {
  /* margin:1.8em 0 1em 0; */
}

.bgcolor01 {
  background-color: #f0f5ec;
  margin: 10px 0;
  border-radius: 6px;
  padding: 18px;
}

.num-input {
  max-width: 60px;
}

.email-input {
  width: 260px;
}

/* BPAS Styles (modified) */

.wcbk-page .btn_box input[type="submit"]:hover,
.wcbk-page .btn_box input[type="submit"]:focus {
  background: #1a255e;
  color: #ffffff;
  text-decoration: none;
}

.btn_box input[type="submit"]:hover,
.btn_box input[type="submit"]:focus {
  background: #1a255e;
  color: #ffffff;
  text-decoration: none;
}

.btn_box input[type="submit"] {
  background: #86a641;
  border-radius: 5px;
  color: #ffffff;
  display: table;
  font-family: "adelle_sansbold";
  font-size: 14px;
  line-height: 16px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  float: left;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #55d737;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #1a255e;
  color: #fff;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #24890d;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 30px 11px;
  text-transform: uppercase;
  vertical-align: bottom;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input,
select,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
}

input,
select,
textarea {
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0)
  );
}

button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

input[type="checkbox"] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 2px;
  margin-right: 1em;
}
