/*$legacy-support-for-ie6: false;
$legacy-support-for-ie7: false;
$legacy-support-for-ie8: true;
*/
/**
 * @file
 * Form Styling
 */
/* line 8, ../sass/forms.scss */
.form-item {
  /* Wrapper for a form element (or group of form elements) and its label */
  margin: 1.5em 0;
}

/* line 12, ../sass/forms.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  /* Highlight the form elements that caused a form submission error */
  border: 1px solid #c00;
}

/* line 18, ../sass/forms.scss */
.form-item label {
  /* The label for a form element */
  display: block;
  font-weight: bold;
}

/* line 23, ../sass/forms.scss */
.form-item label.option {
  /* The label for a radio button or checkbox */
  display: inline;
  font-weight: normal;
}

/* line 28, ../sass/forms.scss */
.form-required {
  /* The part of the label that indicates a required field */
  color: #c00;
}

/* line 32, ../sass/forms.scss */
.form-item .description {
  /* The descriptive help text (separate from the label) */
  font-size: 0.85em;
}

/* line 36, ../sass/forms.scss */
.form-checkboxes .form-item,
.form-radios .form-item {
  /* Pack groups of checkboxes and radio buttons closer together */
  margin: 0;
  /* Drupal core uses "0.4em 0" */
}

/* line 41, ../sass/forms.scss */
.form-submit {
  /* The submit button */
  background: none;
  color: inherit;
  outline: none;
  border: 0;
}

/* line 48, ../sass/forms.scss */
.container-inline div,
.container-inline label {
  /* Inline labels and form divs */
  display: inline;
}

/* line 53, ../sass/forms.scss */
.tips {
  /* Tips for Drupal's input formats */
}

/* line 56, ../sass/forms.scss */
a.button {
  /* Buttons used by contrib modules like Media */
}

/*
 * Password confirmation
 */
/* line 64, ../sass/forms.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/*
 * Search (search-block-form.tpl.php)
 */
/* line 73, ../sass/forms.scss */
#block-search-form {
  /* Wrapper for the search form */
}

/*
 * Drupal's default login form block
 */
/* line 80, ../sass/forms.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* line 91, ../sass/forms.scss */
#user-login-form ul {
  /* OpenID creates a new ul above the login form's links. */
  margin-bottom: 0;
  /* Position OpenID's ul next to the rest of the links. */
}

/* line 95, ../sass/forms.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* The "Log in using OpenID" link. */
  margin-top: 1.5em;
  margin-left: -20px;
  /* LTR */
  /* Un-do some of the padding on the ul list. */
}

/* line 101, ../sass/forms.scss */
#user-login-form li.user-link {
  /* The "Cancel OpenID login" link. */
  margin-top: 1.5em;
}

/* line 105, ../sass/forms.scss */
#user-login ul {
  margin: 1.5em 0;
}

/*
 * Drupal admin tables
 *
 * We overrode these styles in normalize.css, but restore them for the admin
 * section of the site.
 */
/* line 116, ../sass/forms.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}

/* line 122, ../sass/forms.scss */
form tbody {
  border-top: 1px solid #ccc;
}

/* line 126, ../sass/forms.scss */
form tr.even {
  background-color: #fff;
}

/* line 130, ../sass/forms.scss */
form table .item-list ul {
  margin: 0;
}

/* line 134, ../sass/forms.scss */
.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
  border-bottom: 1px solid #ccc;
  /* IE doesn't display borders on table rows */
}

/*
 * Drupal core wrongly puts this in system.menus.css. Since we override that, add it back.
 */
/* line 145, ../sass/forms.scss */
td.menu-disabled {
  background: #ccc;
}

/* line 149, ../sass/forms.scss */
.form-text,
.form-textarea {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-width: 2px;
  padding: 5px;
  border-style: solid;
}
/* line 155, ../sass/forms.scss */
.form-text:focus, .form-text:active,
.form-textarea:focus,
.form-textarea:active {
  outline: 0;
}

/* line 160, ../sass/forms.scss */
textarea {
  width: 100%;
}

/* line 163, ../sass/forms.scss */
fieldset {
  border: none;
  padding: 0;
  margin-bottom: 20px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* line 168, ../sass/forms.scss */
fieldset legend {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  display: block;
  width: 100%;
  font-size: 17.55px;
}
/* line 172, ../sass/forms.scss */
fieldset legend .fieldset-legend {
  padding: 10px 15px;
  display: block;
}
/* line 177, ../sass/forms.scss */
fieldset legend a {
  display: block;
}
/* line 180, ../sass/forms.scss */
fieldset legend .summary {
  display: none;
}
/* line 185, ../sass/forms.scss */
fieldset.collapsed legend {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* line 189, ../sass/forms.scss */
fieldset .fieldset-wrapper {
  padding: 15px;
}
/* line 191, ../sass/forms.scss */
fieldset .fieldset-wrapper :first-child {
  margin-top: 0;
}
/* line 196, ../sass/forms.scss */
fieldset fieldset {
  margin-top: 20px;
  border: 1px solid white;
}

/* line 201, ../sass/forms.scss */
html.js fieldset.collapsed {
  height: auto;
  padding-bottom: 1px;
}

/* line 207, ../sass/forms.scss */
form#contact-site-form .form-text,
form#contact-site-form .form-textarea-wrapper {
  width: 90%;
}

/* line 213, ../sass/forms.scss */
.page-contact form#contact-site-form .form-item {
  margin: 0 0 10px 0;
}
/* line 215, ../sass/forms.scss */
.page-contact form#contact-site-form .form-item label {
  width: 20%;
  display: inline-block;
  font-weight: normal;
}
/* line 220, ../sass/forms.scss */
.page-contact form#contact-site-form .form-item .form-text,
.page-contact form#contact-site-form .form-item .form-textarea-wrapper {
  width: 78%;
  display: inline-block;
}
/* line 226, ../sass/forms.scss */
.page-contact form#contact-site-form .form-item .form-textarea-wrapper {
  width: 79.5%;
}
/* line 228, ../sass/forms.scss */
.page-contact form#contact-site-form .form-item .form-textarea-wrapper textarea {
  min-height: 190px;
}
/* line 233, ../sass/forms.scss */
.page-contact form#contact-site-form .form-actions {
  padding-left: 20%;
  margin-bottom: 0;
}
/* line 236, ../sass/forms.scss */
.page-contact form#contact-site-form .form-actions .btn.form-submit {
  padding: 12px 85px;
}

/* line 242, ../sass/forms.scss */
form.whitesite-search {
  width: 910px;
  margin: 0 auto;
  padding: 25px 25px 20px 25px;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 251, ../sass/forms.scss */
form.whitesite-search .form-item {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
/* line 255, ../sass/forms.scss */
form.whitesite-search .form-item .form-text {
  width: 395px;
  padding: 0 5px;
  border: 0;
  height: 40px;
  line-height: 40px;
}
/* line 263, ../sass/forms.scss */
form.whitesite-search .btn {
  margin-right: 10px;
  padding: 0;
}
/* line 266, ../sass/forms.scss */
form.whitesite-search .btn > * {
  float: left;
  padding: 0;
  width: 160px;
  font-size: 1.2em;
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: block;
  background-image: url(../images/search-widget-slices.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}
/* line 275, ../sass/forms.scss */
form.whitesite-search .btn > *.form-submit {
  width: 160px;
}
/* line 283, ../sass/forms.scss */
form.whitesite-search .btn.search-widget-find {
  margin-left: -12px;
}
/* line 286, ../sass/forms.scss */
form.whitesite-search .btn.search-widget-browse > * {
  background-position: 0 -40px;
}
/* line 289, ../sass/forms.scss */
form.whitesite-search .btn.search-widget-subscribe {
  margin-right: 0;
}
/* line 291, ../sass/forms.scss */
form.whitesite-search .btn.search-widget-subscribe > * {
  background-position: 0 -80px;
}
/* line 297, ../sass/forms.scss */
form.whitesite-search .search-widget-arrow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top-width: 10px;
  border-top-style: solid;
}

/* line 312, ../sass/forms.scss */
html.js input.form-autocomplete {
  background-position: 99% 7px;
}
/* line 314, ../sass/forms.scss */
html.js input.form-autocomplete.throbbing {
  background-position: 99% -13px;
}
