/*!
 * Great Southern Bank
 *
 * Copyright 2013 Banno, LLC
 * Designed and built by @joshsadler @bannoHQ
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
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: -0.125rem;
}
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 */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  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 {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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;
}
.clearfix {
  *zoom: 1;
}
.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: 1.875rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #3A3F43;
  background-color: #fff;
}
a {
  color: #f05e2f;
  text-decoration: none;
}
a:hover {
  color: #c43b0e;
  text-decoration: underline;
}
/*
// Rounded corners
.img-rounded {
  .border-radius(6px);
}

// Add polaroid-esque trim
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  .box-shadow(0 1px 3px rgba(0,0,0,.1));
}

// Perfect circle
.img-circle {
  .border-radius(500px); // crank the border-radius so it works with most reasonably sized images
}
*/
.row {
  margin-left: -1.25rem;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 0.0625rem;
  margin-left: 1.25rem;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 58.75rem;
}
.span12 {
  width: 58.75rem;
}
.span11 {
  width: 53.75rem;
}
.span10 {
  width: 48.75rem;
}
.span9 {
  width: 43.75rem;
}
.span8 {
  width: 38.75rem;
}
.span7 {
  width: 33.75rem;
}
.span6 {
  width: 28.75rem;
}
.span5 {
  width: 23.75rem;
}
.span4 {
  width: 18.75rem;
}
.span3 {
  width: 13.75rem;
}
.span2 {
  width: 8.75rem;
}
.span1 {
  width: 3.75rem;
}
.offset12 {
  margin-left: 61.25rem;
}
.offset11 {
  margin-left: 56.25rem;
}
.offset10 {
  margin-left: 51.25rem;
}
.offset9 {
  margin-left: 46.25rem;
}
.offset8 {
  margin-left: 41.25rem;
}
.offset7 {
  margin-left: 36.25rem;
}
.offset6 {
  margin-left: 31.25rem;
}
.offset5 {
  margin-left: 26.25rem;
}
.offset4 {
  margin-left: 21.25rem;
}
.offset3 {
  margin-left: 16.25rem;
}
.offset2 {
  margin-left: 11.25rem;
}
.offset1 {
  margin-left: 6.25rem;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 1.875rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[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;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
@font-face {
  font-family: 'NovecentowideBookBold';
  src: url('../media/fonts/Novecentowide-Bold-webfont.eot');
  src: url('../media/fonts/Novecentowide-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../media/fonts/Novecentowide-Bold-webfont.woff') format('woff'), url('../media/fonts/Novecentowide-Bold-webfont.ttf') format('truetype'), url('../media/fonts/Novecentowide-Bold-webfont.svg#NovecentowideBookBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
p {
  margin: 0 0 0.625rem;
}
.smallest {
  font-size: 0.6875rem;
}
.small {
  font-size: 0.75rem;
}
.medium {
  font-size: 0.875rem;
}
.big {
  font-size: 1.3125rem;
}
.biggest {
  font-size: 1.75rem;
  line-height: 1.875rem;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
/*
// Utility classes
.muted {
  color: @grayLight;
}
.text-warning {
  color: @warningText;
}
.text-error {
  color: @errorText;
}
.text-info {
  color: @infoText;
}
.text-success {
  color: @successText;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.625rem 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #929497;
}
h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
h3 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
h4 {
  font-size: 1.125rem;
  line-height: 1.25rem;
}
h5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
h6 {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
h1 small {
  font-size: 1.5rem;
}
h2 small {
  font-size: 1.125rem;
}
h3 small {
  font-size: 0.875rem;
}
h4 small {
  font-size: 0.875rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.0625rem;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
.page-header {
  padding-bottom: 0.5625rem;
  margin: 1.25rem 0 1.875rem;
  border-bottom: 0.0625rem solid #D0D2D3;
}
ul,
ol {
  padding: 0;
  margin: 0 0 0.625rem 1.5625rem;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 1.25rem;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 1.25rem;
}
dt,
dd {
  line-height: 1.25rem;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0.625rem;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 10rem;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 11.25rem;
}
hr {
  margin: 1.25rem 0;
  border: 0;
  border-top: 0.0625rem solid #D0D2D3;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.35);
}
abbr[title] {
  cursor: help;
  border-bottom: 0.0625rem dotted #929497;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 0.9375rem;
  margin: 0 0 1.25rem;
  border-left: 0.3125rem solid #D0D2D3;
}
blockquote p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5625rem;
}
blockquote small {
  display: block;
  line-height: 1.25rem;
  color: #929497;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 0.9375rem;
  padding-left: 0;
  border-right: 0.3125rem solid #D0D2D3;
  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: 1.25rem;
  font-style: normal;
  line-height: 1.25rem;
}
form {
  margin: 0 0 1.25rem;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.25rem;
  font-size: 1.3125rem;
  line-height: 2.5rem;
  color: #3A3F43;
  border: 0;
  border-bottom: 0.0625rem solid #e5e5e5;
}
legend small {
  font-size: 0.9375rem;
  color: #929497;
}
label,
.form-label,
input,
button,
select,
textarea {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25rem;
}
input,
button,
select,
textarea {
  font-family: museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label,
.form-label {
  display: block;
  margin-bottom: 0.3125rem;
  width: auto;
  border: none;
}
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: 1.25rem;
  padding: 0.25rem 0.375rem;
  margin-bottom: 0.5625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #58595B;
}
input,
textarea,
.uneditable-input {
  width: 12.875rem;
}
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: 0.0625rem solid #ccc;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  border-radius: 0.125rem;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.5rem rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.5rem rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.5rem rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0.25rem 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer;
}
.radio-group {
  margin-top: 1.5rem;
}
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: 1.875rem;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 0.25rem;
  /* For IE7, add top margin to align select with labels */
  line-height: 1.875rem;
}
select {
  width: 13.75rem;
  border: 0.0625rem 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: -0.125rem;
}
.uneditable-input,
.uneditable-textarea {
  color: #929497;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 0.0625rem 0.125rem 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: #929497;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #929497;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #929497;
}
.radio,
.checkbox {
  min-height: 1.125rem;
  padding-left: 1.125rem;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -1.125rem;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 0.3125rem;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 0.3125rem;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 0.625rem;
}
.input-mini {
  width: 3.75rem;
}
.input-small {
  width: 5.625rem;
}
.input-medium {
  width: 9.375rem;
}
.input-large {
  width: 13.125rem;
}
.input-xlarge {
  width: 16.875rem;
}
.input-xxlarge {
  width: 33.125rem;
}
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: 1.25rem;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 57.875rem;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 52.875rem;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 47.875rem;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 42.875rem;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 37.875rem;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 32.875rem;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 27.875rem;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 22.875rem;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 17.875rem;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 12.875rem;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 7.875rem;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 2.875rem;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #D0D2D3;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #dbc59e;
  -moz-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #dbc59e;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #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 > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #d59392;
  -moz-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #d59392;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #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 > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #7aba7b;
  -moz-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #7aba7b;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #7ab5d3;
  -moz-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #7ab5d3;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
/*
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
  &:focus {
    border-color: darken(#ee5f5b, 10%);
    .box-shadow(0 0 6px lighten(#ee5f5b, 20%));
  }
}
*/
.form-actions {
  padding: 1.1875rem 1.25rem 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #f5f5f5;
  border-top: 0.0625rem solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #5d666c;
}
.help-block {
  display: block;
  margin-bottom: 0.625rem;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 0.3125rem;
}
.input-append,
.input-prepend {
  margin-bottom: 0.3125rem;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 0.875rem;
  vertical-align: top;
  -webkit-border-radius: 0 0.1875rem 0.1875rem 0;
  -moz-border-radius: 0 0.1875rem 0.1875rem 0;
  border-radius: 0 0.1875rem 0.1875rem 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 1.25rem;
  min-width: 1rem;
  padding: 0.25rem 0.3125rem;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25rem;
  text-align: center;
  text-shadow: 0 0.0625rem 0 #fff;
  background-color: #D0D2D3;
  border: 0.0625rem solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #d2e8b5;
  border-color: #8BC53F;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -0.0625rem;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 0.1875rem 0 0 0.1875rem;
  -moz-border-radius: 0.1875rem 0 0 0.1875rem;
  border-radius: 0.1875rem 0 0 0.1875rem;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0.1875rem 0 0 0.1875rem;
  -moz-border-radius: 0.1875rem 0 0 0.1875rem;
  border-radius: 0.1875rem 0 0 0.1875rem;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -0.0625rem;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 0.1875rem 0.1875rem 0;
  -moz-border-radius: 0 0.1875rem 0.1875rem 0;
  border-radius: 0 0.1875rem 0.1875rem 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -0.0625rem;
  -webkit-border-radius: 0.1875rem 0 0 0.1875rem;
  -moz-border-radius: 0.1875rem 0 0 0.1875rem;
  border-radius: 0.1875rem 0 0 0.1875rem;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -0.0625rem;
  -webkit-border-radius: 0 0.1875rem 0.1875rem 0;
  -moz-border-radius: 0 0.1875rem 0.1875rem 0;
  border-radius: 0 0.1875rem 0.1875rem 0;
}
input.search-query {
  padding-right: 0.875rem;
  padding-right: 0.25rem \9;
  padding-left: 0.875rem;
  padding-left: 0.25rem \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 0.9375rem;
  -moz-border-radius: 0.9375rem;
  border-radius: 0.9375rem;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 0.875rem 0 0 0.875rem;
  -moz-border-radius: 0.875rem 0 0 0.875rem;
  border-radius: 0.875rem 0 0 0.875rem;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 0.875rem 0.875rem 0;
  -moz-border-radius: 0 0.875rem 0.875rem 0;
  border-radius: 0 0.875rem 0.875rem 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 0.875rem 0.875rem 0;
  -moz-border-radius: 0 0.875rem 0.875rem 0;
  border-radius: 0 0.875rem 0.875rem 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 0.875rem 0 0 0.875rem;
  -moz-border-radius: 0.875rem 0 0 0.875rem;
  border-radius: 0.875rem 0 0 0.875rem;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-search .form-label,
.form-inline label,
.form-inline .form-label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 0.1875rem;
  margin-left: 0;
}
.control-group {
  margin-bottom: 0.625rem;
}
legend + .control-group {
  margin-top: 1.25rem;
  -webkit-margin-top-collapse: separate;
}
legend.form-label + .control-group {
  margin-top: 0;
  -webkit-margin-top-collapse: collapse;
}
.form-horizontal .control-group {
  margin-bottom: 1.25rem;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 10rem;
  padding-top: 0.3125rem;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 1.25rem;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 11.25rem;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 0.625rem;
}
.form-horizontal .form-actions {
  padding-left: 11.25rem;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.responsive-table {
  overflow: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
table.table {
  width: 100%;
  margin-bottom: 1.25rem;
}
table.table th,
table.table td {
  padding: 0.5rem;
  line-height: 1.25rem;
  text-align: left;
  vertical-align: top;
  border-top: 0.0625rem solid #ddd;
}
table.table th {
  font-weight: bold;
}
table.table thead th {
  vertical-align: bottom;
}
table.table caption + thead tr:first-child th,
table.table caption + thead tr:first-child td,
table.table colgroup + thead tr:first-child th,
table.table colgroup + thead tr:first-child td,
table.table thead:first-child tr:first-child th,
table.table thead:first-child tr:first-child td {
  border-top: 0;
}
table.table tbody + tbody {
  border-top: 0.125rem solid #ddd;
}
.table-condensed th,
.table-condensed td {
  padding: 0.25rem 0.3125rem;
}
.table-bordered {
  border: 0.0625rem solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.table-bordered th,
.table-bordered td {
  border-left: 0.0625rem solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  -moz-border-radius-topleft: 0.25rem;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 0.25rem;
  -moz-border-radius: 0 0 0 0.25rem;
  border-radius: 0 0 0 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  -moz-border-radius-bottomleft: 0.25rem;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  -moz-border-radius-bottomright: 0.25rem;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  -moz-border-radius-topleft: 0.25rem;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -moz-border-radius-topleft: 0.25rem;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
table.table .span1 {
  float: none;
  width: 2.75rem;
  margin-left: 0;
}
table.table .span2 {
  float: none;
  width: 7.75rem;
  margin-left: 0;
}
table.table .span3 {
  float: none;
  width: 12.75rem;
  margin-left: 0;
}
table.table .span4 {
  float: none;
  width: 17.75rem;
  margin-left: 0;
}
table.table .span5 {
  float: none;
  width: 22.75rem;
  margin-left: 0;
}
table.table .span6 {
  float: none;
  width: 27.75rem;
  margin-left: 0;
}
table.table .span7 {
  float: none;
  width: 32.75rem;
  margin-left: 0;
}
table.table .span8 {
  float: none;
  width: 37.75rem;
  margin-left: 0;
}
table.table .span9 {
  float: none;
  width: 42.75rem;
  margin-left: 0;
}
table.table .span10 {
  float: none;
  width: 47.75rem;
  margin-left: 0;
}
table.table .span11 {
  float: none;
  width: 52.75rem;
  margin-left: 0;
}
table.table .span12 {
  float: none;
  width: 57.75rem;
  margin-left: 0;
}
table.table .span13 {
  float: none;
  width: 62.75rem;
  margin-left: 0;
}
table.table .span14 {
  float: none;
  width: 67.75rem;
  margin-left: 0;
}
table.table .span15 {
  float: none;
  width: 72.75rem;
  margin-left: 0;
}
table.table .span16 {
  float: none;
  width: 77.75rem;
  margin-left: 0;
}
table.table .span17 {
  float: none;
  width: 82.75rem;
  margin-left: 0;
}
table.table .span18 {
  float: none;
  width: 87.75rem;
  margin-left: 0;
}
table.table .span19 {
  float: none;
  width: 92.75rem;
  margin-left: 0;
}
table.table .span20 {
  float: none;
  width: 97.75rem;
  margin-left: 0;
}
table.table .span21 {
  float: none;
  width: 102.75rem;
  margin-left: 0;
}
table.table .span22 {
  float: none;
  width: 107.75rem;
  margin-left: 0;
}
table.table .span23 {
  float: none;
  width: 112.75rem;
  margin-left: 0;
}
table.table .span24 {
  float: none;
  width: 117.75rem;
  margin-left: 0;
}
table.table tbody tr.success td {
  background-color: #dff0d8;
}
table.table tbody tr.error td {
  background-color: #f2dede;
}
table.table tbody tr.warning td {
  background-color: #fcf8e3;
}
table.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 1.5625rem;
  height: 1.75rem;
  *margin-right: 0.3em;
  line-height: 1.75rem;
  vertical-align: text-top;
  background-image: url("../img/icon-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon-folder {
  background-position: 0      0;
}
.icon-chart {
  background-position: 0 -1.75rem;
}
.icon-clock {
  background-position: 0 -3.5rem;
}
.icon-pin {
  background-position: 0 -5.25rem;
}
.icon-switch {
  background-position: 0 -7rem;
}
.icon-message {
  background-position: 0 -8.75rem;
}
.icon-phone {
  background-position: 0 -18.6875rem;
}
.icon-facebook {
  background-position: 0 -10.5rem;
}
.icon-twitter {
  background-position: 0 -14.9375rem;
}
.icon-youtube {
  background-position: 0 -16.8125rem;
}
.icon-search {
  background-position: 0 -12.375rem;
  height: 1.3125rem;
}
.icon-list {
  background-position: 0 -13.5625rem;
  height: 1.3125rem;
}
.icon-lightning {
  background-position: -2rem -15rem;
  height: 1.0625rem;
  width: 1.0625rem;
}
.icon-laptop {
  background-position: -2rem -16.75rem;
  height: 1.0625rem;
  width: 1.5625rem;
}
.icon-text {
  background-position: -2rem -10.4375rem;
  height: 1.0625rem;
  width: 1.5625rem;
}
.icon-notepad {
  background-position: 0 -20.625rem;
  height: 1.5625rem;
  width: 1.375rem;
}
.discover-list li a:hover [class^="icon-"],
.discover-list li a:hover [class*=" icon-"] {
  background-position-x: -1.875rem;
}
.discover-list li a:hover .icon-notepad {
  background-position: -1.875rem -20.625rem;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  [class^="icon-"],
  [class*=" icon-"] {
    background-image: url("../img/icon-sprite-2x.png");
    background-size: 3.4375rem auto;
  }
}
/* we won't use these
.icon-glass              { background-position: 0      0; }
.icon-music              { background-position: -24px  0; }
.icon-search             { background-position: -48px  0; }
.icon-envelope           { background-position: -72px  0; }
.icon-heart              { background-position: -96px  0; }
.icon-star               { background-position: -120px 0; }
.icon-star-empty         { background-position: -144px 0; }
.icon-user               { background-position: -168px 0; }
.icon-film               { background-position: -192px 0; }
.icon-th-large           { background-position: -216px 0; }
.icon-th                 { background-position: -240px 0; }
.icon-th-list            { background-position: -264px 0; }
.icon-ok                 { background-position: -288px 0; }
.icon-remove             { background-position: -312px 0; }
.icon-zoom-in            { background-position: -336px 0; }
.icon-zoom-out           { background-position: -360px 0; }
.icon-off                { background-position: -384px 0; }
.icon-signal             { background-position: -408px 0; }
.icon-cog                { background-position: -432px 0; }
.icon-trash              { background-position: -456px 0; }

.icon-home               { background-position: 0      -24px; }
.icon-file               { background-position: -24px  -24px; }
.icon-time               { background-position: -48px  -24px; }
.icon-road               { background-position: -72px  -24px; }
.icon-download-alt       { background-position: -96px  -24px; }
.icon-download           { background-position: -120px -24px; }
.icon-upload             { background-position: -144px -24px; }
.icon-inbox              { background-position: -168px -24px; }
.icon-play-circle        { background-position: -192px -24px; }
.icon-repeat             { background-position: -216px -24px; }
.icon-refresh            { background-position: -240px -24px; }
.icon-list-alt           { background-position: -264px -24px; }
.icon-lock               { background-position: -287px -24px; } // 1px off
.icon-flag               { background-position: -312px -24px; }
.icon-headphones         { background-position: -336px -24px; }
.icon-volume-off         { background-position: -360px -24px; }
.icon-volume-down        { background-position: -384px -24px; }
.icon-volume-up          { background-position: -408px -24px; }
.icon-qrcode             { background-position: -432px -24px; }
.icon-barcode            { background-position: -456px -24px; }

.icon-tag                { background-position: 0      -48px; }
.icon-tags               { background-position: -25px  -48px; } // 1px off
.icon-book               { background-position: -48px  -48px; }
.icon-bookmark           { background-position: -72px  -48px; }
.icon-print              { background-position: -96px  -48px; }
.icon-camera             { background-position: -120px -48px; }
.icon-font               { background-position: -144px -48px; }
.icon-bold               { background-position: -167px -48px; } // 1px off
.icon-italic             { background-position: -192px -48px; }
.icon-text-height        { background-position: -216px -48px; }
.icon-text-width         { background-position: -240px -48px; }
.icon-align-left         { background-position: -264px -48px; }
.icon-align-center       { background-position: -288px -48px; }
.icon-align-right        { background-position: -312px -48px; }
.icon-align-justify      { background-position: -336px -48px; }
.icon-list               { background-position: -360px -48px; }
.icon-indent-left        { background-position: -384px -48px; }
.icon-indent-right       { background-position: -408px -48px; }
.icon-facetime-video     { background-position: -432px -48px; }
.icon-picture            { background-position: -456px -48px; }

.icon-pencil             { background-position: 0      -72px; }
.icon-map-marker         { background-position: -24px  -72px; }
.icon-adjust             { background-position: -48px  -72px; }
.icon-tint               { background-position: -72px  -72px; }
.icon-edit               { background-position: -96px  -72px; }
.icon-share              { background-position: -120px -72px; }
.icon-check              { background-position: -144px -72px; }
.icon-move               { background-position: -168px -72px; }
.icon-step-backward      { background-position: -192px -72px; }
.icon-fast-backward      { background-position: -216px -72px; }
.icon-backward           { background-position: -240px -72px; }
.icon-play               { background-position: -264px -72px; }
.icon-pause              { background-position: -288px -72px; }
.icon-stop               { background-position: -312px -72px; }
.icon-forward            { background-position: -336px -72px; }
.icon-fast-forward       { background-position: -360px -72px; }
.icon-step-forward       { background-position: -384px -72px; }
.icon-eject              { background-position: -408px -72px; }
.icon-chevron-left       { background-position: -432px -72px; }
.icon-chevron-right      { background-position: -456px -72px; }

.icon-plus-sign          { background-position: 0      -96px; }
.icon-minus-sign         { background-position: -24px  -96px; }
.icon-remove-sign        { background-position: -48px  -96px; }
.icon-ok-sign            { background-position: -72px  -96px; }
.icon-question-sign      { background-position: -96px  -96px; }
.icon-info-sign          { background-position: -120px -96px; }
.icon-screenshot         { background-position: -144px -96px; }
.icon-remove-circle      { background-position: -168px -96px; }
.icon-ok-circle          { background-position: -192px -96px; }
.icon-ban-circle         { background-position: -216px -96px; }
.icon-arrow-left         { background-position: -240px -96px; }
.icon-arrow-right        { background-position: -264px -96px; }
.icon-arrow-up           { background-position: -289px -96px; } // 1px off
.icon-arrow-down         { background-position: -312px -96px; }
.icon-share-alt          { background-position: -336px -96px; }
.icon-resize-full        { background-position: -360px -96px; }
.icon-resize-small       { background-position: -384px -96px; }
.icon-plus               { background-position: -408px -96px; }
.icon-minus              { background-position: -433px -96px; }
.icon-asterisk           { background-position: -456px -96px; }

.icon-exclamation-sign   { background-position: 0      -120px; }
.icon-gift               { background-position: -24px  -120px; }
.icon-leaf               { background-position: -48px  -120px; }
.icon-fire               { background-position: -72px  -120px; }
.icon-eye-open           { background-position: -96px  -120px; }
.icon-eye-close          { background-position: -120px -120px; }
.icon-warning-sign       { background-position: -144px -120px; }
.icon-plane              { background-position: -168px -120px; }
.icon-calendar           { background-position: -192px -120px; }
.icon-random             { background-position: -216px -120px; width: 16px; }
.icon-comment            { background-position: -240px -120px; }
.icon-magnet             { background-position: -264px -120px; }
.icon-chevron-up         { background-position: -288px -120px; }
.icon-chevron-down       { background-position: -313px -119px; } // 1px, 1px off
.icon-retweet            { background-position: -336px -120px; }
.icon-shopping-cart      { background-position: -360px -120px; }
.icon-folder-close       { background-position: -384px -120px; }
.icon-folder-open        { background-position: -408px -120px; width: 16px; }
.icon-resize-vertical    { background-position: -432px -119px; } // 1px, 1px off
.icon-resize-horizontal  { background-position: -456px -118px; } // 1px, 2px off

.icon-hdd                     { background-position: 0      -144px; }
.icon-bullhorn                { background-position: -24px  -144px; }
.icon-bell                    { background-position: -48px  -144px; }
.icon-certificate             { background-position: -72px  -144px; }
.icon-thumbs-up               { background-position: -96px  -144px; }
.icon-thumbs-down             { background-position: -120px -144px; }
.icon-hand-right              { background-position: -144px -144px; }
.icon-hand-left               { background-position: -168px -144px; }
.icon-hand-up                 { background-position: -192px -144px; }
.icon-hand-down               { background-position: -216px -144px; }
.icon-circle-arrow-right      { background-position: -240px -144px; }
.icon-circle-arrow-left       { background-position: -264px -144px; }
.icon-circle-arrow-up         { background-position: -288px -144px; }
.icon-circle-arrow-down       { background-position: -312px -144px; }
.icon-globe                   { background-position: -336px -144px; }
.icon-wrench                  { background-position: -360px -144px; }
.icon-tasks                   { background-position: -384px -144px; }
.icon-filter                  { background-position: -408px -144px; }
.icon-briefcase               { background-position: -432px -144px; }
.icon-fullscreen              { background-position: -456px -144px; }
*/
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -0.1875rem;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 0.25rem solid #000;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 0.5rem;
  margin-left: 0.125rem;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.3125rem 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 0.0625rem solid #ccc;
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-top: 0.25rem solid #ee4c17;
  -webkit-border-radius: 0 0 0.1875rem 0.1875rem;
  -moz-border-radius: 0 0 0.1875rem 0.1875rem;
  border-radius: 0 0 0.1875rem 0.1875rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 0.0625rem;
  margin: 0.5625rem 0.0625rem;
  *margin: -0.3125rem 0 0.3125rem;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 0.0625rem solid #fff;
}
.dropdown-menu a {
  display: block;
  padding: 0.5rem 0.9375rem;
  clear: both;
  font-weight: normal;
  line-height: 1.25rem;
  color: #3A3F43;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:active,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  background-color: #f05e2f;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.dropdown-menu .active > a:active {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #f05e2f;
  background-color: #ef5725;
  background-image: -moz-linear-gradient(top, #f05e2f, #ee4c17);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f05e2f), to(#ee4c17));
  background-image: -webkit-linear-gradient(top, #f05e2f, #ee4c17);
  background-image: -o-linear-gradient(top, #f05e2f, #ee4c17);
  background-image: linear-gradient(to bottom, #f05e2f, #ee4c17);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff05e2f', endColorstr='#ffee4c17', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover,
.dropdown-menu .disabled > a:active {
  color: #929497;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.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: 0.25rem solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.0625rem;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -0.375rem;
  margin-left: -0.0625rem;
  -webkit-border-radius: 0 0.375rem 0.375rem 0.375rem;
  -moz-border-radius: 0 0.375rem 0.375rem 0.375rem;
  border-radius: 0 0.375rem 0.375rem 0.375rem;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.3125rem;
  border-left-color: #cccccc;
  margin-top: 0.3125rem;
  margin-right: -0.625rem;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.typeahead {
  margin-top: 0.125rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-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;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25rem;
  color: #000;
  text-shadow: 0 0.0625rem 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0.25rem 0.875rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  *line-height: 1.25rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #3A3F43;
  text-shadow: 0 0.0625rem 0.0625rem rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #ccc;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.2), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.2), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.2), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #3A3F43;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #3A3F43;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -0.9375rem;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -0.125rem;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 0.5625rem 0.875rem;
  font-size: 1rem;
  line-height: normal;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.btn-large [class^="icon-"] {
  margin-top: 0.125rem;
}
.btn-small {
  padding: 0.1875rem 0.5625rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 0.125rem 0.375rem;
  font-size: 0.6875rem;
  line-height: 1.0625rem;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 0.3125rem;
}
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 {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary,
.btn-warning,
.btn-danger,
.btn-success,
.btn-info,
.btn-inverse {
  border: 0;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
  background-color: #f0832f;
  background-image: -moz-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f09c2f), to(#f05e2f));
  background-image: -webkit-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: -o-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: linear-gradient(to bottom, #f09c2f, #f05e2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff09c2f', endColorstr='#fff05e2f', GradientType=0);
  *background-color: #f05e2f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #f05e2f;
  *background-color: #ee4c17;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #dc4210 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
  background-color: #f37f5a;
  background-image: -moz-linear-gradient(top, #f59576, #f05e2f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f59576), to(#f05e2f));
  background-image: -webkit-linear-gradient(top, #f59576, #f05e2f);
  background-image: -o-linear-gradient(top, #f59576, #f05e2f);
  background-image: linear-gradient(to bottom, #f59576, #f05e2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff59576', endColorstr='#fff05e2f', GradientType=0);
  *background-color: #f05e2f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f05e2f;
  *background-color: #ee4c17;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #dc4210 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
  background-color: #da4f49;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
  background-color: #5bb75b;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
  background-color: #49afcd;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
  background-color: #363636;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 0.1875rem;
  *padding-bottom: 0.1875rem;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 0.4375rem;
  *padding-bottom: 0.4375rem;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 0.1875rem;
  *padding-bottom: 0.1875rem;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 0.0625rem;
  *padding-bottom: 0.0625rem;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #f05e2f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #c43b0e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #3A3F43;
  text-decoration: none;
}
.btn-group {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 0.3125rem;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 0.3125rem;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -0.0625rem;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 0.875rem;
}
.btn-group > .btn-mini {
  font-size: 0.6875rem;
}
.btn-group > .btn-small {
  font-size: 0.75rem;
}
.btn-group > .btn-large {
  font-size: 1rem;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0.25rem;
  -moz-border-radius-topleft: 0.25rem;
  border-top-left-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
  -moz-border-radius-bottomleft: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0.25rem;
  -moz-border-radius-bottomright: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0.375rem;
  -moz-border-radius-topleft: 0.375rem;
  border-top-left-radius: 0.375rem;
  -webkit-border-bottom-left-radius: 0.375rem;
  -moz-border-radius-bottomleft: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 0.375rem;
  -moz-border-radius-topright: 0.375rem;
  border-top-right-radius: 0.375rem;
  -webkit-border-bottom-right-radius: 0.375rem;
  -moz-border-radius-bottomright: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  -webkit-box-shadow: inset 0.0625rem 0 0 rgba(255, 255, 255, 0.125), inset 0 0.0625rem 0 rgba(255, 255, 255, 0.2), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0.0625rem 0 0 rgba(255, 255, 255, 0.125), inset 0 0.0625rem 0 rgba(255, 255, 255, 0.2), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
  box-shadow: inset 0.0625rem 0 0 rgba(255, 255, 255, 0.125), inset 0 0.0625rem 0 rgba(255, 255, 255, 0.2), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
  *padding-top: 0.3125rem;
  *padding-bottom: 0.3125rem;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  *padding-top: 0.125rem;
  *padding-bottom: 0.125rem;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 0.3125rem;
  *padding-bottom: 0.25rem;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  *padding-top: 0.4375rem;
  *padding-bottom: 0.4375rem;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #f05e2f;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f05e2f;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 0.5rem;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 0.375rem;
}
.btn-large .caret {
  border-left-width: 0.3125rem;
  border-right-width: 0.3125rem;
  border-top-width: 0.3125rem;
}
.dropup .btn-large .caret {
  border-bottom: 0.3125rem solid #000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -0.0625rem;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 0.375rem 0.375rem 0 0;
  -moz-border-radius: 0.375rem 0.375rem 0 0;
  border-radius: 0.375rem 0.375rem 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 0.375rem 0.375rem;
  -moz-border-radius: 0 0 0.375rem 0.375rem;
  border-radius: 0 0 0.375rem 0.375rem;
}
.alert {
  padding: 0.5rem 2.1875rem 0.5rem 0.875rem;
  margin-bottom: 1.25rem;
  text-shadow: 0 0.0625rem 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 0.0625rem solid #fbeed5;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -0.125rem;
  right: -1.3125rem;
  line-height: 1.25rem;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 0.3125rem;
}
.nav {
  margin-left: 0;
  margin-bottom: 1.25rem;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #D0D2D3;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 0.1875rem 0.9375rem;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.25rem;
  color: #929497;
  text-shadow: 0 0.0625rem 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 0.5625rem;
}
.nav-list {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  text-shadow: 0 0.0625rem 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 0.1875rem 0.9375rem;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -0.0625rem 0 rgba(0, 0, 0, 0.2);
  background-color: #f05e2f;
}
.nav-list [class^="icon-"] {
  margin-right: 0.125rem;
}
.nav-list .divider {
  *width: 100%;
  height: 0.0625rem;
  margin: 0.5625rem 0.0625rem;
  *margin: -0.3125rem 0 0.3125rem;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 0.0625rem solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.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: 0.75rem;
  padding-left: 0.75rem;
  margin-right: 0.125rem;
  line-height: 0.875rem;
}
.nav-tabs {
  border-bottom: 0.0625rem solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -0.0625rem;
}
.nav-tabs > li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25rem;
  border: 0.0625rem solid transparent;
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #D0D2D3 #D0D2D3 #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #58595B;
  background-color: #fff;
  border: 0.0625rem solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #f05e2f;
}
.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: 0.0625rem solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-border-top-left-radius: 0.25rem;
  -moz-border-radius-topleft: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 0.25rem;
  -moz-border-radius-bottomright: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
  -moz-border-radius-bottomleft: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 0.1875rem;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 0.0625rem;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 0.375rem 0.375rem;
  -moz-border-radius: 0 0 0.375rem 0.375rem;
  border-radius: 0 0 0.375rem 0.375rem;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem;
}
.nav .dropdown-toggle .caret {
  border-top-color: #f05e2f;
  border-bottom-color: #f05e2f;
  margin-top: 0.375rem;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #c43b0e;
  border-bottom-color: #c43b0e;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 0.5rem;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #58595B;
  border-bottom-color: #58595B;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #929497;
  border-color: #929497;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #929497;
}
.tabbable {
  *zoom: 1;
}
.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: 0.0625rem solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -0.0625rem;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  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: 4.625rem;
  margin-right: 0;
  margin-bottom: 0.1875rem;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 1.1875rem;
  border-right: 0.0625rem solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -0.0625rem;
  -webkit-border-radius: 0.25rem 0 0 0.25rem;
  -moz-border-radius: 0.25rem 0 0 0.25rem;
  border-radius: 0.25rem 0 0 0.25rem;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #D0D2D3 #ddd #D0D2D3 #D0D2D3;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 1.1875rem;
  border-left: 0.0625rem solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -0.0625rem;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  border-radius: 0 0.25rem 0.25rem 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #D0D2D3 #D0D2D3 #D0D2D3 #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #929497;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.breadcrumb {
  padding: 0.3125rem 0.9375rem;
  margin: 0 0 1.25rem;
  list-style: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYGBgkAIIMAAAHwAbZIBtGgAAAABJRU5ErkJggg==);
  background: rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid #aaa;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 0.0625rem 0 #fff;
}
.breadcrumb .divider {
  padding: 0 0.3125rem;
  color: #888;
}
.breadcrumb .active {
  color: #929497;
}
.breadcrumb a {
  color: #555;
}
.lt-ie8 .breadcrumb {
  *zoom: 1;
}
.lt-ie8 .breadcrumb:before,
.lt-ie8 .breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.lt-ie8 .breadcrumb:after {
  clear: both;
}
.lt-ie8 .breadcrumb li {
  float: left;
}
.lt-ie8 .breadcrumb li.sharing {
  float: right;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 2.5625rem;
  padding-right: 2.5625rem;
  position: relative;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li.previous_link,
.pagination ul > li.next_link {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  height: 99%;
  width: 2.5625rem;
}
.pagination ul > li.previous_link a,
.pagination ul > li.next_link a {
  text-indent: -999em;
  overflow: hidden;
  height: 100%;
  background-image: url(../img/paging-controls.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}
.pagination ul > li.previous_link {
  left: 0;
}
.pagination ul > li.next_link {
  right: 0;
  width: 2.6875rem;
}
.pagination ul > li.next_link a {
  width: 4x;
  background-position: -2.6875rem center;
  border-right: 0;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0;
  line-height: 2.375rem;
  text-decoration: none;
  background-color: #fff;
  border: 0.0625rem solid #ddd;
  border-left: 0;
  width: 2.5625rem;
  text-align: center;
  border-top: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #58595B;
  font-weight: bold;
  cursor: default;
  -webkit-box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.15);
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #929497;
  background-color: transparent;
  cursor: default;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.modal-open .modal .dropdown-menu {
  z-index: 2050;
}
.modal-open .modal .dropdown.open {
  *z-index: 2050;
}
.modal-open .modal .popover {
  z-index: 2060;
}
.modal-open .modal .tooltip {
  z-index: 2080;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  outline: none;
  width: 35rem;
  margin: -15.625rem 0 0 -17.5rem;
  background-color: #fff;
  border: 0.0625rem solid #999;
  border: 0.0625rem solid rgba(0, 0, 0, 0.3);
  *border: 0.0625rem solid #999;
  /* IE6-7 */
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, left .3s ease-out;
  -moz-transition: opacity .3s linear, left .3s ease-out;
  -o-transition: opacity .3s linear, left .3s ease-out;
  transition: opacity .3s linear, left .3s ease-out;
  left: -25%;
}
.modal.fade.in {
  left: 50%;
}
.modal-header {
  padding: 0.5625rem 1.25rem;
  background-color: #4c4f51;
  background-image: -moz-linear-gradient(top, #58595B, #3A3F43);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#58595B), to(#3A3F43));
  background-image: -webkit-linear-gradient(top, #58595B, #3A3F43);
  background-image: -o-linear-gradient(top, #58595B, #3A3F43);
  background-image: linear-gradient(to bottom, #58595B, #3A3F43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff58595b', endColorstr='#ff3a3f43', GradientType=0);
  border-bottom: 0.0625rem solid #2e3235;
}
.modal-header .close {
  margin-top: 0.25rem;
  color: #fff;
  text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.75);
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  margin: 0;
  line-height: 1.875rem;
  color: #fff;
}
.lt-ie8 .modal-header h1,
.lt-ie8 .modal-header h2,
.lt-ie8 .modal-header h3,
.lt-ie8 .modal-header h4,
.lt-ie8 .modal-header h5,
.lt-ie8 .modal-header h6 {
  float: left;
}
.lt-ie8 .modal-header .close {
  margin-top: 0;
}
.modal-body {
  overflow-y: auto;
  max-height: 25rem;
  padding: 0.9375rem 1.25rem;
  -webkit-overflow-scrolling: touch;
  background: -webkit-linear-gradient(white 30%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, /* Shadows */ -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.15), transparent), -webkit-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.15), transparent) 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2.5rem, 100% 2.5rem, 100% 0.875rem, 100% 0.875rem;
  background-attachment: local, local, scroll, scroll;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 0.875rem 0.9375rem 0.9375rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-top: 0.0625rem solid #ddd;
  -webkit-border-radius: 0 0 0.375rem 0.375rem;
  -moz-border-radius: 0 0 0.375rem 0.375rem;
  border-radius: 0 0 0.375rem 0.375rem;
  -webkit-box-shadow: inset 0 0.0625rem 0 #fff;
  -moz-box-shadow: inset 0 0.0625rem 0 #fff;
  box-shadow: inset 0 0.0625rem 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 0.3125rem;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -0.0625rem;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.m-b {
  margin-bottom: 1.25rem;
}
.text-center {
  text-align: center;
}
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
}
/* ===== Primary Styles ========================================================
   Author: Josh Sadler
   ========================================================================== */
.visuallyhidden {
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
  font: 0/0 / a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  border: none;
}
.printOnly {
  display: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.chromeframe {
  text-align: center;
  padding: 0.3125rem 0.5rem;
}
.header .container {
  position: relative;
  z-index: 2;
}
.header-nav {
  background-color: #3A3F43;
}
.header-nav .banno-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.header-nav .banno-menu > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  position: relative;
}
.header-nav .banno-menu > li > a,
.header-nav .banno-menu > li > .group-item,
.header-nav .banno-menu > li > .category-item {
  display: block;
  cursor: pointer;
  padding: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #D0D2D3;
}
.header-nav .banno-menu > li > a:hover,
.header-nav .banno-menu > li > .group-item:hover,
.header-nav .banno-menu > li > .category-item:hover {
  text-decoration: none;
  color: #fff;
}
.header-nav .banno-menu > li.dropdown > a::after,
.header-nav .banno-menu > li.dropdown > .group-item::after,
.header-nav .banno-menu > li.dropdown > .category-item::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.25rem solid #D0D2D3;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  vertical-align: top;
  margin-top: 0.5rem;
  margin-left: 0.25rem;
  display: inline-block;
}
.header-nav .banno-menu > li.dropdown > a:hover::after,
.header-nav .banno-menu > li.dropdown > .group-item:hover::after,
.header-nav .banno-menu > li.dropdown > .category-item:hover::after {
  border-top-color: #fff;
}
.header-nav .banno-menu .active::after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-left: 0.4375rem solid transparent;
  border-right: 0.4375rem solid transparent;
  border-bottom: 0.3125rem solid #fff;
  bottom: 0;
  left: 50%;
  margin-left: -0.4375rem;
}
.header-nav .banno-menu .active > a,
.header-nav .banno-menu .active > .group-item,
.header-nav .banno-menu .active > .category-item {
  background-color: #982337;
  background-image: -moz-linear-gradient(top, #A9273D, #801d2e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A9273D), to(#801d2e));
  background-image: -webkit-linear-gradient(top, #A9273D, #801d2e);
  background-image: -o-linear-gradient(top, #A9273D, #801d2e);
  background-image: linear-gradient(to bottom, #A9273D, #801d2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9273d', endColorstr='#ff801d2e', GradientType=0);
  color: #fff;
  -webkit-box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
}
.header-nav .banno-menu .active.open::after {
  border-bottom-color: #f05e2f;
}
.header-nav .dropdown-menu {
  left: auto;
  right: 0;
  text-align: left;
}
.banner {
  padding: 1.875rem 0 1.25rem;
  *zoom: 1;
}
.banner:before,
.banner:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner:after {
  clear: both;
}
.logo {
  display: block;
  float: left;
  max-width: 33.125rem;
  height: 3.375rem;
}
.logo img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.logo:hover img {
  -webkit-transform: scale(0.975);
  -moz-transform: scale(0.975);
  -ms-transform: scale(0.975);
  -o-transform: scale(0.975);
  transform: scale(0.975);
}
.header-search {
  float: right;
  padding-top: 0.3125rem;
}
.form-search {
  margin: 0;
  border: 0.0625rem solid #D0D2D3;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  border-radius: 0.125rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-search input {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search input:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-search button {
  background-color: transparent;
  border: none;
}
.icon-search {
  margin-top: 0.0625rem;
}
.form-search.focused {
  border-color: #95D3F3;
  -webkit-box-shadow: 0 0 0.5rem #95D3F3;
  -moz-box-shadow: 0 0 0.5rem #95D3F3;
  box-shadow: 0 0 0.5rem #95D3F3;
}
#normalMessage,
#businessMessage {
  display: none;
  color: transparent;
}
.main-nav .banno-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav .banno-menu > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-right: 0.25rem;
}
.main-nav .banno-menu > li > a,
.main-nav .banno-menu > li > .category-item,
.main-nav .banno-menu > li > .group-item {
  display: block;
  cursor: pointer;
  padding: 0.9375rem 1.125rem;
  color: #58595B;
  font-size: 1rem;
  background-color: transparent;
  -webkit-border-radius: 0.1875rem 0.1875rem 0 0;
  -moz-border-radius: 0.1875rem 0.1875rem 0 0;
  border-radius: 0.1875rem 0.1875rem 0 0;
}
.main-nav .banno-menu > li > a:hover,
.main-nav .banno-menu > li > .category-item:hover,
.main-nav .banno-menu > li > .group-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f05e2f;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
  background-color: #f0832f;
  background-image: -moz-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f09c2f), to(#f05e2f));
  background-image: -webkit-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: -o-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: linear-gradient(to bottom, #f09c2f, #f05e2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff09c2f', endColorstr='#fff05e2f', GradientType=0);
}
.main-nav .banno-menu > li.dropdown.open > a,
.main-nav .banno-menu > li.dropdown.open > a:hover,
.main-nav .banno-menu > li.dropdown.open > .group-item,
.main-nav .banno-menu > li.dropdown.open > .group-item:hover,
.main-nav .banno-menu > li.dropdown.open > .category-item,
.main-nav .banno-menu > li.dropdown.open > .category-item:hover {
  background-color: #f05e2f;
  background-color: #f0832f;
  background-image: -moz-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f09c2f), to(#f05e2f));
  background-image: -webkit-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: -o-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: linear-gradient(to bottom, #f09c2f, #f05e2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff09c2f', endColorstr='#fff05e2f', GradientType=0);
  color: #fff;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
}
.main-nav .gsb-sections {
  margin: 0 auto 1.25rem;
}
.site-menu-toggles {
  float: right;
}
.site-menu-toggles a {
  padding: 0.3125rem;
  color: #919395;
  font-weight: 700;
}
.site-menu-toggles a:hover {
  text-decoration: none;
  color: #F84519;
}
.site-menu-toggles a .closeLogin {
  display: none;
}
.site-menu-toggles a.active .closeLogin {
  display: inline-block;
}
.site-menu-toggles a.active .openLogin {
  display: none;
}
.hero {
  color: #fff;
  margin: 0 auto;
  max-width: 100rem;
  position: relative;
  z-index: 1;
}
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 0.25rem solid rgba(255, 255, 255, 0.4);
}
.hero h1 {
  font-size: 3.75rem;
  margin-bottom: 1.25rem;
  font-family: 'NovecentowideBookBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hero h2 {
  font-size: 2.5rem;
}
.hero h3 {
  font-size: 1.875rem;
}
.hero h4 {
  font-size: 1.5rem;
}
.hero h5 {
  font-size: 1.125rem;
}
.hero h6 {
  font-size: 1rem;
}
.hero p {
  font-size: 1rem;
}
.hero .text {
  position: absolute;
  top: 20%;
  width: 100%;
  zoom: 1;
  text-shadow: 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.25);
}
.hero-slideshow {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 15.625rem;
  display: block;
}
.hero-slideshow > li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.hero-slideshow > li:first-child {
  position: relative;
  display: block;
  float: left;
}
.hero-slideshow > img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.hero-slideshow img {
  min-width: 83.125rem;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.lt-ie8 .hero-slideshow {
  width: 100%;
}
.lt-ie8 .hero-slideshow > img {
  zoom: 1;
  position: relative;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  margin: 0;
  left: 0;
}
.gsb-slider_nav {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-indent: -624.9375rem;
  overflow: hidden;
  text-decoration: none;
  height: 3.8125rem;
  width: 2.375rem;
  background: #ccc;
  margin-top: -2.8125rem;
}
.gsb-slider_nav:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gsb-slider_nav.next {
  left: auto;
  background: #08c;
  right: 0;
}
.gsb-slider_tabs {
  margin: 0;
  margin-left: -2.1875rem;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  text-align: center;
  z-index: 2;
}
.gsb-slider_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 0.3125rem;
}
.gsb-slider_tabs a {
  text-indent: -624.9375rem;
  overflow: hidden;
  background-image: url(../img/gsb-controls.png);
  background-repeat: no-repeat;
  background-position: 0 -1.25rem;
  display: inline-block;
  _display: block;
  *display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.gsb-slider_tabs .gsb-slider_here a {
  background-position: 0 0;
}
.olb-backdrop {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 46.9375rem;
  z-index: 2;
}
.olb-backdrop.open {
  display: block;
}
.olb-container {
  position: absolute;
  right: 3.75rem;
  top: 50%;
  transform: translate(0, -50%);
  background: #F59024;
  padding: 0.4375rem 1.25rem 0;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0.25);
  z-index: 4;
  font-size: 0.875rem;
}
.olb-container h2 {
  font-size: 1.5rem!important;
  color: #3A3F43;
}
.olb-container .olbImage {
  margin-right: 0.625rem;
}
.olb-container #olbTab.nav-tabs {
  margin-bottom: 0;
  border-bottom: 0;
}
.olb-container #olbTab.nav-tabs > li > a {
  background-color: #D0D0D0;
  border-radius: 0;
  font-weight: 700;
}
.olb-container #olbTab.nav-tabs > li.active a {
  background-color: #fff;
  border-color: #fff;
}
.olb-container #olbTab.nav-tabs > li:last-child a {
  margin-right: 0;
}
.olb-container .form-container {
  padding-top: 0;
}
.olb-container .payMyLoan-container {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  background: #fff;
}
.olb-container .payMyLoan-container .payMyLoan-link {
  margin-right: 0;
  display: block;
  padding: 0.4375rem 1.25rem 0;
  text-decoration: none;
}
.olb-container .payMyLoan-container .payMyLoan-link:hover {
  font-weight: 700;
}
.olb-container .payMyLoan-container .payMyLoan-link img {
  margin-bottom: 0.3125rem;
}
.olb-container .payMyLoan-container .payMyLoan-text {
  display: inline-block;
  font-weight: 700;
}
.olb-container ul {
  list-style: none;
  margin: 0.625rem 0 0.9375rem;
}
.olb-container ul li {
  line-height: 0.9375rem;
}
.olb-container a {
  color: #3C3F44 !important;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 700;
  margin-right: 0.625rem;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.olb-container .flatbtn-grey {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0;
  width: 100%;
  margin: 0;
  margin-top: 0.625rem;
}
.olb-container input[type='text'] {
  width: 100%;
  height: 2.6875rem;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.olb-container input[type="text"]:focus {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.35);
  border-color: #8D2133;
}
.olb-container .form-inline {
  margin: 0 0 0.3125rem;
}
.olb-container .loginUpdate {
  display: none;
  position: absolute;
  right: 110%;
  width: 16.25rem;
  background: #fff;
  color: #58595B;
  border: 0.0625rem solid #A8A8A8;
  top: 3.625rem;
}
.olb-container .loginUpdate:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid #fff;
  right: -0.625rem;
  position: absolute;
  top: 2.5rem;
}
.olb-container .loginUpdate .updateHeader {
  background: #E8E9EA;
  padding: 0.3125rem 0.625rem;
  font-weight: 700;
}
.olb-container .loginUpdate .close {
  font-size: 0.875rem;
}
.olb-container .loginUpdate .updateBody {
  padding: 0.625rem;
}
.olb-container .loginUpdate .updateBody p {
  font-size: 0.875rem;
}
.olb-container .olb-mobile-text a {
  text-decoration: underline;
  font-weight: 400;
  font-size: 0.6875rem;
  margin-right: 0;
}
.olb-container .olb-mobile-text a:hover {
  text-decoration: none;
}
.lt-ie8 .olb-container {
  width: 27.6875rem;
}
.home-content {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: #3A3F43;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  text-decoration: none;
}
.discover-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.discover-list li a {
  display: block;
  padding: 0.625rem 0.3125rem;
  font-size: 1rem;
  color: #3A3F43;
}
.discover-list li a [class^="icon-"],
.discover-list li a [class*=" icon-"] {
  vertical-align: middle;
  margin-right: 0.3125rem;
}
.discover-list li a:hover {
  text-decoration: none;
  color: #f05e2f;
}
.footer {
  background-color: #EBECEC;
  background-image: url(../img/footer-bg.jpg);
  border-top: 0.0625rem solid #e3e5e5;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #3A3F43;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  padding: 0.375rem 0;
}
.footer ul li .footer-social-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: -0.0625rem;
  margin-right: 0.1875rem;
}
.footer a {
  color: #3A3F43;
}
.footer a:hover {
  text-decoration: none;
  color: #1376a9;
}
.footer a [class^="icon-"],
.footer a [class*=" icon-"] {
  vertical-align: middle;
  margin-right: 0.3125rem;
}
.copyright {
  text-align: right;
}
.forbes {
  height: 8rem;
  width: 7rem;
  display: block;
  margin-bottom: 1.25rem;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 981px) and (max-width: 1199px) {
  .forbes {
    margin-left: 76%;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .forbes {
    margin-left: 68%;
  }
}
.ehl img {
  margin-left: 0.9375rem;
  margin-top: -0.1875rem;
}
.nmls {
  margin-left: 0.9375rem;
}
.disclaimers {
  margin-bottom: 1.875rem;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .footer {
    background-size: 16rem 16rem;
  }
}
.subpage-content {
  border-top: 0.1875rem solid #888;
  background-image: url(../img/subpage-bg.jpg);
  background-repeat: repeat-x;
  padding: 1.875rem 0;
  min-height: 25rem;
  position: relative;
}
.sharing {
  float: right;
}
.page-title {
  font-weight: normal;
  color: #f05e2f;
  border-bottom: 0.0625rem solid #ccc;
  -webkit-box-shadow: 0 0.0625rem 0 #fff;
  -moz-box-shadow: 0 0.0625rem 0 #fff;
  box-shadow: 0 0.0625rem 0 #fff;
  margin-bottom: 1.25rem;
  padding-bottom: 0.3125rem;
}
.sidebar {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 1.25rem;
}
.sidebar-content {
  padding: 0.9375rem;
  margin: 0 0 1.25rem;
  list-style: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYGBgkAIIMAAAHwAbZIBtGgAAAABJRU5ErkJggg==);
  background: rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid #aaa;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
}
.sidebar-content hr {
  border-top-color: rgba(0, 0, 0, 0.15);
}
img.pull-left {
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
}
img.pull-right {
  margin-left: 1.25rem;
  margin-bottom: 0.625rem;
}
#contactbox > a {
  display: block;
}
.banno-location-loader {
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  top: 20%;
}
.banno-location-search-button {
  margin-bottom: 0.5625rem;
}
.atms.About .subpage-content {
  padding-top: 0;
}
#map_canvas {
  width: 100%;
  height: 21.875rem;
}
.map-container {
  position: relative;
  margin-bottom: 1.25rem;
}
.map-overlay {
  cursor: pointer;
  background-color: rgba(102, 102, 102, 0.8);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
}
.map-text {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  cursor: pointer;
}
label#ATMLabel {
  color: #f0832f;
  font-weight: bold;
}
label#branchLabel {
  color: #f0832f;
  font-weight: bold;
}
#atmsToggleList {
  margin-left: 1.25rem;
}
.account-table thead tr th {
  background-color: #f0832f;
  background-image: -moz-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f09c2f), to(#f05e2f));
  background-image: -webkit-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: -o-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: linear-gradient(to bottom, #f09c2f, #f05e2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff09c2f', endColorstr='#fff05e2f', GradientType=0);
  color: #fff;
  text-align: center;
  border-right: 0.0625rem solid #fff;
  vertical-align: middle;
}
.account-table thead tr th a {
  color: #fff;
}
.account-table thead tr th a:hover {
  text-decoration: none;
}
.account-table thead tr th span {
  font-weight: normal;
  font-size: 0.75rem;
}
.account-table thead tr th:nth-child(even) {
  background-color: #ef5321;
}
.account-table thead tr th:first-child {
  background: none;
}
.account-table tr td {
  text-align: center;
  vertical-align: middle;
  height: 2.5rem;
  border-top-color: #CFC7BC;
}
.account-table tr td:first-child,
.account-table tr th:first-child {
  text-align: right;
  width: 10rem;
}
.account-table tr td:nth-child(even) {
  background-color: #fdf0df;
}
.account-table tbody tr:first-child td {
  border-top-color: #ee4c17;
}
.account-table tbody tr:first-child td:first-child {
  border-top-color: #CFC7BC;
}
/*===============================================
  Home equity styles 
  Service's styles
================================================*/
.service-container {
  background-color: #f8f8f8;
}
.service-inner {
  padding: 3.125rem;
  *zoom: 1;
}
.service-inner:before,
.service-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.service-inner:after {
  clear: both;
}
.service {
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 0.125rem solid #D0D2D3;
  padding: 0.625rem 0;
}
.service-image {
  -webkit-flex: 3;
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -moz-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.service-details {
  -webkit-flex: 5;
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -moz-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  padding: 0 1.875rem;
}
.service-rate {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 1.875rem;
  color: #ef5e30;
  font-weight: 700;
}
.service-action {
  -webkit-flex: 4;
  -webkit-box-flex: 4;
  -moz-flex: 4;
  -moz-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  text-align: center;
}
.white-box {
  background-color: #fff;
  border: 0.0625rem solid #3a3f43;
  margin: 3.125rem 0;
  padding: 3.125rem;
}
.two-column {
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 3.75rem;
  margin-bottom: 3.75rem;
  border-bottom: 0.0625rem solid #a7a9ac;
}
.two-column:first-child {
  padding-top: 3.75rem;
}
.two-column-child {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 43%;
}
.asterisk {
  color: #A9273D;
}
.search-container,
.clear-search {
  *zoom: 1;
}
.search-container:before,
.clear-search:before,
.search-container:after,
.clear-search:after {
  display: table;
  content: "";
  line-height: 0;
}
.search-container:after,
.clear-search:after {
  clear: both;
}
.clear-search .site-search {
  background-color: #fff;
}
.clear-search button {
  vertical-align: top;
}
.search-item {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem dotted #ccc;
}
.search-link {
  display: block;
}
.search-link:hover {
  text-decoration: none;
}
.search-summary {
  color: #58595B;
}
.calculators-menu ul {
  margin: 0;
}
.calculators-menu ul li {
  display: block;
  padding: 0.3125rem 0;
}
.calculators-menu ul li a {
  color: #3A3F43;
}
.calculators-menu ul li a:hover {
  color: #f05e2f;
}
.calculators-menu h3 {
  color: #f05e2f;
}
.enrollment-form .control-group {
  margin-bottom: 1.25rem;
  *zoom: 1;
}
.enrollment-form .control-group:before,
.enrollment-form .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.enrollment-form .control-group:after {
  clear: both;
}
.enrollment-form .form-vertical .control-label {
  font-weight: bold;
}
.enrollment-form .control-label span {
  color: #A9273D;
}
.productError {
  color: red;
}
.form-row {
  margin-right: 0.625rem;
}
.alerts-table th {
  background-color: #f0832f;
  background-image: -moz-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f09c2f), to(#f05e2f));
  background-image: -webkit-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: -o-linear-gradient(top, #f09c2f, #f05e2f);
  background-image: linear-gradient(to bottom, #f09c2f, #f05e2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff09c2f', endColorstr='#fff05e2f', GradientType=0);
  color: #fff;
  border-right: 0.0625rem solid #fff;
  vertical-align: middle;
}
.alerts-table .row1,
.alerts-table .row2,
.alerts-table .row3,
.alerts-table .row4,
.alerts-table .row5 {
  cursor: pointer;
}
.alerts-table .row1:hover td,
.alerts-table .row2:hover td,
.alerts-table .row3:hover td,
.alerts-table .row4:hover td,
.alerts-table .row5:hover td {
  background-color: #e6e6e6;
}
.parsley-error-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #f05e2f;
}
#error {
  color: #f05e2f;
  margin-bottom: 0.625rem;
}
.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;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -1.875rem;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 0.0625rem;
    margin-left: 1.875rem;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 73.125rem;
  }
  .span12 {
    width: 73.125rem;
  }
  .span11 {
    width: 66.875rem;
  }
  .span10 {
    width: 60.625rem;
  }
  .span9 {
    width: 54.375rem;
  }
  .span8 {
    width: 48.125rem;
  }
  .span7 {
    width: 41.875rem;
  }
  .span6 {
    width: 35.625rem;
  }
  .span5 {
    width: 29.375rem;
  }
  .span4 {
    width: 23.125rem;
  }
  .span3 {
    width: 16.875rem;
  }
  .span2 {
    width: 10.625rem;
  }
  .span1 {
    width: 4.375rem;
  }
  .offset12 {
    margin-left: 76.875rem;
  }
  .offset11 {
    margin-left: 70.625rem;
  }
  .offset10 {
    margin-left: 64.375rem;
  }
  .offset9 {
    margin-left: 58.125rem;
  }
  .offset8 {
    margin-left: 51.875rem;
  }
  .offset7 {
    margin-left: 45.625rem;
  }
  .offset6 {
    margin-left: 39.375rem;
  }
  .offset5 {
    margin-left: 33.125rem;
  }
  .offset4 {
    margin-left: 26.875rem;
  }
  .offset3 {
    margin-left: 20.625rem;
  }
  .offset2 {
    margin-left: 14.375rem;
  }
  .offset1 {
    margin-left: 8.125rem;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 1.875rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.56410256%;
    *margin-left: 2.51091107%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.56410256%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02182215%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45771959%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.4748136%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91071104%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92780506%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38079651%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81669394%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83378796%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.2696854%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28677941%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72267685%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.73977087%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.1756683%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19276232%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62865976%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64575377%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08165121%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09874523%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53464266%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.55173668%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98763412%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00472813%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44062557%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 1.875rem;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 72.25rem;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 66rem;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 59.75rem;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 53.5rem;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 47.25rem;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 41rem;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 34.75rem;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 28.5rem;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 22.25rem;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 16rem;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 9.75rem;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 3.5rem;
  }
  .thumbnails {
    margin-left: -1.875rem;
  }
  .thumbnails > li {
    margin-left: 1.875rem;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
  .location-results {
    width: 18.375rem;
    float: left;
    border-left: 0.0625rem solid #ccc;
  }
  .modal {
    width: 43.75rem;
    margin-left: -21.875rem;
  }
}
@media (max-width: 979px) {
  .logo {
    max-width: 23.75rem;
    height: auto;
  }
  .location-results {
    width: 15.625rem;
  }
}
@media (min-width: 768px) {
  .olb-container {
    display: block!important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -1.25rem;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 0.0625rem;
    margin-left: 1.25rem;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 45.25rem;
  }
  .span12 {
    width: 45.25rem;
  }
  .span11 {
    width: 41.375rem;
  }
  .span10 {
    width: 37.5rem;
  }
  .span9 {
    width: 33.625rem;
  }
  .span8 {
    width: 29.75rem;
  }
  .span7 {
    width: 25.875rem;
  }
  .span6 {
    width: 22rem;
  }
  .span5 {
    width: 18.125rem;
  }
  .span4 {
    width: 14.25rem;
  }
  .span3 {
    width: 10.375rem;
  }
  .span2 {
    width: 6.5rem;
  }
  .span1 {
    width: 2.625rem;
  }
  .offset12 {
    margin-left: 47.75rem;
  }
  .offset11 {
    margin-left: 43.875rem;
  }
  .offset10 {
    margin-left: 40rem;
  }
  .offset9 {
    margin-left: 36.125rem;
  }
  .offset8 {
    margin-left: 32.25rem;
  }
  .offset7 {
    margin-left: 28.375rem;
  }
  .offset6 {
    margin-left: 24.5rem;
  }
  .offset5 {
    margin-left: 20.625rem;
  }
  .offset4 {
    margin-left: 16.75rem;
  }
  .offset3 {
    margin-left: 12.875rem;
  }
  .offset2 {
    margin-left: 9rem;
  }
  .offset1 {
    margin-left: 5.125rem;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 1.875rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.70923945%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.4184789%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65604796%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85494299%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09251205%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29140708%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52897614%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72787116%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96544023%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16433525%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40190431%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60079934%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.8383684%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03726343%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27483249%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47372752%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71129658%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91019161%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14776067%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.3466557%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58422476%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78311978%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02068884%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.21958387%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45715293%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 1.25rem;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 44.375rem;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 40.5rem;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 36.625rem;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 32.75rem;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 28.875rem;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 25rem;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 21.125rem;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 17.25rem;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 13.375rem;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 9.5rem;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 5.625rem;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 1.75rem;
  }
  .row .column-third,
  .row .column-twothird {
    width: auto;
    float: none;
  }
  .discover-list {
    width: 100%;
    margin-bottom: 1.875rem;
    *zoom: 1;
  }
  .discover-list:before,
  .discover-list:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .discover-list:after {
    clear: both;
  }
  .discover-list li {
    display: block;
    width: 31.49171271%;
    min-height: 1.875rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
  }
  .discover-list li:first-child,
  .discover-list li:nth-child(4n) {
    margin-left: 0;
  }
  .hero .text {
    top: 12%;
  }
  .olb-container {
    *zoom: 1;
  }
  .olb-container:before,
  .olb-container:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .olb-container:after {
    clear: both;
  }
}
@media (max-width: 900px) {
  .gsb-slider_tabs {
    display: none;
  }
  .olb-container {
    top: 31%;
  }
  .olb-container .loginUpdate {
    display: none;
    position: absolute;
    right: 110%;
    width: 16.25rem;
    background: #fff;
    color: #58595B;
    border: 0.0625rem solid #A8A8A8;
    top: 3.625rem;
  }
  .olb-container .loginUpdate:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    border-left: 0.625rem solid #fff;
    right: -0.625rem;
    position: absolute;
    top: 2.5rem;
  }
  .olb-container .loginUpdate .updateHeader {
    background: #E8E9EA;
    padding: 0.3125rem 0.625rem;
    font-weight: 700;
  }
  .olb-container .loginUpdate .close {
    font-size: 0.875rem;
  }
  .olb-container .loginUpdate .updateBody {
    padding: 0.625rem;
  }
  .olb-container .loginUpdate .updateBody p {
    font-size: 0.875rem;
  }
  .hero .text {
    position: static;
    zoom: 1;
    top: auto;
    width: auto;
    background-color: #3A3F43;
    background-image: url(../img/denim-bg-1x.png);
    -webkit-box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.35);
    padding: 0.625rem;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero h2 {
    font-size: 1.875rem;
  }
  .hero h3 {
    font-size: 1.5rem;
  }
  .hero h4 {
    font-size: 1.25rem;
  }
  .hero h5 {
    font-size: 1rem;
  }
  .hero h6 {
    font-size: 0.875rem;
  }
  .hero p {
    font-size: 0.875rem;
  }
  .form-container .olbImage {
    display: none;
  }
}
@media (min-width: 767px) {
  .olb-backdrop {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .table-wrapper {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    border: 0.0625rem solid #ccc;
    padding: 1.25rem;
    overflow-x: scroll;
  }
  .table-wrapper .table-disclaimer {
    display: block;
  }
  .container-fluid {
    padding: 0;
  }
  .header .container,
  .home-content,
  .footer .container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .hero-slideshow img {
    min-width: auto;
  }
  .olb-container {
    display: none;
    right: 50%;
    top: 53%;
    transform: translate(50%, -50%);
    width: 16.25rem;
    position: fixed;
    color: #3a3f43;
  }
  .olb-container h2 {
    margin-bottom: 0.3125rem;
  }
  .olb-container #olbTab.nav-tabs > li > a {
    width: 6.4375rem;
  }
  .olb-container ul li {
    display: inline-block;
  }
  .olb-container .loginUpdate {
    top: -9.625rem;
    right: 50%;
    transform: translate(50%, 0);
    display: none!important;
  }
  .olb-container .loginUpdate:after {
    bottom: -0.625rem;
    left: 50%;
    top: auto;
    border: 0;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-top: 0.625rem solid #fff;
  }
  .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"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 1.875rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    left: 1.25rem;
  }
  .discover-list {
    width: 100%;
    margin-bottom: 1.875rem;
    *zoom: 1;
  }
  .discover-list:before,
  .discover-list:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .discover-list:after {
    clear: both;
  }
  .discover-list li {
    display: block;
    width: 48.61878453%;
    min-height: 1.875rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
  }
  .discover-list li:first-child,
  .discover-list li:nth-child(odd) {
    margin-left: 0;
  }
  .logo {
    margin-bottom: 0.625rem;
  }
  .main-nav {
    display: none;
    overflow: hidden;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-bottom: 1.25rem;
  }
  .header-search {
    display: none;
    width: 100%;
  }
  .header-search .site-search {
    *zoom: 1;
  }
  .header-search .site-search:before,
  .header-search .site-search:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .header-search .site-search:after {
    clear: both;
  }
  .header-search input {
    float: left;
    max-width: 85%;
  }
  .header-search button {
    float: right;
    max-width: 15%;
  }
  .olb-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    *zoom: 1;
  }
  .olb-container:before,
  .olb-container:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .olb-container:after {
    clear: both;
  }
  .main-nav .banno-menu > li {
    display: block;
    margin-right: 0;
  }
  .main-nav .banno-menu > li > a,
  .main-nav .banno-menu > li > .category-item,
  .main-nav .banno-menu > li > .group-item {
    background: #f05e2f;
    color: #fff;
    border-bottom: 0.0625rem solid #fff;
    padding: 0.625rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .main-nav .banno-menu > li > a:hover,
  .main-nav .banno-menu > li > .category-item:hover,
  .main-nav .banno-menu > li > .group-item:hover {
    color: #fff;
    background: #ad330c;
  }
  .main-nav .banno-menu > li.dropdown > a::after,
  .main-nav .banno-menu > li.dropdown > .category-item::after,
  .main-nav .banno-menu > li.dropdown > .group-item::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 0.25rem solid #fff;
    border-right: 0.25rem solid transparent;
    border-left: 0.25rem solid transparent;
    margin-left: 0.3125rem;
    margin-top: -0.125rem;
  }
  .main-nav .banno-menu > li.dropdown.open > a,
  .main-nav .banno-menu > li.dropdown.open > a:hover > li.dropdown.open > .category-item,
  .main-nav .banno-menu > li.dropdown.open > .category-item:hover,
  .main-nav .banno-menu > li.dropdown.open > .group-item,
  .main-nav .banno-menu > li.dropdown.open > .group-item:hover {
    background: #ad330c;
    color: #fff;
  }
  .main-nav .banno-menu .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    padding: 0 0 0 0.3125rem;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #4d1706;
  }
  .main-nav .banno-menu .dropdown-menu a {
    color: #fff;
    border-bottom: 0.0625rem solid #fff;
    background-color: #f05e2f;
  }
  .main-nav .banno-menu .dropdown-menu a:hover {
    background-color: #ad330c;
  }
  .footer [class*=span] {
    margin-top: 1.25rem;
  }
  .footer [class*=span]:first-child {
    margin-top: 0;
  }
  .copyright {
    text-align: left;
  }
  .nmls {
    display: block;
    margin-left: 0;
    margin-top: 0.4375rem;
  }
  .content {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .sidebar {
    margin-top: 0;
    top: auto;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: static;
  }
  .location-results {
    width: auto;
    float: none;
    border: 0;
  }
  .map-container {
    display: none;
  }
  .locations-table {
    overflow: auto;
    height: auto;
  }
  .location-search-wrapper,
  .location-search-options {
    float: none;
  }
  .location-search-wrapper .btn {
    margin-top: 0.3125rem;
  }
  .location-search-options {
    margin-top: 0.9375rem;
  }
  .location-search-options .btn-group {
    margin-top: 0.3125rem;
    width: 100%;
  }
  .location-search-options .btn-group .btn {
    display: block;
  }
  .location-search-options .btn-group .location-types {
    left: 0;
  }
  .sidebar-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .banno-location-map-container {
    display: none;
  }
  .service {
    display: block;
    text-align: center;
    padding: 1.875rem 0;
  }
  .service .flatbtn-orange {
    width: auto;
  }
  .service-image,
  .service-details,
  .service-rate,
  .service-action {
    width: 100%;
    flex: none;
    padding: 0.625rem 0;
  }
  .white-box {
    text-align: center;
  }
  .two-column {
    display: block;
  }
  .two-column .two-column-child {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    max-width: none;
  }
  .disclosure {
    padding: 0 10%;
  }
}
@media (max-width: 630px) {
  .olb-container {
    top: 60%;
  }
}
@media (max-width: 568px) {
  .banner {
    padding: 0.625rem 0 1.25rem;
  }
  .logo {
    width: 12.5rem;
    max-width: 12.5rem;
  }
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 1.25rem;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 0.0625rem 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: 0.625rem;
    padding-right: 0.625rem;
  }
  .modal {
    top: 0.625rem;
    left: 0.625rem;
    right: 0.625rem;
  }
  .modal-header .close {
    padding: 0.625rem;
    margin: -0.625rem;
  }
  /* Carousel
  .carousel-caption {
    position: static;
  }
  */
}
@media (max-width: 515px) {
  .olb-container a {
    font-size: 0.625rem;
  }
}
@media (max-width: 455px) {
  .olb-container .olb-icons {
    width: 100%;
  }
  .olb-container .btn,
  .olb-container a {
    float: none;
  }
  .olb-container .last-olb-link {
    display: block;
  }
  #homeEquity .form-submit,
  #cashManagement-form .form-submit {
    margin-bottom: 8.125rem;
  }
}
@media (max-width: 455px) and (-webkit-min-device-pixel-ratio: 2) {
  .hero .text {
    background-image: url(../img/denim-bg-1x.png);
    background-size: 26.25rem 20.375rem;
  }
  .subpage-content {
    background-size: 6.25rem;
  }
}
@media (max-width: 420px) {
  .discover-list li {
    width: auto;
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 385px) {
  .olb-container .btn {
    margin-left: 0;
  }
}
@media (max-width: 365px) {
  .olb-container .btn {
    display: block;
    margin-top: 0.625rem;
  }
}
@media (max-width: 979px) {
  /*
  // UNFIX THE TOPBAR
  // ----------------
  // Remove any padding from the body
  body {
    padding-top: 0;
  }
  // Unfix the navbars
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: @baseLineHeight;
  }
  .navbar-fixed-bottom {
    margin-top: @baseLineHeight;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  // Account for brand name
  .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 0.625rem;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 0.125rem;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 0.5625rem 0.9375rem;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 0.1875rem;
    -moz-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
  }
  .nav-collapse .btn {
    padding: 0.25rem 0.625rem 0.25rem;
    font-weight: normal;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0.125rem;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 0.3125rem;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 0.9375rem;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .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;
  }
  /*
  // Forms in navbar
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: (@baseLineHeight / 2) 15px;
    margin: (@baseLineHeight / 2) 0;
    border-top: 1px solid @navbarBackground;
    border-bottom: 1px solid @navbarBackground;
    .box-shadow(inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1));
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: @navbarInverseBackground;
    border-bottom-color: @navbarInverseBackground;
  }
  // Pull right (secondary) nav content
  .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;
  }
  /*
  // STATIC NAVBAR
  // -------------
  .navbar-static .navbar-inner {
    padding-left:  10px;
    padding-right: 10px;
  }
  */
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
