input[type=text], input[type=url], input[type=email], input[type=password], input[type=checkbox], input[type=tel], input[type=number], input[type=time], input[type=date], textarea {
  font-size: 16px;
  font-family: "proxima-soft", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  height: 40px;
  width: 250px;
  color: #303030 !important;
  padding-left: 10px;
  background-color: #ffffff !important;
  border: 1px solid #009bd9;
  border-radius: 3px; }

#search-navigation-form > input {
  width: 350px; }

textarea {
  line-height: 24px; }

input[type=checkbox],
input[type=radio] {
  width: 38.4px;
  height: 20px; }

/* AHSD8-2440 revise signup form */
.newsletter-signup-snippet {
  margin: 1em 0 1em 0; }
  .newsletter-signup-snippet label {
    display: none; }
  .newsletter-signup-snippet .names {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .newsletter-signup-snippet .names .first-name-field {
      -ms-flex: 1;
      flex: 1;
      margin-right: 0; }
    .newsletter-signup-snippet .names .last-name-field {
      -ms-flex: 1;
      flex: 1;
      margin-left: 2%; }
  .newsletter-signup-snippet .email-address-field {
    width: 100%;
    margin-top: 2%; }
  .newsletter-signup-snippet .deny-submit {
    display: none; }
  .newsletter-signup-snippet input[type=submit] {
    margin: 40px 0 10px 0;
    font-family: "proxima-soft", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    background-color: #0086bc;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #0086bc;
    border-radius: 4px;
    text-align: center; }
    .newsletter-signup-snippet input[type=submit]:hover {
      background-color: #ffffff;
      color: #0086bc;
      border-color: #0086bc; }

@media screen and (max-width: 986px) {
  /* AHSD8-2440 make the fields stack as early as possible for smaller devices */
  .newsletter-signup-snippet {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em; }
    .newsletter-signup-snippet .names {
      display: block; }
    .newsletter-signup-snippet .names .first-name-field, .newsletter-signup-snippet .names .last-name-field, .newsletter-signup-snippet .email-address-field {
      width: 100%;
      margin: .5em 0 .5em 0; }
    .newsletter-signup-snippet input[type='submit'] {
      margin-top: .5em; } }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 250px;
  height: 40px;
  border: 1px solid #bbccd7;
  background-color: #fff;
  border-radius: 0;
  line-height: 1.5;
  padding: 0 20px 0 10px;
  background-image: url(../../../images/arrow_dropdown.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 25px 25px; }
  select::-ms-expand {
    display: none; }
  select option {
    line-height: 1.5;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px; }

legend,
label,
.label {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 9px; }

.field-group-details {
  padding: 15px 0; }

.form-composite > legend,
legend {
  font-size: 24px;
  line-height: 1.5;
  text-align: left; }
  .form-composite > legend + .fieldset-wrapper,
  legend + .fieldset-wrapper {
    clear: left; }

.details-title {
  font-size: 24px;
  line-height: 1.5; }

.collapse-processed > summary:before {
  background: none; }

a.tabledrag-handle .handle {
  width: 25px;
  height: 25px; }

.form-actions {
  margin-top: 30px; }

form.animal-form {
  margin-bottom: 100px; }

.contact-message-form-personal .form-wrapper {
  clear: left;
  margin-bottom: 50px; }
  .contact-message-form-personal .form-wrapper.focal-point-indicator {
    margin-bottom: 0;
    clear: none; }

.contact-message-form-personal input {
  width: 300px; }

.contact-message-form-personal input[type=checkbox],
.contact-message-form-personal input[type=radio] {
  width: 38.4px;
  height: 20px; }

.contact-message-form-personal label,
.contact-message-form-personal .label {
  color: #004f6f;
  width: 10%;
  margin-right: 1%;
  float: left; }

.contact-message-form-personal .description {
  padding-left: 11%;
  margin-left: 0; }

.contact-message-form-personal textarea {
  width: 60%; }

.contact-message-form-personal fieldset label,
.contact-message-form-personal fieldset .label {
  width: calc(10% - 0.625em); }

.contact-message-form-personal fieldset table label,
.contact-message-form-personal fieldset table .label {
  width: 100%; }

table.field-multiple-table {
  margin-top: 15px; }
  table.field-multiple-table input {
    width: 100%; }
  table.field-multiple-table thead th {
    background-color: #eef3fa; }
  table.field-multiple-table tr {
    text-align: left; }
  table.field-multiple-table .label {
    width: 100%;
    padding-left: 5px;
    float: none;
    text-align: left; }
  table.field-multiple-table label {
    text-align: left; }
  table.field-multiple-table .description {
    text-align: left;
    padding-left: 0; }

.field--type-text-long .form-textarea-wrapper,
.field--type-text-long .filter-wrapper {
  width: 89%;
  margin-left: 11%; }

table .image-widget {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around; }
  table .image-widget label,
  table .image-widget .label {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 5px; }
  table .image-widget .description {
    padding-left: 0; }

.field--type-image table thead {
  display: none; }

.field--type-image table td:last-of-type input {
  width: 100px; }

.field--type-image table input.button {
  border: 0;
  padding: 5px;
  color: red; }
  .field--type-image table input.button:hover {
    background-color: transparent; }

a.rotate-icon {
  display: block; }
  a.rotate-icon:after {
    content: "Rotate Image"; }
  a.rotate-icon:hover:after {
    background-image: none; }

.form-type-radio .form-item,
.form-type-checkbox .form-item,
.form-checkboxes .form-item {
  clear: both; }

.form-type-radio input,
.form-type-checkbox input,
.form-checkboxes input {
  float: left; }

.form-type-radio label,
.form-type-checkbox label,
.form-checkboxes label {
  margin-top: 0;
  font-weight: 400; }

.field--type-image details {
  border: 1px solid #0086bc;
  border-top: 5px solid #0086bc;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px; }
  .field--type-image details summary::before {
    background: none; }

.field--type-image table {
  margin-top: 5px; }

.field--type-image .tabledrag-toggle-weight-wrapper {
  display: none; }

.field--type-image .details-title {
  font-weight: 700;
  font-size: 32px;
  color: #004f6f;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  cursor: default; }

form.animal-form {
  margin-bottom: 100px; }

.user-form .form-wrapper,
.contact-message-form-personal .form-wrapper,
.animal-form .form-wrapper,
.animal-lost-animal-form .form-wrapper,
.animal-found-animal-form .form-wrapper {
  clear: left;
  margin-bottom: 50px; }
  .user-form .form-wrapper.focal-point-indicator,
  .contact-message-form-personal .form-wrapper.focal-point-indicator,
  .animal-form .form-wrapper.focal-point-indicator,
  .animal-lost-animal-form .form-wrapper.focal-point-indicator,
  .animal-found-animal-form .form-wrapper.focal-point-indicator {
    margin-bottom: 0;
    clear: none; }

.user-form input,
.user-form select,
.contact-message-form-personal input,
.contact-message-form-personal select,
.animal-form input,
.animal-form select,
.animal-lost-animal-form input,
.animal-lost-animal-form select,
.animal-found-animal-form input,
.animal-found-animal-form select {
  width: 300px; }

.user-form input[type=checkbox],
.user-form input[type=radio],
.contact-message-form-personal input[type=checkbox],
.contact-message-form-personal input[type=radio],
.animal-form input[type=checkbox],
.animal-form input[type=radio],
.animal-lost-animal-form input[type=checkbox],
.animal-lost-animal-form input[type=radio],
.animal-found-animal-form input[type=checkbox],
.animal-found-animal-form input[type=radio] {
  width: 48px;
  height: 20px; }

.user-form label,
.user-form .label,
.contact-message-form-personal label,
.contact-message-form-personal .label,
.animal-form label,
.animal-form .label,
.animal-lost-animal-form label,
.animal-lost-animal-form .label,
.animal-found-animal-form label,
.animal-found-animal-form .label {
  color: #004f6f;
  display: block; }

.user-form .description,
.contact-message-form-personal .description,
.animal-form .description,
.animal-lost-animal-form .description,
.animal-found-animal-form .description {
  margin-left: 0; }

.user-form textarea,
.contact-message-form-personal textarea,
.animal-form textarea,
.animal-lost-animal-form textarea,
.animal-found-animal-form textarea {
  width: 60%; }

.user-form fieldset table label,
.user-form fieldset table .label,
.contact-message-form-personal fieldset table label,
.contact-message-form-personal fieldset table .label,
.animal-form fieldset table label,
.animal-form fieldset table .label,
.animal-lost-animal-form fieldset table label,
.animal-lost-animal-form fieldset table .label,
.animal-found-animal-form fieldset table label,
.animal-found-animal-form fieldset table .label {
  width: 100%; }

.block-views-exposed-filter-blocksearch-lost-pets-page-1 .form-actions,
.block-views-exposed-filter-blocksearch-found-pets-page-1 .form-actions {
  clear: none;
  margin-top: 2px;
  margin-left: 10px; }
  .block-views-exposed-filter-blocksearch-lost-pets-page-1 .form-actions #edit-reset,
  .block-views-exposed-filter-blocksearch-found-pets-page-1 .form-actions #edit-reset {
    padding-left: 12px;
    padding-right: 12px; }

.flex-field-group {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #0086bc;
  border-top: 5px solid #0086bc;
  padding: 40px;
  margin-bottom: 40px; }
  .flex-field-group .form-wrapper {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    padding-right: 1%; }
  .flex-field-group h3 {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 32px; }
  .flex-field-group legend {
    font-size: 16px;
    line-height: 24px; }
  .flex-field-group.flex-full-width .form-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

@media screen and (max-width: 800px) {
  .user-form label,
  .user-form .label,
  .animal-form label,
  .animal-form .label,
  .animal-lost-animal-form label,
  .animal-lost-animal-form .label,
  .animal-found-animal-form label,
  .animal-found-animal-form .label {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 0.625em;
    margin-left: 0; }
  .user-form select,
  .animal-form select,
  .animal-lost-animal-form select,
  .animal-found-animal-form select {
    margin-left: 0.625em;
    margin-left: 0;
    padding-left: 7px; }
  .user-form fieldset label,
  .user-form fieldset .label,
  .animal-form fieldset label,
  .animal-form fieldset .label,
  .animal-lost-animal-form fieldset label,
  .animal-lost-animal-form fieldset .label,
  .animal-found-animal-form fieldset label,
  .animal-found-animal-form fieldset .label {
    width: 100%;
    margin-left: 0; }
  .user-form fieldset select,
  .animal-form fieldset select,
  .animal-lost-animal-form fieldset select,
  .animal-found-animal-form fieldset select {
    margin-left: 0;
    padding-left: 7px; }
  .user-form .description,
  .animal-form .description,
  .animal-lost-animal-form .description,
  .animal-found-animal-form .description {
    padding-left: 0; }
  .user-form textarea,
  .animal-form textarea,
  .animal-lost-animal-form textarea,
  .animal-found-animal-form textarea {
    width: 100%; }
  .user-form .form-wrapper,
  .animal-form .form-wrapper,
  .animal-lost-animal-form .form-wrapper,
  .animal-found-animal-form .form-wrapper {
    margin-bottom: 15px; }
  table tr {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    table tr td {
      min-width: 20%; }
  table thead tr {
    -ms-flex-align: inherit;
    -moz-align-items: inherit;
    align-items: inherit;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    table thead tr th {
      min-width: 20%; }
  table .image-widget {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    table .image-widget > .image-widget {
      display: block; }
    table .image-widget label,
    table .image-widget .label {
      display: block;
      width: 100%;
      float: none;
      text-align: left;
      margin-bottom: 5px; }
    table .image-widget .description {
      padding-left: 0; }
  .form-type-radio .form-item,
  .form-type-checkbox .form-item,
  .form-checkboxes .form-item {
    clear: both; }
  .form-type-radio input,
  .form-type-checkbox input,
  .form-checkboxes input {
    float: left; }
  .form-type-radio label,
  .form-type-checkbox label,
  .form-checkboxes label {
    width: inherit; }
  .field--type-text-long .form-textarea-wrapper,
  .field--type-text-long .filter-wrapper {
    width: 100%;
    margin-left: 0; }
  .flex-field-group {
    padding-left: 20px;
    padding-right: 20px; }
    .flex-field-group .form-wrapper {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding: 0; }
    .flex-field-group input,
    .flex-field-group select {
      width: 100%; } }

@media screen and (max-width: 640px) {
  .user-form input,
  .user-form select,
  .contact-message-form-personal input,
  .contact-message-form-personal select,
  .animal-form input,
  .animal-form select,
  .animal-lost-animal-form input,
  .animal-lost-animal-form select,
  .animal-found-animal-form input,
  .animal-found-animal-form select {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .user-form table thead,
  .contact-message-form-personal table thead,
  .animal-form table thead,
  .animal-lost-animal-form table thead,
  .animal-found-animal-form table thead {
    display: none; }
  .user-form table tr,
  .contact-message-form-personal table tr,
  .animal-form table tr,
  .animal-lost-animal-form table tr,
  .animal-found-animal-form table tr {
    display: block;
    border-bottom: 0; }
    .user-form table tr td,
    .contact-message-form-personal table tr td,
    .animal-form table tr td,
    .animal-lost-animal-form table tr td,
    .animal-found-animal-form table tr td {
      display: block;
      width: 80%;
      padding-left: 120px;
      text-align: center;
      box-sizing: content-box; }
    .user-form table tr td:first-of-type,
    .contact-message-form-personal table tr td:first-of-type,
    .animal-form table tr td:first-of-type,
    .animal-lost-animal-form table tr td:first-of-type,
    .animal-found-animal-form table tr td:first-of-type {
      width: 100px;
      padding-left: 0;
      float: left; }
  #field-animal-breed-values thead,
  #field-animal-color-values thead {
    display: block; }
    #field-animal-breed-values thead th,
    #field-animal-color-values thead th {
      background-color: transparent; }
  #field-animal-breed-values tr,
  #field-animal-color-values tr {
    display: block;
    border-bottom: 0; } }

/*# sourceMappingURL=../../maps/components/form/form.css.map */
