/* Styles for updated forms */

#content {
    box-sizing: border-box;
    width: 100%;
}
#content.side-bar-page {
  box-sizing: content-box;
  max-width: 650px;
}
#content form {
    background: #f9f9f9;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-top: 28px;
    padding-top: 21px;
    width: 100%;
}
#content form fieldset {
    background: none;
    border: 0;
    box-sizing: border-box;
    margin: 0 0 21px 0;
    padding: 28px;
    width: 100%;
}
#content form fieldset legend {
    border-bottom: none;
    color: #1f4a8c;
    font-family: 'Amsi Pro condlight', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 14px 0;
    text-rendering: optimizeLegibility;
}
#content form ul {
    list-style-type: none;
    margin: 0;
}
#content form ul label {
    float: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 14px;
    width: 100%;
}
#content form ul input[type=text],
#content form ul input[type=password],
#content form ul input[type=number],
#content form ul input[type=tel],
#content form ul input[type=email],
#content form ul input[type=date],
#content form ul input[type=time],
#content form ul select,
#content form ul textarea {
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    font-size: 15px;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 100%;
}
#content form fieldset legend {
  font-size: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#content form ul input[type=file] {
  box-sizing: border-box;
  height: auto;
  padding: 10px 10px 7px 10px;
  width: 100%;
}
#content form fieldset ul select {
  background-color: #fff;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23416ebf%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
  linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  border-radius: 3px;
  height: auto;
  min-height: 23px;
  padding-bottom: 7px;
  padding-left: 7px;;
  padding-top: 7px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#content form ul input[type=date],
#content form ul input[type=time] {
  width: 50%;
}
#content form ul textarea {
  margin-top: 7px;
}
#content form textarea {
  white-space: pre-wrap !important;
}
#content form ul input[type=radio],
#content form ul input[type=checkbox] {
  margin-bottom: 0;
  margin-right: 5px;
  margin-top: 0;
}
#content input[required] {
  border-left: 1px solid #bbbbbb;
}
#content form ul input.input-half {
    width: 50%;
}
#content form ul input.input-third {
    width: 33%;
}

#content form button.submit {
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  min-width: auto;
  width: auto;
}
div.error {
    border-radius: 3px;
    box-sizing: border-box;
    top: 10px !important;
    width: 100%;
}
#content .two-column-form label {
  box-sizing: border-box;
  margin-right: 3%;
  width: 48.2%;
}
#content .two-column-form label:nth-of-type(2n) {
  margin-right: 0;
}
#content .two-column-form input {
  box-sizing: border-box;
  margin-bottom: 21px;
  margin-right: 3%;
  padding: 7px;
  width: 48.2%;
}
#content .two-column-form input:nth-of-type(2n) {
  margin-right: 0;
}
#content form .date-box {
  background: url(/_assets/_gfx/calendar-icon-grey.svg) 12px 25px #ffffff no-repeat;
  border: 1px solid #dddddd;
  border-top: 5px solid #f9c000;
  border-radius: 3px;
  box-shadow: 0 10px 20px #f1f1f1;
  margin-bottom: 35px;
  padding: 21px 21px 21px 35px;
}



@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #content form fieldset {
        width: 100% !important;
    }
    #content {
        box-sizing: border-box;
        width: 100%;
    }
}



@media only screen and (max-width: 768px) {
  #content button {
    width: auto !important;
  }
  #content form fieldset input[type="text"],
  #content form fieldset select {
    max-width: 100%;
      width: 100%;
  }
}



@media only screen and (max-width: 700px) {
    #content,
    #content.side-bar-page {
        max-width: 97%;
    }
    #content form fieldset {
        margin: 0 0 35px 0;
        padding: 21px;
    }
}
  
  
@media only screen and (max-width: 450px) {}
