@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend, form h2 {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.carousel {
  position: relative;
  margin-bottom: 32px;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 32px;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 32px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 32px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

form {
  margin: 0 0 32px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend, form h2 {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 64px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small, form h2 small {
  font-size: 24px;
  color: #999;
}

label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 32px;
  padding: 4px 6px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 32px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 42px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 42px;
}

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.radio,
.checkbox {
  min-height: 32px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

.controls-row {
  *zoom: 1;
}
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 31px 20px 32px;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 16px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 16px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 16px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 32px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .search-top form input[type="submit"],
.search-top form .input-append input[type="submit"],
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .search-top form input[type="submit"],
.search-top form .input-prepend input[type="submit"],
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .search-top form input[type="submit"],
.search-top form .input-prepend input[type="submit"] {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend .search-top form input[type="submit"]:first-child,
.search-top form .input-prepend input[type="submit"]:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child, .input-append input + .btn-group .search-top form input[type="submit"]:last-child, .search-top form .input-append input + .btn-group input[type="submit"]:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append select + .btn-group .search-top form input[type="submit"]:last-child,
.search-top form .input-append select + .btn-group input[type="submit"]:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .search-top form input[type="submit"]:last-child,
.search-top form .input-append .uneditable-input + .btn-group input[type="submit"]:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .search-top form input[type="submit"],
.search-top form .input-append input[type="submit"],
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .search-top form input[type="submit"]:last-child,
.search-top form .input-append input[type="submit"]:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append input + .btn-group .search-top form input[type="submit"], .search-top form .input-prepend.input-append input + .btn-group input[type="submit"],
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append select + .btn-group .search-top form input[type="submit"],
.search-top form .input-prepend.input-append select + .btn-group input[type="submit"],
.input-prepend.input-append .uneditable-input + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .search-top form input[type="submit"],
.search-top form .input-prepend.input-append .uneditable-input + .btn-group input[type="submit"] {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.input-prepend.input-append .search-top form input[type="submit"]:first-child,
.search-top form .input-prepend.input-append input[type="submit"]:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append .search-top form input[type="submit"]:last-child,
.search-top form .input-prepend.input-append input[type="submit"]:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query, input.input-rounded {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query, .form-search .input-append input.input-rounded,
.form-search .input-prepend .search-query,
.form-search .input-prepend input.input-rounded {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form-search .input-append .search-query, .form-search .input-append input.input-rounded {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn, .form-search .input-append .search-top form input[type="submit"], .search-top form .form-search .input-append input[type="submit"] {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query, .form-search .input-prepend input.input-rounded {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn, .form-search .input-prepend .search-top form input[type="submit"], .search-top form .form-search .input-prepend input[type="submit"] {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 16px;
}

legend + .control-group, form h2 + .control-group {
  margin-top: 32px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 32px;
  *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 16px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}
.clearfix, .merch, .search-top {
  *zoom: 1;
}
.clearfix:before, .merch:before, .search-top:before, .clearfix:after, .merch:after, .search-top:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after, .merch:after, .search-top:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }

  .span1 {
    width: 70px;
  }

  .span2 {
    width: 170px;
  }

  .span3 {
    width: 270px;
  }

  .span4 {
    width: 370px;
  }

  .span5 {
    width: 470px;
  }

  .span6 {
    width: 570px;
  }

  .span7 {
    width: 670px;
  }

  .span8 {
    width: 770px;
  }

  .span9 {
    width: 870px;
  }

  .span10 {
    width: 970px;
  }

  .span11 {
    width: 1070px;
  }

  .span12 {
    width: 1170px;
  }

  .offset1 {
    margin-left: 130px;
  }

  .offset2 {
    margin-left: 230px;
  }

  .offset3 {
    margin-left: 330px;
  }

  .offset4 {
    margin-left: 430px;
  }

  .offset5 {
    margin-left: 530px;
  }

  .offset6 {
    margin-left: 630px;
  }

  .offset7 {
    margin-left: 730px;
  }

  .offset8 {
    margin-left: 830px;
  }

  .offset9 {
    margin-left: 930px;
  }

  .offset10 {
    margin-left: 1030px;
  }

  .offset11 {
    margin-left: 1130px;
  }

  .offset12 {
    margin-left: 1230px;
  }

  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641%;
    *margin-left: 2.51091%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641%;
  }
  .row-fluid .span1 {
    width: 5.98291%;
    *width: 5.92971%;
  }
  .row-fluid .span2 {
    width: 14.52991%;
    *width: 14.47672%;
  }
  .row-fluid .span3 {
    width: 23.07692%;
    *width: 23.02373%;
  }
  .row-fluid .span4 {
    width: 31.62393%;
    *width: 31.57074%;
  }
  .row-fluid .span5 {
    width: 40.17094%;
    *width: 40.11775%;
  }
  .row-fluid .span6 {
    width: 48.71795%;
    *width: 48.66476%;
  }
  .row-fluid .span7 {
    width: 57.26496%;
    *width: 57.21177%;
  }
  .row-fluid .span8 {
    width: 65.81197%;
    *width: 65.75877%;
  }
  .row-fluid .span9 {
    width: 74.35897%;
    *width: 74.30578%;
  }
  .row-fluid .span10 {
    width: 82.90598%;
    *width: 82.85279%;
  }
  .row-fluid .span11 {
    width: 91.45299%;
    *width: 91.3998%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111%;
    *margin-left: 11.00473%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54701%;
    *margin-left: 8.44063%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65812%;
    *margin-left: 19.55174%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09402%;
    *margin-left: 16.98763%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20513%;
    *margin-left: 28.09875%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64103%;
    *margin-left: 25.53464%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75214%;
    *margin-left: 36.64575%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803%;
    *margin-left: 34.08165%;
  }
  .row-fluid .offset5 {
    margin-left: 45.29915%;
    *margin-left: 45.19276%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504%;
    *margin-left: 42.62866%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615%;
    *margin-left: 53.73977%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205%;
    *margin-left: 51.17567%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316%;
    *margin-left: 62.28678%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82906%;
    *margin-left: 59.72268%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017%;
    *margin-left: 70.83379%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37607%;
    *margin-left: 68.26969%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48718%;
    *margin-left: 79.3808%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92308%;
    *margin-left: 76.81669%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03419%;
    *margin-left: 87.92781%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47009%;
    *margin-left: 85.3637%;
  }
  .row-fluid .offset11 {
    margin-left: 96.5812%;
    *margin-left: 96.47481%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709%;
    *margin-left: 93.91071%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12821%;
    *margin-left: 105.02182%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.5641%;
    *margin-left: 102.45772%;
  }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }

  .thumbnails {
    margin-left: -30px;
  }

  .thumbnails > li {
    margin-left: 30px;
  }

  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }

  .span1 {
    width: 42px;
  }

  .span2 {
    width: 104px;
  }

  .span3 {
    width: 166px;
  }

  .span4 {
    width: 228px;
  }

  .span5 {
    width: 290px;
  }

  .span6 {
    width: 352px;
  }

  .span7 {
    width: 414px;
  }

  .span8 {
    width: 476px;
  }

  .span9 {
    width: 538px;
  }

  .span10 {
    width: 600px;
  }

  .span11 {
    width: 662px;
  }

  .span12 {
    width: 724px;
  }

  .offset1 {
    margin-left: 82px;
  }

  .offset2 {
    margin-left: 144px;
  }

  .offset3 {
    margin-left: 206px;
  }

  .offset4 {
    margin-left: 268px;
  }

  .offset5 {
    margin-left: 330px;
  }

  .offset6 {
    margin-left: 392px;
  }

  .offset7 {
    margin-left: 454px;
  }

  .offset8 {
    margin-left: 516px;
  }

  .offset9 {
    margin-left: 578px;
  }

  .offset10 {
    margin-left: 640px;
  }

  .offset11 {
    margin-left: 702px;
  }

  .offset12 {
    margin-left: 764px;
  }

  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243%;
    *margin-left: 2.70924%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243%;
  }
  .row-fluid .span1 {
    width: 5.8011%;
    *width: 5.74791%;
  }
  .row-fluid .span2 {
    width: 14.36464%;
    *width: 14.31145%;
  }
  .row-fluid .span3 {
    width: 22.92818%;
    *width: 22.87499%;
  }
  .row-fluid .span4 {
    width: 31.49171%;
    *width: 31.43852%;
  }
  .row-fluid .span5 {
    width: 40.05525%;
    *width: 40.00206%;
  }
  .row-fluid .span6 {
    width: 48.61878%;
    *width: 48.56559%;
  }
  .row-fluid .span7 {
    width: 57.18232%;
    *width: 57.12913%;
  }
  .row-fluid .span8 {
    width: 65.74586%;
    *width: 65.69266%;
  }
  .row-fluid .span9 {
    width: 74.30939%;
    *width: 74.2562%;
  }
  .row-fluid .span10 {
    width: 82.87293%;
    *width: 82.81974%;
  }
  .row-fluid .span11 {
    width: 91.43646%;
    *width: 91.38327%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32597%;
    *margin-left: 11.21958%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56354%;
    *margin-left: 8.45715%;
  }
  .row-fluid .offset2 {
    margin-left: 19.8895%;
    *margin-left: 19.78312%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707%;
    *margin-left: 17.02069%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45304%;
    *margin-left: 28.34666%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69061%;
    *margin-left: 25.58422%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657%;
    *margin-left: 36.91019%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414%;
    *margin-left: 34.14776%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011%;
    *margin-left: 45.47373%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81768%;
    *margin-left: 42.7113%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14365%;
    *margin-left: 54.03726%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38122%;
    *margin-left: 51.27483%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718%;
    *margin-left: 62.6008%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475%;
    *margin-left: 59.83837%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27072%;
    *margin-left: 71.16434%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50829%;
    *margin-left: 68.4019%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425%;
    *margin-left: 79.72787%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182%;
    *margin-left: 76.96544%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779%;
    *margin-left: 88.29141%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63536%;
    *margin-left: 85.52898%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96133%;
    *margin-left: 96.85494%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1989%;
    *margin-left: 94.09251%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486%;
    *margin-left: 105.41848%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243%;
    *margin-left: 102.65605%;
  }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }

  .container-fluid {
    padding: 0;
  }

  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }

  .container {
    width: auto;
  }

  .row-fluid {
    width: 100%;
  }

  .row,
  .thumbnails {
    margin-left: 0;
  }

  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }

  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }

  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  .page-header h1 small {
    display: block;
    line-height: 32px;
  }

  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }

  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  .media-object {
    margin-right: 0;
    margin-left: 0;
  }

  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }

  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }

  .navbar-fixed-top {
    margin-bottom: 32px;
  }

  .navbar-fixed-bottom {
    margin-top: 32px;
  }

  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }

  .navbar .container {
    width: auto;
    padding: 0;
  }

  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }

  .nav-collapse {
    clear: both;
  }

  .nav-collapse .nav {
    float: none;
    margin: 0 0 16px;
  }

  .nav-collapse .nav > li {
    float: none;
  }

  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }

  .nav-collapse .nav > .divider-vertical {
    display: none;
  }

  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }

  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .nav-collapse .btn, .nav-collapse .search-top form input[type="submit"], .search-top form .nav-collapse input[type="submit"] {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }

  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }

  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }

  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }

  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }

  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .nav-collapse .open > .dropdown-menu {
    display: block;
  }

  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }

  .nav-collapse .dropdown-menu .divider {
    display: none;
  }

  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }

  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 16px 15px;
    margin: 16px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }

  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }

  .navbar .btn-navbar {
    display: block;
  }

  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 32px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 32px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 15px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 32px;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.combobox-container {
  margin-bottom: 5px;
  *zoom: 1;
}

.combobox-container:before,
.combobox-container:after {
  display: table;
  content: "";
}

.combobox-container:after {
  clear: both;
}

.combobox-container input,
.combobox-container .uneditable-input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.combobox-container input:focus,
.combobox-container .uneditable-input:focus {
  position: relative;
  z-index: 2;
}

.combobox-container .uneditable-input {
  border-left-color: #ccc;
}

.combobox-container .add-on {
  float: left;
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: inherit !important;
  margin-right: -1px;
  padding: 4px 5px;
  font-weight: normal;
  color: #999999;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.combobox-container .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.combobox-container input,
.combobox-container .uneditable-input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.combobox-container .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}

.combobox-container .add-on {
  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.combobox-container input:first-child {
  *margin-left: -160px;
}

.combobox-container input:first-child + .add-on {
  *margin-left: -21px;
}

.combobox-container select {
  display: inline-block;
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: -99999px;
  *text-indent: 0;
}

.form-search .combobox-container,
.form-inline .combobox-container {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}

.form-search .combobox-container .add-on,
.form-inline .combobox-container .add-on {
  vertical-align: middle;
}

.combobox-selected .combobox-clear {
  display: inline-block;
}

.combobox-selected .caret {
  display: none;
}

.combobox-clear {
  display: none;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: top;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.dropdown:hover .combobox-clear,
.open.dropdown .combobox-clear {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn .combobox-clear, .search-top form input[type="submit"] .combobox-clear {
  margin-top: 1px;
  margin-left: 1px;
}

.btn:hover .combobox-clear, .search-top form input[type="submit"]:hover .combobox-clear,
.open.btn-group .combobox-clear {
  opacity: 1;
  filter: alpha(opacity=100);
}

.typeahead-long {
  max-height: 300px;
  overflow-y: auto;
}

.control-group.error .combobox-container .add-on {
  color: #B94A48;
  border-color: #B94A48;
}

.control-group.error .combobox-container .caret {
  border-top-color: #B94A48;
}

.control-group.warning .combobox-container .add-on {
  color: #C09853;
  border-color: #C09853;
}

.control-group.warning .combobox-container .caret {
  border-top-color: #C09853;
}

.control-group.success .combobox-container .add-on {
  color: #468847;
  border-color: #468847;
}

.control-group.success .combobox-container .caret {
  border-top-color: #468847;
}

.btn .combobox-clear [class^="icon-"], .search-top form input[type="submit"] .combobox-clear [class^="icon-"] {
  line-height: 1.4em;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*==========================
UTILITY CLASSES
==========================*/
.clearfix, .merch, .search-top {
  *zoom: 1;
}
.clearfix:before, .merch:before, .search-top:before, .clearfix:after, .merch:after, .search-top:after {
  content: " ";
  display: table;
}
.clearfix:after, .merch:after, .search-top:after {
  clear: both;
}

.hide-text {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.neat-row {
  *zoom: 1;
  display: block;
}
.neat-row:before, .neat-row:after {
  content: " ";
  display: table;
}
.neat-row:after {
  clear: both;
}

.lastinrow, .catalog-grid-i.m-last {
  margin-right: 0;
}

.no-margin {
  margin: 0;
}

/*============================ */
/* glue: 0.3 hash: af05baebfb */
.social-facebook, .social-twitter, .sponsor.m-tep, .sponsor.m-tucson, .sponsor.m-trico, .social-twitter-small, .social-facebook-small, .sponsor-icn, .m-sponsor .rec-name:before {
  background-image: url("../../images/sprites/sprite-all.png");
  background-repeat: no-repeat;
}

/* glue: 0.3 hash: b508be0311 */
.homefeature-body.m-plant:before, .homefeature-body.m-recycle:before, .homefeature-body.m-adopt:before, .homefeature-body.m-donate:before {
  background-image: url("../../images/sprites/sprite-home.png");
  background-repeat: no-repeat;
}

@font-face {
  font-family: "Verb";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/verb.eot");
  src: url("../fonts/verb.eot?#iefix") format("embedded-opentype"), url("../fonts/verb.woff") format("woff"), url("../fonts/verb.ttf") format("truetype"), url("../fonts/verb.svg#Verb") format("svg");
}
@font-face {
  font-family: "Verb";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/verb-bold.eot");
  src: url("../fonts/verb-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/verb-bold.woff") format("woff"), url("../fonts/verb-bold.ttf") format("truetype"), url("../fonts/verb-bold.svg#Verb") format("svg");
}
@font-face {
  font-family: "Verb";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/verb-italic.eot");
  src: url("../fonts/verb-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/verb-italic.woff") format("woff"), url("../fonts/verb-italic.ttf") format("truetype"), url("../fonts/verb-italic.svg#Verb") format("svg");
}
@font-face {
  font-family: "Verb";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/verb-bold-italic.eot");
  src: url("../fonts/verb-bold-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/verb-bold-italic.woff") format("woff"), url("../fonts/verb-bold-italic.ttf") format("truetype"), url("../fonts/verb-bold-italic.svg#Verb") format("svg");
}
@font-face {
  font-family: "VerbCondensed";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/verb-condensed-bold.eot");
  src: url("../fonts/verb-condensed-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/verb-condensed-bold.woff") format("woff"), url("../fonts/verb-condensed-bold.ttf") format("truetype"), url("../fonts/verb-condensed-bold.svg#VerbCondensed") format("svg");
}
@font-face {
  font-family: "VerbLight";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/verb-light.eot");
  src: url("../fonts/verb-light.eot?#iefix") format("embedded-opentype"), url("../fonts/verb-light.woff") format("woff"), url("../fonts/verb-light.ttf") format("truetype"), url("../fonts/verb-light.svg#VerbLight") format("svg");
}
@font-face {
  font-family: "VerbExtraLight";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/verb-extralight.eot");
  src: url("../fonts/verb-extralight.eot?#iefix") format("embedded-opentype"), url("../fonts/verb-extralight.woff") format("woff"), url("../fonts/verb-extralight.ttf") format("truetype"), url("../fonts/verb-extralight.svg#VerbExtraLight") format("svg");
}
@font-face {
  font-family: "VerbBlack";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/verb-black.eot");
  src: url("../fonts/verb-black.eot?#iefix") format("embedded-opentype"), url("../fonts/verb-black.woff") format("woff"), url("../fonts/verb-black.ttf") format("truetype"), url("../fonts/verb-black.svg#VerbBlack") format("svg");
}
@font-face {
  font-family: "VerbExtraBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/verb-extrabold.eot");
  src: url("../fonts/verb-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/verb-extrabold.woff") format("woff"), url("../fonts/verb-extrabold.ttf") format("truetype"), url("../fonts/verb-extrabold.svg#VerbExtraBold") format("svg");
}
@font-face {
  font-family: "VerbUltra";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/verb-ultra.eot");
  src: url("../fonts/verb-ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/verb-ultra.woff") format("woff"), url("../fonts/verb-ultra.ttf") format("truetype"), url("../fonts/verb-ultra.svg#VerbUltra") format("svg");
}
@font-face {
  font-family: "icon";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#icon") format("svg");
}
@font-face {
  font-family: "EventIcons";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/eventicons.eot");
  src: url("../fonts/eventicons.eot?#iefix") format("embedded-opentype"), url("../fonts/eventicons.woff") format("woff"), url("../fonts/eventicons.ttf") format("truetype"), url("../fonts/eventicons.svg#EventIcons") format("svg");
}
.label-brown, .label-blue, .sponsors-header, .newsletter-text, #newsletter-submit, .homelist-h, .sidebar-h, .sidebarlink:hover, .catalog-category, .catalog-tree {
  text-shadow: 1px 1px 1px black;
}

.label-brown, .label-blue, .sponsors-header, .homelist-h, .catalog-category, .catalog-tree {
  font-family: "VerbLight", "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  border-radius: 10px;
  color: white;
  font-size: 1.5em;
  line-height: normal;
  margin-bottom: 0.5em;
  padding: 0.2em 0.6em 0.1em;
  text-transform: uppercase;
}

.label-brown {
  background-color: #38291a;
}

.label-blue {
  background-color: #114782;
  margin-top: 1em;
}

.contentheader, .home-about h2, h1.entry-title, #calendar .fc-center h2 {
  font-family: "VerbBlack", "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #93b319;
  font-size: 2em;
}

.contentheader-s {
  font-size: 1.9em;
  margin-bottom: 0.3em;
}

.subheader, form h3 {
  font-family: "VerbBlack", "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25em;
}

body {
  font-family: "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #114782;
  font-weight: bold;
}
a:hover {
  color: #1a6cc6;
}

.a-alt, .sidebar-navigation a, .event-details a {
  color: #ccc;
  text-decoration: none;
}
.a-alt:hover, .sidebar-navigation a:hover, .event-details a:hover {
  color: white;
  text-decoration: underline;
}

p {
  line-height: 2;
  margin: 0 0 2em;
}
p:first-child {
  margin: 0 0 1em 0;
}

p + ul {
  margin-top: -1em;
}

.icon {
  font-family: icon;
}

.text-small, .rec-location-sec {
  font-size: 0.85em;
}

/*==========================
ELEMENTS
==========================*/
body {
  min-width: 20em;
  overflow-x: hidden;
  padding: 0;
}

form {
  margin: 0;
}

select {
  height: 32px;
}

fieldset {
  border-top: 1px solid transparent;
  margin: 1em 0;
  padding: 0;
}

button {
  background: none;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  min-height: 16px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 30em) {
  input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
    margin-bottom: 5px;
  }
}

/*==========================
BASIC LAYOUT
==========================*/
#page {
  *zoom: 1;
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
  min-width: 14.375em;
  overflow-x: hidden;
  padding: 0 10px;
}
#page:before, #page:after {
  content: " ";
  display: table;
}
#page:after {
  clear: both;
}
@media screen and (min-width: 73.125em) {
  #page {
    padding: 0;
  }
}

.site-main {
  margin-bottom: 2em;
  position: relative;
}
.home .site-main {
  margin-bottom: 0;
}

.btn, .search-top form input[type="submit"], #login-submit, .homeslide-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "VerbUltra", "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  border-radius: 15px;
  display: inline-block;
  letter-spacing: 1px;
  padding: 0.3em 0.7em 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.btn, .search-top form input[type="submit"], #login-submit {
  color: black;
  text-shadow: 1px 1px 1px white;
}

.btn:hover, .search-top form input[type="submit"]:hover, #login-submit:hover, .homeslide-btn {
  color: white;
  text-shadow: 1px 1px 1px black;
}

.btn, .search-top form input[type="submit"] {
  background-color: #93b319;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93b319), color-stop(100%, #bfe336));
  background-image: -webkit-linear-gradient(bottom, #93b319, #bfe336);
  background-image: linear-gradient(to top,#93b319, #bfe336);
  border: 1px solid black;
  box-shadow: inset 0 2px 3px #d4ec79;
  font-size: 0.8125em;
}
.page-id-24 .catalog-tree-info .btn, .page-id-24 .catalog-tree-info .search-top form input[type="submit"], .search-top form .page-id-24 .catalog-tree-info input[type="submit"] {
  display: none;
}

#login-submit {
  background-color: #93b319;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93b319), color-stop(100%, #bfe336));
  background-image: -webkit-linear-gradient(bottom, #93b319, #bfe336);
  background-image: linear-gradient(to top,#93b319, #bfe336);
  border: 1px solid black;
  box-shadow: inset 0 2px 3px #d4ec79;
}

.btn-withinput {
  height: 30px;
  line-height: 30px;
  padding: 0 1.2em;
  margin-left: 10px;
  vertical-align: middle;
}

/*==========================
FORMS
==========================*/
input.input-btn-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2em !important;
}

input.input-rounded {
  border: none;
  height: 30px;
  line-height: 30px;
}

input.input-dark {
  background: #eeeeee;
  border: 1px solid #d5d5d5;
}
input.input-dark::-webkit-input-placeholder {
  color: #666666;
}
input.input-dark:-moz-placeholder {
  color: #666666;
}
input.input-dark::-moz-placeholder {
  color: #666666;
}
input.input-dark:-ms-input-placeholder {
  color: #666666;
}

.radio-predecessor {
  margin-right: 1em;
}

.radio-inline input[type="radio"] {
  margin-right: 0.3em;
}

.radio-inline:first-of-type {
  margin-right: 1em;
}

.form-horizontal .control-group {
  margin-bottom: 16px;
}

input[type="radio"], input[type="checkbox"] {
  margin: 6px 0 0;
}

.radio input[type="radio"] {
  margin-top: 5px;
}

@media screen and (max-width: 30em) {
  .form-inline label {
    display: block;
  }
}
legend + .control-group, form h2 + .control-group {
  margin-top: 0;
}

input.alert {
  margin: 0;
}

label.alert {
  display: block;
}

.alert {
  line-height: 1;
  margin: 5px 0;
  padding: 8px 6px 6px;
}
.alert .close {
  right: 0;
  line-height: 14px;
}

/*==========================
POPUP
==========================*/
.popup {
  background: #114782;
  border-radius: 10px;
  color: white;
  position: relative;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}
.popup.m-small {
  max-width: 500px;
}
.popup .mfp-close {
  color: white;
}
.popup a {
  color: #93b319;
}
.popup a:hover {
  color: white;
}

/*==========================
VERY TOP
==========================*/
.headertop {
  height: 69px;
  line-height: 69px;
  margin: 1em auto;
  text-align: right;
}

.site-title {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  width: 300px;
  height: 86px;
  background: url(../../images/tcb-new-logo-small.png);
  background-size: contain;
  display: block;
  float: left;
}

.header-search-c {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  position: relative;
  width: 350px;
}
.header-search-c input::-webkit-input-placeholder {
  font-weight: bold;
}
.header-search-c input:-moz-placeholder {
  font-weight: bold;
}
.header-search-c input::-moz-placeholder {
  font-weight: bold;
}
.header-search-c input:-ms-input-placeholder {
  font-weight: bold;
}
@media (max-width: 55em) {
  .header-search-c {
    width: 230px;
  }
}

.btn-search {
  background-color: #ebebeb;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #f9f9f9));
  background-image: -webkit-linear-gradient(bottom, #ebebeb, #f9f9f9);
  background-image: linear-gradient(to top,#ebebeb, #f9f9f9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d5d5d5;
  border-radius: 15px;
  box-shadow: -3px 0 1px #e0e0e0;
  font-family: icon;
  font-size: 11px;
  line-height: 1;
  width: 30px;
  text-align: center;
  border: 1px solid #d5d5d5;
}
.btn-search:hover {
  background-color: #d2d2d2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2d2d2), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(bottom, #d2d2d2, #efefef);
  background-image: linear-gradient(to top,#d2d2d2, #efefef);
}

.header-social {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
@media (max-width: 46.875em) {
  .header-social {
    display: none;
  }
}

.header-social-i, .footer-social-i {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  float: left;
  margin-left: 15px;
  position: relative;
}
.header-social-i:after, .footer-social-i:after {
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: -1;
}
.header-social-i:hover:after, .footer-social-i:hover:after, .header-social-i:active:after, .footer-social-i:active:after {
  background-color: #93b319;
}


.social-facebook {
  background-position: -215px -71px;
  width: 54px;
  height: 55px;
}

.social-twitter {
  background-position: -161px -71px;
  width: 54px;
  height: 55px;
}

.social-youtube {
  width: 54px;
  height: 55px;
  background: url(../../images/icn-youtube.png) no-repeat;
}

.social-instagram {
  width: 54px;
  height: 55px;
  background: url(../../images/icn-instagram.png) no-repeat;
}

@media (max-width: 36em) {
  .headertop {
    height: auto;
    line-height: 1;
    text-align: left;
  }

  .site-title {
    float: none;
  }

  .header-search-c {
    margin-top: 1em;
    width: 80%;
  }
}
/*==========================
SITE NAVIGATION
==========================*/
#main-nav {
  *zoom: 1;
  min-height: 48px;
  background-color: #114782;
  font-family: "VerbCondensed", "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#main-nav:before, #main-nav:after {
  content: " ";
  display: table;
}
#main-nav:after {
  clear: both;
}

.menu, .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.no-opacity .menu, .no-opacity .sub-menu {
  background-color: #114782;
}

.main-menu-item {
  float: left;
  position: relative;
  /* this is needed in order to position sub menus */
}

.menu-link {
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 13px;
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  transition: color 0.25s;
}

.no-touch #main-nav:hover .menu-link {
  color: #ccc;
}
.no-touch #main-nav .menu-item:hover > .menu-link {
  color: white;
}

@media (max-width: 71.875em) {
  .main-menu-item {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
@media (max-width: 71.875em) {
  .main-menu-item > .menu-link {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.8em;
    line-height: 1;
    height: 62px;
    max-width: 8em;
    padding: 0.9em;
  }
}
@media screen and (max-width: 47.9375em) {
  .main-menu-item {
    display: block;
  }
  .main-menu-item > .menu-link {
    font-size: 1em;
    height: auto;
    max-width: 30em;
  }
}

.sub-menu {
  font-family: "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: none;
  /* hide all sub menus from view */
  padding-bottom: 1em;
  position: absolute;
  z-index: 100;
  top: 48px;
  width: 195px;
}
@media (max-width: 71.875em) {
  .sub-menu {
    top: 62px;
  }
}

.main-menu-item:last-child .menu-depth-1 {
  right: 0;
}
.main-menu-item:last-child .menu-depth-1:before {
  right: 2em;
  left: auto;
}

.main-menu-item:last-child .menu-depth-2,
.main-menu-item:nth-last-child(2) .menu-depth-2 {
  padding-left: 0;
  padding-right: 1em;
  left: -195px;
}
.main-menu-item:last-child .menu-depth-2:before,
.main-menu-item:nth-last-child(2) .menu-depth-2:before {
  left: auto;
  right: 0;
}

.no-touch #main-nav .menu-item:hover > .sub-menu {
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .no-touch #main-nav .menu-item:hover > .sub-menu {
    display: none;
  }
}

.sub-menu-item {
  background: #114782;
  float: none;
  /* overwriting our float up above */
  position: relative;
}

.sub-menu-link {
  line-height: 1;
  font-size: 0.8em;
  height: auto;
  padding: 1em;
}

.menu-depth-1 {
  padding-top: 1em;
}
.menu-depth-1:before {
  border-style: solid;
  height: 0;
  width: 0;
  -webkit-transform: rotate(360deg);
  content: "";
  border-color: transparent;
  border-width: 1em 1.15em;
  border-bottom-color: #114782;
  border-top-width: 0;
  position: absolute;
  top: 0;
  left: 2em;
}

.menu-depth-2 {
  left: 195px;
  padding-left: 1em;
  top: 0;
}
.menu-depth-2:before {
  border-style: solid;
  height: 0;
  width: 0;
  -webkit-transform: rotate(360deg);
  content: "";
  border-color: transparent;
  border-width: 1.15em 1em;
  border-left-color: #114782;
  border-right-width: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes flip-to-x {
  from {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
}
@-moz-keyframes flip-to-x {
  from {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
}
@-o-keyframes flip-to-x {
  from {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
}
@keyframes flip-to-x {
  from {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
}
@-webkit-keyframes flip-to-arrow {
  from {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  to {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
@-moz-keyframes flip-to-arrow {
  from {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  to {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
@-o-keyframes flip-to-arrow {
  from {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  to {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
@keyframes flip-to-arrow {
  from {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  to {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
#mobilenav-btn {
  color: white;
  cursor: pointer;
  display: none;
  padding: 1em;
  text-align: right;
  text-transform: uppercase;
}
#mobilenav-btn:after {
  display: inline-block;
  font-family: icon;
  margin-left: 0.3em;
}
#mobilenav-btn.is-inactive:after {
  content: "";
  -webkit-animation: flip-to-arrow 0.3s linear;
  -moz-animation: flip-to-arrow 0.3s linear;
  animation: flip-to-arrow 0.3s linear;
}
#mobilenav-btn.is-active:after {
  content: "";
  -webkit-animation: flip-to-x 0.3s linear;
  -moz-animation: flip-to-x 0.3s linear;
  animation: flip-to-x 0.3s linear;
}

.mbl-submenu-close {
  display: none;
  float: right;
  height: 47px;
  line-height: 47px;
  width: 47px;
  margin-top: -12px;
  font-family: icon;
  color: white;
  text-align: center;
}
.mbl-submenu-close:after {
  content: "";
  display: inline-block;
}

.is-active > .mbl-submenu-close {
  display: block;
}

@media screen and (max-width: 47.9375em) {
  #mobilenav-btn {
    display: block;
    float: right;
  }

  .navigation-main {
    position: relative;
  }

  #menu-site-navigation {
    position: absolute;
    top: 52px;
    right: 0;
    background: #114782;
    z-index: 10;
    width: 16em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #menu-site-navigation > li {
    float: none;
  }
  .csstransforms #menu-site-navigation {
    -webkit-transform: translate3d(500px, 0, 0);
    -moz-transform: translate3d(500px, 0, 0);
    -ms-transform: translate3d(500px, 0, 0);
    -o-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
  }
  .csstransforms #menu-site-navigation.is-active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .no-csstransforms #menu-site-navigation {
    position: relative;
    right: -500px;
  }
  .no-csstransforms #menu-site-navigation.is-active {
    right: 0;
  }

  .menu-link {
    color: white !important;
  }

  .sub-menu {
    position: static;
  }
  .sub-menu:before {
    content: '';
    border-width: 0;
  }

  .sub-menu-item {
    background-color: transparent;
  }

  .sub-menu-link,
  .menu-item.is-active > .menu-link {
    padding: 0.6em 1em !important;
  }

  .menu-item.is-active {
    background-color: #1760af;
    padding: 1em 0;
  }
  .menu-item.is-active > .menu-link {
    font-size: 0.8em;
    font-weight: normal;
    height: auto;
  }
  .menu-item.is-active .sub-menu {
    display: block !important;
  }

  .menu-depth-1,
  .sub-menu {
    padding: 0;
  }

  .menu-depth-2 {
    color: white;
    list-style: circle;
    padding-left: 2em;
  }
}
/*==========================
ADDRESS
==========================*/
.address {
  font-size: 0.75em;
  margin-top: 0.5em;
  text-align: right;
}

.address-i {
  display: inline-block;
}
.address-i:not(.m-1):before {
  content: '|';
  margin: 0 0.5em;
}
@media screen and (max-width: 30em) {
  .address-i.m-1 {
    display: block;
  }
  .address-i.m-2:before {
    content: '';
  }
}

.site-footer {
  margin-top: 4em;
}

/*==========================
SPONSERS
==========================*/
.sponsors-container {
  display: block;
  float: left;
  margin-right: 2.5641%;
  width: 100%;
  margin-bottom: 1.5em;
  text-align: center;
}
.sponsors-container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 53.125em) {
  .sponsors-container {
    display: block;
    float: left;
    margin-right: 2.5641%;
    width: 100%;
  }
  .sponsors-container:last-child {
    margin-right: 0;
  }
}

.sponsors-header {
  background-color: #38291a;
  text-align: left;
}

.sponsors-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.sponsors-list li {
  display: inline-block;
}
.sponsors-list li {
  vertical-align: middle;
  width: 24%;
  height: 8em;
  overflow: hidden;
}

.sponsor {
  text-indent: -1000px;
  width: 90%;
  height: 8em;
  display: block;
  margin: 10px;
}
.sponsor.m-tep {
  background-position: 0px -71px;
  width: 161px;
  height: 66px;
}
.sponsor.m-tucson {
  background-position: 0px -189px;
  width: 62px;
  height: 90px;
}
.sponsor.m-pima {
  width: 125px;
  height: 66px;
  background: url(../../images/pimalogo.jpg) no-repeat;
  background-size: cover;
}
.sponsor.m-trico {
  background-position: 0px -137px;
  width: 152px;
  height: 52px;
}
.sponsor.m-saems {
  width: 200px;
  height: 92px;
  background: url(../../images/saemslogo.jpg) no-repeat;
  background-size: cover;
}
.sponsor.m-chapman {
  width: 100px;
  height: 89px;
  background: url(../../images/chapmanlogo.jpg) no-repeat;
  background-size: cover;
}
.sponsor.m-kindermorgan {
  width: 150px;
  height: 45px;
  background: url(../../images/kindermorgan.png) no-repeat;
  background-size: cover;
}
.sponsor.m-hamstra {
  width: 120px;
  height: 88px;
  background: url(../../images/hamstra.png) no-repeat;
  background-size: cover;
}

/*==========================
NEWSLETTER
==========================*/
.newsletter-container {
  display: block;
  float: left;
  margin-right: 2.5641%;
  width: 100%;
  background-color: #114782;
  color: white;
  margin-bottom: 1.5em;
  padding: 1em;
  border-radius: 10px;
}
.newsletter-container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 53.125em) {
  .newsletter-container {
    display: block;
    float: left;
    margin-right: 2.5641%;
    width: 100%;
  }
  .newsletter-container:last-child {
    margin-right: 0;
  }
}
.home .newsletter-container {
  clear: left;
  margin-right: 2.5641%;
}

.newsletter-text {
  font-family: "VerbBlack", "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}

.newsletter-form {
  margin: 8px 0;
}
.newsletter-form label {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  margin: 0;
}

#newsletter-input {
  border-radius: 15px;
  height: 30px;
  line-height: 100%;
  background: white;
  border: 1px solid white;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 0.8em;
  padding: 0 1em;
  width: 220px;
}
#newsletter-input::-webkit-input-placeholder {
  color: #9d9d9d;
}
#newsletter-input:-moz-placeholder {
  color: #9d9d9d;
}
#newsletter-input::-moz-placeholder {
  color: #9d9d9d;
}
#newsletter-input:-ms-input-placeholder {
  color: #9d9d9d;
}

#newsletter-submit {
  font-family: "VerbBlack", "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125em;
  color: white;
  width: 115px;
}

.footer-social {
  *zoom: 1;
  display: none;
  float: right;
  margin: 10px auto 16px;
  width: 20em;
}
.footer-social:before, .footer-social:after {
  content: " ";
  display: table;
}
.footer-social:after {
  clear: both;
}
@media (max-width: 46.875em) {
  .footer-social {
    display: block;
  }
}

.social-twitter-small {
  background-position: -152px -137px;
  width: 52px;
  height: 52px;
  margin-left: 0;
}

.social-facebook-small {
  background-position: -204px -137px;
  width: 52px;
  height: 52px;
  margin-left: 12px;
}

.social-youtube-small {
  background: url(../../images/icn-youtube-small.png) no-repeat;
  width: 52px;
  height: 52px;
  margin-left: 12px;
}

@media screen and (min-width: 73.125em) {
  .newsletter-text {
    float: left;
    height: 45px;
    width: 155px;
    text-align: right;
  }

  .newsletter-form {
    margin-left: 155px;
  }

  #newsletter-input {
    margin: 0 1.5em;
  }

  #newsletter-submit {
    float: right;
  }
}
@media screen and (max-width: 60em) {
  #newsletter-input, #newsletter-submit {
    margin-bottom: 1em;
  }
}
@media (max-width: 35em) {
  .footer-social {
    float: none;
    line-height: 0;
    margin-top: 0;
    text-align: center;
  }

  .footer-social-i {
    display: inline-block;
    float: none;
  }

  .newsletter-text {
    text-align: center;
  }

  .newsletter-form {
    margin: 0;
  }

  #newsletter-input,
  #newsletter-submit {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #newsletter-submit {
    margin-top: 10px;
  }
}
/*==========================
COPYRIGHT
==========================*/
.copyright-container {
  display: block;
  float: left;
  margin-right: 2.5641%;
  width: 100%;
  font-size: 0.6875em;
  margin-bottom: 2em;
}
.copyright-container:last-child {
  margin-right: 0;
}
.copyright-container p {
  margin: 0;
}
.opacity .home .copyright-container {
  display: block;
  float: left;
  margin-right: 2.5641%;
  width: 48.71795%;
}
.opacity .home .copyright-container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 53.125em) {
  .opacity .home .copyright-container {
    display: block;
    float: left;
    margin-right: 2.5641%;
    width: 100%;
  }
  .opacity .home .copyright-container:last-child {
    margin-right: 0;
  }
}

.site-by {
  float: right;
  margin: 10px 0;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  width: 275px;
  text-align: right;
}
.site-by a {
  color: #000;
  text-decoration: none;
}
.site-by .sb {
  display: inline-block;
  vertical-align: top;
}
.site-by .brink-logo {
  width: 81px;
  height: 23px;
  display: inline-block;
  overflow: hidden;
  text-indent: 10000px;
  background: url(../../images/brink.png) no-repeat;
  margin-top: 0;
}

.home #main {
  margin-top: 0;
}
.home #primary {
  display: block;
  float: left;
  margin-right: 2.5641%;
  width: 100%;
}
.home #primary:last-child {
  margin-right: 0;
}
.home .site {
  overflow: hidden;
}

/*==========================
SLIDESHOW
==========================*/
#home-banner {
  margin-bottom: 0;
}

.homeslide-list {
  color: white;
}

.homeslide {
  padding-top: 34.18803%;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .homeslide {
    padding-top: 0;
  }
}

.homeslide-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .homeslide-image {
    position: static;
  }
}

.homeslide-text {
  position: absolute;
  top: 31.25%;
  right: 0;
  font-size: 0.8em;
  text-align: right;
}
@media screen and (min-width: 73.125em) {
  .homeslide-text {
    font-size: 1em;
  }
}
@media screen and (max-width: 60em) {
  .homeslide-text {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 47.9375em) {
  .homeslide-text {
    background: #107d3e;
    position: static;
    text-align: left;
  }
}

.homeslide-title {
  font-family: "VerbExtraBold", "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #107d3e;
  font-size: 3em;
  line-height: 1;
  padding: 0.2em 65px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 47.9375em) {
  .homeslide-title {
    font-size: 18px;
    padding: 5px 10px;
  }
}

.homeslide-body {
  background-color: #38291a;
  display: inline-block;
  font-weight: bold;
  font-size: 1.25em;
  padding: 0.2em 65px 0.1em;
}
@media screen and (max-width: 47.9375em) {
  .homeslide-body {
    background-color: transparent;
    display: block;
    font-size: 16px;
    padding: 2px 10px;
  }
}

.homeslide-btn {
  background-color: #114782;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #114782), color-stop(100%, #1a6cc6));
  background-image: -webkit-linear-gradient(bottom, #114782, #1a6cc6);
  background-image: linear-gradient(to top,#114782, #1a6cc6);
  border: 1px solid black;
  box-shadow: inset 0 2px 3px #4592e7;
  font-size: 0.8125em;
  padding: 0.43em 0.7em 0.3em;
  margin: 30px 65px 0 0;
}
.homeslide-btn:hover {
  color: white;
}
@media screen and (max-width: 47.9375em) {
  .homeslide-btn {
    margin: 5px 10px;
  }
}

.carousel-control {
  font-family: icon;
  font-size: 24px;
  line-height: 38px;
  text-decoration: none;
  margin: 0;
  top: auto;
  bottom: 20px;
}
@media screen and (max-width: 47.9375em) {
  .carousel-control {
    top: 20px;
  }
}

/*==========================
FEATURE LINKS
==========================*/
.home-features {
  *zoom: 1;
  background-color: #38291a;
  color: white;
  margin-bottom: 2em;
  padding: 1em 0 1.3em;
  position: relative;
}
.home-features:before, .home-features:after {
  content: " ";
  display: table;
}
.home-features:after {
  clear: both;
}

.homefeature {
  float: left;
  padding: 0 1em 1.3em;
  text-align: right;
  width: 25%;
}

.homefeature-h {
  font-family: "VerbExtraLight", "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 2px 2px 2px black;
  font-size: 3em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.3em;
  margin-top: -2px;
}

.homefeature-body {
  font-size: 0.6875em;
  font-weight: bold;
  margin-bottom: 33px;
  position: relative;
}
.homefeature-body p {
  line-height: 2.72727;
  margin: 0 0 1em;
}
.homefeature-body:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
}
.homefeature-body.m-plant:before {
  background-position: 0px 0px;
  width: 95px;
  height: 172px;
  top: -20px;
}
.homefeature-body.m-recycle:before {
  background-position: -95px 0px;
  width: 138px;
  height: 135px;
}
.homefeature-body.m-adopt:before {
  background-position: -233px 0px;
  width: 112px;
  height: 127px;
}
.homefeature-body.m-donate:before {
  background-position: 0px -172px;
  width: 121px;
  height: 112px;
}
.homefeature-body.m-learn:before {
  background: url(../../images/icn-learn.png);
  width: 140px;
  height: 140px;
  background-size: cover;
  top: 56px;
}

.homefeature-pad {
  clear: both;
  float: left;
}
.homefeature-pad.m-plant-1 {
  width: 95px;
  height: 80px;
}
.homefeature-pad.m-plant-2 {
  width: 103px;
  height: 70px;
}
.homefeature-pad.m-recycle-1 {
  width: 122px;
  height: 60px;
}
.homefeature-pad.m-recycle-2 {
  width: 140px;
  height: 78px;
}
.homefeature-pad.m-adopt-1 {
  width: 115px;
  height: 133px;
}
.homefeature-pad.m-donate-1 {
  width: 103px;
  height: 58px;
}
.homefeature-pad.m-donate-2 {
  width: 126px;
  height: 55px;
}

.homefeature-zinger {
  position: absolute;
  top: 1em;
  bottom: 1.5em;
  width: 25%;
  border-right: 1px solid white;
}
.homefeature-zinger .btn, .homefeature-zinger .search-top form input[type="submit"], .search-top form .homefeature-zinger input[type="submit"] {
  position: absolute;
  right: 1em;
  bottom: 0;
}
.homefeature-zinger.m-1 {
  right: 75%;
}
.homefeature-zinger.m-2 {
  right: 50%;
}
.homefeature-zinger.m-3 {
  right: 25%;
}
.homefeature-zinger.m-4 {
  border-right: none;
  right: 0;
}

@media (max-width: 65.625em) {
  .homefeature {
    width: 50%;
  }

  .homefeature-pair {
    *zoom: 1;
    position: relative;
  }
  .homefeature-pair:before, .homefeature-pair:after {
    content: " ";
    display: table;
  }
  .homefeature-pair:after {
    clear: both;
  }
  .homefeature-pair.m-1 {
    margin-bottom: 1em;
  }

  .homefeature-zinger {
    top: 0;
    bottom: 0;
    width: 50%;
  }
  .homefeature-zinger.m-1 {
    right: 50%;
  }
  .homefeature-zinger.m-2 {
    border-right: none;
    right: 0;
  }
  .homefeature-zinger.m-3 {
    right: 50%;
  }
}
@media (max-width: 34.875em) {
  .homefeature {
    border-bottom: 1px solid white;
    float: none;
    min-height: 220px;
    margin: 0 1em;
    padding: 1em 0;
    position: relative;
    width: auto;
  }
  .homefeature.m-1 {
    padding-top: 0;
  }
  .homefeature.m-4 {
    border-bottom: none;
    padding-bottom: 0;
  }

  .homefeature-pair.m-1 {
    margin-bottom: 0;
  }

  .homefeature-body.m-plant:before {
    top: -40px;
  }

  .homefeature-zinger {
    border-right: none;
    position: static;
    width: auto;
  }
  .homefeature-zinger .btn, .homefeature-zinger .search-top form input[type="submit"], .search-top form .homefeature-zinger input[type="submit"] {
    position: static;
  }
}
@media (max-width: 21.875em) {
  .homefeature-body.m-plant:before {
    top: 0;
  }
}
/*==========================
MAIN
==========================*/
.home-about {
  display: block;
  float: left;
  margin-right: 2.5641%;
  width: 48.71795%;
}
.home-about:last-child {
  margin-right: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-about {
    display: block;
    float: left;
    margin-right: 2.5641%;
    width: 100%;
  }
  .home-about:last-child {
    margin-right: 0;
  }
}

.home-lists {
  display: block;
  float: left;
  margin-right: 2.5641%;
  width: 48.71795%;
}
.home-lists:last-child {
  margin-right: 0;
}
@media screen and (max-width: 47.9375em) {
  .home-lists {
    display: block;
    float: left;
    margin-right: 2.5641%;
    width: 100%;
  }
  .home-lists:last-child {
    margin-right: 0;
  }
}

.homelist {
  display: block;
  float: left;
  margin-right: 5.26316%;
  width: 100%;
}
.homelist:last-child {
  margin-right: 0;
}
.homelist.m-events {
  margin-right: 0;
  padding-bottom: 2em;
}
@media screen and (min-width: 73.125em) {
  .homelist {
    display: block;
    float: left;
    margin-right: 5.26316%;
    width: 47.36842%;
  }
  .homelist:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .homelist {
    display: block;
    float: left;
    margin-right: 2.5641%;
    width: 48.71795%;
  }
  .homelist:last-child {
    margin-right: 0;
  }
}
@media (max-width: 32.5em) {
  .homelist {
    display: block;
    float: left;
    margin-right: 2.5641%;
    width: 100%;
  }
  .homelist:last-child {
    margin-right: 0;
  }
}
.homelist ul {
  font-size: 0.75em;
  line-height: 2;
}
.homelist ul li {
  margin-bottom: 2em;
}
.homelist a {
  font-weight: bold;
}

.homelist-h {
  background-color: #114782;
  text-align: center;
}

.homelist-announcements {
  padding-left: 14px;
}

.homelist-events {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.homelist-events li {
  *zoom: 1;
}
.homelist-events li:before, .homelist-events li:after {
  content: " ";
  display: table;
}
.homelist-events li:after {
  clear: both;
}

.homelist-events-icon {
  background-color: #107d3e;
  border-radius: 5px;
  color: white;
  font-family: EventIcons;
  float: left;
  font-size: 24px;
  line-height: 1;
  padding: 5px;
  margin: 6px 10px 0 0;
}

/*==========================
FACEBOOK
==========================*/
#home-fb {
  display: block;
  float: left;
  margin-right: 5.26316%;
  width: 100%;
  margin-bottom: -271px;
}
#home-fb:last-child {
  margin-right: 0;
}
@media (min-width: 71.875em) {
  #home-fb {
    margin-bottom: -165px;
  }
}
@media screen and (max-width: 53.125em) {
  #home-fb {
    margin-bottom: 20px;
  }
}

.sidebar-navigation, .event-details {
  background: #38291a;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  padding: 1em;
  width: 28%;
}
@media screen and (max-width: 47.9375em) {
  .sidebar-navigation, .event-details {
    display: none;
    /*  @include absolute(0 n n 0);
     margin: 0 !important;
     width: 275px !important;
     @include transition(all 0.3s);
     .csstransforms & {
       @include transform(translateX(-320px));
       &.is-active {
         @include transform(translateX(0));
       }
     }
     .no-csstransforms & {
       left: -320px;
       &.is-active {
         left: 0;
       }
     } */
  }
}

.sidebar-links-sub {
  padding-left: 1.5em;
}

.sidebar-links-sub-i {
  font-size: 0.8em;
}

.sidebar-h {
  font-family: "VerbLight", "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: white !important;
  display: block;
  font-size: 2em;
  margin-bottom: 0.3em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.mbl-closesidebar {
  content: "";
  cursor: pointer;
  display: none;
  font-family: icon;
  font-size: 1.5em;
  float: right;
}
@media screen and (max-width: 47.9375em) {
  .mbl-closesidebar {
    display: block;
  }
}

.sidebar-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

.sidebarlink {
  display: block;
  padding: 0.3em 0;
  margin-bottom: 0.5em;
}

.mbl-sidebar-section {
  display: none;
  margin-bottom: 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 47.9375em) {
  .mbl-sidebar-section {
    display: block;
  }
}

.catalog-intro {
  position: relative;
}

.catalog-description {
  margin-right: 200px;
}
.catalog-description p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 60em) {
  .catalog-description {
    margin-right: 0;
  }
}

.catalog-ordernow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.catalog-ordernow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media screen and (max-width: 60em) {
  .catalog-ordernow {
    position: static;
    display: block;
    width: 100%;
  }
  .catalog-ordernow:before {
    display: none;
  }
}

.merch {
  margin-bottom: 3em;
}

.merch-img {
  width: 48%;
  float: left;
}
@media screen and (max-width: 30em) {
  .merch-img {
    width: 100%;
    float: none;
  }
}
.merch-img img {
  width: 100%;
}

.merch-details {
  width: 48%;
  float: right;
}
.merch-details.imageless {
  width: 100%;
  float: none;
}
@media screen and (max-width: 30em) {
  .merch-details {
    width: 100%;
    float: none;
  }
}
.merch-details h3 {
  margin-top: 0;
}

.merch-tools {
  clear: both;
}

/*==========================
GRID
==========================*/
.catalog-grid {
  *zoom: 1;
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
  margin: 2em 0;
}
.catalog-grid:before, .catalog-grid:after {
  content: " ";
  display: table;
}
.catalog-grid:after {
  clear: both;
}

.catalog-grid-i {
  display: block;
  float: left;
  margin-right: 2.5641%;
  width: 31.62393%;
  display: block;
  margin-bottom: 1em;
  text-decoration: none;
  text-align: center;
}
.catalog-grid-i:last-child {
  margin-right: 0;
}
@media screen and (max-width: 30em) {
  .catalog-grid-i.m-last {
    display: block;
    float: left;
    margin-right: 2.5641%;
    width: 48.71795%;
  }
  .catalog-grid-i.m-last:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 30em) {
  .catalog-grid-i {
    display: block;
    float: left;
    margin-right: 2.5641%;
    width: 48.71795%;
  }
  .catalog-grid-i:last-child {
    margin-right: 0;
  }
  .catalog-grid-i:nth-child(even) {
    margin-right: 0;
  }
}

.grid-i-inner {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.catalog-grid-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 30px;
  left: 0;
}

.catalog-grid-name {
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

.catalog-grid-more {
  margin: 1em 0;
}

.inline {
  display: inline;
  position: relative;
  bottom: 0.3em;
  margin-right: 0.3em;
}
.m-small .inline {
  bottom: 0.5em;
}

.catalog-quantity {
  margin-top: 1em;
}
.catalog-quantity.m-small label {
  font-size: 0.8em !important;
  height: 2em;
  margin-top: 0;
}

/*==========================
DESCRIPTIONS
==========================*/
.catalog-category {
  background-color: #38291a;
  font-family: "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin-top: 1em;
}

.catalog-latin {
  font-size: 0.6em;
  font-style: italic;
  font-weight: normal;
  margin-left: 1em;
  text-transform: none;
  vertical-align: middle;
}

.catalog-category-t {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media screen and (max-width: 47.9375em) {
  .catalog-category-t {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.catalog-tree {
  background-color: #114782;
  position: relative;
  padding-right: 38px;
  margin-bottom: 12px;
  margin-top: 1em;
}

.catalog-tree-inner {
  *zoom: 1;
}
.catalog-tree-inner:before, .catalog-tree-inner:after {
  content: " ";
  display: table;
}
.catalog-tree-inner:after {
  clear: both;
}

.catalog-tree-carousel {
  display: block;
  float: left;
  margin-right: 2.5641%;
  width: 40.17094%;
  margin-bottom: 12px;
}
.catalog-tree-carousel:last-child {
  margin-right: 0;
}
.catalog-tree-carousel .item {
  height: 0;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.catalog-tree-carousel .item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.catalog-tree-carousel .carousel-indicators {
  bottom: 10px;
  top: auto;
  width: 100%;
  text-align: center;
}
.catalog-tree-carousel .carousel-indicators li {
  display: inline-block;
  float: none;
}

.carousel-item-c {
  position: relative;
}

.catalog-tree-info {
  display: block;
  float: left;
  margin-right: 2.5641%;
  width: 57.26496%;
}
.catalog-tree-info:last-child {
  margin-right: 0;
}

@media screen and (max-width: 47.9375em) {
  .catalog-tree-carousel,
  .catalog-tree-info {
    width: 100%;
    margin-right: 0;
  }
}

.catalog-tree-table {
  font-size: 0.85em;
  margin-bottom: 12px;
}
.catalog-tree-table tr:nth-child(odd) td:nth-child(1) {
  background: #ccc;
}
.catalog-tree-table tr:nth-child(odd) td:nth-child(2) {
  background: #ccc;
}
.catalog-tree-table tr:nth-child(even) td:nth-child(1) {
  background: #ebebeb;
}
.catalog-tree-table tr:nth-child(even) td:nth-child(2) {
  background: #ebebeb;
}
.catalog-tree-table td {
  border-top: none;
  font-weight: bold;
  line-height: 1em;
  padding: 0.6em 1em;
  width: 50%;
}
.catalog-tree-table td:nth-child(2) {
  font-style: italic;
}

.scroll-to-top {
  position: absolute;
  top: 7px;
  right: 7px;
  color: white;
  text-decoration: none;
}
.scroll-to-top:before {
  content: "";
  font-family: icon;
  display: block;
}
.scroll-to-top:hover {
  color: white;
}

.post-type-archive-product #secondary {
  display: none;
}

.site-main {
  margin-top: 1em;
}

.sidebar-navigation, .event-details {
  float: left;
  width: 28%;
  margin-right: 0;
}
@media screen and (max-width: 60em) {
  .sidebar-navigation, .event-details {
    display: none;
  }
}

.page-content {
  margin-left: 30%;
  width: 70%;
  margin-bottom: 3em;
}
.page-content.full-width {
  margin-left: 0;
  width: 100%;
}
@media screen and (max-width: 60em) {
  .page-content {
    margin-left: 0;
    width: 100%;
  }
}

h1 {
  font-family: "VerbBlack", "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5em;
}
h1.entry-title {
  margin-bottom: 0.4em;
}

.page-content article h2, .page-content article h3, .page-content article h4, .page-content article h5, .page-content article h6 {
  margin: 0.8em 0;
}
.page-content article h2 {
  font-family: "VerbBlack", "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125em;
}
.page-content article h3 {
  font-family: "VerbExtraBold", "Verb", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125em;
}
.page-content article h4, .page-content article h5, .page-content article h6 {
  font-weight: bold;
  font-size: 1.125em;
}
.page-content article li {
  margin-bottom: 0.5em;
}
.page-content article ol, .page-content article ul {
  margin: 1em 0;
}
.page-content article .alignleft {
  float: left;
  margin: 0.5em 0.5em 0.5em 0;
}
.page-content article .alignleft:first-child {
  margin-top: 0;
}
.page-content article .alignright {
  float: right;
  margin: 0.5em 0 0.5em 0.5em;
}
.page-content article .alignright:first-child {
  margin-top: 0;
}

.img-banner {
  width: 100%;
  height: auto;
  max-height: 250px;
}

.img-header {
  margin-bottom: 1.5em;
}

.gallery-2 {
  display: block;
  float: left;
  width: 49%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.gallery-2:first-child {
  margin-right: 1%;
}
.gallery-2 img {
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-3 {
  display: block;
  float: left;
  width: 32%;
  margin-left: 2%;
  padding-top: 66.66667%;
  position: relative;
  overflow: hidden;
}
.gallery-3:first-child {
  margin-left: 0;
}
.gallery-3 img {
  position: absolute;
  top: 0;
  left: 0;
}

.search-top h1 {
  width: 65%;
  float: left;
  margin-top: 35px;
}
.search-top form {
  width: 33%;
  float: right;
}
.search-top form input[type="text"] {
  margin-top: 17px;
  padding: 20px 10px;
  width: 72%;
}
@media screen and (max-width: 60em) {
  .search-top h1 {
    width: 100%;
    float: none;
  }
  .search-top form {
    width: 100%;
    float: none;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.search-content {
  width: 65%;
  float: left;
  margin-right: 2%;
}
@media screen and (max-width: 60em) {
  .search-content {
    width: 100%;
    float: none;
  }
}

h1.section-title {
  background: #38291a;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  margin-bottom: 2em;
}

.search-sidebar {
  width: 33%;
  float: left;
}
@media screen and (max-width: 60em) {
  .search-sidebar {
    width: 100%;
    float: none;
  }
}
.search-sidebar .search-catalog-item {
  margin-bottom: 2em;
}
.search-sidebar .search-catalog-item h1 {
  font-size: 1em;
}
.search-sidebar .search-catalog-item p {
  line-height: 1.4em;
  margin-bottom: 1em;
}
.search-sidebar .search-catalog-item .search-merch-img {
  width: 25%;
  float: left;
  margin: 2px 10px 0 0;
}
.search-sidebar .search-catalog-item .search-merch-img img {
  width: 100%;
}
.search-sidebar .search-catalog-item .search-merch-links {
  clear: both;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
}
.search-sidebar .search-catalog-item .search-merch-links ul {
  margin: 0;
  padding: 0;
}
.search-sidebar .search-catalog-item .search-merch-links ul li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.order-banner-inner {
  background: gray;
  color: white;
  margin-bottom: 1em;
  padding-top: 32%;
  position: relative;
}

.order-banner-t {
  position: absolute;
  top: 25%;
  right: 10%;
  max-width: 50%;
  text-align: right;
}
@media screen and (max-width: 60em) {
  .order-banner-t {
    font-size: 0.8em;
    max-width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .order-banner-t {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 30em) {
  .order-banner-t {
    background: black;
    position: static;
    text-align: left;
    padding: 1em;
  }
}

.order-title {
  font-size: 3.5em;
  margin: 0;
}

.order-t {
  font-size: 1.2em;
  font-weight: bold;
}

/*==========================
LOGIN
==========================*/
.login-tep,
.login-trico {
  margin: 1em 0;
}

.login-tep {
  float: left;
  width: 35em;
  margin-right: 2em;
}
.login-tep .hide-text:first-child {
  display: block;
}
@media (min-width: 73.4375em) {
  .login-tep {
    border-right: 2px solid #114782;
  }
}
@media (max-width: 35em) {
  .login-tep {
    width: 100%;
  }
  .login-tep input,
  .login-tep button {
    margin: 0.5em 0;
  }
}

.form-order-login,
.order-register-links {
  margin: 1em 0;
}

.order-register-link:first-child {
  margin-right: 1em;
}

.login-trico {
  float: left;
  width: 16em;
}

/*==========================
PROGRESS
==========================*/
.progress {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  margin: 1em 0;
}
.progress:before, .progress:after {
  content: " ";
  display: table;
}
.progress:after {
  clear: both;
}
.progress li {
  float: left;
}

.progress-i {
  background: #93b319;
  color: white;
  display: block;
  font-size: 0.8em;
  margin: 0 1px 1px 0;
  text-decoration: none;
  padding: 0.55em 2em 0.5em;
}

.progress-active {
  color: black;
}

.progress-done:not(.progress-active) {
  background: #114782;
}

.btn-proceed {
  margin-top: 2em;
}

.plantingsite-list {
  padding-left: 1em;
}

.question {
  display: block;
  line-height: 32px;
}

.order-group {
  margin: 1em 0;
}

.order-warning {
  display: none;
}

/*==========================
ORDERING
==========================*/
.embedded #masthead, .embedded .site-footer {
  display: none;
}

.recycling-search-c {
  margin: 16px 0;
  position: relative;
  width: 485px;
}
@media screen and (max-width: 47.9375em) {
  .recycling-search-c {
    width: 100%;
  }
}

.recycling-search-label {
  font-weight: bold;
  margin-right: 0.5em;
}

.combobox,
.typeahead {
  width: 30em;
}
@media (min-width: 20em) {
  .combobox,
  .typeahead {
    min-width: 250px;
  }
}

.combobox-container .add-on {
  height: 32px !important;
}
.combobox-container .caret {
  margin-top: 9px;
}

.typeahead {
  max-width: 100%;
}
.typeahead > li {
  max-width: 100%;
}
.typeahead > li > a {
  line-height: 1.1;
  padding: 0.3em 0.5em;
  white-space: normal;
}

.search-container {
  border: 1px solid #666;
  border-radius: 5px;
  display: inline-block;
  width: 420px;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .search-container {
    width: 380px;
  }
}

#typesearch {
  width: 391px;
  border: 0;
  padding: 0 5px;
}
@media screen and (max-width: 47.9375em) {
  #typesearch {
    width: 340px;
  }
}

#search-drop {
  background-color: #93b319;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93b319), color-stop(100%, #bfe336));
  background-image: -webkit-linear-gradient(bottom, #93b319, #bfe336);
  background-image: linear, to top, #93b319, #bfe336;
  border-left: 1px solid #666;
  box-shadow: inset 0 2px 3px #d4ec79;
  width: 26px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
}
#search-drop:after {
  content: "\25be";
  position: absolute;
  display: block;
  top: 4px;
  right: 6px;
  z-index: 999;
  font-size: 20px;
  color: #000;
}

#search-results {
  position: absolute;
  display: none;
  top: 40px;
  left: 62px;
  font-size: 14px;
  z-index: 9999;
  background: #fff;
  border: 1px solid #666;
  min-width: 420px;
  max-width: 100%;
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
}
#search-results a {
  display: block;
  font-size: 1em;
  background: #fff;
  color: #000;
  padding: 5px;
  text-decoration: none;
}
#search-results a.selected {
  background: #114782;
  color: #fff;
}
#search-results a:hover {
  background: #114782;
  color: #fff;
}
@media screen and (max-width: 47.9375em) {
  #search-results {
    min-width: 320px;
    left: 0;
    top: 76px;
  }
}

/*==========================
MATERIALS LIST
==========================*/
.rec-materials {
  border: 1px solid #a2b9d5;
}

.rec-materials-row {
  background-color: #c6d4e6;
}
.rec-materials-row.m-even {
  background: #fff;
}

.rec-materials-i {
  display: block;
  float: left;
  font-size: 0.9em;
  padding: 0.5em;
  width: 50%;
}
.m-odd > .rec-materials-i:first-child {
  background-color: white;
}
.m-even > .rec-materials-i:last-child {
  background-color: white;
}
.m-even > .rec-materials-i:only-child, .m-even > .rec-materials-i:first-child {
  background-color: #c6d4e6;
}
@media screen and (max-width: 60em) {
  .rec-materials-i {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 47.9375em) {
  .rec-materials-i {
    background-color: white !important;
    font-size: 1em;
    width: 100%;
  }
  .rec-materials-i.m-even {
    background-color: #c6d4e6 !important;
  }
}

/*==========================
LOCATIONS LIST
==========================*/
.map-c {
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .map-c {
    height: 300px;
  }
}

.abovelistings {
  *zoom: 1;
  margin: 1em 0;
  position: relative;
}
.abovelistings:before, .abovelistings:after {
  content: " ";
  display: table;
}
.abovelistings:after {
  clear: both;
}
@media screen and (max-width: 47.9375em) {
  .abovelistings {
    padding-bottom: 2em;
  }
  .abovelistings .m-sponsor {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.abovelistings-i.m-sponsor {
  float: right;
  font-size: 0.75em;
  text-align: right;
  padding-left: 1em;
}

.sponsor-icn {
  background-position: -256px -137px;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}

.rec-locations {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #a2b9d5;
  margin-bottom: 2em;
}

.rec-locations-i {
  background-color: #c6d4e6;
  position: relative;
}
.rec-locations-i:nth-of-type(even) {
  background-color: white;
}
.rec-locations-i.m-sponsor {
  background-color: #cedd97;
  border-bottom: 1px solid #a7b37c;
  border-top: 1px solid #a7b37c;
}
.rec-locations-i.m-sponsor:last-child {
  border-bottom: none;
}
.rec-locations-i.m-sponsor:first-child, .rec-locations-i.m-sponsor + .m-sponsor {
  border-top: none;
}

.rec-location-sec {
  float: left;
  padding: 0.5em;
}

.rec-name {
  font-weight: bold;
  width: 30%;
}
.m-sponsor .rec-name {
  min-height: 66px;
  padding-left: 60px;
}
.m-sponsor .rec-name:before {
  background-position: -139px -189px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: '';
}

.es-service {
  display: block;
  margin-top: 1em;
  font-weight: normal;
  font-size: .8em;
}

.rec-description {
  font-size: 0.75em;
  width: 35%;
}

.rec-address {
  width: 20%;
  margin-left: 5%;
}
.rec-address div {
  margin-bottom: .5em;
}

.rec-phone {
  width: 15%;
}

.rec-links {
  width: 10%;
}

.rec-links-i:first-child {
  margin-right: 0.3em;
}

@media (max-width: 53.75em) {
  .rec-name,
  .rec-description {
    float: none;
    width: 100%;
  }

  .rec-address {
    width: 100%;
    margin-left: 0;
  }

  .rec-phone,
  .rec-links {
    width: 25%;
  }
}
@media (max-width: 33.125em) {
  .rec-address {
    float: none;
    width: 100%;
  }

  .rec-phone,
  .rec-links {
    width: 50%;
  }
}
.map-popup {
  max-width: 250px;
  min-height: 100px;
  padding-bottom: 40px;
  position: relative;
}

.map-name {
  font-size: 14px !important;
  font-weight: bold !important;
  font-family: "Verb", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
}

.map-directions {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  font-weight: bold !important;
  text-transform: uppercase;
}

/*==========================
ENTER YOUR ADDRESS POPUP
==========================*/
.m-inputaddress {
  text-align: center;
}

.inputaddress {
  display: block;
  margin-bottom: 2em !important;
  width: 100%;
}

/*==========================
FOOTER
==========================*/
.rec-col {
  display: block;
  float: left;
  margin-right: 2.5641%;
  width: 48.71795%;
}
.rec-col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 47.9375em) {
  .rec-col {
    display: block;
    float: left;
    margin-right: 2.5641%;
    width: 100%;
  }
  .rec-col:last-child {
    margin-right: 0;
  }
}

.rec-disclaimer {
  background-color: #c6d4e6;
  border: 1px solid #a2b9d5;
  font-size: 0.75em;
  padding: 1em;
}
.rec-disclaimer p {
  line-height: 1.5;
  margin: 0;
}

.form-divide {
  border: 1px solid #114782;
  padding: 10px;
  margin-bottom: 10px;
}

textarea {
  width: 100%;
}

fieldset + fieldset {
  margin-top: 2em;
}

legend, form h2 {
  margin: 1em 0;
}

label {
  font-style: italic;
}

p + .radio {
  margin-top: -1em;
}

form p {
  margin: 1em 0;
}
form h3 {
  margin: 2em 0 1em;
}
form h4 {
  font-weight: bold;
}

legend + h3, form h2 + h3 {
  margin-top: 0;
}

.well label {
  margin-bottom: 0;
}

.popup.m-tree .catalog-tree-table {
  color: black;
}

.popup.be-prepared {
  padding: 2em;
}

#reg-loginform-box, #type-other {
  display: none;
}

.force-login #reg-registerform, .force-login #loginbox {
  display: none;
}
.force-login #reg-loginform-box {
  display: block;
}

#donate-form input[type="radio"], #donate-form input[type="checkbox"] {
  margin: 6px 10px 0 0;
  float: left;
}
#donate-form #cc-info {
  display: none;
}
#donate-form #cc-info.shown {
  display: block;
}

#calendar-container {
  position: relative;
  float: left;
  width: 40%;
}
@media screen and (max-width: 60em) {
  #calendar-container {
    width: 100%;
    float: none;
  }
}

#calendar {
  padding-top: 3em;
  position: relative;
}
#calendar .fc-center {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  float: none;
  width: 100%;
}

#events-tabs {
  position: absolute;
  top: .5em;
  right: 0;
}
#events-tabs a {
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 47.9375em) {
  #events-tabs {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 1em;
    margin-top: 1em;
  }
}
#events-tabs #event-tab-upcoming {
  display: none;
}

#events-container {
  width: 56%;
  float: right;
  position: relative;
}
@media screen and (max-width: 60em) {
  #events-container {
    width: 100%;
    float: none;
  }
}
#events-container #past-events {
  display: none;
}
#events-container ul {
  margin: 2px 0 0;
  padding: 0;
}
#events-container ul li {
  list-style: none;
  margin-bottom: 2em;
  margin-left: 0;
}
#events-container .event-icons {
  margin-top: 2px;
}

.event-single h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.event-single .event-left {
  width: 28%;
  float: left;
  margin-top: 1em;
}
.event-single .event-right {
  width: 67%;
  float: right;
  margin-top: 1em;
}
@media screen and (max-width: 60em) {
  .event-single .event-right {
    width: 100%;
    float: none;
  }
}
.event-single .mobile-location {
  display: none;
}
@media screen and (max-width: 60em) {
  .event-single .mobile-location {
    display: block;
  }
}
.event-single .nav-previous {
  float: left;
}
.event-single .nav-next {
  float: right;
}
@media screen and (max-width: 60em) {
  .event-single .nav-next {
    float: none;
    display: block;
    text-align: center;
  }
}
.event-single .alignnone {
  display: block;
}
@media screen and (max-width: 60em) {
  .event-single .alignnone {
    float: none;
    display: block;
    text-align: center;
  }
}

.event-details {
  width: 100%;
  margin-bottom: 1em;
}
.event-details .event-line {
  display: block;
}
.event-details .event-title {
  display: none;
}

.mobile-location {
  margin-bottom: 1em;
}
.mobile-location span {
  display: block;
}

.event-icons {
  border-radius: 5px;
  float: left;
  width: 38px;
  height: 40px;
  margin: 6px 10px 0 0;
  background: #107d3e url(../../images/event-icons.gif) no-repeat;
  background-position: 0 0;
}
.event-icons.recycle {
  background-position: 0 -38px;
}
.event-icons.leaf {
  background-position: 0 -76px;
}
.event-icons.handson {
  background-position: 0 -114px;
}

/*# sourceMappingURL=main.css.map */
