﻿@charset "UTF-8";
[class*="btn-"],
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 15px 30px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 21px;
  *line-height: 21px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  color: #333 !important;
  *background-color: #d3af7e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  background-color: #d3af7e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  *border: 0;
  border-bottom-color: #a2a2a2;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  font-weight: bold;
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  text-decoration: none !important;
}
[class*="btn-"]:hover,
.btn:hover,
[class*="btn-"]:active,
.btn:active,
[class*="btn-"].active,
.btn.active,
[class*="btn-"].disabled,
.btn.disabled,
[class*="btn-"][disabled],
.btn[disabled] {
  color: #fff;
  background-color: #c69758;
  *background-color: #cda36b;
}
[class*="btn-"]:active,
.btn:active,
[class*="btn-"].active,
.btn.active {
  background-color: #c69758 \9;
}
[class*="btn-"]:first-child,
.btn:first-child {
  *margin-left: 0;
}
[class*="btn-"]:hover,
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #EACEAC;
  *background-color: #c08c45;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -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;
}
[class*="btn-"]:focus,
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
[class*="btn-"].active,
.btn.active,
[class*="btn-"]:active,
.btn:active {
  background-color: #EACEAC;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
[class*="btn-"].disabled,
.btn.disabled,
[class*="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;
}
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: -2px;
}
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,
.google-maps 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,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
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: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 21px;
  color: #333;
  background-color: #fff;
}
a:not(.btn) {
  color: #004d56;
  text-decoration: underline;
  font-weight: 700;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:not(.btn):hover {
  color: #002F33;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *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: 31px;
  -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-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10.5px;
}
.biggest {
  font-size: 1.125rem;
  line-height: 22px;
}
.big {
  font-size: 1rem;
  line-height: 20px;
}
.medium {
  font-size: 1rem;
  line-height: 21px;
}
.small {
  font-size: 0.75rem;
  line-height: 16px;
}
.smallest {
  font-size: 0.625rem;
  line-height: 14px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #004d56;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10.5px 0;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 1.625rem;
  line-height: 30px;
}
h2 {
  font-size: 1.5rem;
  line-height: 28px;
}
h3 {
  font-size: 1.375rem;
  line-height: 26px;
}
h4 {
  font-size: 1.25rem;
  line-height: 24px;
}
h5 {
  font-size: 1.25rem;
  line-height: 24px;
}
h6 {
  font-size: 1.125rem;
  line-height: 22px;
}
.page-title {
  font-size: 1.875rem;
  line-height: 30px;
  font-weight: 500;
  color: #386732;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10.5px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 21px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 21px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10.5px;
}
.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: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 21px 0;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e6e6e6;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 21px;
  border-left: 5px solid #eee;
  font-size: 1.625rem;
  line-height: 30px;
  font-weight: 700;
  font-style: italic;
  color: #002F33;
}
blockquote p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.25px;
}
blockquote small {
  display: block;
  line-height: 21px;
  color: #e6e6e6;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 21px;
  font-style: normal;
  line-height: 21px;
}
.contentarea {
  *zoom: 1;
}
.contentarea:before,
.contentarea:after {
  display: table;
  content: "";
  line-height: 0;
}
.contentarea:after {
  clear: both;
}
img.pull-left {
  margin-right: 10px;
  margin-bottom: 10px;
}
img.pull-right {
  margin-left: 10px;
  margin-bottom: 10px;
}
.loading {
  padding: 10px 0;
}
.loading-inner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #333;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  -webkit-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.parsley-error {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
}
.parsley-error-list {
  margin: 0 0 15px 0;
  list-style: none;
  color: #E60000;
}
.required {
  margin-bottom: 25px;
  font-style: italic;
}
form {
  margin: 0 0 21px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 1.5rem;
  line-height: 42px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15.75px;
  color: #e6e6e6;
}
label,
input,
button,
select,
textarea {
  font-size: 1rem;
  font-weight: normal;
  line-height: 21px;
  color: #323232;
}
input,
button,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}
label {
  display: block;
  margin-bottom: 10px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 21px;
  padding: 7px 6px;
  margin-bottom: 10.5px;
  font-size: 1rem;
  line-height: 21px;
  color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #e8e8e9;
}
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);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer;
}
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: 31px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 31px;
}
select {
  width: 220px;
  border: 1px solid #e8e8e9;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #e6e6e6;
  background-color: #fcfcfc;
  border-color: #e8e8e9;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #939598;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #939598;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #939598;
}
.radio,
.checkbox {
  min-height: 21px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #ffffff;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #ffffff;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #ffffff;
  background-color: #fcf8e3;
  border-color: #ffffff;
}
.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 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 20px 20px 21px;
  margin-top: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10.5px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  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,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 1rem;
}
.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;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-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: 21px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 21px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-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: #10ff0e;
  border-color: #017400;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.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-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10.5px;
}
legend + .control-group {
  margin-top: 21px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 21px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10.5px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 21px;
  font-size: 0.875rem;
}
.table th,
.table td {
  padding: 8px;
  line-height: 21px;
  text-align: center;
  vertical-align: top;
}
.table td:first-child {
  color: #004d56;
}
.table th {
  font-size: 1rem;
  color: #004d56;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.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: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #F7F7F7;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #F7F7F7;
}
/* White icons with optional class, or on hover/active states of certain elements */
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
  float: left;
  min-width: 160px;
  padding: 15px 0;
  margin: 0;
  list-style: none;
  background-color: #004d56;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a {
  text-decoration: none;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.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: 21px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
}
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
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: 15px 30px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 21px;
  *line-height: 21px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  color: #333 !important;
  *background-color: #d3af7e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  background-color: #d3af7e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  *border: 0;
  border-bottom-color: #a2a2a2;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  font-weight: bold;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #c69758;
  *background-color: #cda36b;
}
.btn:active,
.btn.active {
  background-color: #c69758 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #EACEAC;
  *background-color: #c08c45;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -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: -2px;
}
.btn.active,
.btn:active {
  background-color: #EACEAC;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(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: 11px 19px;
  font-size: 1rem;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 0.85rem;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 1px 6px;
  font-size: 0.75rem;
}
.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: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active,
.btn-top.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,
button#search,
.btn-success {
  *background-color: #004d56;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  background-color: #004d56;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #FFF !important;
}
.btn-primary:hover,
button#search:hover,
.btn-success:hover,
.btn-primary:active,
button#search:active,
.btn-success:active,
.btn-primary.active,
button#search.active,
.btn-success.active,
.btn-primary.disabled,
button#search.disabled,
.btn-success.disabled,
.btn-primary[disabled],
button#search[disabled],
.btn-success[disabled] {
  color: #fff;
  background-color: #001f23;
  *background-color: #00363d;
}
.btn-primary:active,
button#search:active,
.btn-success:active,
.btn-primary.active,
button#search.active,
.btn-success.active {
  background-color: #001f23 \9;
}
.btn-warning {
  *background-color: #f58837;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  background-color: #f58837;
  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: #ed6c0c;
  *background-color: #f47a1f;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #ed6c0c \9;
}
.btn-danger {
  *background-color: #E60000;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  background-color: #E60000;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #FFF !important;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #b30000;
  *background-color: #cd0000;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #b30000 \9;
}
.btn-info {
  *background-color: #EACEAC;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  background-color: #EACEAC;
  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: #e0b683;
  *background-color: #e5c298;
}
.btn-info:active,
.btn-info.active {
  background-color: #e0b683 \9;
}
.btn-inverse {
  *background-color: #646468;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  background-color: #646468;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #FFF !important;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #4b4b4e;
  *background-color: #58585b;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #4b4b4e \9;
}
.btn-top {
  *background-color: #fff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-top:hover,
.btn-top:active,
.btn-top.active,
.btn-top.disabled,
.btn-top[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #f2f2f2;
}
.btn-top:active,
.btn-top.active {
  background-color: #e6e6e6 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
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: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.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: #004d56;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #002F33;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  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: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 1rem;
}
.btn-group > .btn-mini {
  font-size: 0.688rem;
}
.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: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #af7e3c;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #001f23;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #ed6c0c;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #800000;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #40a677;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #dbaa6f;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #3f3f41;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.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;
}
/*
// Vertical button groups
// ----------------------

.btn-group-vertical {
  display: inline-block; // makes buttons only take up the width they need
  .ie7-inline-block();
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  .border-radius(0);
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  .border-radius(4px 4px 0 0);
}
.btn-group-vertical .btn:last-child {
  .border-radius(0 0 4px 4px);
}
.btn-group-vertical .btn-large:first-child {
  .border-radius(6px 6px 0 0);
}
.btn-group-vertical .btn-large:last-child {
  .border-radius(0 0 6px 6px);
}
*/
body.edit .hidden-alert {
  display: block;
}
.hidden-alert {
  display: none;
}
.alert {
  padding: 15px 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 20px;
  background: #004d56;
}
.alert-text a {
  color: #FFF;
  text-decoration: underline;
}
.alert-text a:hover {
  color: #FFF;
  text-decoration: none;
}
.alert h4 {
  margin: 0;
}
body.alert-close .alert {
  position: absolute;
  bottom: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.alert .close {
  position: relative;
  top: 0;
  line-height: 21px;
  color: #fff;
  text-shadow: none;
}
.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: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 21px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 0.688rem;
  font-weight: bold;
  line-height: 21px;
  color: #e6e6e6;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #004d56;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px 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: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 21px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #939598;
  background-color: #004d56;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #004d56;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #004d56;
  border-bottom-color: #004d56;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #002F33;
  border-bottom-color: #002F33;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #939598;
  border-bottom-color: #939598;
}
.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: #e6e6e6;
  border-color: #e6e6e6;
}
.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: #e6e6e6;
}
.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: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.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: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #ddd #eee #eee;
}
.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: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #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: #e6e6e6;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  color: #fff;
  *position: relative;
  *z-index: 2;
  *zoom: 1;
  background-color: #004d56;
  min-height: 46px;
}
.navbar:before,
.navbar:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar:after {
  clear: both;
}
.nav-container {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 12.5px 20px 12.5px;
  margin-left: -20px;
  font-size: 1.125rem;
  line-height: 23px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}
.navbar .brand:hover {
  text-decoration: none;
  color: #fff;
}
/*
// Plain text in topbar
// -------------------------
.navbar-text {
  margin-bottom: 0;
  line-height: @navbarHeight;
}

// Janky solution for now to account for links outside the .nav
// -------------------------
.navbar-link {
  color: @navbarLinkColor;
  &:hover {
    color: @navbarLinkColorHover;
  }
}

// Dividers in navbar
// -------------------------
.navbar .divider-vertical {
  height: @navbarHeight;
  margin: 0 9px;
  border-left: 1px solid @navbarBackground;
  border-right: 1px solid @navbarBackgroundHighlight;
}
*/
.navbar .btn,
.navbar .btn-group {
  margin-top: 8px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
/*
// Navbar forms
// -------------------------
.navbar-form {
  margin-bottom: 0; // remove default bottom margin
  .clearfix();
  input,
  select,
  .radio,
  .checkbox {
    .navbarVerticalAlign(30px); // Vertically center in navbar
  }
  input,
  select,
  .btn {
    display: inline-block;
    margin-bottom: 0;
  }
  input[type="image"],
  input[type="checkbox"],
  input[type="radio"] {
    margin-top: 3px;
  }
  .input-append,
  .input-prepend {
    margin-top: 6px;
    white-space: nowrap; // preven two  items from separating within a .navbar-form that has .pull-left
    input {
      margin-top: 0; // remove the margin on top since it's on the parent
    }
  }
}
*/
.navbar-search {
  position: relative;
  float: right;
  margin-top: 6.5px;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar-search input {
  display: none;
  margin-bottom: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-search.in input {
  display: block;
  background: #fff;
  color: #004d56;
}
.navbar-search.in input:-moz-placeholder {
  color: #939598;
}
.navbar-search.in input:-ms-input-placeholder {
  color: #939598;
}
.navbar-search.in input::-webkit-input-placeholder {
  color: #939598;
}
.navbar-search.in .btn-search,
.navbar-search.in .btn-submit {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar-search.in .btn-search:hover,
.navbar-search.in .btn-submit:hover {
  background: #fff;
}
.navbar-search.in .btn-search:focus,
.navbar-search.in .btn-submit:focus {
  border: 0 solid transparent;
}
.navbar-search.in .icon-search {
  color: #004d56;
  line-height: 14px;
}
.navbar-search.in .icon-search:hover {
  color: #bfbfbf;
}
/*
// Static navbar
// -------------------------

.navbar-static-top {
  position: static;
  margin-bottom: 0; // remove 18px margin for default navbar
  .navbar-inner {
    .border-radius(0);
  }
}



// Fixed navbar
// -------------------------

// Shared (top/bottom) styles
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: @zindexFixedNavbar;
  margin-bottom: 0; // remove 18px margin for default navbar
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left:  0;
  padding-right: 0;
  .border-radius(0);
}

// Reset container width
// Required here as we reset the width earlier on and the grid mixins don't override early enough
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  #grid > .core > .span(@gridColumns);
}

// Fixed to top
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top,
.navbar-static-top {
  .navbar-inner {
    .box-shadow(~"0 1px 10px rgba(0,0,0,.1)");
  }
}

// Fixed to bottom
.navbar-fixed-bottom {
  bottom: 0;
  .navbar-inner {
    .box-shadow(~"0 -1px 10px rgba(0,0,0,.1)");
  }
}
*/
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 12.5px 15px 12.5px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #004d56;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: left;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 4px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.line {
  display: inline-block;
  width: 20px;
  height: 3px;
  -webkit-user-select: none;
  transition: 0.3s;
  position: absolute;
  background-color: #fff;
}
.navicon-button {
  display: none;
  text-align: left;
  padding: 6px 10px;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  background: transparent;
}
.navicon-button:hover {
  opacity: 1;
}
.navicon-button:hover .navicon {
  background-color: #004d56;
}
.navicon-button:hover .navicon:before,
.navicon-button:hover .navicon:after {
  background-color: #004d56;
}
.navicon-button:active {
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
.navicon-button .navicon:before,
.navicon-button .navicon:after {
  display: inline-block;
  width: 20px;
  height: 3px;
  -webkit-user-select: none;
  transition: 0.3s;
  position: absolute;
  background-color: #fff;
  content: '';
  top: 7px;
}
.navicon-button .navicon:before {
  top: -7px;
}
.navicon {
  display: inline-block;
  width: 20px;
  height: 3px;
  -webkit-user-select: none;
  transition: 0.3s;
  position: absolute;
  background-color: #fff;
  position: relative;
}
.navicon-button.open .navicon {
  background: transparent;
}
.navicon-button.open .navicon:before,
.navicon-button.open .navicon:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 25px;
}
.navicon-button.open .navicon:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navicon-button.open .navicon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #004d56;
  color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*
// Inverted navbar
// -------------------------

.navbar-inverse {
  color: @navbarInverseText;

  .navbar-inner {
    #gradient > .vertical(@navbarInverseBackgroundHighlight, @navbarInverseBackground);
    border-color: @navbarInverseBorder;
  }

  .brand,
  .nav > li > a {
    color: @navbarInverseLinkColor;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    &:hover {
      color: @navbarInverseLinkColorHover;
    }
  }

  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: @navbarInverseLinkBackgroundHover;
    color: @navbarInverseLinkColorHover;
  }

  .nav .active > a,
  .nav .active > a:hover,
  .nav .active > a:focus {
    color: @navbarInverseLinkColorActive;
    background-color: @navbarInverseLinkBackgroundActive;
  }

  // Inline text links
  .navbar-link {
    color: @navbarInverseLinkColor;
    &:hover {
      color: @navbarInverseLinkColorHover;
    }
  }

  // Dividers in navbar
  .divider-vertical {
    border-left-color: @navbarInverseBackground;
    border-right-color: @navbarInverseBackgroundHighlight;
  }

  // Dropdowns
  .nav li.dropdown.open > .dropdown-toggle,
  .nav li.dropdown.active > .dropdown-toggle,
  .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: @navbarInverseLinkBackgroundActive;
    color: @navbarInverseLinkColorActive;
  }
  .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: @navbarInverseLinkColor;
    border-bottom-color: @navbarInverseLinkColor;
  }
  .nav li.dropdown.open > .dropdown-toggle .caret,
  .nav li.dropdown.active > .dropdown-toggle .caret,
  .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: @navbarInverseLinkColorActive;
    border-bottom-color: @navbarInverseLinkColorActive;
  }


  // Navbar search
  .navbar-search {
    .search-query {
      color: @white;
      background-color: @navbarInverseSearchBackground;
      border-color: @navbarInverseSearchBorder;
      .box-shadow(~"inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)");
      .transition(none);
      .placeholder(@navbarInverseSearchPlaceholderColor);

      // Focus states (we use .focused since IE7-8 and down doesn't support :focus)
      &:focus,
      &.focused {
        padding: 5px 15px;
        color: @grayDark;
        text-shadow: 0 1px 0 @white;
        background-color: @navbarInverseSearchBackgroundFocus;
        border: 0;
        .box-shadow(0 0 3px rgba(0,0,0,.15));
        outline: 0;
      }
    }
  }

  // Navbar collapse button
  .btn-navbar {
    .buttonBackground(darken(@navbarInverseBackgroundHighlight, 5%), darken(@navbarInverseBackground, 5%));
  }

}

*/
.breadcrumb {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #323232;
  color: #323232;
  font-size: 0.938rem;
}
.breadcrumb a {
  color: #323232 !important;
}
.pagination {
  margin: 21px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 21px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 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: #e6e6e6;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #e6e6e6;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 1rem;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 0.85rem;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 0.75rem;
}
.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;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px 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, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 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: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('https://privatebaseibank.com/assets/css/assets/font/slick.eot');
  src: url('https://privatebaseibank.com/assets/css/assets/font/slick.eot?') format('embedded-opentype'), url('https://privatebaseibank.com/assets/css/assets/font/slick.woff') format('woff'), url('https://privatebaseibank.com/assets/css/assets/font/slick.ttf') format('truetype'), url('https://privatebaseibank.com/assets/css/assets/font/slick.svg') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "‹";
}
.slick-prev:before[dir="rtl"] {
  content: "›";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "›";
}
.slick-next:before[dir="rtl"] {
  content: "‹";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  list-style: none;
  display: block;
  text-align: right;
  padding: 0 20px 0 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 1px;
  padding: 3px;
  cursor: pointer;
}
.slick-dots li button {
  border: 1px solid #004d56;
  background: #fff;
  display: block;
  height: 16px;
  width: 16px;
  line-height: 1;
  padding: 0;
  font-size: 0;
  color: #fff;
  opacity: 0.75;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  background-color: #d3af7e;
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #d3af7e;
  border: none;
  opacity: 0.75;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.inner-xs {
  padding: rem-calc(5px);
}
.inner-sm {
  padding: rem-calc(10px);
}
.inner {
  padding: rem-calc(15px);
}
.inner-md {
  padding: rem-calc(20px);
}
.inner-lg {
  padding: rem-calc(30px);
}
.inner-xl {
  padding: rem-calc(50px);
}
.padder-xs {
  padding: rem-calc(5px);
}
.padder-sm {
  padding: rem-calc(10px);
}
.padder {
  padding: rem-calc(15px);
}
.padder-md {
  padding: rem-calc(20px);
}
.padder-lg {
  padding: rem-calc(30px);
}
.padder-xl {
  padding: rem-calc(50px);
}
.padder-n,
.padder-none {
  padding: 0;
}
.padder-v-xs {
  padding-top: rem-calc(5px);
  padding-bottom: rem-calc(5px);
}
.padder-v-sm {
  padding-top: rem-calc(10px);
  padding-bottom: rem-calc(10px);
}
.padder-v {
  padding-top: rem-calc(15px);
  padding-bottom: rem-calc(15px);
}
.padder-v-md {
  padding-top: rem-calc(20px);
  padding-bottom: rem-calc(20px);
}
.padder-v-lg {
  padding-top: rem-calc(30px);
  padding-bottom: rem-calc(30px);
}
.padder-v-xl {
  padding-top: rem-calc(50px);
  padding-bottom: rem-calc(50px);
}
.no-gutter [class^="span-"] {
  padding-left: 0;
  padding-right: 0;
}
.m-xs {
  margin: rem-calc(5px);
}
.m-sm {
  margin: rem-calc(10px);
}
.m {
  margin: rem-calc(15px);
}
.m-md {
  margin: rem-calc(20px);
}
.m-lg {
  margin: rem-calc(30px);
}
.m-xl {
  margin: rem-calc(50px);
}
.m-n,
.m-none {
  margin: 0;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xs {
  margin-top: rem-calc(5px);
}
.m-t-sm {
  margin-top: rem-calc(10px);
}
.m-t {
  margin-top: rem-calc(15px);
}
.m-t-md {
  margin-top: rem-calc(20px);
}
.m-t-lg {
  margin-top: rem-calc(30px);
}
.m-t-xl {
  margin-top: rem-calc(50px);
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xs {
  margin-bottom: rem-calc(5px);
}
.m-b-sm {
  margin-bottom: rem-calc(10px);
}
.m-b {
  margin-bottom: rem-calc(15px);
}
.m-b-md {
  margin-bottom: rem-calc(20px);
}
.m-b-lg {
  margin-bottom: rem-calc(30px);
}
.m-b-xl {
  margin-bottom: rem-calc(50px);
}
.no-radius {
  border-radius: 0;
}
.b {
  border: rem-calc(1px) solid #ebebeb;
}
.bordered {
  border: rem-calc(1px) solid #d1d3d4;
}
.img-circle {
  border-radius: 50%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.bg-light {
  background-color: #f6f8f8;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.clear {
  clear: both;
}
.red {
  color: #E60000;
}
.hidden-content,
.hidden-alert {
  display: none;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.chromeframe {
  background-color: #fcf8e3;
  border-bottom: 1px solid #fbeed5;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
}
.visuallyhidden {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  font: 0/0 / a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.m-b {
  margin-bottom: 10px;
}
ul.list-inline {
  margin: 0 auto 17px auto;
  margin-left: -22px;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
ul.list-inline li {
  list-style: none;
  float: left;
  margin-left: 22px;
  display: inline-block;
}
ul.list-inline li * {
  display: inline-block;
}
ul.list-inline li script {
  display: none;
}
ul.list-inline li:last-child {
  margin-left: 8px;
}
.alert {
  background-color: #004d56;
  color: #fff;
}
.alert .close {
  font-size: 1.063rem;
}
.icon:before,
[class*="icon-"]:before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}
.icon:hover,
[class*="icon-"]:hover {
  color: #bfbfbf;
}
.icon-search {
  color: #fff;
  width: 19px;
  height: 19px;
  overflow: hidden;
  font-size: 0;
}
.icon-search:before {
  font-size: 1.25rem;
}
.icon-search:hover {
  color: #FFF !important;
}
.navbar-search.in .icon-search:hover {
  color: #004d56 !important;
}
.header {
  background: #fff;
  padding: 20px 0 0 0;
}
.logo {
  display: inline-block;
  width: 260px;
  height: 74px;
}
.header-right {
  float: right;
}
.header-right ul.list-inline {
  width: 100%;
  margin-left: 19px;
  margin-top: 7px;
  text-align: center;
}
.header-right ul.list-inline li {
  text-align: center;
  margin-left: 0;
}
.header-right ul.list-inline li a {
  font-size: 0.875rem;
}
.header-nav {
  margin-bottom: 10px;
  color: #333;
  *zoom: 1;
}
.header-nav:before,
.header-nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.header-nav:after {
  clear: both;
}
.header-nav .banno-menu {
  float: right;
}
.header-nav .banno-menu li {
  font-size: 3rem;
  margin-left: 5px;
}
.header-nav .banno-menu li:before {
  content: '|';
  margin-right: 5px;
}
.header-nav .banno-menu li:first-child {
  margin-left: 0;
}
.header-nav .banno-menu li:first-child:before {
  content: '';
  display: none;
}
.header-nav .banno-menu li a {
  color: #333;
}
.header-nav .banno-menu li a:hover {
  color: #d3af7e;
  text-decoration: none;
}
.btn-search {
  display: block;
  background-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  bottom: 2px;
}
.btn-search:hover {
  background-color: #002F33 !important;
}
.btn-search,
.btn-submit {
  padding: 8px 6px 0;
  background: none;
  border: none;
  cursor: pointer;
}
.olb-login {
  margin-bottom: 0;
  width: 410px;
  color: #d3af7e;
}
.olb-login .control-group {
  float: right;
}
.olb-login a.btn-success {
  color: #fff;
}
.olb-login a:hover {
  color: #004d56;
}
.olb-login a.btn:hover {
  background-color: #e6d2b7;
}
.olb-login .btn {
  text-transform: uppercase;
  padding: 8px 12px;
  font-size: 0.875rem;
}
.olb-text {
  float: left;
  color: #004d56;
  margin-right: 10px;
  margin-top: 7px;
  font-size: 1.25rem;
  vertical-align: middle;
  font-weight: bold;
}
input[type="text"].olb-input {
  background-color: #fff;
}
.icon-ehl {
  color: #d3af7e;
  font-size: 0;
  vertical-align: sub;
}
.icon-ehl:before {
  font-size: 1rem;
  margin-left: 5px;
}
.icon-ehl:hover {
  color: #EACEAC;
}
@media only screen {
  #topper {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    text-align: center;
  }
  #topper.affixToBottom {
    position: absolute;
    display: block;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    top: -18px;
  }
  .top {
    /* IE7 inline-block hack */
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    text-decoration: none !important;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 21px;
    *line-height: 21px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #333 !important;
    *background-color: #d3af7e;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    background-color: #d3af7e;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: none;
    *border: 0;
    border-bottom-color: #a2a2a2;
    *margin-left: 0.3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    font-weight: bold;
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    background-color: #FFF;
    color: #004d56 !important;
    font-size: 1.125rem;
    padding: 4px 12px 0;
    line-height: 30px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15), 0 0 3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.15), 0 0 3px rgba(0,0,0,.15);
    box-shadow: 0 0 3px rgba(0,0,0,.15), 0 0 3px rgba(0,0,0,.15);
  }
  .top:hover,
  .top:active,
  .top.active,
  .top.disabled,
  .top[disabled] {
    color: #fff;
    background-color: #c69758;
    *background-color: #cda36b;
  }
  .top:active,
  .top.active {
    background-color: #c69758 \9;
  }
  .top:first-child {
    *margin-left: 0;
  }
  .top:hover {
    color: #fff;
    text-decoration: none;
    background-color: #EACEAC;
    *background-color: #c08c45;
    /* Buttons in IE7 don't get borders, so darken on hover */
    background-position: 0 -15px;
    -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;
  }
  .top:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .top.active,
  .top:active {
    background-color: #EACEAC;
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  }
  .top.disabled,
  .top[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;
  }
  .top:hover,
  .top:active,
  .top.active,
  .top.disabled,
  .top[disabled] {
    color: #fff;
    background-color: #c69758;
    *background-color: #cda36b;
  }
  .top:active,
  .top.active {
    background-color: #c69758 \9;
  }
  .top:first-child {
    *margin-left: 0;
  }
  .top:hover {
    color: #fff;
    text-decoration: none;
    background-color: #EACEAC;
    *background-color: #c08c45;
    /* Buttons in IE7 don't get borders, so darken on hover */
    background-position: 0 -15px;
    -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;
  }
  .top:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .top.active,
  .top:active {
    background-color: #EACEAC;
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  }
  .top.disabled,
  .top[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;
  }
  .top:hover {
    background-color: #002F33;
    color: #FFF !important;
  }
}
.banno-monitoring {
  margin-top: 25px;
}
.banno-monitoring #sentinel-badge a span {
  color: #fff !important;
}
.body {
  background: #fff;
}
.header .banno-menu,
.footer .banno-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.header .banno-menu:before,
.footer .banno-menu:before,
.header .banno-menu:after,
.footer .banno-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.header .banno-menu:after,
.footer .banno-menu:after {
  clear: both;
}
.header .banno-menu li,
.footer .banno-menu li {
  float: left;
}
.footer {
  *zoom: 1;
  position: relative;
  color: #fff;
  padding: 30px 0;
  background: #004d56;
  font-weight: 500;
  font-size: 0.85rem;
}
.footer:before,
.footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer:after {
  clear: both;
}
.footer ul.banno-menu {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1rem;
  *zoom: 1;
}
.footer ul.banno-menu:before,
.footer ul.banno-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer ul.banno-menu:after {
  clear: both;
}
.footer ul.banno-menu a {
  font-weight: 600;
}
.footer ul.banno-menu li {
  margin-left: 8px;
}
.footer ul.banno-menu li:before {
  content: '|';
  font-weight: 300;
  margin-right: 5px;
}
.footer ul.banno-menu li:first-child {
  margin-left: 0;
}
.footer ul.banno-menu li:first-child:before {
  content: '';
  display: none;
}
.footer ul.banno-menu li a {
  color: #fff;
}
.footer ul.banno-menu li a:hover {
  color: #d3af7e;
}
.footer .list-inline {
  color: #d3af7e;
  margin-bottom: 0;
}
.footer .list-inline a {
  color: #d3af7e;
  font-weight: 400;
}
.footer .list-inline a:hover {
  color: #EACEAC;
}
.footer .list-inline li {
  margin-left: 3px;
}
.footer .list-inline li:first-child {
  margin-left: 22px;
}
.footer .list-inline li:nth-of-type(2) a {
  color: #d3af7e;
}
.footer .list-inline li:nth-of-type(2) a:hover {
  color: #EACEAC;
}
.footer .list-inline li:last-child {
  font-weight: 600px;
  margin-left: 22px;
}
.footer .list-inline li:last-child img {
  margin-left: 3px;
  vertical-align: top;
}
.hero {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sub {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px 10px 10px;
  text-align: center;
  min-height: 320px;
  margin-bottom: 45px;
}
.sub img {
  margin-bottom: 5px;
}
.sub h2,
.sub h4 {
  color: #004d56;
  font-weight: bold;
  font-size: 1.375rem;
  margin: 15px 0;
}
.sub p {
  font-size: 1rem;
  color: #333;
}
.sub a {
  font-size: 1rem;
  font-weight: 600;
  color: #004d56;
}
.sub a:hover {
  color: #333;
}
.sub-row {
  margin-top: 30px;
}
.newsletter {
  padding: 22px 0;
  background: #e6e6e6;
}
.newsletter .form-inline {
  margin-bottom: 0;
}
.newsletter .form-inline .control-group {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.newsletter .form-inline h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  display: inline-block;
  margin: 8px 20px 0 0;
  vertical-align: top;
}
.newsletter .form-inline input {
  height: 30px;
  margin-right: 10px;
  width: 193px;
  border: none;
  vertical-align: top;
}
.newsletter .form-inline .btn {
  vertical-align: top;
  padding: 13px 32px;
  width: 160px;
}
.newsletter .form-inline .btn .loading {
  height: 17px;
  margin: 0 auto;
}
.search-container {
  margin-top: 20px;
}
.search-container .search-item {
  margin-bottom: 20px;
}
.search-container .search-item .search-title {
  font-style: normal;
}
.search-container .search-item .search-link {
  text-decoration: underline;
  color: #004d56;
}
.search-container .search-item .search-link:hover {
  text-decoration: none;
}
.search-container .search-item .search-link:hover .search-title {
  color: #1a1a1a;
  text-decoration: none;
}
.search-container .search-summary {
  border-bottom: 1px solid #919396;
  padding-bottom: 20px;
}
.search-form .btn {
  padding: 9px 30px;
}
.lt-ie9 .display-box {
  display: none;
}
.sub-body-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sub-body-container article .content {
  min-height: 500px;
}
h1.title {
  font-size: 1.625rem;
  line-height: 31.2px;
  margin-top: 0;
}
.sidebar .sub {
  margin-bottom: 30px;
  min-height: inherit;
  padding-bottom: 16px;
}
.sidebar .sub a {
  color: #004d56;
}
.sidebar .sub a:hover {
  color: #002F33;
}
.contact-content-padding {
  padding-left: 20px;
}
.contact-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-links li {
  margin-bottom: 15px;
  font-size: 0.938rem;
}
.table td:first-child {
  color: #004d56;
}
.table th {
  color: #004d56;
}
.account-table tbody td {
  border-top: 1px solid #d2d2d3;
}
.account-table img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.lt-ie8 .header {
  background-color: #fff;
}
.lt-ie8 .header-nav .banno-menu li {
  margin-right: 10px;
}
.lt-ie8 .component-title {
  background-color: #386732;
}
.lt-ie8 .btn-search {
  margin-top: 2px;
}
.lt-ie9 .component-title {
  background-color: #386732;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: auto;
  margin: 0 auto;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slider .slick-slide,
.slick-slider .contentarea,
.slick-slider .container,
.blurb,
.blurb-width {
  position: relative;
  display: block;
}
.hero--gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  width: 56%;
  background-color: rgba(255, 255, 255, 0);
  background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
}
.blurb {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 1.188rem;
  line-height: 25px;
  width: 100%;
}
.blurb .container {
  margin: 0 auto;
}
.blurb .blurb-width {
  width: 50%;
}
.blurb a {
  margin-top: 20px;
}
.blurb h1,
.blurb h2,
.blurb h3,
.blurb h4,
.blurb h5,
.blurb h6 {
  margin: 0;
  font-weight: 400;
}
.blurb h1 {
  font-size: 2.813rem;
  line-height: 50px;
  font-weight: 700;
}
.blurb h2 {
  font-size: 2.5rem;
  line-height: 45px;
  font-weight: 700;
}
.blurb h3 {
  font-size: 1.875rem;
  line-height: 34px;
}
.blurb h4 {
  font-size: 1.563rem;
  line-height: 30px;
}
.blurb h5 {
  font-size: 1.25rem;
  line-height: 25px;
}
.blurb h6 {
  font-size: 1rem;
  line-height: 20px;
}
.edit .sub {
  display: block !important;
}
@font-face {
  font-family: "icons";
  src: url('../font/icons.eot');
  src: url('../font/icons-1.eot') format('eot'), url('../font/icons.woff') format('woff'), url('../font/icons.ttf') format('truetype'), url('../font/icons.svg') format('svg');
}
.icon:before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}
.icon-ehl:before {
  content: "\E001";
}
.icon-facebook:before {
  content: "\E002";
}
.icon-pause:before {
  content: "\E003";
}
.icon-play:before {
  content: "\E004";
}
.icon-search:before {
  content: "\E005";
}
.icon-twitter:before {
  content: "\E006";
}
.icon-x:before {
  content: "\E007";
}
.icon-youtube:before {
  content: "\E008";
}
ul.banno-menu {
  list-style: none;
}
ul.banno-menu a {
  font-weight: 400;
}
.navbar ul.banno-menu {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .banno-menu > li {
  float: left;
}
.navbar .banno-menu > li > a,
.navbar .banno-menu > li > span {
  float: none;
  padding: 12.5px 25px 12.5px;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 1.125rem;
  line-height: 23px;
  cursor: pointer;
  border-left: 0;
  position: relative;
}
.navbar .banno-menu > li > a:hover,
.navbar .banno-menu > li > a:focus,
.navbar .banno-menu > li > span:hover,
.navbar .banno-menu > li > span:focus {
  background-color: #002F33;
  color: #fff;
}
.navbar .banno-menu > li.active > a,
.navbar .banno-menu > li.active > a:hover,
.navbar .banno-menu > li.active > a:focus,
.navbar .banno-menu > li.active > span,
.navbar .banno-menu > li.active > span:hover,
.navbar .banno-menu > li.active > span:focus {
  color: #fff;
  text-decoration: none;
  background-color: #002F33;
}
.navbar .pull-right > li > ul.dropdown-menu,
.navbar .banno-menu > li > ul.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > ul.dropdown-menu:before,
.navbar .banno-menu > li > ul.dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > ul.dropdown-menu:after,
.navbar .banno-menu > li > ul.dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > ul.dropdown-menu .dropdown-menu,
.navbar .banno-menu > li > ul.dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0px;
  margin-right: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.navbar .banno-menu > li > ul > li ul,
.navbar .banno-menu > li > ul > li > li ul,
.navbar .banno-menu > li > ul > li > ul > li > li ul,
.navbar .banno-menu > li > ul > li > ul > li > ul > li > li ul {
  left: 100%;
  top: 0;
}
.navbar .banno-menu > li > ul > li a,
.navbar .banno-menu > li > ul > li > li a,
.navbar .banno-menu > li > ul > li > ul > li > li a,
.navbar .banno-menu > li > ul > li > ul > li > ul > li > li a,
.navbar .banno-menu > li > ul > li span,
.navbar .banno-menu > li > ul > li > li span,
.navbar .banno-menu > li > ul > li > ul > li > li span,
.navbar .banno-menu > li > ul > li > ul > li > ul > li > li span {
  display: block;
  padding: 8px 25px 8px 30px;
  clear: both;
  font-weight: normal;
  font-size: 1.125rem;
  color: #fff;
  line-height: 21px;
  white-space: nowrap;
}
.navbar .banno-menu > li > ul > li a:hover,
.navbar .banno-menu > li > ul > li > li a:hover,
.navbar .banno-menu > li > ul > li > ul > li > li a:hover,
.navbar .banno-menu > li > ul > li > ul > li > ul > li > li a:hover,
.navbar .banno-menu > li > ul > li span:hover,
.navbar .banno-menu > li > ul > li > li span:hover,
.navbar .banno-menu > li > ul > li > ul > li > li span:hover,
.navbar .banno-menu > li > ul > li > ul > li > ul > li > li span:hover,
.navbar .banno-menu > li > ul > li a:focus,
.navbar .banno-menu > li > ul > li > li a:focus,
.navbar .banno-menu > li > ul > li > ul > li > li a:focus,
.navbar .banno-menu > li > ul > li > ul > li > ul > li > li a:focus,
.navbar .banno-menu > li > ul > li span:focus,
.navbar .banno-menu > li > ul > li > li span:focus,
.navbar .banno-menu > li > ul > li > ul > li > li span:focus,
.navbar .banno-menu > li > ul > li > ul > li > ul > li > li span:focus {
  cursor: pointer;
  background: #002F33;
}
@media (max-width: 979px) {
  .navbar .banno-menu > li {
    float: left;
  }
  .navbar .banno-menu > li:first-child > a,
  .navbar .banno-menu > li:first-child > span {
    border-left: none;
  }
  .nav-container ul.banno-menu {
    float: none;
    margin: 0 0 10.5px;
  }
  .nav-container ul.banno-menu > li {
    float: none;
  }
  .nav-container ul.banno-menu > li > a,
  .nav-container ul.banno-menu > li > span {
    margin-bottom: 2px;
  }
  .navbar ul.banno-menu > li > a,
  .navbar ul.banno-menu > li > span,
  .navbar ul.banno-menu li.open > a,
  .navbar ul.banno-menu li.open > span {
    color: #fff;
    border-left: none !important;
    border-right: none !important;
  }
  .navbar .banno-menu > li > ul > li > a,
  .navbar .banno-menu > li > ul > li > span,
  .navbar .banno-menu > li > ul > li > ul > li > a,
  .navbar .banno-menu > li > ul > li > ul > li > span,
  .navbar .banno-menu > li > ul > li > ul > li > ul > li > a,
  .navbar .banno-menu > li > ul > li > ul > li > ul > li > span,
  .navbar .banno-menu > li > ul > li > ul > li > ul > li > ul > li > a,
  .navbar .banno-menu > li > ul > li > ul > li > ul > li > ul > li > span {
    padding: 12.5px 15px 12.5px;
    color: #fff;
    white-space: normal;
  }
  .navbar .banno-menu > li > ul > li > ul,
  .navbar .banno-menu > li > ul > li > ul > li > ul,
  .navbar .banno-menu > li > ul > li > ul > li > ul > li > ul {
    display: block;
    left: 0;
    margin-top: 0;
  }
  .nav-container ul.banno-menu > li > ul.dropdown-menu:before,
  .nav-container ul.banno-menu > li > ul.dropdown-menu:after {
    display: none;
  }
  .navbar .banno-menu > li > ul > li a,
  .navbar .banno-menu > li > ul > li span {
    color: #fff;
  }
  .navbar .banno-menu > li > ul > li a:hover,
  .navbar .banno-menu > li > ul > li span:hover {
    color: #fff;
    background-color: #EACEAC;
  }
  .navbar .banno-menu > li > a:before,
  .navbar .banno-menu > li > span:before {
    display: none;
  }
}
.banno-location-example-container {
  margin-bottom: 10px;
}
.banno-location-search-fields {
  margin-bottom: 9px;
}
.banno-location-search-fields .banno-location-search-input {
  width: 82%;
}
.banno-location-search-fields #locationSearch {
  /* IE7 inline-block hack */
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  text-decoration: none !important;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 15px 30px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 21px;
  *line-height: 21px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  color: #333 !important;
  *background-color: #d3af7e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  background-color: #d3af7e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  *border: 0;
  border-bottom-color: #a2a2a2;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  font-weight: bold;
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  margin-bottom: 9px;
  padding: 7px 12px;
}
.banno-location-search-fields #locationSearch:hover,
.banno-location-search-fields #locationSearch:active,
.banno-location-search-fields #locationSearch.active,
.banno-location-search-fields #locationSearch.disabled,
.banno-location-search-fields #locationSearch[disabled] {
  color: #fff;
  background-color: #c69758;
  *background-color: #cda36b;
}
.banno-location-search-fields #locationSearch:active,
.banno-location-search-fields #locationSearch.active {
  background-color: #c69758 \9;
}
.banno-location-search-fields #locationSearch:first-child {
  *margin-left: 0;
}
.banno-location-search-fields #locationSearch:hover {
  color: #fff;
  text-decoration: none;
  background-color: #EACEAC;
  *background-color: #c08c45;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -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;
}
.banno-location-search-fields #locationSearch:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.banno-location-search-fields #locationSearch.active,
.banno-location-search-fields #locationSearch:active {
  background-color: #EACEAC;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.banno-location-search-fields #locationSearch.disabled,
.banno-location-search-fields #locationSearch[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;
}
.banno-location-search-fields #locationSearch:hover,
.banno-location-search-fields #locationSearch:active,
.banno-location-search-fields #locationSearch.active,
.banno-location-search-fields #locationSearch.disabled,
.banno-location-search-fields #locationSearch[disabled] {
  color: #fff;
  background-color: #c69758;
  *background-color: #cda36b;
}
.banno-location-search-fields #locationSearch:active,
.banno-location-search-fields #locationSearch.active {
  background-color: #c69758 \9;
}
.banno-location-search-fields #locationSearch:first-child {
  *margin-left: 0;
}
.banno-location-search-fields #locationSearch:hover {
  color: #fff;
  text-decoration: none;
  background-color: #EACEAC;
  *background-color: #c08c45;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -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;
}
.banno-location-search-fields #locationSearch:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.banno-location-search-fields #locationSearch.active,
.banno-location-search-fields #locationSearch:active {
  background-color: #EACEAC;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.banno-location-search-fields #locationSearch.disabled,
.banno-location-search-fields #locationSearch[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;
}
.banno-location-results {
  margin-bottom: 10px;
}
.banno-location-table-heading {
  color: #323232;
}
.banno-location-proximity {
  padding: 0 5px;
}
#locationTable {
  text-align: left;
}
#locationTable th,
#locationTable td {
  text-align: left;
}
#locationTable td:first-child {
  text-align: center;
}
#map_canvas {
  width: 100%;
  height: 370px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .banno-location-search-fields #location {
    width: 85%;
  }
}
@media (max-width: 979px) {
  .banno-location-search-fields #location {
    width: 76%;
  }
}
@media (max-width: 767px) {
  .banno-location-search-fields #location {
    width: 82%;
  }
  .locator-list-container {
    padding-top: 330px;
    float: none;
    width: 100%;
  }
  .locator-map-container {
    position: absolute;
    float: none;
    top: 0;
    left: 0;
    width: 100%;
  }
  .locator-map-container #map_canvas {
    height: 305px;
  }
}
@media (max-width: 620px) {
  .banno-location-search-fields #location {
    width: 97%;
  }
}
@media (max-width: 480px) {
  .banno-location-search-fields #location {
    width: 96%;
  }
}
@media (max-width: 380px) {
  .banno-location-search-fields #location {
    width: 95%;
  }
}
/*!
 * Bootstrap Responsive v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.hidden-content {
  display: none;
}
.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: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .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: 31px;
    -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: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
  .slick-slider .slick-slide img {
    width: 100%;
  }
  .blurb {
    top: 50px;
  }
  .blurb p {
    width: auto;
  }
  .blurb h1 {
    font-size: 3.75rem;
    line-height: 68px;
  }
  .blurb h2 {
    font-size: 3.125rem;
    line-height: 57px;
  }
  .blurb h3 {
    font-size: 2.5rem;
    line-height: 47px;
  }
  .blurb h4 {
    font-size: 1.563rem;
    line-height: 30px;
    font-weight: normal;
  }
  .blurb h5 {
    font-size: 1.25rem;
    line-height: 25px;
  }
  .blurb h6 {
    font-size: 1rem;
    line-height: 20px;
  }
  .blurb .blurb-width {
    width: 55%;
  }
  .footer .list-inline li:last-child {
    margin-left: 8px;
  }
  .newsletter .form-inline input {
    width: 308px;
  }
  .sub {
    min-height: 290px;
  }
}
@media (max-width: 1090px) {
  .input-large {
    width: 178px;
  }
}
@media (min-width: 1250px) {
  .slick-slider .slick-slide img {
    position: static;
    width: 100%;
    z-index: -1;
    left: 0;
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 979px) {
  h1 {
    font-size: 1.375rem;
    line-height: 26px;
  }
  h2 {
    font-size: 1.25rem;
    line-height: 24px;
  }
  h3 {
    font-size: 1.188rem;
    line-height: 23px;
  }
  h4 {
    font-size: 1.063rem;
    line-height: 21px;
  }
  h5 {
    font-size: 1.063rem;
    line-height: 21px;
  }
  h6 {
    font-size: 0.938rem;
    line-height: 19px;
  }
  .biggest {
    font-size: 1.25rem;
    line-height: 24px;
  }
  .big {
    font-size: 1.125rem;
    line-height: 22px;
  }
  .small {
    font-size: 0.875rem;
    line-height: 18px;
  }
  .smallest {
    font-size: 0.75rem;
    line-height: 16px;
  }
  .header-right {
    text-align: left;
  }
  .header-nav {
    display: none;
  }
  .hero {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
  }
  .blurb .blurb-width {
    width: 80%;
    margin: 0 auto;
  }
  .blurb h1 {
    font-size: 2.5rem;
    line-height: 47px;
  }
  .blurb h2 {
    font-size: 2rem;
    line-height: 39px;
  }
  .blurb h3 {
    font-size: 1.625rem;
    line-height: 35px;
  }
  .blurb h4 {
    font-size: 1.375rem;
    line-height: 30px;
  }
  .blurb h5 {
    font-size: 1.25rem;
    line-height: 25px;
  }
  .blurb h6 {
    font-size: 1rem;
    line-height: 20px;
  }
  .newsletter .form-inline h2 {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .newsletter .form-inline input {
    width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .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: 31px;
    -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: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
  .sub-row {
    width: 100%;
    margin: 30px 20px !important;
  }
  .sub {
    margin-bottom: 20px;
  }
  .span6-tablet {
    width: 45% !important;
    float: left !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
  .alert {
    padding-left: 15px;
    padding-right: 15px;
  }
  .alert .close {
    padding-left: 15px;
  }
  .header {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header > .container {
    text-align: center;
  }
  .header,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-right {
    width: 190px;
    margin-top: 0;
  }
  .header-right ul.list-inline {
    margin: 15px 0 0 0 !important;
  }
  .header-right ul.list-inline > li {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    float: none;
  }
  .olb-login {
    width: auto;
  }
  .olb-text {
    padding-left: 0;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .olb-links {
    width: auto;
  }
  .navbar-search {
    margin-right: 15px;
  }
  .slick-slider {
    width: 100%;
  }
  .slick-slider .blurb-width {
    margin-top: 20px;
  }
  .slick-slider .hero--gradient {
    display: none;
  }
  .slick-dots {
    margin: 25px auto;
    text-align: center;
    padding: 0;
  }
  .hero--gradient {
    display: none;
  }
  .blurb {
    position: static;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .blurb .container {
    width: 100%;
  }
  .blurb h1 {
    font-size: 1.875rem;
    line-height: 35px;
  }
  .blurb h2 {
    font-size: 1.688rem;
    line-height: 32px;
  }
  .blurb h3 {
    font-size: 1.5rem;
    line-height: 29px;
  }
  .blurb h4 {
    font-size: 1.125rem;
    line-height: 22px;
  }
  .blurb h5 {
    font-size: 1.125rem;
    line-height: 22px;
  }
  .blurb h6 {
    font-size: 1rem;
    line-height: 20px;
  }
  .footer {
    height: auto;
  }
  .footer-container {
    width: auto;
  }
  .footer ul.banno-menu {
    margin-bottom: 20px;
  }
  .footer ul.banno-menu li {
    float: none;
    text-align: center;
    margin-left: 0;
  }
  .footer ul.banno-menu li a {
    display: block;
    padding: 5px 0;
  }
  .footer ul.banno-menu li:before {
    display: none;
  }
  .footer .list-inline li {
    float: none;
    margin-left: 0;
  }
  .footer .list-inline li:first-child {
    margin-left: 0;
  }
  .copyright {
    float: none !important;
    text-align: center;
    width: 225px;
    margin: 0 auto;
  }
  .copyright ul.list-inline {
    margin: 0 !important;
  }
  .copyright ul.list-inline > li:last-child {
    margin: 0 !important;
  }
  .banno-monitoring {
    text-align: center;
  }
  .newsletter {
    padding: 20px 35px;
  }
  .newsletter .form-inline h2 {
    font-size: 18px;
    line-height: inherit;
    margin: 0 0 8px 0;
  }
  .newsletter .form-inline .control-group {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter .form-inline input {
    width: 100%;
    height: 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .subpage .body .content {
    min-height: 0;
  }
  .sub-body-container {
    padding: 20px;
  }
  .sub {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 20px;
    min-height: 0;
  }
  .sub-row {
    width: 100%;
    margin: 0 auto;
  }
  .sidebar {
    margin-top: 30px;
  }
  .sidebar .sub {
    margin-bottom: 20px;
  }
  .contact-cell:after {
    display: none;
  }
}
@media (max-width: 559px) {
  .header svg {
    width: 100%;
  }
  .header svg .logo__bank {
    width: 100%;
    margin: 0 auto;
  }
  .header-right {
    margin: 20px auto 0 auto;
    float: none;
  }
}
@media (max-width: 480px) {
  .table-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 20px;
    overflow-x: scroll;
  }
  .table-disclaimer {
    display: block;
  }
  .search-form input {
    margin-bottom: 10px !important;
  }
  .navbar-search input {
    width: 178px;
  }
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 21px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  span.component-title-small {
    margin: 10px auto 0;
    width: 95%;
    display: block;
  }
  .component-title {
    height: 45px;
  }
  .slick-dots {
    top: 0;
    bottom: 0;
    margin: 0 0 20px 0;
    position: relative;
  }
}
@media (min-width: 768px) {
  .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 0px;
  }
}
@media (max-width: 979px) {
  .navbar .brand {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 0 0 -5px;
  }
  .nav-container {
    clear: both;
  }
  .nav-container .nav {
    float: none;
    margin: 0 0 10.5px;
  }
  .nav-container .nav > li {
    float: none;
  }
  .nav-container .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-container .nav > .divider-vertical {
    display: none;
  }
  .nav-container .nav .nav-header {
    color: #fff;
    text-shadow: none;
  }
  .nav-container .nav > li > a,
  .nav-container .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-container .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-container .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-container .nav > li > a:hover,
  .nav-container .dropdown-menu a:hover {
    background-color: #004d56;
  }
  .navbar-inverse .nav-container .nav > li > a,
  .navbar-inverse .nav-container .dropdown-menu a {
    color: #e6e6e6;
  }
  .navbar-inverse .nav-container .nav > li > a:hover,
  .navbar-inverse .nav-container .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-container.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-container .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0;
    padding: 0 30px;
    background-color: #004d56;
    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-container .open > .dropdown-menu {
    display: block;
  }
  .nav-container .dropdown-menu:before,
  .nav-container .dropdown-menu:after {
    display: none;
  }
  .nav-container .dropdown-menu .divider {
    display: none;
  }
  .nav-container .nav > li > .dropdown-menu:before,
  .nav-container .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-container .navbar-form,
  .nav-container .navbar-search {
    float: none;
    padding: 10.5px 15px;
    margin: 10.5px 0;
    border-top: 1px solid #004d56;
    border-bottom: 1px solid #004d56;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar .nav-container .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-container {
    display: none;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar .banno-menu > li > ul > li a:hover,
  .navbar .banno-menu > li > ul > li span:hover {
    color: #fff;
    background-color: transparent;
  }
}
@media (min-width: 980px) {
  .nav-container {
    display: block !important;
  }
}
body.calculator input,
body.calculator button {
  outline: initial !important;
}
.KJEWait {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 0;
}
#KJESplash {
  display: none;
}
#KJEAllContent {
  font: normal 1.3rem "Open Sans", sans-serif !important;
  background: #ffffff;
  color: #000000;
}
#KJEMain {
  padding-top: 40px;
}
.KJEFontHeading {
  color: #000000;
}
.KJEError {
  color: #FF0000;
}
.KJETitle {
  font-size: 1.3rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: -8px -8px;
  background-size: 85px 85px;
}
.KJECalculatorTable {
  background: none;
  border: none;
  box-shadow: none;
}
.KJEInputContainer:hover {
  background-color: #ffffff;
}
.KJEDrop,
.KJEDroppee {
  background: none !important;
}
.KJEDropper:hover {
  background-color: #ffffff;
}
.KJEGraphDropper:hover {
  background-color: #eeeeff;
}
.KJEInputContainer .help:hover {
  color: #333333;
}
.KJEReportTitle {
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}
.KJEReportTitleBlock {
  text-align: center;
  padding: 10px;
  margin-top: 5px;
  margin: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}
.KJEWidthConstraint {
  max-width: 900px;
  text-align: left;
  margin: auto;
  padding: 15px;
}
.KJEWrapper,
.KJEWidthConstraint,
#KJEAllContent {
  background: none;
}
.KJEWrapper {
  padding: 0;
  margin: 0;
}
body.calculator {
  margin: 0;
}
#KJEAllContent {
  font: normal 1.3rem "Open Sans", sans-serif !important;
  color: #414042;
}
/*Buttons*/
#KJEViewReport {
  display: inline-block;
  padding: 15px 30px 0 30px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  box-shadow: none;
  color: #333 !important;
  *background-color: #d3af7e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  background-color: #d3af7e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0;
  height: 40px;
}
#KJEViewReport:hover,
#KJEViewReport:active,
#KJEViewReport.active,
#KJEViewReport.disabled,
#KJEViewReport[disabled] {
  color: #fff;
  background-color: #c69758;
  *background-color: #cda36b;
}
#KJEViewReport:active,
#KJEViewReport.active {
  background-color: #c69758 \9;
}
#KJEViewReport:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #EACEAC;
}
#KJECalculate {
  display: inline-block;
  padding: 15px 30px 0 30px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  box-shadow: none;
  *background-color: #004d56;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  background-color: #004d56;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0;
  height: 40px;
}
#KJECalculate:hover,
#KJECalculate:active,
#KJECalculate.active,
#KJECalculate.disabled,
#KJECalculate[disabled] {
  color: #fff;
  background-color: #001f23;
  *background-color: #00363d;
}
#KJECalculate:active,
#KJECalculate.active {
  background-color: #001f23 \9;
}
#KJECalculate:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #00090a;
}
#KJECalcForm {
  margin-top: 40px;
}
/*Override javascript*/
#KJE-D-INPUTS,
#KJE-E-INPUTS {
  background: none !important;
}
.KJEFontHeading {
  color: #414042;
}
.KJEError {
  color: #FF0000;
}
.KJETitle {
  font-size: 1.6rem;
  text-align: center;
}
.KJESubTitle {
  font-size: 1.125rem;
  line-height: normal;
}
.KJEToggleTitle {
  font-size: 1.125rem;
}
.KJETitle .KJEFooter {
  display: none;
}
.KJEGraphIcon {
  background-repeat: no-repeat;
  background-position: top left;
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASNJREFUeNqUU7ENwkAMTCIauowATMAGwASICUJqCsgEjIBSUAMTBCYIbBAWgGxAOlrO0b1kmSQIS37/v+2z3/b7Xge996MdxBic8ErORX/1SNp8gg6wAUTIY0QWCqlrJL8BaAkxV2AleMr9FezAKvAF2R5bAQF2gFh6/9ERoPEX4A8wXcNOUB9A8rScxS/4lLF6cu1AqQNWtA+V76yHZcuL2NXDBPEaMq+dYV+pussLt5LhS4oN5aKhy08eZ5Q55RD2pbHPpHkBU77boiiHM/YSUDp8NjpNghEGrMWkZQ6Fbur6ZnSaBKMSwFRShdFGgUnWmctQObl9Rhtnv+GsprbLpRnk2A6uaoAe9IFrlG8MI/U7UoAVLd9Sgq/Vrzm5wB8BBgBGcHZ0qxMuUQAAAABJRU5ErkJggg==);*/
}
.KJEInputIcon {
  background-repeat: no-repeat;
  background-position: top left;
  background-image: none;
  /* Sets an image next to the [+] or [-]
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHdJREFUeNpiYCACfJ+qVADEATA+IxEa5gOpBCg3kTP73gJGEjTAQCATiRpAQIGRRA0LgM5LZCRVA0ZAEKMBRROxGkAAOSAciNGArikQiA8Q0gBzlgAQr4eyHYD4PtSpeCMwAYj/wzQSA1hAkQVKHkC8gVhNAAEGAMMTPBsVMAuAAAAAAElFTkSuQmCC);*/
}
#KJE-E-INPUTS input {
  border: 1px solid #686B6E;
  border-radius: 4px;
  color: #414042;
}
.KJEInputContainer .KJEArrow {
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background: #004b84;
  /*Change color of the slider dot*/
  border-radius: 4px;
  top: 13px !important;
  border: none;
  box-shadow: none;
}
.KJEInputContainer .KJEArrow.active {
  /*background: #f7941e; Change color of the slider dot when active*/
  cursor: pointer;
  border: none;
}
.KJEInputContainer:hover {
  background-color: #ffffff;
}
.KJEDropper:hover {
  background-color: #ffffff;
}
.KJEGraphDropper:hover {
  background-color: #f2f2f2;
}
caption.KJEHeaderRow,
caption.KJEHeaderRow {
  color: #373737 !important;
  /* if bg color is #CCC */
}
.KJEInputContainer .help:hover {
  color: #414042;
}
/*Report tables*/
.KJEDefinitions .KJEReportTableDiv,
.KJEReportTableDiv,
.KJEScheduleDiv {
  border: none;
  box-shadow: none;
}
table.KJEReportTable,
table.KJEScheduleTable {
  background: none;
}
table.KJEReportTable tr.KJEHeaderRow {
  /*background-color: #fbb040; Change table header background color*/
  background: none;
  text-align: center;
  border: none;
}
table.KJEReportTable tr.KJEFooterRow {
  background-color: #cccccc;
  text-align: right;
  border: none;
}
table.KJEReportTable tr.KJEFooterRow:hover {
  background-color: #cccccc;
  /*Row color hover*/
  background: none;
}
table.KJEReportTable tr.KJEEvenRow {
  background-color: #eeeeee;
  text-align: right;
}
table.KJEReportTable tr.KJEEvenRow:hover {
  background-color: #eeeeee;
  /*Row color hover*/
}
table.KJEReportTable tr.KJEOddRow {
  background-color: #ffffff;
  text-align: right;
}
table.KJEReportTable tr.KJEOddRow:hover {
  /*background-color: #f9bd6e; Row color hover*/
  background: none;
}
table.KJEReportTable td.KJECell:hover {
  color: #414042;
  /*background-color: #f7941e;  Change cell hover color */
  background: none;
}
table.KJEReportTable .KJELabel:hover {
  color: #414042;
  /*background-color: #f7941e;  Change cell hover color */
  background: none;
}
table.KJEReportTable td.KJECellStrong:hover {
  color: #414042;
  /*background-color: #f7941e;  Change cell hover color */
  background: none;
}
table.KJEReportTable td.KJECellSpecial:hover {
  color: #414042;
  /* background-color: #f7941e; Change cell hover color */
  background: none;
}
/*
Rows and Cells used in the schedule table
*/
table.KJEScheduleTable tr.KJEScheduleHeaderRow {
  /*background-color: #fbb040; Header background color*/
  background: none;
  border-color: #cccccc;
  text-align: right;
  border: none;
}
.KJEScehduleTable th {
  background-color: #cccccc;
  border: none;
}
table.KJEScheduleTable tr.KJEScheduleEvenRow {
  background-color: #eeeeee;
  text-align: right;
  border: none;
}
table.KJEScheduleTable tr.KJEScheduleEvenRow:hover {
  /*background-color: #f9bd6e; Change row hover color*/
  background-color: #eeeeee;
}
table.KJEScheduleTable tr.KJEScheduleOddRow {
  background-color: #ffffff;
  text-align: right;
}
table.KJEScheduleTable tr.KJEScheduleOddRow:hover {
  /*background-color: #f9bd6e;  Change row hover color*/
  background: none;
}
table.KJEScheduleTable td.KJEScheduleCell:hover {
  color: #414042;
  background-color: transparent;
}
body.calculator {
  margin: 0;
}
/* Graph */
#KJE-C-GRAPH1,
.KJEGraphDropper:hover {
  background: #004d56;
  /* This should match the 2nd color in the color list of the KJESiteSpecific.js*/
}
.KJEToggleIcon {
  background: none;
  /* Graph Icon */
}
#KJECommandButtons {
  z-index: 0 !important;
}
.KJECommandButton {
  padding-top: 0 !important;
}
.calculator {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
.calculator table,
.calculator td,
.calculator th,
.calculator ul,
.calculator ol,
.calculator dd,
.calculator dl,
.calculator p,
.calculator br,
.calculator h1,
.calculator dt,
.calculator input {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
.modal-open #KJEFixed {
  display: none;
}
caption.KJEHeaderRow,
caption.KJEHeaderRow {
  background: #EEE !important;
}
table.KJEReportTable tr.KJEHeaderRow:hover,
table.KJECalcTable tr.KJEHeaderRow:hover,
table.KJEReportTable th.KJEHeading:hover,
table.KJECalcTable th.KJEHeading:hover,
table.KJEReportTable,
td.KJECell:hover,
table.KJECalcTable td.KJECell:hover {
  background: none !important;
  color: #000 !important;
}
table.KJEScheduleTable td.KJEScheduleCell:hover {
  background: none !important;
  color: #000 !important;
}
table.KJEReportTable tr.KJEFooterRow:hover,
table.KJECalcTable tr.KJEFooterRow:hover {
  background: #EEE !important;
  color: #000 !important;
}
table.KJEScheduleTable tr.KJEScheduleOddRow:hover,
table.KJEScheduleTable tr.KJEScheduleEvenRow:hover,
table.KJEScheduleTable tr.KJEScheduleHeaderRow:hover,
table.KJEScheduleTable tr.KJEScheduleFooterRow:hover {
  color: #000 !important;
  background: #FFF !important;
}
table.KJEScheduleTable td.KJEScheduleCell:hover,
table.KJEScheduleTable thead.KJEScheduleTHeader th.KJEScheduleHeading:hover,
table.KJEScheduleTable td.KJEScheduleCellSpecial:hover,
table.KJEScheduleTable td.KJEScheduleCellStrong:hover {
  color: #000 !important;
  background: #FFF !important;
}
.calculator caption {
  color: #000 !important;
}
.KJEWidthConstraint,
.KJEFooter,
.KJEWrapper {
  color: #000 !important;
}
.calculator .KJEWrapper TABLE,
.calculator .KJEWrapper TD,
.calculator .KJEWrapper TH,
.calculator .KJEWrapper UL,
.calculator .KJEWrapper OL,
.calculator .KJEWrapper DD,
.calculator .KJEWrapper DL,
.calculator .KJEWrapper P,
.calculator .KJEWrapper BR,
.calculator .KJEWrapper DT,
.calculator .KJEWrapper p.footer,
.calculator .KJEWrapper div.large {
  font-size: 0.8125rem;
}
table.KJEReportTable tr.KJEEvenRow:hover,
table.KJECalcTable tr.KJEEvenRow:hover {
  color: #000 !important;
}
table.KJEReportTable tr.KJEOddRow:hover,
table.KJECalcTable tr.KJEOddRow:hover {
  color: #000 !important;
}
caption.KJEHeaderRow,
caption.KJEHeaderRow {
  color: #000 !important;
}
#KJEAllContent caption {
  color: #000 !important;
}
#KJEFixed {
  position: absolute !important;
  left: 0 !important;
  margin: 0 auto !important;
  top: -13px !important;
}
.KJEButtonIsFixed {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  #KJECommandButtons {
    top: 0 !important;
  }
  .KJECommandButton {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
  #KJECalculatorScreenSize {
    padding-top: 70px !important;
  }
}
@media (min-width: 576px) {
  /*Buttons*/
  #KJECommandButtons {
    width: 400px !important;
  }
  .KJECommandButton {
    width: 190px !important;
  }
}
