body
{
    font-family: Highgate, Helvetica, Arial, Sans-Serif, serif;
    margin: 0px;
}
.headerImage{
    width: 100%;
}

/*div {
  font-family: myFirstFont;
}*/

.textRow{
    clear:both;
}

.formText label,
.formText input, .formText select{
  float: left;
}


.sectionSpacer{
    
}

.formText{
    vertical-align: middle;
    height: auto;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.purposeDataText{
    cursor:pointer;
    color:#59c631;
    font-size: 16px;
}

.formFields{
    width: 100%;
}

.closeBoxHolder{
    width:100%;
}
#closeBox{
    float:right;
}

.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}




@media (min-width:300px) { 
    .mainDiv{
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .homeButtons{
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        text-align: center;
        background-color: #484944;
        font-family: Highgate, Helvetica, Arial, Sans-Serif, serif;
        font-weight: 900;
        font-size: 24px ;
        line-height: 1 ;
        letter-spacing: 0px ;
        text-decoration: none ;
        text-transform: none ;
        color: #fff ;
        border-top-width: 2px ;
        border-top-style: none ;
        border-right-width: 2px ;
        border-right-style: none ;
        border-bottom-width: 2px ;
        border-bottom-style: none ;
        border-left-width: 2px ;
        border-left-style: none ;
        border-top-left-radius: 100px ;
        border-top-right-radius: 100px ;
        border-bottom-left-radius: 100px ;
        border-bottom-right-radius: 100px ;
        padding-top: 20px ;
        padding-bottom: 20px ;
        padding-left: 40px ;
        padding-right: 40px ;
        box-shadow: none ;
        justify-content: center ;
        margin-bottom:10px;
    }
    
    .homeBox{
        padding-top:20px;
        text-align:center;
        font-size: 24px;
    }
    .closeButton{
        text-align: center;
        background-color: #e04e38;
        font-family: Highgate, Helvetica, Arial, Sans-Serif, serif;
        font-weight: 900;
        font-size: 24px ;
        line-height: 1 ;
        letter-spacing: 0px ;
        text-decoration: none ;
        text-transform: none ;
        color: #fff ;
        border-top-width: 2px ;
        border-top-style: none ;
        border-right-width: 2px ;
        border-right-style: none ;
        border-bottom-width: 2px ;
        border-bottom-style: none ;
        border-left-width: 2px ;
        border-left-style: none ;
        border-top-left-radius: 100px ;
        border-top-right-radius: 100px ;
        border-bottom-left-radius: 100px ;
        border-bottom-right-radius: 100px ;
        padding-top: 5px ;
        padding-bottom: 5px ;
        padding-left: 7px ;
        padding-right: 7px ;
        box-shadow: none ;
        justify-content: center ;
        margin-top:10px;
    }
    
    .submitButton{
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        text-align: center;
        background-color: #59c631;
        font-family: Highgate, Helvetica, Arial, Sans-Serif, serif;
        font-weight: 600;
        font-size: 20px ;
        line-height: 1 ;
        letter-spacing: 0px ;
        text-decoration: none ;
        text-transform: none ;
        color: #000 ;
        border: 1px;
        border-top-left-radius: 100px ;
        border-top-right-radius: 100px ;
        border-bottom-left-radius: 100px ;
        border-bottom-right-radius: 100px ;
        border-color:#000;
        padding-top: 10px ;
        padding-bottom: 10px ;
        padding-left: 30px ;
        padding-right: 30px ;
        box-shadow: none ;
        justify-content: center ;
        margin:10px;
    }
    
    .clearButton{
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        text-align: center;
        background-color: #fff;
        font-family: Highgate, Helvetica, Arial, Sans-Serif, serif;
        font-weight: 600;
        font-size: 20px ;
        line-height: 1 ;
        letter-spacing: 0px ;
        text-decoration: none ;
        text-transform: none ;
        color: #000 ;
        border: 1px;
        border-top-left-radius: 100px ;
        border-top-right-radius: 100px ;
        border-bottom-left-radius: 100px ;
        border-bottom-right-radius: 100px ;
        border-color:#000;
        padding-top: 10px ;
        padding-bottom: 10px ;
        padding-left: 30px ;
        padding-right: 30px ;
        box-shadow: none ;
        justify-content: center ;
        margin:10px;
    }
    .submitButtonGreyedOutVersion{
        text-align: center;
        background-color: #a3a3a3;
        font-family: Highgate, Helvetica, Arial, Sans-Serif, serif;
        font-weight: 600;
        font-size: 20px ;
        line-height: 1 ;
        letter-spacing: 0px ;
        text-decoration: none ;
        text-transform: none ;
        color: #bdd8ba ;
        border: 1px;
        border-top-left-radius: 100px ;
        border-top-right-radius: 100px ;
        border-bottom-left-radius: 100px ;
        border-bottom-right-radius: 100px ;
        border-color:#000;
        padding-top: 10px ;
        padding-bottom: 10px ;
        padding-left: 30px ;
        padding-right: 30px ;
        box-shadow: none ;
        justify-content: center ;
        margin:10px;
        display: inline-block;
    }
    .formText label { 
      font-weight:400;
    }
    
    .subHeading{
        font-weight:800;
    }
    
    .formText input, .formText select {
      /*width: 100%;*/
      box-sizing: border-box;
      height: 40;
    }
    .clauseNumberText
    {
        float:left;
    }
    .clauseText
    {
        padding-left: 30px;
    }
    
}



@media (min-width:981px) {  
    .mainDiv{
        padding-left:15%;
        padding-right: 15%;
    }
    
    .homeButtons{
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        text-align: center;
        background-color: #484944;
        font-family: Highgate, Helvetica, Arial, Sans-Serif, serif;
        font-weight: 900;
        font-size: 24px ;
        line-height: 1 ;
        letter-spacing: 0px ;
        text-decoration: none ;
        text-transform: none ;
        color: #fff ;
        border-top-width: 2px ;
        border-top-style: none ;
        border-right-width: 2px ;
        border-right-style: none ;
        border-bottom-width: 2px ;
        border-bottom-style: none ;
        border-left-width: 2px ;
        border-left-style: none ;
        border-top-left-radius: 100px ;
        border-top-right-radius: 100px ;
        border-bottom-left-radius: 100px ;
        border-bottom-right-radius: 100px ;
        padding-top: 20px ;
        padding-bottom: 20px ;
        padding-left: 40px ;
        padding-right: 40px ;
        box-shadow: none ;
        justify-content: center ;
        margin-bottom:10px;
    }
    
    .homeBox{
        padding-top:20px;
        text-align:center;
        font-size: 24px;
    }
    .closeButton{
        text-align: center;
        background-color: #e04e38;
        font-family: Highgate, Helvetica, Arial, Sans-Serif, serif;
        font-weight: 900;
        font-size: 24px ;
        line-height: 1 ;
        letter-spacing: 0px ;
        text-decoration: none ;
        text-transform: none ;
        color: #fff ;
        border-top-width: 2px ;
        border-top-style: none ;
        border-right-width: 2px ;
        border-right-style: none ;
        border-bottom-width: 2px ;
        border-bottom-style: none ;
        border-left-width: 2px ;
        border-left-style: none ;
        border-top-left-radius: 100px ;
        border-top-right-radius: 100px ;
        border-bottom-left-radius: 100px ;
        border-bottom-right-radius: 100px ;
        padding-top: 5px ;
        padding-bottom: 5px ;
        padding-left: 7px ;
        padding-right: 7px ;
        box-shadow: none ;
        justify-content: center ;
        margin-top:10px;
    }
    
    .submitButton{
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        text-align: center;
        background-color: #59c631;
        font-family: Highgate, Helvetica, Arial, Sans-Serif, serif;
        font-weight: 600;
        font-size: 20px ;
        line-height: 1 ;
        letter-spacing: 0px ;
        text-decoration: none ;
        text-transform: none ;
        color: #000 ;
        border: 1px;
        border-top-left-radius: 100px ;
        border-top-right-radius: 100px ;
        border-bottom-left-radius: 100px ;
        border-bottom-right-radius: 100px ;
        border-color:#000;
        padding-top: 10px ;
        padding-bottom: 10px ;
        padding-left: 30px ;
        padding-right: 30px ;
        box-shadow: none ;
        justify-content: center ;
        margin:10px;
    }
    
    .clearButton{
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        text-align: center;
        background-color: #fff;
        font-family: Highgate, Helvetica, Arial, Sans-Serif, serif;
        font-weight: 600;
        font-size: 20px ;
        line-height: 1 ;
        letter-spacing: 0px ;
        text-decoration: none ;
        text-transform: none ;
        color: #000 ;
        border: 1px;
        border-top-left-radius: 100px ;
        border-top-right-radius: 100px ;
        border-bottom-left-radius: 100px ;
        border-bottom-right-radius: 100px ;
        border-color:#000;
        padding-top: 10px ;
        padding-bottom: 10px ;
        padding-left: 30px ;
        padding-right: 30px ;
        box-shadow: none ;
        justify-content: center ;
        margin:10px;
    }
    
    .submitButtonGreyedOutVersion{
        text-align: center;
        background-color: #a3a3a3;
        font-family: Highgate, Helvetica, Arial, Sans-Serif, serif;
        font-weight: 600;
        font-size: 20px ;
        line-height: 1 ;
        letter-spacing: 0px ;
        text-decoration: none ;
        text-transform: none ;
        color: #bdd8ba ;
        border: 1px;
        border-top-left-radius: 100px ;
        border-top-right-radius: 100px ;
        border-bottom-left-radius: 100px ;
        border-bottom-right-radius: 100px ;
        border-color:#000;
        padding-top: 10px ;
        padding-bottom: 10px ;
        padding-left: 30px ;
        padding-right: 30px ;
        box-shadow: none ;
        justify-content: center ;
        margin:10px;
        display: inline-block;
    }
    .formText label {
      width: 165px;
      font-weight:400;
    }
    
    .subHeading{
        font-weight:800;
    }
    
    .formText input, .formText select {
      width: calc(100% - 165px);
      box-sizing: border-box;
      height: 40;
    }
    .clauseNumberText
    {
        float:left;
    }
    .clauseText
    {
        padding-left: 30px;
    }
    
}

li
{
    margin-bottom:10px;
}
.submissionMessageText
{
    text-align: center;
    display: block;
}

canvas {
  border: 1px solid #ccc;
  width: 100%;           /* Responsive width */
  height: 200px;         /* Fixed height */
  max-width: 400px;      /* Optional max */
  display: block;
}

.requiredError {
  border: 2px solid red !important;
  background-color: #ffe5e5;
}

.formNote {
  display: block;
  font-size: 0.85em;
  color: #555;
  margin-top: 3px;
  margin-bottom: 10px;
}

.requiredFieldMissing {
  border: 2px solid red !important;
  background-color: #fff6f6;
}

.redstar {
  color: red;
  font-weight: bold;
}
