/*! * Bootstrap v2.3.1 * * 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. */
/*doc
---
title: Color Scheme
name: colors
category: basics
---
Within Indigo, we use a combination of the Bootstrap color scheme and the following brand colors:


$navy:          #1c2345;
$cerulean:      #009CDE;
$black:         #000000;
$pewter:        #666666;

$sky:           #70B2E3;
$grass:         #9BCB58;
$kiwi:          #C0E391;
$tangerine:     #FBB261;
$fuschia:       #E50061;
$steel:         #ACAEB0;

$cloud:         #BFE6FB;
$lime:          #E5EEAE;
$manila:        #FFE8AE;
$platnum:       #ECEDF0;
$silver:        #C9CDD4;

*/
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }
.clearfix: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: 30px;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a:hover,
a:active {
  outline: 0; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
.google-maps img {
  max-width: none; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  line-height: normal; }

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

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
body {
  margin: 0;
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  background-color: #fff; }

a {
  color: #009CDE;
  text-decoration: none; }

a:hover,
a:focus {
  color: #006692;
  text-decoration: underline; }

.row {
  margin-left: -20px; }
  .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: 940px; }

.span12 {
  width: 940px; }

.span11 {
  width: 860px; }

.span10 {
  width: 780px; }

.span9 {
  width: 700px; }

.span8 {
  width: 620px; }

.span7 {
  width: 540px; }

.span6 {
  width: 460px; }

.span5 {
  width: 380px; }

.span4 {
  width: 300px; }

.span3 {
  width: 220px; }

.span2 {
  width: 140px; }

.span1 {
  width: 60px; }

.offset12 {
  margin-left: 980px; }

.offset11 {
  margin-left: 900px; }

.offset10 {
  margin-left: 820px; }

.offset9 {
  margin-left: 740px; }

.offset8 {
  margin-left: 660px; }

.offset7 {
  margin-left: 580px; }

.offset6 {
  margin-left: 500px; }

.offset5 {
  margin-left: 420px; }

.offset4 {
  margin-left: 340px; }

.offset3 {
  margin-left: 260px; }

.offset2 {
  margin-left: 180px; }

.offset1 {
  margin-left: 100px; }

.row-fluid {
  width: 100%; }
  .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: 30px;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12766%; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12766%; }
  .row-fluid .span12 {
    width: 100%; }
  .row-fluid .offset12 {
    margin-left: 104.25532%; }
  .row-fluid .offset12:first-child {
    margin-left: 102.12766%; }
  .row-fluid .span11 {
    width: 91.48936%; }
  .row-fluid .offset11 {
    margin-left: 95.74468%; }
  .row-fluid .offset11:first-child {
    margin-left: 93.61702%; }
  .row-fluid .span10 {
    width: 82.97872%; }
  .row-fluid .offset10 {
    margin-left: 87.23404%; }
  .row-fluid .offset10:first-child {
    margin-left: 85.10638%; }
  .row-fluid .span9 {
    width: 74.46809%; }
  .row-fluid .offset9 {
    margin-left: 78.7234%; }
  .row-fluid .offset9:first-child {
    margin-left: 76.59574%; }
  .row-fluid .span8 {
    width: 65.95745%; }
  .row-fluid .offset8 {
    margin-left: 70.21277%; }
  .row-fluid .offset8:first-child {
    margin-left: 68.08511%; }
  .row-fluid .span7 {
    width: 57.44681%; }
  .row-fluid .offset7 {
    margin-left: 61.70213%; }
  .row-fluid .offset7:first-child {
    margin-left: 59.57447%; }
  .row-fluid .span6 {
    width: 48.93617%; }
  .row-fluid .offset6 {
    margin-left: 53.19149%; }
  .row-fluid .offset6:first-child {
    margin-left: 51.06383%; }
  .row-fluid .span5 {
    width: 40.42553%; }
  .row-fluid .offset5 {
    margin-left: 44.68085%; }
  .row-fluid .offset5:first-child {
    margin-left: 42.55319%; }
  .row-fluid .span4 {
    width: 31.91489%; }
  .row-fluid .offset4 {
    margin-left: 36.17021%; }
  .row-fluid .offset4:first-child {
    margin-left: 34.04255%; }
  .row-fluid .span3 {
    width: 23.40426%; }
  .row-fluid .offset3 {
    margin-left: 27.65957%; }
  .row-fluid .offset3:first-child {
    margin-left: 25.53191%; }
  .row-fluid .span2 {
    width: 14.89362%; }
  .row-fluid .offset2 {
    margin-left: 19.14894%; }
  .row-fluid .offset2:first-child {
    margin-left: 17.02128%; }
  .row-fluid .span1 {
    width: 6.38298%; }
  .row-fluid .offset1 {
    margin-left: 10.6383%; }
  .row-fluid .offset1:first-child {
    margin-left: 8.51064%; }

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none; }

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

.container {
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: "";
    line-height: 0; }
  .container:after {
    clear: both; }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  .container-fluid:after {
    clear: both; }

p {
  margin: 0 0 10.5px; }

.lead {
  margin-bottom: 21px;
  font-size: 21px;
  font-weight: 200;
  line-height: 31.5px; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

cite {
  font-style: normal; }

.muted {
  color: #999; }

a.muted:hover,
a.muted:focus {
  color: gray; }

.text-warning {
  color: #c09853; }

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c; }

.text-error {
  color: #b94a48; }

a.text-error:hover,
a.text-error:focus {
  color: #953b39; }

.text-info {
  color: #3a87ad; }

a.text-info:hover,
a.text-info:focus {
  color: #2d6987; }

.text-success {
  color: #529138; }

a.text-success:hover,
a.text-success:focus {
  color: #3d6c2a; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

h1, h2, h3, h4, h5, h6 {
  margin: 10.5px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 21px;
  color: inherit;
  text-rendering: optimizelegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999; }

h1,
h2,
h3 {
  line-height: 42px; }

h1 {
  font-size: 38.5px; }

h2 {
  font-size: 31.5px; }

h3 {
  font-size: 24.5px; }

h4 {
  font-size: 17.5px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 11.9px; }

h1 small {
  font-size: 24.5px; }

h2 small {
  font-size: 17.5px; }

h3 small {
  font-size: 14px; }

h4 small {
  font-size: 14px; }

.page-header {
  padding-bottom: 9.5px;
  margin: 21px 0 31.5px;
  border-bottom: 1px solid #eee; }

ul, ol {
  padding: 0;
  margin: 0 0 10.5px 25px; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

li {
  line-height: 21px; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none; }
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-bottom: 21px; }

dt,
dd {
  line-height: 21px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 10.5px; }

.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0; }
.dl-horizontal:after {
  clear: both; }
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.dl-horizontal dd {
  margin-left: 180px; }

hr {
  margin: 21px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 21px;
  border-left: 5px solid #eee; }
  blockquote p {
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote small {
    display: block;
    line-height: 21px;
    color: #999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 21px;
  font-style: normal;
  line-height: 21px; }

form {
  margin: 0 0 21px; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: 42px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
  legend small {
    font-size: 15.75px;
    color: #999; }

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

input,
button,
select,
textarea {
  font-family: "Roboto", Helvetica, Arial, Verdana, 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: 21px;
  padding: 4px 6px;
  margin-bottom: 10.5px;
  font-size: 14px;
  line-height: 21px;
  color: #555;
  border-radius: 0px;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-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;
    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;
  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: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  line-height: 30px; }

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;
  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: #8495a7; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8495a7; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8495a7; }

.radio,
.checkbox {
  min-height: 21px;
  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.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px; }

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

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

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

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

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

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

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

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

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

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

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

.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;
  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;
    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;
  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;
    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: #529138; }
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #529138; }
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #529138;
  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: #3d6c2a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #84c66a; }
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #529138;
  background-color: #dff0d8;
  border-color: #529138; }

.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;
  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;
    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; }

.form-actions {
  padding: 20px 20px 21px;
  margin-top: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .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: 10.5px; }

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px; }

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10.5px;
  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: 14px; }
  .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;
    vertical-align: top;
    border-radius: 0 0px 0px 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: 21px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc; }
  .input-append .add-on,
  .input-append .btn,
  .input-prepend .add-on,
  .input-prepend .btn {
    vertical-align: top;
    border-radius: 0; }
  .input-append .active,
  .input-prepend .active {
    background-color: white;
    border-color: #C0E391; }

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px; }
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 0px 0 0 0px; }

.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 0px 0 0 0px; }
.input-append .add-on,
.input-append .btn {
  margin-left: -1px; }
.input-append .add-on:last-child,
.input-append .btn:last-child {
  border-radius: 0 0px 0px 0; }

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0; }
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 0px 0 0 0px; }
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 0px 0px 0; }

input.search-query {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 0;
  border-radius: 15px; }

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

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

.form-search .input-append .btn {
  border-radius: 0 14px 14px 0; }

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

.form-search .input-prepend .btn {
  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;
  margin-bottom: 0;
  vertical-align: middle; }
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none; }

.form-search label,
.form-inline label {
  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: 10.5px; }

legend + .control-group {
  margin-top: 21px;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .control-group {
  margin-bottom: 21px; }
  .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 {
  margin-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: 10.5px; }
.form-horizontal .form-actions {
  padding-left: 180px; }

.dropup,
.dropdown {
  position: relative; }

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  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 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 1px;
    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: 21px;
    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: #333333;
  background-color: #a5d761;
  background-image: -moz-linear-gradient(top, #a9d968, #9dd354);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a9d968), to(#9dd354));
  background-image: -webkit-linear-gradient(top, #a9d968, #9dd354);
  background-image: -o-linear-gradient(top, #a9d968, #9dd354);
  background-image: linear-gradient(to bottom, #a9d968, #9dd354);
  background-repeat: repeat-x; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0095d5;
  background-image: -moz-linear-gradient(top, #009CDE, #008ac5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009CDE), to(#008ac5));
  background-image: -webkit-linear-gradient(top, #009CDE, #008ac5);
  background-image: -o-linear-gradient(top, #009CDE, #008ac5);
  background-image: linear-gradient(to bottom, #009CDE, #008ac5);
  background-repeat: repeat-x; }

.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;
  cursor: default; }

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  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;
  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;
  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: #333333; }

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  .collapse.in {
    height: auto; }

.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #e2e3e8;
  background-image: -moz-linear-gradient(top, #ECEDF0, #d0d2da);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ECEDF0), to(#d0d2da));
  background-image: -webkit-linear-gradient(top, #ECEDF0, #d0d2da);
  background-image: -o-linear-gradient(top, #ECEDF0, #d0d2da);
  background-image: linear-gradient(to bottom, #ECEDF0, #d0d2da);
  background-repeat: repeat-x;
  border-color: #d0d2da #d0d2da #a5aab8;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 0px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333;
    background-color: #d0d2da; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.active, .btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    box-shadow: none; }

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 0px; }

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 0px; }

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px; }

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 0px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box; }

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

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1c2345;
  background-image: -moz-linear-gradient(top, #1c2345, #1c2345);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c2345), to(#1c2345));
  background-image: -webkit-linear-gradient(top, #1c2345, #1c2345);
  background-image: -o-linear-gradient(top, #1c2345, #1c2345);
  background-image: linear-gradient(to bottom, #1c2345, #1c2345);
  background-repeat: repeat-x;
  border-color: #1c2345 #1c2345 #06070f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #1c2345; }

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa834;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #fff;
    background-color: #f89406; }

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #dc504b;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f; }

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5cb85c;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-color: #51a351; }

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4bb0ce;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4; }

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #373737;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color: #222; }

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #009CDE;
  border-radius: 0; }

.btn-link:hover,
.btn-link:focus {
  color: #006692;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none; }

.nav {
  margin-left: 0;
  margin-bottom: 21px;
  list-style: none; }

.nav > li > a {
  display: block; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li > a > img {
  max-width: none; }

.nav > .pull-right {
  float: right; }

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 21px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

.nav li + .nav-header {
  margin-top: 9px; }

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0; }

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.nav-list > li > a {
  padding: 3px 15px; }

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #009CDE; }

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px; }

.nav-list .divider {
  height: 1px;
  margin: 9.5px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff; }

.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0; }
.nav-tabs:after,
.nav-pills:after {
  clear: both; }

.nav-tabs > li,
.nav-pills > li {
  float: left; }

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  margin-bottom: -1px; }

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 21px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #eee #eee #ddd; }

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px; }

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #009CDE; }

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

.nav-stacked > li > a {
  margin-right: 0; }

.nav-tabs.nav-stacked {
  border-bottom: 0; }

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0; }

.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2; }

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px; }

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px; }

.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px; }

.nav-pills .dropdown-menu {
  border-radius: 6px; }

.nav .dropdown-toggle .caret {
  border-top-color: #009CDE;
  border-bottom-color: #009CDE;
  margin-top: 6px; }

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #006692;
  border-bottom-color: #006692; }

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px; }

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555; }

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer; }

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999; }

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 0.1; }

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999; }

.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0; }
.tabbable:after {
  clear: both; }

.tab-content {
  overflow: auto; }

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px; }
  .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
    border-bottom-color: transparent;
    border-top-color: #ddd; }

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd; }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px; }

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0; }

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent; }

.nav > .disabled > a {
  color: #999; }

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

.navbar {
  overflow: visible;
  margin-bottom: 21px; }

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #c3e496;
  background-image: -moz-linear-gradient(top, #c5e599, #C0E391);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c5e599), to(#C0E391));
  background-image: -webkit-linear-gradient(top, #c5e599, #C0E391);
  background-image: -o-linear-gradient(top, #c5e599, #C0E391);
  background-image: linear-gradient(to bottom, #c5e599, #C0E391);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  border-radius: 0px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); }
  .navbar-inner:before, .navbar-inner:after {
    display: table;
    content: "";
    line-height: 0; }
  .navbar-inner:after {
    clear: both; }

.navbar .container {
  width: auto; }

.nav-collapse.collapse {
  height: auto;
  overflow: visible; }

.navbar .brand {
  float: left;
  display: block;
  padding: 9.5px 20px 9.5px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #c5e599; }
  .navbar .brand:hover, .navbar .brand:focus {
    text-decoration: none; }

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #24350d; }

.navbar-link {
  color: #666666; }
  .navbar-link:hover, .navbar-link:focus {
    color: #333; }

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #C0E391;
  border-right: 1px solid #c5e599; }

.navbar .btn {
  margin-top: 5px; }

.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0; }

.navbar-form {
  margin-bottom: 0; }
  .navbar-form:before, .navbar-form:after {
    display: table;
    content: "";
    line-height: 0; }
  .navbar-form:after {
    clear: both; }
  .navbar-form input,
  .navbar-form select,
  .navbar-form .radio,
  .navbar-form .checkbox {
    margin-top: 5px; }
  .navbar-form input,
  .navbar-form select,
  .navbar-form .btn {
    display: inline-block;
    margin-bottom: 0; }
  .navbar-form input[type="image"],
  .navbar-form input[type="checkbox"],
  .navbar-form input[type="radio"] {
    margin-top: 3px; }
  .navbar-form .input-append,
  .navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap; }
    .navbar-form .input-append input,
    .navbar-form .input-prepend input {
      margin-top: 0; }

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0; }
  .navbar-search .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    border-radius: 15px; }

.navbar-static-top {
  position: static;
  margin-bottom: 0; }
  .navbar-static-top .navbar-inner {
    border-radius: 0; }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0; }

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px; }

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0; }

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0; }

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

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.navbar-fixed-bottom {
  bottom: 0; }
  .navbar-fixed-bottom .navbar-inner {
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); }

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0; }

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

.navbar .nav > li {
  float: left; }

.navbar .nav > li > a {
  float: none;
  padding: 9.5px 15px 9.5px;
  color: #666666;
  text-decoration: none;
  text-shadow: 0 1px 0 #c5e599; }

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px; }

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none; }

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #77af2c;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); }

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b7df82;
  background-image: -moz-linear-gradient(top, #b9e085, #b4de7d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b9e085), to(#b4de7d));
  background-image: -webkit-linear-gradient(top, #b9e085, #b4de7d);
  background-image: -o-linear-gradient(top, #b9e085, #b4de7d);
  background-image: linear-gradient(to bottom, #b9e085, #b4de7d);
  background-repeat: repeat-x;
  border-color: #b4de7d #b4de7d #91ce40;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); }
  .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: #fff;
    background-color: #b4de7d; }

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px; }

.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px; }
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px; }

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto; }
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto; }

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333; }

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #77af2c;
  color: #555; }

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666666;
  border-bottom-color: #666666; }

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555; }

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }
  .navbar .pull-right > li > .dropdown-menu:before,
  .navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px; }
  .navbar .pull-right > li > .dropdown-menu:after,
  .navbar .nav > li > .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px; }
  .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
  .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    border-radius: 6px 0 6px 6px; }

.navbar-inverse .navbar-inner {
  background-color: #1c1c1c;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525; }
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
  .navbar-inverse .nav > li > a:hover,
  .navbar-inverse .nav > li > a:focus {
    color: #fff; }
.navbar-inverse .brand {
  color: #999; }
.navbar-inverse .navbar-text {
  color: #999; }
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff; }
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111; }
.navbar-inverse .navbar-link {
  color: #999; }
  .navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
    color: #fff; }
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222; }
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff; }
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999; }
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  transition: none; }
  .navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #ccc; }
  .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #ccc; }
  .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #ccc; }
  .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0; }
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0f0f0f;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    color: #fff;
    background-color: #040404; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.80; }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none; }
  .modal.fade {
    -webkit-transition: "opacity .3s linear, top .3s ease-out";
    transition: "opacity .3s linear, top .3s ease-out";
    top: -25%; }
  .modal.fade.in {
    top: 10%; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }
  .modal-header .close {
    margin-top: 2px; }
  .modal-header h3 {
    margin: 0;
    line-height: 30px; }

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #fff; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: "";
    line-height: 0; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0.0; }
  .tooltip.in {
    opacity: 0.80; }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed; }

/*!
 * Bootstrap Responsive v2.3.1
 *
 * 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; } }
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px; }
    .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: 940px; }

  .span12 {
    width: 940px; }

  .span11 {
    width: 860px; }

  .span10 {
    width: 780px; }

  .span9 {
    width: 700px; }

  .span8 {
    width: 620px; }

  .span7 {
    width: 540px; }

  .span6 {
    width: 460px; }

  .span5 {
    width: 380px; }

  .span4 {
    width: 300px; }

  .span3 {
    width: 220px; }

  .span2 {
    width: 140px; }

  .span1 {
    width: 60px; }

  .offset12 {
    margin-left: 980px; }

  .offset11 {
    margin-left: 900px; }

  .offset10 {
    margin-left: 820px; }

  .offset9 {
    margin-left: 740px; }

  .offset8 {
    margin-left: 660px; }

  .offset7 {
    margin-left: 580px; }

  .offset6 {
    margin-left: 500px; }

  .offset5 {
    margin-left: 420px; }

  .offset4 {
    margin-left: 340px; }

  .offset3 {
    margin-left: 260px; }

  .offset2 {
    margin-left: 180px; }

  .offset1 {
    margin-left: 100px; }

  .row-fluid {
    width: 100%; }
    .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: 30px;
      box-sizing: border-box;
      float: left;
      margin-left: 2.12766%; }
    .row-fluid [class*="span"]:first-child {
      margin-left: 0; }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.12766%; }
    .row-fluid .span12 {
      width: 100%; }
    .row-fluid .offset12 {
      margin-left: 104.25532%; }
    .row-fluid .offset12:first-child {
      margin-left: 102.12766%; }
    .row-fluid .span11 {
      width: 91.48936%; }
    .row-fluid .offset11 {
      margin-left: 95.74468%; }
    .row-fluid .offset11:first-child {
      margin-left: 93.61702%; }
    .row-fluid .span10 {
      width: 82.97872%; }
    .row-fluid .offset10 {
      margin-left: 87.23404%; }
    .row-fluid .offset10:first-child {
      margin-left: 85.10638%; }
    .row-fluid .span9 {
      width: 74.46809%; }
    .row-fluid .offset9 {
      margin-left: 78.7234%; }
    .row-fluid .offset9:first-child {
      margin-left: 76.59574%; }
    .row-fluid .span8 {
      width: 65.95745%; }
    .row-fluid .offset8 {
      margin-left: 70.21277%; }
    .row-fluid .offset8:first-child {
      margin-left: 68.08511%; }
    .row-fluid .span7 {
      width: 57.44681%; }
    .row-fluid .offset7 {
      margin-left: 61.70213%; }
    .row-fluid .offset7:first-child {
      margin-left: 59.57447%; }
    .row-fluid .span6 {
      width: 48.93617%; }
    .row-fluid .offset6 {
      margin-left: 53.19149%; }
    .row-fluid .offset6:first-child {
      margin-left: 51.06383%; }
    .row-fluid .span5 {
      width: 40.42553%; }
    .row-fluid .offset5 {
      margin-left: 44.68085%; }
    .row-fluid .offset5:first-child {
      margin-left: 42.55319%; }
    .row-fluid .span4 {
      width: 31.91489%; }
    .row-fluid .offset4 {
      margin-left: 36.17021%; }
    .row-fluid .offset4:first-child {
      margin-left: 34.04255%; }
    .row-fluid .span3 {
      width: 23.40426%; }
    .row-fluid .offset3 {
      margin-left: 27.65957%; }
    .row-fluid .offset3:first-child {
      margin-left: 25.53191%; }
    .row-fluid .span2 {
      width: 14.89362%; }
    .row-fluid .offset2 {
      margin-left: 19.14894%; }
    .row-fluid .offset2:first-child {
      margin-left: 17.02128%; }
    .row-fluid .span1 {
      width: 6.38298%; }
    .row-fluid .offset1 {
      margin-left: 10.6383%; }
    .row-fluid .offset1:first-child {
      margin-left: 8.51064%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 46px; } }
@media (max-width: 767px) {
  .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;
    box-sizing: border-box; }

  .span12,
  .row-fluid .span12 {
    width: 100%;
    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: 30px;
    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: 21px; }

  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: 767px) {
  body {
    padding-top: 0; }

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

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

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

  .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 10.5px; }

  .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: #24350d;
    text-shadow: none; }

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

  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    border-radius: 0px; }

  .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: #C0E391; }

  .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 .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;
    border-radius: 0;
    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: 10.5px 15px;
    margin: 10.5px 0;
    border-top: 1px solid #C0E391;
    border-bottom: 1px solid #C0E391;
    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; } }
/*doc
---
title: Color Scheme
name: colors
category: basics
---
Within Indigo, we use a combination of the Bootstrap color scheme and the following brand colors:


$navy:          #1c2345;
$cerulean:      #009CDE;
$black:         #000000;
$pewter:        #666666;

$sky:           #70B2E3;
$grass:         #9BCB58;
$kiwi:          #C0E391;
$tangerine:     #FBB261;
$fuschia:       #E50061;
$steel:         #ACAEB0;

$cloud:         #BFE6FB;
$lime:          #E5EEAE;
$manila:        #FFE8AE;
$platnum:       #ECEDF0;
$silver:        #C9CDD4;

*/
/*doc
---
title: Color Scheme - New Branding
name: colors-new
category: basics
---

ActBlue's branding uses a three-tiered color scheme.

### Primary:

CERULEAN: #009CDE
DUSK: #3B4A91
MIDNIGHT: #1C2345
GREYSCALE: #666666

### Secondary:

SKY: #70B2E3
GRASS: #9BCB58
KIWI: #C0E391
TANGERINE: #FBB261
FUSCHIA: #E50061
STEEL: #ACAEB0

### Tertiary:

CLOUD: #BFE6FB
LIME: #E5EEAE
MANILA: #FFE8AE
PLATINUM: #ECEDF0
SILVER: #C9CDD4

*/
/*doc
---
title: Color Scheme - Color/Concept Associations
name: colors-associations
category: basics
---

Specific ActBlue features may be persistently associated with a given color.

ActBlue Express: TANGERINE

*/
.bg-alt {
  background-color: #F0F0F0; }

a.bg-alt:hover,
a.bg-alt:focus {
  background-color: #d7d7d7; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.table {
  width: 100%;
  margin-bottom: 21px; }
  .table th,
  .table td {
    padding: 8px;
    line-height: 21px;
    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 .number {
    text-align: right; }
  .table .table {
    background-color: #fff; }

.table-condensed {
  width: 100%;
  margin-bottom: 21px; }
  .table-condensed th,
  .table-condensed td {
    padding: 8px;
    line-height: 21px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table-condensed th {
    font-weight: bold; }
  .table-condensed thead th {
    vertical-align: bottom; }
  .table-condensed caption + thead tr:first-child th,
  .table-condensed caption + thead tr:first-child td,
  .table-condensed colgroup + thead tr:first-child th,
  .table-condensed colgroup + thead tr:first-child td,
  .table-condensed thead:first-child tr:first-child th,
  .table-condensed thead:first-child tr:first-child td {
    border-top: 0; }
  .table-condensed tbody + tbody {
    border-top: 2px solid #ddd; }
  .table-condensed .number {
    text-align: right; }
  .table-condensed th,
  .table-condensed td {
    padding: 4px 5px; }
  .table-condensed th {
    color: #666;
    font-weight: 400;
    border-bottom: 2px solid #CCC; }

/*doc
---
title: Grid System - Old Style
name: bootstrap-grid
category: grid
---
The "old" Indigo branding uses the Bootstrap grid, generally with Bootstrap classes in markup.
*/
/*doc
---
title: Grid System - New Style
name: nouveau-grid
category: grid
---

The "new" Indigo branding uses the Bootstrap grid. Where feasible, use of the SCSS mixins `bootstrap-span` and `bootstrap-offset` is preferred over putting Bootstrap classes in markup.

If the Bootstrap grid does not cooperate nicely with a given design, it may be the design's fault. Mike is generally happy to work with ATS to resolve these issues.

*/
strong, b {
  font-weight: bolder; }

h4 {
  margin: 0; }

table.table-condensed th {
  color: #666;
  font-weight: 400;
  border-bottom: 2px solid #CCC; }

tbody:first-child tr:first-child th, tbody:first-child tr:first-child td {
  border-top: 0; }

form .clearfix + .input.clearfix {
  margin-top: -15px;
  margin-bottom: 8px; }

.form-stacked .clearfix {
  margin-bottom: 10.5px; }
  .form-stacked .clearfix label {
    width: 100%;
    text-align: left; }
  .form-stacked .clearfix div.input {
    margin-left: 0; }

.clearfix input, .clearfix textarea, .clearfix select {
  margin-bottom: 0; }

ul.inputs-list {
  margin: 5px 10px; }

.inputs-list {
  margin: 0 0 5px;
  width: 100%; }
  .inputs-list:first-child {
    padding-top: 6px; }
  .inputs-list li {
    display: block;
    padding: 0;
    width: 100%; }
    .inputs-list li label {
      width: 100%;
      text-align: left; }
    .inputs-list li input[type=checkbox] {
      float: left;
      margin-right: 1em; }

.form-horizontal .control-label {
  width: 160px; }

.form-horizontal .controls {
  margin-left: 170px; }

.form-horizontal .controls > .help-inline {
  margin-top: 0.4em; }

.form-horizontal.form-narrow .control-label {
  width: 25%; }
.form-horizontal.form-narrow .controls {
  margin-left: 27%; }

.form-horizontal input + .help-block {
  margin-top: 0.5em; }

.checkbox input[type=radio] {
  float: left;
  margin: 3px .5em 0 0; }

.controls > input[type=checkbox] {
  margin-top: 9px; }

.input-medsmall {
  width: 120px; }

.input-xxsmall {
  width: 30px; }

.input-xxlarge {
  width: 460px; }

.btn, .btn:link, .btn:visited, .btn:active {
  border-radius: 20pt;
  padding: 0.85em 2.5em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-image: none;
  border: 0px transparent;
  box-shadow: none;
  font-weight: 500;
  padding: 0.5em 1.5em;
  text-shadow: none;
  transition: color .2s, background-color .2s; }

.btn.btn-large {
  font-size: 15.96px;
  padding: 0.85em 2.5em; }

.btn.btn-small {
  font-size: 12.04px;
  padding: 0.25em 1em;
  width: auto; }

.btn.btn-mini {
  font-size: 11.06px;
  padding: 0.2em 0.8em; }

.btn-primary, .btn-primary:link, .btn-primary:visited, .btn-primary:active {
  background-color: #1c2345; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:link:hover, .btn-primary:link:focus, .btn-primary:visited:hover, .btn-primary:visited:focus, .btn-primary:active:hover, .btn-primary:active:focus {
    background-color: #0d1121; }

.btn-warning, .btn-warning:link, .btn-warning:visited, .btn-warning:active {
  background-color: #f8a021;
  color: #fff; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:link:hover, .btn-warning:link:focus, .btn-warning:visited:hover, .btn-warning:visited:focus, .btn-warning:active:hover, .btn-warning:active:focus {
    background: #f79304; }

.btn-inverse, .btn-inverse:link, .btn-inverse:visited, .btn-inverse:active {
  background-color: transparent;
  border: 2px solid #009CDE;
  color: #009CDE !important;
  font-size: 14px;
  font-weight: 500; }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:link:hover, .btn-inverse:link:focus, .btn-inverse:visited:hover, .btn-inverse:visited:focus, .btn-inverse:active:hover, .btn-inverse:active:focus {
    background-color: #009CDE;
    color: white !important; }

.btn + .btn {
  margin-left: 0.7em; }

.modal form {
  margin-bottom: 0; }

.alert > h3:first-child {
  margin-top: 0; }

/* AA: general & reset */
#indigo {
  width: 690px;
  margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {
  line-height: 120%; }

h2 {
  font-size: 2em;
  clear: both;
  margin: 0 0 0.5em 0em;
  color: #009CDE; }
  h2 span.links {
    float: right;
    font-size: 12px; }

h3 {
  text-align: left;
  font-weight: bold;
  font-size: 1.16em; }

h4 {
  font-weight: bold;
  font-size: 1em; }

p {
  margin: 1em 0; }

p, li {
  line-height: 1.5em; }

a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

div.text-wrapper p, p.text {
  margin: 10px 20px; }

textarea.error, select.error, input.error {
  background-color: #FFBCBC !important;
  border: 1px solid #A00; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.narrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.center {
  text-align: center; }

/* form reset */
/* hide HTML "spin-box" */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; }

/* BB: Firefox dotted outline override */
a:focus,
button:focus {
  outline: none; }

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

/* DD: util */
.blue-box {
  background-color: #F2FAFF;
  border: 1px solid #C9EAFB;
  box-shadow: 2px 2px 2px #888;
  border-radius: 5px;
  box-sizing: border-box; }

.blue-box .inner {
  margin: 10px 15px; }

.blue-box > h3,
.blue-box > p {
  margin-left: 1.5em;
  margin-right: 1em; }

table.table .number {
  text-align: right; }

.flash-container {
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  padding: 0; }

.flash-container .flash,
.flash {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  clear: both;
  font-size: 1em;
  padding: 12px 20px 12px 41px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-align: left; }
  .flash-container .flash.notice,
  .flash.notice {
    background: #dff0d8 url("/assets/assets/icon-notice-success-d49ff74a9db48ca2c3f95610ab584e7d36623f2a5eb102c3a4740ddc0d49c5ce.png") no-repeat 6px 50%;
    border: 1px solid #d6e9c6;
    color: #529138; }
  .flash-container .flash.error,
  .flash.error {
    background: #f2dede url("/assets/assets/icon-notice-failure-56b172f263542a9f4e2085cd43df146ac4c539397964785476cf74f9d606eb77.png") no-repeat 8px 50%;
    border: 1px solid #eed3d7;
    color: #b94a48; }
  .flash-container .flash ul,
  .flash ul {
    margin: 0px;
    padding-left: 20px;
    list-style: square; }
    .flash-container .flash ul li,
    .flash ul li {
      margin-left: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      list-style: square; }
    .flash-container .flash ul li:only-child,
    .flash ul li:only-child {
      list-style: none; }
  .flash-container .flash p, .flash-container .flash ul.objerrors,
  .flash p,
  .flash ul.objerrors {
    margin-top: 0; }
  .flash-container .flash ul.objerrors li:last-child,
  .flash ul.objerrors li:last-child {
    margin-bottom: 0; }

/* utility classes */
.right {
  float: right; }

.left {
  float: left; }

.clear {
  clear: both; }

ul.reset, ul.reset li, ol.reset, ol.reset li {
  list-style: none;
  margin: 0;
  padding: 0; }

.nobr {
  white-space: nowrap; }

.photo {
  border: 1px solid #ccc;
  padding: 3px;
  background: #fff; }

a.has-spinner + img.spinner {
  padding-top: -6px;
  padding-left: 24px; }

img.spinner {
  margin: 0px 0px -3px 5px; }

div.spinner {
  width: 16px;
  height: 16px;
  background: transparent url("/assets/spinny-16-d3e3944d4649450dee66a55c69eeced2d825b6ca1a349f72c75fd3780ae3f006.gif") no-repeat;
  margin-right: -16px; }

div.spinner.enabled {
  margin-bottom: -16px; }

#indigo textarea.spinner {
  background: white url("/assets/spinny-16-d3e3944d4649450dee66a55c69eeced2d825b6ca1a349f72c75fd3780ae3f006.gif") no-repeat center; }

p.note {
  font-size: .93em;
  font-style: italic; }

.expandable_head {
  cursor: pointer; }

.full {
  width: 100%; }

.hidden {
  display: none; }

.subtle-modify {
  font-size: 85%;
  color: #666;
  font-weight: normal; }

table.data tr.row td {
  border-top: 1px solid #BBB; }

.collapsed-indicator, .expanded-indicator {
  min-height: 16px;
  padding-left: 1em;
  background-position: 0 0.4em;
  background-repeat: no-repeat;
  cursor: pointer; }

.collapsed-indicator {
  background-image: url("/assets/ui/arrow-right-e1910d41f321bad57e2a7092560d3983ad137f54d2eb0288724177708f8666f3.png"); }

.expanded-indicator {
  background-image: url("/assets/ui/arrow-down-7c3171f10c8b23b086d2e52de79fe0f7c8829f2e468821d646d4f75469604ec9.png"); }

.expanded-indicator.inverted {
  background-image: url("/assets/ui/arrow-up-37e58d10db6860d257a0a09133b6f449814ed0609d32904c05593fa7c9fe3f62.png"); }

legend.collapsed-indicator,
legend.expanded-indicator {
  height: auto;
  background-position: 0 0.85em; }

.initially-hidden {
  display: none; }

/* end: utility classes */
/* HH: STANDARD FORM STYLE */
.button-container {
  margin-top: 1em;
  text-align: left;
  padding-bottom: 1em;
  padding-left: 170px; }

.form-vertical .button-container {
  padding-left: 0; }

form .field {
  margin-bottom: 20px; }

form .field label {
  margin-right: .5em; }

/* > form field formatting */
.date-select select {
  width: 5em; }

.date-select select:nth-child(2) {
  width: 7em; }

textarea {
  height: 120px; }

.help-block {
  color: #666;
  font-size: 0.9em; }

span.required {
  color: #900;
  padding-left: .2em;
  font-weight: bold; }

/* Input field highlighting */
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid #009CDE;
  box-shadow: none; }

/* LEADING */
.gap5 {
  margin-top: 5px; }

.gap10 {
  margin-top: 10px; }

.gap20 {
  margin-top: 20px; }

.gap1 {
  margin-top: 1em; }

.gap2 {
  margin-top: 2em; }

/* login toolbar (green bar) */
.show_if_logged_in, .show_if_admin, .show_if_has_entities {
  display: none; }

img.thermometer.short {
  width: 150px;
  height: 197px; }

/* actblue express button (thanks page & my-actblue) */
#express-link {
  float: right;
  margin: 1em; }
  #express-link a.express-button-signup, #express-link a.express-button-history {
    width: 209px;
    height: 113px;
    display: block;
    text-indent: -5000px;
    text-decoration: none;
    margin-bottom: 8px; }
    #express-link a.express-button-signup span, #express-link a.express-button-history span {
      display: none; }
  #express-link a.express-button-signup {
    background: url("/assets/actblue-express/actblue-express-signup-209px-870eaaf66929ce4590297491a62ada8103319673d763f6ce57553f1b5d1458e4.gif") top left no-repeat; }
  #express-link a.express-button-history {
    background: url("/assets/actblue-express/actblue-express-viewhistory-209px-15e08a0c7b2e0b194c249301196223983c0e3d698180e8392df0ab659508a78e.gif") top left no-repeat; }

/* end express */
/* LL:  third-party overrides */
/* modal overrides */
.modal-body {
  max-height: 55vh; }
  .modal-body > p:first-child {
    margin-top: 0; }
  .modal-body > p:last-child {
    margin-bottom: 0; }

.loading_message.in {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  max-width: 500px;
  margin: 5em auto;
  font-size: 2em !important;
  text-shadow: -1px -1px 1px #FFF, 1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px 1px 1px #FFF;
  text-align: center;
  line-height: 1.5em; }

#waitbits {
  margin: 1em auto; }
  #waitbits li {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 2%;
    opacity: 0;
    -webkit-animation: waitbit 1.5s infinite linear;
    animation: waitbit 1.5s infinite linear; }
    #waitbits li:nth-child(1) {
      animation-delay: 0.3s;
      -webkit-animation-delay: 0.3s;
      background-color: #1C2345; }
    #waitbits li:nth-child(2) {
      animation-delay: 0.6s;
      -webkit-animation-delay: 0.6s;
      background-color: #3B4A91; }
    #waitbits li:nth-child(3) {
      animation-delay: 0.9s;
      -webkit-animation-delay: 0.9s;
      background-color: #009CDE; }
    #waitbits li:nth-child(4) {
      animation-delay: 1.2s;
      -webkit-animation-delay: 1.2s;
      background-color: #70B2E3; }
    #waitbits li:nth-child(5) {
      animation-delay: 1.5s;
      -webkit-animation-delay: 1.5s;
      background-color: #BFE6FB; }

@keyframes waitbit {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes waitbit {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
div.loading-bits-medium {
  width: 50%;
  margin: 2em auto;
  text-align: center; }
  div.loading-bits-medium div.bits {
    width: 3em;
    height: 3em;
    display: inline-block;
    opacity: 0;
    -webkit-animation: waitbit-med 1.2s infinite ease;
    animation: waitbit-med 1.2s infinite ease; }
    div.loading-bits-medium div.bits.one {
      animation-delay: 0.3s;
      -webkit-animation-delay: 0.3s;
      background-color: #1C2345; }
    div.loading-bits-medium div.bits.two {
      animation-delay: 0.6s;
      -webkit-animation-delay: 0.6s;
      background-color: #3B4A91; }
    div.loading-bits-medium div.bits.three {
      animation-delay: 0.9s;
      -webkit-animation-delay: 0.9s;
      background-color: #70B2E3; }
    div.loading-bits-medium div.bits.four {
      animation-delay: 1.2s;
      -webkit-animation-delay: 1.2s;
      background-color: #BFE6FB; }

@keyframes waitbit-med {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes waitbit-med {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* Tooltips */
.tooltip.top {
  margin-top: -10px; }
.tooltip .tooltip-inner {
  border-radius: 5px;
  font-family: "Montserrat", "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 11.067px;
  font-weight: 400;
  letter-spacing: 0.16em;
  padding: 0.6em 1.3em 0.7em;
  text-align: left; }

/* Datapicker */
/* above modals */
#ui-datepicker-div {
  z-index: 110; }

/* MM: icons and sprites */
/* unit is 16px */
.ui-icon {
  width: 16px;
  height: 16px;
  background: transparent url("/assets/images/ui-icons_666666_256x240-d523dc53f4e9d6907a41a1e8d6bc42af08e6c6414f215dcff3225790ca734d24.png") no-repeat; }

.ui-icon.button {
  padding-left: 15px; }

.ui-icon.inline {
  display: inline-block; }

.ui-icon.lock {
  background-position: -192px -96px; }

.ui-icon.checkmark {
  background-position: -208px -192px; }

.ui-icon.delete {
  background-position: -96px -128px; }

.ui-icon.edit {
  background-position: -64px -112px; }

.ui-icon.question {
  background-position: -48px -144px; }

/* PP: page-specific styles */
/*     -- brandings -- */
#branding_container {
  padding-bottom: 2em;
  text-align: left; }

.branding-fec-box, .fec-box {
  color: #FFF;
  border: 1px solid #FFF;
  padding: 10px 20px;
  margin: 20px auto;
  width: 60%;
  font-size: 12pt !important;
  text-align: center; }
  .branding-fec-box a, .fec-box a {
    color: #CCC; }
  .branding-fec-box.dark, .fec-box.dark {
    border-color: #333;
    color: #333; }

body.interior.branded {
  background-color: white; }
  body.interior.branded #contentArea {
    padding: 0 0 3em 0;
    box-shadow: none; }

/* ZZ: PRINT LAYOUT */
@media print {
  html {
    margin: 0; }

  body {
    font-size: 10pt;
    font-family: Arial,Verdana,sans-serif;
    margin: 0;
    width: 7in;
    padding: 0 !important; }

  body * {
    box-shadow: none !important; }

  body.interior #contentArea {
    padding: 0; }

  nav.navbar, #main-links, header form, .nav-tabs, footer,
  #userStatusBar, #mainLinks {
    display: none !important; }

  #fecBlurb {
    border: 1pt solid black;
    padding: 0.5em;
    margin-top: 1em;
    text-align: center; } }
@media (max-width: 767px) {
  .btn {
    max-width: 100%; }

  .form-horizontal .controls {
    margin-left: 0; }
  .form-horizontal .button-container {
    padding-left: 0; }

  .input-xxlarge {
    width: 100%; }

  #show_contents .supportersBlock, #show_contents #splitBlock input[type="text"], #show_contents #splitBlock big {
    display: none; }

  body.interior.branded #contentArea {
    padding: 1em 1em 2em; } }
@charset "UTF-8";
/*doc
---
title: Color Scheme
name: colors
category: basics
---
Within Indigo, we use a combination of the Bootstrap color scheme and the following brand colors:


$navy:          #1c2345;
$cerulean:      #009CDE;
$black:         #000000;
$pewter:        #666666;

$sky:           #70B2E3;
$grass:         #9BCB58;
$kiwi:          #C0E391;
$tangerine:     #FBB261;
$fuschia:       #E50061;
$steel:         #ACAEB0;

$cloud:         #BFE6FB;
$lime:          #E5EEAE;
$manila:        #FFE8AE;
$platnum:       #ECEDF0;
$silver:        #C9CDD4;

*/
/*doc
---
title: Color Scheme - New Branding
name: colors-new
category: basics
---

ActBlue's branding uses a three-tiered color scheme.

### Primary:

CERULEAN: #009CDE
DUSK: #3B4A91
MIDNIGHT: #1C2345
GREYSCALE: #666666

### Secondary:

SKY: #70B2E3
GRASS: #9BCB58
KIWI: #C0E391
TANGERINE: #FBB261
FUSCHIA: #E50061
STEEL: #ACAEB0

### Tertiary:

CLOUD: #BFE6FB
LIME: #E5EEAE
MANILA: #FFE8AE
PLATINUM: #ECEDF0
SILVER: #C9CDD4

*/
/*doc
---
title: Color Scheme - Color/Concept Associations
name: colors-associations
category: basics
---

Specific ActBlue features may be persistently associated with a given color.

ActBlue Express: TANGERINE

*/
.bg-alt {
  background-color: #F0F0F0; }

a.bg-alt:hover,
a.bg-alt:focus {
  background-color: #d7d7d7; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.table {
  width: 100%;
  margin-bottom: 21px; }
  .table th,
  .table td {
    padding: 8px;
    line-height: 21px;
    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 .number {
    text-align: right; }
  .table .table {
    background-color: #fff; }

.table-condensed {
  width: 100%;
  margin-bottom: 21px; }
  .table-condensed th,
  .table-condensed td {
    padding: 8px;
    line-height: 21px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table-condensed th {
    font-weight: bold; }
  .table-condensed thead th {
    vertical-align: bottom; }
  .table-condensed caption + thead tr:first-child th,
  .table-condensed caption + thead tr:first-child td,
  .table-condensed colgroup + thead tr:first-child th,
  .table-condensed colgroup + thead tr:first-child td,
  .table-condensed thead:first-child tr:first-child th,
  .table-condensed thead:first-child tr:first-child td {
    border-top: 0; }
  .table-condensed tbody + tbody {
    border-top: 2px solid #ddd; }
  .table-condensed .number {
    text-align: right; }
  .table-condensed th,
  .table-condensed td {
    padding: 4px 5px; }
  .table-condensed th {
    color: #666;
    font-weight: 400;
    border-bottom: 2px solid #CCC; }

/*doc
---
title: Grid System - Old Style
name: bootstrap-grid
category: grid
---
The "old" Indigo branding uses the Bootstrap grid, generally with Bootstrap classes in markup.
*/
/*doc
---
title: Grid System - New Style
name: nouveau-grid
category: grid
---

The "new" Indigo branding uses the Bootstrap grid. Where feasible, use of the SCSS mixins `bootstrap-span` and `bootstrap-offset` is preferred over putting Bootstrap classes in markup.

If the Bootstrap grid does not cooperate nicely with a given design, it may be the design's fault. Mike is generally happy to work with ATS to resolve these issues.

*/
header, nav, section, article, aside, footer, hgroup {
  display: block; }

body {
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2a415e;
  background-color: white;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  min-width: 320px !important; }

#contentArea {
  margin: 0pt auto;
  max-width: 1582px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box; }

#content-wrapper {
  margin: 0em auto;
  max-width: 980px; }

body.full #content-wrapper {
  margin: 0pt auto;
  max-width: 1582px;
  width: 100%; }

#flash-wrapper {
  top: 7px; }

#contentArea {
  position: relative;
  min-height: 20em;
  padding-top: 2em;
  padding-bottom: 4em; }

p a:not(.btn),
p a:not(.btn):link,
p a:not(.btn):visited,
p a:not(.btn):hover,
p a:not(.btn):focus {
  text-decoration: none; }
  p a:not(.btn):hover, p a:not(.btn):focus,
  p a:not(.btn):link:hover,
  p a:not(.btn):link:focus,
  p a:not(.btn):visited:hover,
  p a:not(.btn):visited:focus,
  p a:not(.btn):hover:hover,
  p a:not(.btn):hover:focus,
  p a:not(.btn):focus:hover,
  p a:not(.btn):focus:focus {
    text-decoration: underline; }

a.more {
  display: inline-block; }

a.more:after {
  content: " »"; }

p a.more,
p a.more:link,
p a.more:visited,
p a.more:hover,
p a.more:focus {
  text-decoration: none; }

blockquote {
  font-style: italic;
  opacity: 0.7;
  margin: 2em 2em 2em 1em; }

ul {
  list-style-type: disc;
  margin-left: 32px; }

nav ul {
  list-style-type: none;
  margin: 0; }

ol {
  list-style-type: decimal;
  margin-left: 32px; }

.wysiwyg-text-align-left {
  text-align: left; }

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

.link-nav {
  margin: 0;
  padding: 1em 2em;
  text-align: center; }
  .link-nav a, .link-nav a:hover {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    font-weight: 400;
    text-decoration: none; }
  .link-nav a:hover {
    border: 0; }
  .link-nav li {
    display: inline;
    padding: 0 5px 2px 8px;
    border-left: 2px solid #9BCB58; }
  .link-nav li:first-child {
    border-left: none; }

body.interior #contentArea {
  background: #fff; }

#flash-wrapper {
  z-index: 3;
  position: relative; }

.navbar .nav {
  float: right;
  margin-right: -8px; }

header.main,
footer {
  background-color: white;
  color: #24394d;
  font-size: 14px;
  margin: 0pt auto;
  max-width: 1582px;
  width: 100%; }
  header.main a, header.main a:link, header.main a:visited, header.main a:active,
  footer a,
  footer a:link,
  footer a:visited,
  footer a:active {
    color: #63788d !important;
    text-decoration: none; }
  header.main a:hover, header.main a:focus,
  footer a:hover,
  footer a:focus {
    color: #1c2345 !important; }

.navbar.login {
  margin-bottom: 0;
  position: relative;
  z-index: 10; }

.navbar-inner,
.navbar.login .navbar-inner {
  background-image: none;
  border: 0px;
  box-shadow: none; }
  .navbar-inner a:hover, .navbar-inner a:focus,
  .navbar.login .navbar-inner a:hover,
  .navbar.login .navbar-inner a:focus {
    color: #1c2345; }

#logo img {
  width: 168px; }
@media print {
  #logo:after {
    content: ""; } }

header.main {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  header.main .navbar-inner {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px; }
  header.main #logo {
    display: block;
    margin: 21px 0px 0px;
    padding-left: 1em; }
  header.main nav {
    font-size: 14px;
    font-weight: 500;
    margin: 1.4em 0em 0em; }
    header.main nav#main-links {
      float: left; }
    header.main nav#account-links-search {
      float: right;
      margin-top: 1em; }
      header.main nav#account-links-search a, header.main nav#account-links-search form {
        margin-left: 6px; }
      header.main nav#account-links-search a.log_in, header.main nav#account-links-search a.log_out {
        border-radius: 20pt;
        padding: 0.85em 2.5em;
        background-color: #1c2345;
        color: white !important; }
        header.main nav#account-links-search a.log_in:hover, header.main nav#account-links-search a.log_in:focus, header.main nav#account-links-search a.log_out:hover, header.main nav#account-links-search a.log_out:focus {
          background-color: #3b4a91; }
      header.main nav#account-links-search a.sign_up {
        background-color: #e9eef4;
        color: #637281 !important; }
        header.main nav#account-links-search a.sign_up:hover, header.main nav#account-links-search a.sign_up:focus {
          background-color: #dae0e8; }
    header.main nav li {
      float: left; }
      header.main nav li a, header.main nav li a:link, header.main nav li a:visited, header.main nav li a:active {
        display: block;
        margin-left: 5px;
        padding: 6px 15px; }
  header.main form {
    display: inline-block;
    margin-bottom: 16px;
    position: relative; }
    header.main form input#query {
      border-radius: 20pt;
      padding: 0.85em 2.5em;
      -webkit-transition: width 0.35s ease;
      transition: width 0.35s ease;
      color: #999;
      font-size: 14px;
      height: 38px;
      line-height: 1em;
      padding: 0px 19px 0px 19px;
      width: 0px; }
      header.main form input#query.selected {
        padding: 0px 46px 0px 16px;
        width: 150px; }
    header.main form button {
      border-radius: 19pt;
      background: transparent;
      border: none;
      color: #63788d;
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 40px;
      height: 40px; }
      header.main form button:hover {
        background: #dae0e8; }

a.log_in {
  display: inline-block; }

a.log_out {
  display: none; }

body.logged-in a.log_out {
  display: inline-block; }

body.logged-in a.log_in {
  display: none; }

header.navbar {
  margin-bottom: 0px; }

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 20px;
  /**
   * The degree of contrast between the background color and the disclaimer
   * text color is at least as great as the degree of contrast between the
   * background color and the color of the largest text in the communication.
   * Plus the 12pt font size below.
   * This disclaimer must also be in a box.
   */ }
  footer .logo-row {
    border-bottom: 1px solid #dde3ee;
    width: 100%; }
    footer .logo-row .container-fluid {
      padding-top: 1em;
      padding-bottom: 2.5em; }
    footer .logo-row div.like-follow {
      float: right; }
      footer .logo-row div.like-follow a, footer .logo-row div.like-follow a:link, footer .logo-row div.like-follow a:visited, footer .logo-row div.like-follow a:active {
        color: #b2c0cd !important;
        margin-left: 1em;
        position: relative;
        top: 7px; }
        footer .logo-row div.like-follow a:hover, footer .logo-row div.like-follow a:focus, footer .logo-row div.like-follow a:link:hover, footer .logo-row div.like-follow a:link:focus, footer .logo-row div.like-follow a:visited:hover, footer .logo-row div.like-follow a:visited:focus, footer .logo-row div.like-follow a:active:hover, footer .logo-row div.like-follow a:active:focus {
          color: #1c2345 !important; }
        footer .logo-row div.like-follow a.facebook:hover, footer .logo-row div.like-follow a.facebook:focus, footer .logo-row div.like-follow a:link.facebook:hover, footer .logo-row div.like-follow a:link.facebook:focus, footer .logo-row div.like-follow a:visited.facebook:hover, footer .logo-row div.like-follow a:visited.facebook:focus, footer .logo-row div.like-follow a:active.facebook:hover, footer .logo-row div.like-follow a:active.facebook:focus {
          color: #3b5998 !important; }
        footer .logo-row div.like-follow a.twitter:hover, footer .logo-row div.like-follow a.twitter:focus, footer .logo-row div.like-follow a:link.twitter:hover, footer .logo-row div.like-follow a:link.twitter:focus, footer .logo-row div.like-follow a:visited.twitter:hover, footer .logo-row div.like-follow a:visited.twitter:focus, footer .logo-row div.like-follow a:active.twitter:hover, footer .logo-row div.like-follow a:active.twitter:focus {
          color: #00aced !important; }
  footer .container-fluid {
    margin: 0em auto;
    max-width: 980px; }
  footer nav {
    min-height: 250px;
    padding-top: 2em; }
  footer dl {
    float: left;
    width: 30%;
    margin-left: 5%; }
    footer dl:first-child {
      margin-left: 0%; }
  footer dt {
    display: block;
    font-family: "Montserrat", "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 11.067px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 364%;
    margin: 0 0 0.5em 0;
    text-transform: uppercase; }
  footer dd {
    margin: 0;
    font-style: normal;
    line-height: 125%; }
  footer ul {
    margin: 0;
    list-style-type: none; }
    footer ul li {
      font-size: 14.98px;
      line-height: 267%; }
  footer .disclaimer {
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 1em;
    padding: 1em 0.5em; }
    footer .disclaimer p {
      font-size: 12pt !important;
      margin: .5em 1.5em; }
      footer .disclaimer p a {
        color: #b0b7c7; }
  footer p.charities_disclaimer {
    font-size: 14.98px; }
  footer .copyright {
    background: #eaeff3;
    color: #b0b7c7;
    margin-top: 3em;
    padding: 1.5em 0 2em;
    width: 100%; }
  footer .legal {
    font-size: 12.04px; }
    footer .legal .links {
      display: inline-block;
      float: right; }
    footer .legal a, footer .legal a:link, footer .legal a:visited, footer .legal a:active {
      color: #b0b7c7;
      text-decoration: none; }
      footer .legal a:hover, footer .legal a:focus, footer .legal a:link:hover, footer .legal a:link:focus, footer .legal a:visited:hover, footer .legal a:visited:focus, footer .legal a:active:hover, footer .legal a:active:focus {
        text-decoration: underline; }

@media (max-width: 979px) and (min-width: 768px) {
  .navbar.login .container {
    width: 95%; }
    .navbar.login .container .nav > li > a {
      padding-left: 0.5em;
      padding-right: 0.5em; }

  header.main .row-fluid [class*="span"] {
    float: none;
    width: 100%;
    margin-left: 0px; }
  header.main form#search-input-form input#query.selected {
    max-width: 85px; } }
@media (max-width: 767px) {
  #contentArea {
    padding-top: 1em; }

  #content-wrapper {
    padding-top: 2em;
    padding-bottom: 2em; }

  #content-wrapper {
    overflow: scroll; }

  .navbar.login {
    margin-left: 0;
    margin-right: 0; }
    .navbar.login .brand {
      white-space: nowrap;
      max-width: 75%;
      overflow: hidden;
      text-overflow: ellipsis; }
    .navbar.login .btn-navbar {
      position: relative;
      margin-top: 2px; }

  header.main,
  header.lite {
    margin-bottom: 0px;
    width: auto; }
    header.main #logo,
    header.lite #logo {
      padding: 0px;
      text-align: center; }
    header.main .btn-navbar,
    header.lite .btn-navbar {
      background-color: #fff;
      background-image: none;
      float: left;
      margin: -37px 0 0 1em; }
      header.main .btn-navbar:hover, header.main .btn-navbar:focus, header.main .btn-navbar:active, header.main .btn-navbar:visited, header.main .btn-navbar.active, header.main .btn-navbar.disabled, header.main .btn-navbar[disabled],
      header.lite .btn-navbar:hover,
      header.lite .btn-navbar:focus,
      header.lite .btn-navbar:active,
      header.lite .btn-navbar:visited,
      header.lite .btn-navbar.active,
      header.lite .btn-navbar.disabled,
      header.lite .btn-navbar[disabled] {
        background-color: #fff;
        padding: 7px 10px; }
    header.main nav,
    header.lite nav {
      font-size: 34.02px; }
      header.main nav#main-links,
      header.lite nav#main-links {
        float: none; }
      header.main nav#account-links-search,
      header.lite nav#account-links-search {
        float: none;
        margin-top: 0px;
        text-align: center; }
        header.main nav#account-links-search a, header.main nav#account-links-search form,
        header.lite nav#account-links-search a,
        header.lite nav#account-links-search form {
          margin-left: 0px; }
        header.main nav#account-links-search a.log_in, header.main nav#account-links-search a.log_out,
        header.lite nav#account-links-search a.log_in,
        header.lite nav#account-links-search a.log_out {
          border-radius: 30pt;
          margin-bottom: 1em;
          padding: 0.85em 1em;
          text-align: center;
          width: 50%; }
      header.main nav ul,
      header.lite nav ul {
        margin: 55px 0px; }
      header.main nav li,
      header.lite nav li {
        border-bottom: 1px solid #dae0e8;
        float: none;
        line-height: 294%;
        margin-left: 40px;
        margin-right: 40px;
        text-align: center; }
        header.main nav li a, header.main nav li a:link, header.main nav li a:visited, header.main nav li a:active,
        header.lite nav li a,
        header.lite nav li a:link,
        header.lite nav li a:visited,
        header.lite nav li a:active {
          display: inline;
          margin-left: 0px;
          padding: 0px; }
    header.main form,
    header.lite form {
      display: block;
      margin: 1em auto;
      float: none;
      text-align: center; }
      header.main form input#query,
      header.main form input#query.selected,
      header.lite form input#query,
      header.lite form input#query.selected {
        border-radius: 30pt;
        font-size: 34.02px;
        width: 90%;
        height: 77px;
        box-sizing: border-box; }
      header.main form button,
      header.lite form button {
        border-radius: 30pt;
        font-size: 0.75em;
        width: 77px;
        height: 77px;
        margin-right: 5%; }

  footer {
    text-align: center; }
    footer .container-fluid {
      padding: 3em; }
    footer .logo-row {
      border-bottom: 0px; }
      footer .logo-row .container-fluid {
        padding-bottom: 0em; }
      footer .logo-row div.like-follow {
        display: none; }
    footer .logo-row + .container-fluid {
      padding-top: 0px; }
    footer dl {
      float: none;
      margin-top: 42px;
      margin-left: 0px;
      width: 100%; }
    footer dt {
      font-size: 22.0038px;
      line-height: 182%; }
    footer ul li {
      font-size: 29.96px;
      line-height: 187%; }
    footer .btn-inverse {
      margin-top: 1em;
      margin-bottom: 3em; }
    footer .copyright {
      margin-top: 0px;
      padding: 0px; }
    footer .legal .links {
      display: block;
      float: none;
      margin-top: 1em; }

  .modal {
    max-height: 90%;
    overflow: scroll; } }
/*doc
---
title: Color Scheme
name: colors
category: basics
---
Within Indigo, we use a combination of the Bootstrap color scheme and the following brand colors:


$navy:          #1c2345;
$cerulean:      #009CDE;
$black:         #000000;
$pewter:        #666666;

$sky:           #70B2E3;
$grass:         #9BCB58;
$kiwi:          #C0E391;
$tangerine:     #FBB261;
$fuschia:       #E50061;
$steel:         #ACAEB0;

$cloud:         #BFE6FB;
$lime:          #E5EEAE;
$manila:        #FFE8AE;
$platnum:       #ECEDF0;
$silver:        #C9CDD4;

*/
/*doc
---
title: Color Scheme - New Branding
name: colors-new
category: basics
---

ActBlue's branding uses a three-tiered color scheme.

### Primary:

CERULEAN: #009CDE
DUSK: #3B4A91
MIDNIGHT: #1C2345
GREYSCALE: #666666

### Secondary:

SKY: #70B2E3
GRASS: #9BCB58
KIWI: #C0E391
TANGERINE: #FBB261
FUSCHIA: #E50061
STEEL: #ACAEB0

### Tertiary:

CLOUD: #BFE6FB
LIME: #E5EEAE
MANILA: #FFE8AE
PLATINUM: #ECEDF0
SILVER: #C9CDD4

*/
/*doc
---
title: Color Scheme - Color/Concept Associations
name: colors-associations
category: basics
---

Specific ActBlue features may be persistently associated with a given color.

ActBlue Express: TANGERINE

*/
.bg-alt {
  background-color: #F0F0F0; }

a.bg-alt:hover,
a.bg-alt:focus {
  background-color: #d7d7d7; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.table {
  width: 100%;
  margin-bottom: 21px; }
  .table th,
  .table td {
    padding: 8px;
    line-height: 21px;
    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 .number {
    text-align: right; }
  .table .table {
    background-color: #fff; }

.table-condensed {
  width: 100%;
  margin-bottom: 21px; }
  .table-condensed th,
  .table-condensed td {
    padding: 8px;
    line-height: 21px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table-condensed th {
    font-weight: bold; }
  .table-condensed thead th {
    vertical-align: bottom; }
  .table-condensed caption + thead tr:first-child th,
  .table-condensed caption + thead tr:first-child td,
  .table-condensed colgroup + thead tr:first-child th,
  .table-condensed colgroup + thead tr:first-child td,
  .table-condensed thead:first-child tr:first-child th,
  .table-condensed thead:first-child tr:first-child td {
    border-top: 0; }
  .table-condensed tbody + tbody {
    border-top: 2px solid #ddd; }
  .table-condensed .number {
    text-align: right; }
  .table-condensed th,
  .table-condensed td {
    padding: 4px 5px; }
  .table-condensed th {
    color: #666;
    font-weight: 400;
    border-bottom: 2px solid #CCC; }

/*doc
---
title: Grid System - Old Style
name: bootstrap-grid
category: grid
---
The "old" Indigo branding uses the Bootstrap grid, generally with Bootstrap classes in markup.
*/
/*doc
---
title: Grid System - New Style
name: nouveau-grid
category: grid
---

The "new" Indigo branding uses the Bootstrap grid. Where feasible, use of the SCSS mixins `bootstrap-span` and `bootstrap-offset` is preferred over putting Bootstrap classes in markup.

If the Bootstrap grid does not cooperate nicely with a given design, it may be the design's fault. Mike is generally happy to work with ATS to resolve these issues.

*/
/* AA: page layout */
/* BB: GENERAL STYLIN' */
/* DD: ASK */
/* EE: amounts */
/* FF: FIELD / STANDARD-FORM OVERRIDES */
/* GG: radios: amounts, recurring, tip options */
body.contribute.new #header {
  border-bottom: none; }
body.contribute.new header.main,
body.contribute.new #contentArea {
  max-width: 980px; }
body.contribute.new #contentArea {
  padding: 0 0 3em 0; }

#cf_widget {
  float: left;
  width: 57.44681%;
  min-width: calc(320px - 1.5em);
  max-width: 560px;
  margin: 0;
  padding: 0 1.5em 2em;
  box-sizing: border-box;
  background: rgba(200, 200, 200, 0.1);
  box-shadow: inset 0px 0px 10px -5px #ccc; }

#collect-form-internal {
  padding-top: 1em; }

#cf_header {
  float: left;
  width: 40.42553%; }

@media (max-width: 767px) {
  body.contribute.new #contentArea {
    padding: 0; }

  #cf_header, #cf_widget {
    width: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto; } }
#cf_container {
  margin-bottom: 2em;
  background: white; }
  #cf_container h2, #cf_container h3 {
    font-weight: normal;
    font-size: 2em;
    line-height: 1.3em;
    margin: 0 0 0.5em 0em;
    color: #009CDE; }
  #cf_container h3 {
    font-size: 1.5em;
    margin-top: 0.25em; }
  #cf_container table {
    border-spacing: 0px; }
  #cf_container .alert p:first-child {
    padding-top: 0; }
  #cf_container .confirm-container input {
    margin: -2px 2px 0 0; }
  #cf_container .confirm-container div.inline-error {
    padding-left: 0; }
  #cf_container .cart div.inline-error,
  #cf_container .data-entry.one div.inline-error {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 95%;
    padding: .25em .4em;
    background: #fcf8e3; }

#cf_header {
  box-sizing: border-box; }
  #cf_header h2 {
    margin-top: 0; }
  #cf_header .thermometer {
    float: right;
    padding: 0 0 0.5em 1em; }
  #cf_header img.thermometer.wide {
    width: 340px;
    height: 103px;
    float: none;
    padding: 0em;
    margin-left: -0.5em; }
  #cf_header .youtube-wrapper {
    width: 100%;
    max-width: 100%;
    display: inline; }
    #cf_header .youtube-wrapper .youtube-inner {
      display: block;
      width: 100%;
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      margin-top: 1.5em;
      margin-bottom: 1em; }
      #cf_header .youtube-wrapper .youtube-inner iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #cf_header p + p {
    margin-top: 1.3em; }
  #cf_header #contribution_blurb img {
    margin-bottom: 1em; }

#contribution-ask {
  padding: 1em 2em 0; }

.inline-error {
  clear: both;
  color: #900;
  padding: .25em .4em .25em 3px;
  font-size: 1em; }

table.spreader {
  width: 100%; }
  table.spreader tr.total td {
    font-weight: bold; }
  table.spreader td {
    padding: 0.25em; }
  table.spreader td.name {
    width: 100%; }
  table.spreader td.amount {
    text-align: right;
    white-space: nowrap; }
  table.spreader td.amount input {
    width: 50px;
    text-align: right;
    margin-left: 2px; }

#split-it-head {
  width: 11em;
  margin: 0em auto 1em;
  font-size: 1.25em;
  text-align: right;
  line-height: 2em; }
  #split-it-head label {
    float: left;
    font-weight: bold;
    font-size: 1.25em;
    padding-top: 4px;
    line-height: 1.25em; }
  #split-it-head input {
    width: 3em;
    margin-left: 2px; }

.ticket_select label {
  font-size: 1em; }
.ticket_select table.tickets {
  width: 100%; }
  .ticket_select table.tickets .name, .ticket_select table.tickets .price {
    padding-right: 0.5em; }
  .ticket_select table.tickets .price, .ticket_select table.tickets .select {
    white-space: nowrap;
    text-align: right;
    padding-bottom: 0.5em; }
.ticket_select .total, .ticket_select .donate {
  text-align: right; }
.ticket_select .total {
  font-weight: bold; }
.ticket_select .donate {
  margin: 1em 0; }
  .ticket_select .donate label {
    display: inline; }
.ticket_select .disclaimer {
  padding: 0.5em 0; }

#cf_container {
  font-size: 0.9em; }
  #cf_container form {
    margin-bottom: 0; }
  #cf_container .clearfix {
    margin-bottom: 0; }
  #cf_container select.error,
  #cf_container input.error {
    background-color: #FFBCBC;
    border: 1px solid #A00; }
  #cf_container #flash-container {
    margin-top: 1em; }
  #cf_container input[type='radio'], #cf_container input[type='checkbox'] {
    width: auto; }
  #cf_container input.btn {
    padding: 5px 14px 5px;
    width: auto; }
  #cf_container .explanation {
    color: #666666;
    padding: 0 0 0.5em; }
  #cf_container .control-label {
    width: 23%;
    font-weight: bold;
    letter-spacing: 0.03em;
    white-space: nowrap; }
  #cf_container .control-group {
    margin-bottom: 5px; }
    #cf_container .control-group .controls {
      min-height: 19px;
      margin-left: 25%;
      width: 75%; }
      #cf_container .control-group .controls input[type="text"],
      #cf_container .control-group .controls input[type="tel"],
      #cf_container .control-group .controls input[type="email"],
      #cf_container .control-group .controls input[type="password"],
      #cf_container .control-group .controls select,
      #cf_container .control-group .controls div.static {
        width: 100%;
        height: 2em;
        box-sizing: border-box; }
      #cf_container .control-group .controls div.static {
        float: left; }
  #cf_container #not-in-us {
    font-size: 0.75em;
    margin-top: 2em; }
  #cf_container #employment_info label[for='contribution_empaddr1'] {
    white-space: normal;
    word-wrap: break-word; }
  #cf_container #employment_info .checkbox {
    font-weight: bold;
    font-size: 14.5px; }
  #cf_container div.control-group div.static-text {
    margin: 4px 0 3px; }
  #cf_container div.control-group .controls.half input[type='text'], #cf_container div.control-group .controls.half select {
    width: 49%;
    float: left; }
  #cf_container div.control-group .controls.half input + input, #cf_container div.control-group .controls.half select + select {
    margin-left: 2%; }
  #cf_container .region .controls > div {
    margin-right: 2%;
    float: left; }
    #cf_container .region .controls > div.city-container {
      width: 49%; }
    #cf_container .region .controls > div.state-container {
      width: 49%;
      margin-right: 0; }
      #cf_container .region .controls > div.state-container .state-container label {
        display: none; }
    #cf_container .region .controls > div.zip-container {
      width: 28%;
      margin-right: 0; }
  #cf_container .addr .controls > div {
    margin-right: 2%;
    float: left; }
    #cf_container .addr .controls > div.address-container {
      width: 78%;
      margin-left: 0; }
    #cf_container .addr .controls > div.zip-container {
      width: 20%;
      margin-right: 0; }
  #cf_container div.personal-information {
    position: relative;
    _position: static; }
  #cf_container .donor-info .reset-link {
    margin: -1em 0 1em; }
  #cf_container .donor-info.stored.saved-ccs .payment-method {
    display: none; }
  #cf_container .donor-info.stored .info {
    margin-top: 0.5em; }
    #cf_container .donor-info.stored .info label {
      padding-top: 0;
      margin-top: -2px; }
  #cf_container .donor-info.stored .reset-link {
    margin-top: 0.5em; }
  #cf_container #payment-method-radios {
    padding-left: 2px;
    text-align: center; }
    #cf_container #payment-method-radios input,
    #cf_container #payment-method-radios label,
    #cf_container #payment-method-radios div {
      display: inline-block; }
    #cf_container #payment-method-radios input {
      vertical-align: top; }
    #cf_container #payment-method-radios .cc-images {
      margin: -2px auto 10px;
      width: 180px;
      height: 23px;
      background: url("/assets/payment_method_cc-fdf3cc44ecad27f31e8bf1b96b0adde5ab6b09c7ab6a055b19b8c6370e6d80e1.svg") no-repeat; }
      #cf_container #payment-method-radios .cc-images .cc {
        margin: 0 2px;
        width: 37px;
        height: 23px;
        float: left; }
      #cf_container #payment-method-radios .cc-images .cc.visa {
        background-position: 0px 0px; }
      #cf_container #payment-method-radios .cc-images .cc.mc {
        background-position: -36px 0px;
        width: 38px; }
      #cf_container #payment-method-radios .cc-images .cc.discover {
        background-position: -74px 0px;
        width: 36px; }
      #cf_container #payment-method-radios .cc-images .cc.amex {
        background-position: -110px 0px; }
    #cf_container #payment-method-radios .cc.paypal {
      background: url("/assets/payment_method_paypal-0fcaed514ca816615517421ffaa1bc63a1a0a5dac30e0ad31b62b9f55f7a11b5.svg");
      margin: 0 2px;
      width: 37px;
      height: 23px;
      vertical-align: 10px; }
  #cf_container #payment-method-select {
    display: none; }
  #cf_container .store-cc {
    display: none; }
  #cf_container #express_room_container .store-cc,
  #cf_container .donor-info.stored .store-cc {
    display: block; }
    #cf_container #express_room_container .store-cc label,
    #cf_container .donor-info.stored .store-cc label {
      line-height: 1.75em; }
  #cf_container #nojs-form ul.radios.single-candidate li input[type='radio'] {
    display: inline; }
  #cf_container #nojs-form #nojs-form .show_splitter {
    display: none; }
  #cf_container .submit-container {
    text-align: center; }
  #cf_container .submit-container input {
    margin: .5em; }
  #cf_container #email-container.found-email {
    float: left;
    width: 78%; }
  #cf_container #exp-login-btn {
    display: none;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    float: right;
    width: 20%;
    font-size: 14px;
    min-height: 30px;
    box-sizing: border-box;
    background: url("/assets/actblue-express/express-login-tall.svg") center/80% no-repeat #FBB261;
    cursor: pointer; }
    #cf_container #exp-login-btn.found-email {
      display: block; }
    #cf_container #exp-login-btn.rounded {
      border-radius: 20pt;
      background-size: 70%; }
    #cf_container #exp-login-btn:hover {
      background-color: #faa648; }
  @media (max-width: 767px) {
    #cf_container #email-container.found-email {
      float: none;
      width: 100%; }
    #cf_container #exp-login-btn {
      float: none;
      clear: both;
      width: 100%;
      font-size: 16px;
      height: 3em;
      margin-top: 1em;
      background: url("/assets/actblue-express/express-login-long.svg") center/60% no-repeat #FBB261; } }

.control-label.address {
  overflow: visible;
  height: 1em; }

.formatted-address span {
  display: block; }

.rules {
  padding-top: 2em;
  border-top: 1px solid #ECEDF0; }

/* GG: radios: amounts, recurring, tip options */
ul.radios {
  margin: 0;
  list-style: none; }
  ul.radios li {
    margin-bottom: 1em;
    float: left;
    margin-right: 5%; }
  ul.radios li:last-child {
    margin-right: 0; }
  ul.radios.quarter li {
    width: 23%;
    margin-right: 2.66%; }
  ul.radios.quarter li:nth-child(4n) {
    margin-right: 0; }
  ul.radios.quarter li.rc_other {
    width: 74.33%;
    margin-right: 0; }
  ul.radios.half li {
    width: 48%;
    margin: 0 4% 1em 0; }
  ul.radios.half li:nth-child(even) {
    margin-right: 0; }
  ul.radios.single-candidate li label.btn {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    white-space: nowrap;
    font-size: 1.5em; }
  ul.radios.single-candidate li input[type='radio'] {
    display: none; }
  ul.radios.single-candidate li input.other-text {
    font-size: 1em;
    height: 1.25em;
    transition: width 0.5s; }
  ul.radios.single-candidate li label.selected input.other-text {
    width: 60%;
    max-width: 60%; }
  ul.radios label.btn {
    box-sizing: border-box;
    line-height: 2em;
    padding: 4px 12px;
    text-align: left;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #C9CDD4;
    color: #666666; }
    ul.radios label.btn.selected, ul.radios label.btn.selected:hover {
      background-color: #009CDE;
      border-color: #BFE6FB;
      color: #FFF; }
  ul.radios input[type='radio'],
  ul.radios input[type='checkbox'] {
    margin: -2px 2px 0 0;
    font-size: 1.5em; }
  ul.radios input.other-text {
    width: 2.5em;
    max-width: 50%;
    padding: 0 0.25em; }

.modal-footer .or {
  padding: 1em;
  display: inline; }

body.contribute.new .tooltip-inner {
  max-width: 160px; }

#tip_popup_container .modal-body .explanation.ab {
  margin-top: 0; }
#tip_popup_container .modal-body h3 {
  display: none; }

#cf_container.form.express-room .pane, #cf_container.form.express-room .buttons {
  display: none !important; }

#zoom_query_container .modal-footer .subtle-modify {
  padding-top: 1em; }
@media (max-width: 567px) {
  #zoom_query_container .modal-footer .btn {
    margin: 0 auto 1em;
    float: none; }
  #zoom_query_container .modal-footer .subtle-modify {
    padding-top: 0em; } }

#express_room_container #recur-container {
  background: #F0F0F0;
  padding: 0em 1em 0.5em;
  border: 1px solid #CCC;
  width: 90%;
  margin: 0 auto 1em; }
  #express_room_container #recur-container h3 {
    font-size: 1em;
    font-weight: 400;
    float: left; }
  #express_room_container #recur-container ul {
    float: right;
    width: 75%; }
    #express_room_container #recur-container ul li {
      margin-bottom: 0;
      width: 100%; }
    #express_room_container #recur-container ul .btn {
      line-height: 1em;
      background: none;
      border: 0;
      color: #000; }
  #express_room_container #recur-container .forever ul {
    float: none;
    width: 100%; }
#express_room_container #er_payment {
  padding-right: 10%;
  padding-bottom: 2em; }
#express_room_container .control-label {
  font-weight: normal; }
@media (min-width: 500px) {
  #express_room_container .amount-options {
    width: 80%;
    margin: 0 auto; } }
#express_room_container .er_amt_button {
  display: inline-block;
  overflow: hidden;
  margin: .5em 0;
  width: 47%; }
  #express_room_container .er_amt_button:nth-child(odd) {
    margin-right: 4%; }
  #express_room_container .er_amt_button .inner {
    box-sizing: border-box;
    width: 100%; }
#express_room_container .btn {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  padding-left: 1em;
  padding-right: 1em; }
#express_room_container .other-container .btn.other.hidden2 {
  animation: flipup 0.5s;
  -webkit-animation: flipup 0.5s;
  opacity: 0; }
#express_room_container .other-container .fields {
  -webkit-animation: flipup 0.5s reverse;
  text-align: right; }
  #express_room_container .other-container .fields label {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle; }
  #express_room_container .other-container .fields input {
    width: 4em; }
  #express_room_container .other-container .fields button {
    width: auto;
    margin-left: 0.25em; }
@media (max-width: 767px) {
  #express_room_container .er_amt_button a {
    padding: .85em 0.5em; }
  #express_room_container .er_amt_button.other-container label {
    font-size: 1em; }
  #express_room_container .er_amt_button.other-container input {
    width: 32%;
    padding: .1em; }
  #express_room_container .er_amt_button.other-container a.btn.submittable {
    width: 38%; }
  #express_room_container #recur-container ul {
    width: 100%; } }

@keyframes flipup {
  0% {
    transform: rotateX(0deg);
    opacity: 1; }
  100% {
    transform: rotateX(90deg);
    opacity: 1; } }
@-webkit-keyframes flipup {
  0% {
    transform: rotateX(0deg);
    opacity: 1; }
  100% {
    transform: rotateX(90deg);
    opacity: 1; } }
@media (max-width: 767px) {
  #cf_widget, #contribution-ask {
    padding-right: 0.5em;
    padding-left: 0.5em; }

  #cf_container.form {
    font-size: 1.25em; }
    #cf_container.form h2 {
      font-size: 1.25em; }
    #cf_container.form h3 {
      font-size: 1em;
      font-weight: normal;
      color: #009CDE;
      border-bottom: 1px solid #ECEDF0; }
      #cf_container.form h3#personal-info-header {
        display: none; }
    #cf_container.form header {
      background-image: none;
      padding: 0em; }
    #cf_container.form input, #cf_container.form select {
      font-size: 16px; }
    #cf_container.form input.other-amount {
      font-size: inherit; }
    #cf_container.form div.buttons {
      margin: 0; }
    #cf_container.form .control-group {
      margin-bottom: 1em; }
      #cf_container.form .control-group .control-label {
        display: none; }
      #cf_container.form .control-group .controls {
        width: 100%;
        margin-left: 0; }
        #cf_container.form .control-group .controls input, #cf_container.form .control-group .controls select {
          height: 3em; }
      #cf_container.form .control-group input[type='checkbox'] {
        height: initial; }
    #cf_container.form #recurring_selection ul.radios.quarter li {
      width: 100%; }
    #cf_container.form .state-container {
      text-align: center; }
    #cf_container.form .rules, #cf_container.form .alert, #cf_container.form .explanation {
      font-size: 0.75em; }
    #cf_container.form .explanation.emp {
      white-space: normal; }

  #cf_container.merchandise #merchandise_container {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 0.5em; }
    #cf_container.merchandise #merchandise_container .btn {
      margin-top: 0.3em; }
  #cf_container.merchandise #additional_contribution {
    width: 3em; }

  #express-login div.control-group label {
    padding-right: 1em; }
  #express-login .reset {
    width: 50%; }

  .modal-footer .or {
    display: none; }

  #recurring_skip_button {
    margin-top: 1em; } }
.edit-well {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: rgba(200, 200, 200, 0.1); }
  .edit-well .icon-edit {
    width: 16px;
    height: 16px;
    background: url(/assets/ui/glyphicons-halflings.png);
    background-position: 0px -72px;
    display: inline-block;
    vertical-align: text-top; }
  .edit-well a {
    color: #009CDE; }

@media (max-width: 525px) {
  ul.radios.single-candidate li label.btn {
    font-size: 1em; } }
body.contribute.slim {
  background-color: transparent !important; }
  body.contribute.slim #contentArea {
    background-color: transparent; }
  body.contribute.slim #cf_container {
    border-radius: 10px;
    box-sizing: border-box; }
  body.contribute.slim #cf_widget {
    width: 100%; }
  body.contribute.slim #cf_header, body.contribute.slim .rules {
    display: none; }
/*doc
---
title: Color Scheme
name: colors
category: basics
---
Within Indigo, we use a combination of the Bootstrap color scheme and the following brand colors:


$navy:          #1c2345;
$cerulean:      #009CDE;
$black:         #000000;
$pewter:        #666666;

$sky:           #70B2E3;
$grass:         #9BCB58;
$kiwi:          #C0E391;
$tangerine:     #FBB261;
$fuschia:       #E50061;
$steel:         #ACAEB0;

$cloud:         #BFE6FB;
$lime:          #E5EEAE;
$manila:        #FFE8AE;
$platnum:       #ECEDF0;
$silver:        #C9CDD4;

*/
/*doc
---
title: Color Scheme - New Branding
name: colors-new
category: basics
---

ActBlue's branding uses a three-tiered color scheme.

### Primary:

CERULEAN: #009CDE
DUSK: #3B4A91
MIDNIGHT: #1C2345
GREYSCALE: #666666

### Secondary:

SKY: #70B2E3
GRASS: #9BCB58
KIWI: #C0E391
TANGERINE: #FBB261
FUSCHIA: #E50061
STEEL: #ACAEB0

### Tertiary:

CLOUD: #BFE6FB
LIME: #E5EEAE
MANILA: #FFE8AE
PLATINUM: #ECEDF0
SILVER: #C9CDD4

*/
/*doc
---
title: Color Scheme - Color/Concept Associations
name: colors-associations
category: basics
---

Specific ActBlue features may be persistently associated with a given color.

ActBlue Express: TANGERINE

*/
.bg-alt {
  background-color: #F0F0F0; }

a.bg-alt:hover,
a.bg-alt:focus {
  background-color: #d7d7d7; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.table {
  width: 100%;
  margin-bottom: 21px; }
  .table th,
  .table td {
    padding: 8px;
    line-height: 21px;
    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 .number {
    text-align: right; }
  .table .table {
    background-color: #fff; }

.table-condensed {
  width: 100%;
  margin-bottom: 21px; }
  .table-condensed th,
  .table-condensed td {
    padding: 8px;
    line-height: 21px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table-condensed th {
    font-weight: bold; }
  .table-condensed thead th {
    vertical-align: bottom; }
  .table-condensed caption + thead tr:first-child th,
  .table-condensed caption + thead tr:first-child td,
  .table-condensed colgroup + thead tr:first-child th,
  .table-condensed colgroup + thead tr:first-child td,
  .table-condensed thead:first-child tr:first-child th,
  .table-condensed thead:first-child tr:first-child td {
    border-top: 0; }
  .table-condensed tbody + tbody {
    border-top: 2px solid #ddd; }
  .table-condensed .number {
    text-align: right; }
  .table-condensed th,
  .table-condensed td {
    padding: 4px 5px; }
  .table-condensed th {
    color: #666;
    font-weight: 400;
    border-bottom: 2px solid #CCC; }

/*doc
---
title: Grid System - Old Style
name: bootstrap-grid
category: grid
---
The "old" Indigo branding uses the Bootstrap grid, generally with Bootstrap classes in markup.
*/
/*doc
---
title: Grid System - New Style
name: nouveau-grid
category: grid
---

The "new" Indigo branding uses the Bootstrap grid. Where feasible, use of the SCSS mixins `bootstrap-span` and `bootstrap-offset` is preferred over putting Bootstrap classes in markup.

If the Bootstrap grid does not cooperate nicely with a given design, it may be the design's fault. Mike is generally happy to work with ATS to resolve these issues.

*/
.branding-lite #header {
  text-align: center;
  margin: 30px 20px 20px; }
.branding-lite #fec_box_container {
  width: 80%;
  max-width: 450px;
  padding: 10px;
  margin: 20px auto;
  background: white; }
.branding-lite .branding-fec-box {
  width: auto;
  margin: 0; }
.branding-lite.white-bg #fec_box_container {
  box-shadow: 0; }
.branding-lite.interior {
  background-color: #fff; }
  .branding-lite.interior.branding-charities {
    background-color: #ECEDF0; }
    .branding-lite.interior.branding-charities #branding-header-image {
      text-align: center; }
    .branding-lite.interior.branding-charities #logo img {
      width: 370px;
      max-width: 370px;
      height: 65px; }

.default-lite #header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  max-width: 980px;
  text-align: left;
  padding: 20px  0 21px  2em;
  box-sizing: border-box; }
.default-lite #logo img {
  max-width: 126px; }
.default-lite #secured_by_actblue, .default-lite #secured_by_ab_charities {
  display: none; }
@media (max-width: 767px) {
  .default-lite #header {
    text-align: center;
    padding-left: 0; } }

.branding-ab-test {
  transition: opacity 0.5s, background-color 0.5s, background-image 0.5s;
  transition-timing-function: ease-in-out; }

.whiteout {
  background-color: rgba(200, 200, 200, 0.4) !important;
  background-image: none !important;
  opacity: 0; }

#secured_by_actblue, #secured_by_ab_charities {
  width: 224px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: #1c2345; }
  #secured_by_actblue .inner, #secured_by_ab_charities .inner {
    text-indent: -9999px; }

#secured_by_actblue .inner {
  background: url("/assets/secured_by_actblue-858d654bc0222b3d7fce6021932acb8d0836c239a3a1f5dca179d52475c78cb7.png") no-repeat;
  height: 30px;
  margin: 8px 12px; }

#secured_by_ab_charities .inner {
  background: url("/assets/Charities-Secured-Midnight-b74ca7240ad01dc852b39f4e0aef77cda4b5d8c14f861207082cf113ed0c969c.png") no-repeat;
  height: 40px;
  margin: 0; }

@media (max-width: 767px) {
  #secured_by_actblue, #secured_by_ab_charities {
    display: none; } }
@media (min-width: 768px) {
  body.full_background {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover; }
    body.full_background #contentArea, body.full_background #cf_container.form {
      background-color: transparent; }
    body.full_background #cf_header, body.full_background #cf_widget {
      width: 57.44681%;
      max-width: 560px;
      background: rgba(255, 255, 255, 0.9); }
    body.full_background #cf_widget {
      padding-left: 2em;
      padding-right: 2em; }
    body.full_background .thermometer, body.full_background .youtube-wrapper {
      display: none; }
    body.full_background .rules {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 2em 2em 1em; }
    body.full_background.branded.thanks #contentArea, body.full_background.branded.brandings.show #contentArea, body.full_background.branded.lists.show #contentArea, body.full_background.branded.contributions.show #contentArea {
      padding-top: 2em;
      background-color: rgba(255, 255, 255, 0.9);
      max-width: 980px; }
    body.full_background #express_room_container > h3 {
      display: none; } }
/*doc
---
title: Color Scheme
name: colors
category: basics
---
Within Indigo, we use a combination of the Bootstrap color scheme and the following brand colors:


$navy:          #1c2345;
$cerulean:      #009CDE;
$black:         #000000;
$pewter:        #666666;

$sky:           #70B2E3;
$grass:         #9BCB58;
$kiwi:          #C0E391;
$tangerine:     #FBB261;
$fuschia:       #E50061;
$steel:         #ACAEB0;

$cloud:         #BFE6FB;
$lime:          #E5EEAE;
$manila:        #FFE8AE;
$platnum:       #ECEDF0;
$silver:        #C9CDD4;

*/
/*doc
---
title: Color Scheme - New Branding
name: colors-new
category: basics
---

ActBlue's branding uses a three-tiered color scheme.

### Primary:

CERULEAN: #009CDE
DUSK: #3B4A91
MIDNIGHT: #1C2345
GREYSCALE: #666666

### Secondary:

SKY: #70B2E3
GRASS: #9BCB58
KIWI: #C0E391
TANGERINE: #FBB261
FUSCHIA: #E50061
STEEL: #ACAEB0

### Tertiary:

CLOUD: #BFE6FB
LIME: #E5EEAE
MANILA: #FFE8AE
PLATINUM: #ECEDF0
SILVER: #C9CDD4

*/
/*doc
---
title: Color Scheme - Color/Concept Associations
name: colors-associations
category: basics
---

Specific ActBlue features may be persistently associated with a given color.

ActBlue Express: TANGERINE

*/
.bg-alt {
  background-color: #F0F0F0; }

a.bg-alt:hover,
a.bg-alt:focus {
  background-color: #d7d7d7; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.table {
  width: 100%;
  margin-bottom: 21px; }
  .table th,
  .table td {
    padding: 8px;
    line-height: 21px;
    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 .number {
    text-align: right; }
  .table .table {
    background-color: #fff; }

.table-condensed {
  width: 100%;
  margin-bottom: 21px; }
  .table-condensed th,
  .table-condensed td {
    padding: 8px;
    line-height: 21px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table-condensed th {
    font-weight: bold; }
  .table-condensed thead th {
    vertical-align: bottom; }
  .table-condensed caption + thead tr:first-child th,
  .table-condensed caption + thead tr:first-child td,
  .table-condensed colgroup + thead tr:first-child th,
  .table-condensed colgroup + thead tr:first-child td,
  .table-condensed thead:first-child tr:first-child th,
  .table-condensed thead:first-child tr:first-child td {
    border-top: 0; }
  .table-condensed tbody + tbody {
    border-top: 2px solid #ddd; }
  .table-condensed .number {
    text-align: right; }
  .table-condensed th,
  .table-condensed td {
    padding: 4px 5px; }
  .table-condensed th {
    color: #666;
    font-weight: 400;
    border-bottom: 2px solid #CCC; }

/*doc
---
title: Grid System - Old Style
name: bootstrap-grid
category: grid
---
The "old" Indigo branding uses the Bootstrap grid, generally with Bootstrap classes in markup.
*/
/*doc
---
title: Grid System - New Style
name: nouveau-grid
category: grid
---

The "new" Indigo branding uses the Bootstrap grid. Where feasible, use of the SCSS mixins `bootstrap-span` and `bootstrap-offset` is preferred over putting Bootstrap classes in markup.

If the Bootstrap grid does not cooperate nicely with a given design, it may be the design's fault. Mike is generally happy to work with ATS to resolve these issues.

*/
#cf_nav ol, #cf_nav li {
  list-style: none;
  margin: 0;
  padding: 0; }
#cf_nav div#big-amount-container {
  padding-top: 0.6em;
  font-size: 2.5em;
  cursor: pointer; }
  #cf_nav div#big-amount-container #edit-amt {
    margin-left: -0.2em;
    color: #009CDE;
    font-size: 0.4em; }
#cf_nav.animated #big-amount-container, #cf_nav.animated #edit-amt, #cf_nav.animated ol {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
#cf_nav.off #big-amount-container, #cf_nav.off #edit-amt {
  width: 0;
  height: 0;
  font-size: 0; }
#cf_nav.off ol {
  width: 100%; }
@media (max-width: 767px) {
  #cf_nav div#big-amount-container {
    text-align: center; } }
#cf_nav ol {
  float: right;
  border-bottom: 1px solid #ECEDF0; }
#cf_nav ol:not(.span9) {
  width: 100%; }
#cf_nav li {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  padding: 1.5em 0 1em;
  box-sizing: border-box;
  color: #ACAEB0;
  cursor: pointer; }
  #cf_nav li span {
    background: #ECEDF0;
    color: #ACAEB0;
    border-radius: 1em;
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    margin-right: 0.5em; }
#cf_nav li:last-child {
  border: none; }
#cf_nav li.current {
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  color: #666666; }
  #cf_nav li.current span {
    background: #666666;
    color: #fff;
    font-weight: bold; }

#cf_container .pane:not(.current) {
  margin: 0 initial; }
#cf_container .pane h2 {
  display: none; }
#cf_container .pane.current {
  min-height: 6em;
  height: auto;
  opacity: 1; }
#cf_container.single-pane .pane {
  height: auto;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 1em; }
  #cf_container.single-pane .pane h2 {
    display: block; }
#cf_container.single-pane a.back, #cf_container.single-pane nav {
  display: none; }
#cf_container .buttons {
  text-align: center;
  margin: 1em 0; }
  #cf_container .buttons .back {
    display: block;
    margin-top: -1.5em;
    width: 5em;
    margin-right: -5em;
    text-align: left; }
#cf_container.no-tip-ask nav li {
  width: 33%; }
#cf_container.no-tip-ask .pane.tip, #cf_container.no-tip-ask nav li:last-child {
  display: none; }

.fadable,
#cf_container .pane {
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out;
  -webkit-transform: translateZ(0); }
  .fadable.in,
  #cf_container .pane.in {
    height: auto;
    opacity: 1; }

@media (max-width: 767px) {
  #cf_container .pane {
    margin: 0;
    max-width: 100%; }
  #cf_container .buttons {
    width: 100%; }
    #cf_container .buttons .back {
      margin-top: -1.1em; }

  #cf_nav {
    margin-bottom: 0; }
    #cf_nav ol {
      border-bottom: 0; }
    #cf_nav li span {
      margin: 0 auto;
      display: block; } }
