@font-face {
  font-family: 'BebasRegular';
  src: url('../fonts/bebas/BEBAS___-webfont.eot');
  src: url('../fonts/bebas/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas/BEBAS___-webfont.woff') format('woff'), url('../fonts/bebas/BEBAS___-webfont.ttf') format('truetype'), url('../fonts/bebas/BEBAS___-webfont.svg#BebasRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClarendonFSMedium';
  src: url('../fonts/clarendonfs/Clarendon-Medium-webfont.eot');
  src: url('../fonts/clarendonfs/Clarendon-Medium-webfont.eot?iefix') format('eot'), url('../fonts/clarendonfs/Clarendon-Medium-webfont.woff') format('woff'), url('../fonts/clarendonfs/Clarendon-Medium-webfont.ttf') format('truetype'), url('../fonts/clarendonfs/Clarendon-Medium-webfont.svg#webfontXqIDF9Di') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: 'ClarendonFSLight';
    src: url('../fonts/clarendonfs/Clarendon-Light-webfont.eot');
    src: url('../fonts/clarendonfs/Clarendon-Light-webfont.eot?iefix') format('eot'),
         url('../fonts/clarendonfs/Clarendon-Light-webfont.woff') format('woff'),
         url('../fonts/clarendonfs/Clarendon-Light-webfont.ttf') format('truetype'),
         url('../fonts/clarendonfs/Clarendon-Light-webfont.svg#webfontI7XVJ1Zh') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClarendonFSExtraBold';
    src: url('../fonts/clarendonfs/Clarendon-Xbold-webfont.eot');
    src: url('../fonts/clarendonfs/Clarendon-Xbold-webfont.eot?iefix') format('eot'),
         url('../fonts/clarendonfs/Clarendon-Xbold-webfont.woff') format('woff'),
         url('../fonts/clarendonfs/Clarendon-Xbold-webfont.ttf') format('truetype'),
         url('../fonts/clarendonfs/Clarendon-Xbold-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClarendonFSBoldExpanded';
    src: url('../fonts/clarendonfs/Clarendon-BoldExpanded-webfont.eot');
    src: url('../fonts/clarendonfs/Clarendon-BoldExpanded-webfont.eot?iefix') format('eot'),
         url('../fonts/clarendonfs/Clarendon-BoldExpanded-webfont.woff') format('woff'),
         url('../fonts/clarendonfs/Clarendon-BoldExpanded-webfont.ttf') format('truetype'),
         url('../fonts/clarendonfs/Clarendon-BoldExpanded-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: 'ClarendonFSBold';
  src: url('../fonts/clarendonfs/Clarendon-Bold-webfont.eot');
  src: url('../fonts/clarendonfs/Clarendon-Bold-webfont.eot?iefix') format('eot'), url('../fonts/clarendonfs/Clarendon-Bold-webfont.woff') format('woff'), url('../fonts/clarendonfs/Clarendon-Bold-webfont.ttf') format('truetype'), url('../fonts/clarendonfs/Clarendon-Bold-webfont.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
input[type="text"],
input[type="password"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e4e5e5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e4e5e5));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e4e5e5 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e4e5e5 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #e4e5e5 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@top-color', endColorstr='@bottom-color',GradientType=0 );*/
  background-image: linear-gradient(top, #ffffff 0%, #e4e5e5 100%);
  border: solid 1px #c1c1c4;
  height: 22px;
  width: 144px;
  padding: 0 5px;
}
input[type="text"]:focus,
input[type="password"]:focus {
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ebecec 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebecec));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ebecec 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ebecec 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #ebecec 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@top-color', endColorstr='@bottom-color',GradientType=0 );*/
  background-image: linear-gradient(top, #ffffff 0%, #ebecec 100%);
  outline: none;
  border-color: #9f9fa2;
  -moz-box-shadow: 0 0 10px #e2ecff;
  -webkit-box-shadow: 0 0 10px #e2ecff;
  -o-box-shadow: 0 0 10px #e2ecff;
  -ms-box-shadow: 0 0 10px #e2ecff;
  box-shadow: 0 0 10px #e2ecff;
}
textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e4e5e5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e4e5e5));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e4e5e5 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e4e5e5 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #e4e5e5 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@top-color', endColorstr='@bottom-color',GradientType=0 );*/
  background-image: linear-gradient(top, #ffffff 0%, #e4e5e5 100%);
  border: solid 1px #c1c1c4;
  padding: 5px;
}
textarea:focus {
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ebecec 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebecec));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ebecec 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ebecec 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #ebecec 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@top-color', endColorstr='@bottom-color',GradientType=0 );*/
  background-image: linear-gradient(top, #ffffff 0%, #ebecec 100%);
  outline: none;
  border-color: #9f9fa2;
  -moz-box-shadow: 0 0 10px #e2ecff;
  -webkit-box-shadow: 0 0 10px #e2ecff;
  -o-box-shadow: 0 0 10px #e2ecff;
  -ms-box-shadow: 0 0 10px #e2ecff;
  box-shadow: 0 0 10px #e2ecff;
}
label {
  font-family: Georgia, "Times New Roman", Times, serif;
  min-width: 110px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.form-textarea-wrapper {
  display: inline-block;
}
/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item .description {
  font-size: 75%;
  padding: 5px 0;
  color: #878178;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}
input.form-checkbox,
input.form-radio {
  vertical-align: middle;
}
.marker,
.form-required {
  color: #f00;
}
.form-required {
  font-family: Bebas, BebasRegular, "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  appearance: none;
  font-size: 15px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  color: #333;
  padding: 5px 20px;
  border: solid 1px #c1c1c4;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@top-color', endColorstr='@bottom-color',GradientType=0 );*/
  background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  cursor: pointer;
}
button:hover,
button:focus {
  color: #13151a;
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #c3cfe5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #c3cfe5));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #c3cfe5 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #c3cfe5 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #c3cfe5 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@top-color', endColorstr='@bottom-color',GradientType=0 );*/
  background-image: linear-gradient(top, #ffffff 0%, #c3cfe5 100%);
  outline: none;
  -moz-box-shadow: 0 0 10px #e2ecff;
  -webkit-box-shadow: 0 0 10px #e2ecff;
  -o-box-shadow: 0 0 10px #e2ecff;
  -ms-box-shadow: 0 0 10px #e2ecff;
  box-shadow: 0 0 10px #e2ecff;
  border-color: #9f9fa2;
}
html.js input.form-autocomplete {
  background-image: url("../images/throbber-ac.gif");
  background-position: 99% -20px;
}
html.js input.form-autocomplete.throbbing {
  background-position: 99% 50%;
}
.page-search-content .search-form {
  margin: .5em 0 1em;
}
/*
 * Get Involved Form
 */
.block-lwvmodule h2 {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
#sidebar form button.form-submit,
#footer form button.form-submit {
  display: block;
  margin: 0 auto;
  height: 36px;
  width: 152px;
  border: none 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 90%;
  text-align: center;
  background-color: #005596;
  -moz-box-shadow: inset 0 0 11px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 11px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 0 11px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 11px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 11px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "ClarendonFSMedium", "Clarendon LT Std", "Clarendon", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 21px;
  background-image: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*.red-button();
    margin: 0 0 0 80px;
    width: 124px;*/
}
#sidebar form button.form-submit:focus,
#footer form button.form-submit:focus,
#sidebar form button.form-submit:hover,
#footer form button.form-submit:hover {
  background-color: #156aab;
}
form.lwv-get-involved p.vanish {
  font-family: Georgia, "Times New Roman", Times, serif;
  display: none;
}
form.lwv-get-involved .submit-area {
  padding-top: 5px;
  background-image: url("../images/get-involved-form-separator.png");
  background-repeat: no-repeat;
  background-position: 50% 5px;
  clear: both;
  padding-top: 15px;
}
form.lwv-get-involved label {
  min-width: 0;
}
form.lwv-get-involved .form-item {
  clear: both;
  margin: 5px 0;
}
form.lwv-get-involved .form-item label {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 76px;
  font-family: Georgia, "Times New Roman", Times, serif;
  vertical-align: middle;
  font-size: 14px;
}
form.lwv-get-involved .form-item input {
  vertical-align: middle;
  width: 114px;
}
.page-get-involved #content .get-involved-item form.lwv-get-involved p.vanish {
  display: inline;
}
ul.lwv-get-involved {
  background-image: url("http://www.lwv.org/sites/all/themes/lwvtheme/images/get-involved-form-separator.png");
  background-position: 50% 5px;
  background-repeat: no-repeat;
  clear: both;
  padding-top: 15px;
  margin-top: 10px;
}
ul.lwv-get-involved li {
  margin: 10px 0;
  font-family: Bebas, BebasRegular, "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
  word-spacing: 1px;
  font-size: 16px;
}
.action-links li {
  display: list-item;
  list-style-type: disc;
  list-style-image: url("../images/arrow-bullet.png");
  margin-left: 22px;
  margin-bottom: 5px;
}
.action-links li .field-content {
  display: block;
}
.action-links li a {
  color: #333333;
  display: block;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding-right: 5px;
}
.action-links li a:hover,
.action-links li a:focus {
  padding-left: 5px;
  padding-right: 0;
  color: #df2226;
}
.get-involved .action-links li {
  list-style: none outside none;
  margin-left: 0;
  /*background: url("../images/arrow-bullet.png") no-repeat right 55%;*/
  text-shadow: 0px 1px 1px rgba(250, 250, 250, 0.5);
}
.get-involved .action-links li a {
  padding-right: 0;
  margin-right: -2px;
}
.get-involved .action-links li a:after {
  padding-left: 4px;
  content: url("../images/get-involved-block-small-arrow.png");
}
.get-involved .action-links li a:hover,
.get-involved .action-links li a:focus {
  margin-right: -7px;
}
#sidebar .getinvolved-A form button.form-submit {
  display: block;
  margin: 0 auto;
  padding: 5px 20px 8px;
  height: 36px;
  width: 152px;
  border: none 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 90%;
  text-align: center;
  background-color: #df2226;
  -moz-box-shadow: inset 0 0 11px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 11px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 0 11px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 11px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 11px rgba(0, 0, 0, 0.15);
  text-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: Bebas, BebasRegular, "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
  word-spacing: 1px;
  text-transform: uppercase;
  font-size: 21px;
  background-image: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 0 80px;
  width: 124px;
}
#sidebar .getinvolved-A form button.form-submit:focus,
#sidebar .getinvolved-A form button.form-submit:hover {
  background-color: #f4373b;
}
#sidebar .getinvolved-A form.lwv-get-involved .submit-area {
  background: none;
  padding-top: 5px;
}
#sidebar .getinvolved-B h2 {
  color: #df2226;
}
#sidebar .getinvolved-B h3 {
  color: #333333;
}
#sidebar .getinvolved-B label {
  color: #df2226;
}
#sidebar .getinvolved-B form.lwv-get-involved .submit-area {
  background: none;
  padding-top: 5px;
}
#sidebar .getinvolved-B form button.form-submit {
  font-family: Bebas, BebasRegular, "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
  word-spacing: 1px;
  text-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
  padding: 5px 20px 8px;
  margin: 0 0 0 80px;
  width: 124px;
}
#sidebar .getinvolved-B .action-links li a {
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e5e1da;
  text-align: center;
  padding: 5px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  display: block;
  margin: 0 auto;
}
#sidebar .getinvolved-B .action-links li a:after {
  content: '';
  padding: 0;
}
#sidebar .getinvolved-B .action-links li a:hover,
#sidebar .getinvolved-B .action-links li a:focus {
  background-color: #f2f1ef;
}
/*
 * CAPTCHA
 */
.page-node-710 .webform-client-form .captcha {
  text-align: left;
}
.page-node-710 .webform-client-form .captcha img {
  border: 1px solid #c1c1c4;
  margin-top: 10px;
}
.node-type-local-league .captcha {
  position: relative;
}
.node-type-local-league .captcha img {
  position: absolute;
  top: 5px;
  left: 0;
  border: 1px solid #c1c1c4;
}
.node-type-local-league .captcha .form-item-captcha-response {
  margin-left: 50%;
}
.node-type-local-league .captcha input[type="text"] {
  width: 115px;
}
