@font-face {
    font-family: 'bookman_old_styleregular';
    src: url('fonts/bkmnos-webfont.woff2') format('woff2'),
         url('fonts/bkmnos-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
  font-family: 'bookman_old_styleregular';
  margin:0;
  padding: 0;
  background-color: #fff;
}
header h1{
  margin-bottom: 0;
}
header h1 span{
    font-size: 17px;
    position: relative;
    top: -10px;
}
header h2 ,header h2 + p{
  font-family: Arial;
}
header h2{
  font-size: 24px;
}
header h2 + p{
  font-size: 17px;
}
.footer-text{
  font-family: Arial;
  font-size: 17px;
}
input[type="radio"] {
   top: -1px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
   width: 30px;
    height: 20px;
    margin-left: 20px;
    margin-top: 0;
}
@media(min-width: 768px){
  .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
     right: 0;
  }
}
span.pull-right {
    float: right!important;
    position: absolute;
    top: 0;
    right: 18px;
    font-weight: bold;
}
.checkbox label, .radio label {
   
    font-family: Arial;
    padding-left: 0;
    
}
.inline-lable input{
  width: auto;
  display: inline-block;
}
#regForm {
  background-color: #ffffff;
}

h1 {
  text-align: center;  
}

.container {
background: #fff;
border: 1px solid #ccc;
box-shadow: 1px 1px 23px #ccc;
margin: 20px auto;
}

.subline {
  font-size: 12pt; padding-left: 20px; display: inline-block;
}
.mtop10 {
   margin-top: 10px;
}
.btmBorder td {
   border-bottom: 1px solid #f1f1f1;
   padding-top: 10px;
   padding-bottom: 5px;
}

.med { 
  font-size: 14pt;
}

input[type="text"],input[type="email"],input[type="date"],select,select option,textarea{
     display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: bold;
    
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.notValid{
  border-color: red !important;
  outline: none;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {

}

button {
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    background-color: #C0C0C0;
    background-image: none;
    color: #000000;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    padding: 5px 40px 5px 40px;
    text-align: center;
    -webkit-appearance: none;
    margin-top: 10px;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
  display: none !important;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}