@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,700italic);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
@import url(../_Libs/typeaheadjs.css);*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #000; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #848484; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 2.66667em; }

h2, .h2 {
  font-size: 2em; }

h3, .h3 {
  font-size: 1.66667em; }

h4, .h4 {
  font-size: 1.33333em; }

h5, .h5 {
  font-size: 1em; }

h6, .h6 {
  font-size: 1em; }

p {
  margin: 0 0 10.5px; }

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 22.5px; } }

small,
.small {
  font-size: 86%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #848484; }

.text-primary {
  color: #557521; }

a.text-primary:hover,
a.text-primary:focus {
  color: #384d16; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

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

.text-warning {
  color: #8a6d3b; }

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

.text-danger {
  color: #d8321a; }

a.text-danger:hover,
a.text-danger:focus {
  color: #aa2715; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #557521; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #384d16; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

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

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

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

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

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

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

dl {
  margin-top: 0;
  margin-bottom: 21px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 992px) {
  .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; } }

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #fbfbfb; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #848484; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #fbfbfb;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #5c5c5c;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #407108;
  text-decoration: none; }
  a:hover,
  a:focus {
    color: #427508;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #474747;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus,
  .btn.focus,
  .btn:active:focus,
  .btn:active.focus,
  .btn.active:focus,
  .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #474747;
    text-decoration: none; }
  .btn:active,
  .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #474747;
  background-color: #cacbcc;
  border-color: #cacbcc; }
  .btn-default:focus,
  .btn-default.focus {
    color: #474747;
    background-color: #b0b1b3;
    border-color: #898b8d; }
  .btn-default:hover {
    color: #474747;
    background-color: #b0b1b3;
    border-color: #abacae; }
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #474747;
    background-color: #b0b1b3;
    border-color: #abacae; }
    .btn-default:active:hover,
    .btn-default:active:focus,
    .btn-default:active.focus,
    .btn-default.active:hover,
    .btn-default.active:focus,
    .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #474747;
      background-color: #9ea0a1;
      border-color: #898b8d; }
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled,
  .btn-default.disabled:hover,
  .btn-default.disabled:focus,
  .btn-default.disabled.focus,
  .btn-default.disabled:active,
  .btn-default.disabled.active,
  .btn-default[disabled],
  .btn-default[disabled]:hover,
  .btn-default[disabled]:focus,
  .btn-default[disabled].focus,
  .btn-default[disabled]:active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #cacbcc;
    border-color: #cacbcc; }
  .btn-default .badge {
    color: #cacbcc;
    background-color: #474747; }

.btn-primary {
  color: #474747;
  background-color: #cacbcc;
  border-color: #cacbcc; }
  .btn-primary:focus,
  .btn-primary.focus {
    color: #474747;
    background-color: #b0b1b3;
    border-color: #898b8d; }
  .btn-primary:hover {
    color: #474747;
    background-color: #b0b1b3;
    border-color: #abacae; }
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #474747;
    background-color: #b0b1b3;
    border-color: #abacae; }
    .btn-primary:active:hover,
    .btn-primary:active:focus,
    .btn-primary:active.focus,
    .btn-primary.active:hover,
    .btn-primary.active:focus,
    .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #474747;
      background-color: #9ea0a1;
      border-color: #898b8d; }
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled,
  .btn-primary.disabled:hover,
  .btn-primary.disabled:focus,
  .btn-primary.disabled.focus,
  .btn-primary.disabled:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled],
  .btn-primary[disabled]:hover,
  .btn-primary[disabled]:focus,
  .btn-primary[disabled].focus,
  .btn-primary[disabled]:active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #cacbcc;
    border-color: #cacbcc; }
  .btn-primary .badge {
    color: #cacbcc;
    background-color: #474747; }

.btn-success {
  color: #fff;
  background-color: #567621;
  border-color: #47621b; }
  .btn-success:focus,
  .btn-success.focus {
    color: #fff;
    background-color: #394e16;
    border-color: black; }
  .btn-success:hover {
    color: #fff;
    background-color: #394e16;
    border-color: #25320e; }
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #394e16;
    border-color: #25320e; }
    .btn-success:active:hover,
    .btn-success:active:focus,
    .btn-success:active.focus,
    .btn-success.active:hover,
    .btn-success.active:focus,
    .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #25320e;
      border-color: black; }
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled,
  .btn-success.disabled:hover,
  .btn-success.disabled:focus,
  .btn-success.disabled.focus,
  .btn-success.disabled:active,
  .btn-success.disabled.active,
  .btn-success[disabled],
  .btn-success[disabled]:hover,
  .btn-success[disabled]:focus,
  .btn-success[disabled].focus,
  .btn-success[disabled]:active,
  .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #567621;
    border-color: #47621b; }
  .btn-success .badge {
    color: #567621;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus,
  .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active,
  .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover,
    .btn-info:active:focus,
    .btn-info:active.focus,
    .btn-info.active:hover,
    .btn-info.active:focus,
    .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active,
  .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled,
  .btn-info.disabled:hover,
  .btn-info.disabled:focus,
  .btn-info.disabled.focus,
  .btn-info.disabled:active,
  .btn-info.disabled.active,
  .btn-info[disabled],
  .btn-info[disabled]:hover,
  .btn-info[disabled]:focus,
  .btn-info[disabled].focus,
  .btn-info[disabled]:active,
  .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus,
  .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover,
    .btn-warning:active:focus,
    .btn-warning:active.focus,
    .btn-warning.active:hover,
    .btn-warning.active:focus,
    .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled,
  .btn-warning.disabled:hover,
  .btn-warning.disabled:focus,
  .btn-warning.disabled.focus,
  .btn-warning.disabled:active,
  .btn-warning.disabled.active,
  .btn-warning[disabled],
  .btn-warning[disabled]:hover,
  .btn-warning[disabled]:focus,
  .btn-warning[disabled].focus,
  .btn-warning[disabled]:active,
  .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus,
  .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover,
    .btn-danger:active:focus,
    .btn-danger:active.focus,
    .btn-danger.active:hover,
    .btn-danger.active:focus,
    .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled,
  .btn-danger.disabled:hover,
  .btn-danger.disabled:focus,
  .btn-danger.disabled.focus,
  .btn-danger.disabled:active,
  .btn-danger.disabled.active,
  .btn-danger[disabled],
  .btn-danger[disabled]:hover,
  .btn-danger[disabled]:focus,
  .btn-danger[disabled].focus,
  .btn-danger[disabled]:active,
  .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #407108;
  font-weight: normal;
  border-radius: 0; }
  .btn-link,
  .btn-link:active,
  .btn-link.active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent; }
  .btn-link:hover,
  .btn-link:focus {
    color: #427508;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover,
  .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #848484;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 0; }

.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }

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

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

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

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before,
  .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover,
      .nav > li > a:focus {
        text-decoration: none;
        background-color: #fbfbfb; }
    .nav > li.disabled > a {
      color: #848484; }
      .nav > li.disabled > a:hover,
      .nav > li.disabled > a:focus {
        color: #848484;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #fbfbfb;
    border-color: #407108; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #fbfbfb #fbfbfb #ddd; }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
      color: #5c5c5c;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #557521; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.breadcrumb, #breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li, #breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before, #breadcrumb > li + li:before {
      /*$nbsp: "\00a0";
      content: "\f105"; // Unicode space added since inline-block means non-collapsing white-space
      padding: 0 5px;
      color: $breadcrumb-color;*/ }
  .breadcrumb > .active, #breadcrumb > .active {
    color: #848484; }

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #fafffa;
  border-color: #70992b;
  color: #567621; }
  .alert-success hr {
    border-top-color: #618525; }
  .alert-success .alert-link {
    color: #394e16; }

.alert-info {
  background-color: #eef7ff;
  border-color: #005993;
  color: #005993; }
  .alert-info hr {
    border-top-color: #004a79; }
  .alert-info .alert-link {
    color: #003a60; }

.alert-warning {
  background-color: #fffdf4;
  border-color: #976d1a;
  color: #976d1a; }
  .alert-warning hr {
    border-top-color: #815d16; }
  .alert-warning .alert-link {
    color: #6b4e13; }

.alert-danger {
  background-color: #fff1f0;
  border-color: #cc0000;
  color: #cc0000; }
  .alert-danger hr {
    border-top-color: #b30000; }
  .alert-danger .alert-link {
    color: #990000; }

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before,
  .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #7f7f7f; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group, .accordion {
  margin-bottom: 21px; }
  .panel-group .panel, .accordion .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel, .accordion .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading, .accordion .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .accordion .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group, .accordion .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer, .accordion .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body, .accordion .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #474747;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #474747; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #557521; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #557521;
    border-color: #557521; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #557521; }
    .panel-primary > .panel-heading .badge {
      color: #557521;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #557521; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #d8321a;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #d8321a; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.bg-darker-green {
  background-color: #415919 !important; }

.bg-dark-green {
  background-color: #557521 !important; }

.bg-orange {
  background-color: #f0ad4e !important; }

.bg-light-gray {
  background-color: #848484 !important; }

.bg-dark-gray {
  background-color: #474747 !important; }

.bg-darker-gray {
  background-color: #4a4a4a !important; }

a {
  color: #407108; }
  a:link {
    color: #407108; }
  a:visited {
    color: #000; }
  a:hover,
  a:focus {
    text-decoration: underline; }
  a:active {
    color: #369;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

ul.tick li:before,
ul.cross li:before,
ul.dash li:before {
  margin-left: -18px; }

.checklist li {
  padding: 2px 0 5px 1.2em;
  position: relative; }
  .checklist li:before {
    background: #557521;
    content: ' ';
    display: inline-block;
    height: 0.5em;
    left: 0;
    position: absolute;
    top: 0.5em;
    vertical-align: middle;
    width: 0.5em; }
  .checklist li:before {
    background: #fff !important;
    border: 2px solid #989898;
    height: 0.8em;
    top: 0.4em;
    width: 0.8em; }

.cross li:before,
.tick li:before {
  background: transparent !important;
  display: inline-block !important;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  margin-top: 1px !important;
  vertical-align: top !important;
  margin-right: 5px !important; }

.tick li:before {
  color: #557521 !important;
  content: "" !important; }

.cross li:before {
  color: #d8321a !important;
  content: "" !important; }

.dash li:before {
  background: transparent !important;
  color: #557521 !important;
  content: "—" !important;
  font-weight: bold !important;
  font-size: 0.93333em !important;
  margin-right: 7px !important;
  margin-top: 0px !important; }

ol.default {
  counter-reset: list-counter;
  list-style: none;
  margin: 1.3333333333em 0;
  padding: 0;
  position: relative; }
  ol.default li {
    background: none;
    margin: 0.5em 0;
    padding: 0 0 0 2em;
    position: relative; }
    ol.default li:before {
      content: counter(list-counter);
      counter-increment: list-counter;
      border-radius: 50%;
      display: inline-block;
      height: 1.6666666667em;
      left: 0;
      line-height: 1.6;
      position: absolute;
      text-align: center;
      top: 0;
      vertical-align: middle;
      width: 1.6666666667em; }
  ol.default li:before {
    background: #fff;
    border: 1px solid #557521;
    color: #557521; }

.article a {
  font-weight: 700; }

.article ul {
  list-style: none;
  margin: 10px 0;
  padding: 0; }
  .article ul li {
    margin: 0;
    padding: 2px 0 5px 18px; }
  .article ul:not(.list-unstyled):not(.tick):not(.cross):not(.dash):not(.checklist):not(.ui-tabs-nav) li {
    padding: 2px 0 5px 1.2em;
    position: relative; }
    .article ul:not(.list-unstyled):not(.tick):not(.cross):not(.dash):not(.checklist):not(.ui-tabs-nav) li:before {
      background: #557521;
      content: ' ';
      display: inline-block;
      height: 0.5em;
      left: 0;
      position: absolute;
      top: 0.5em;
      vertical-align: middle;
      width: 0.5em; }
  .article ul.list-unstyled li {
    padding-left: 0; }
    .article ul.list-unstyled li:before {
      display: none; }

.article ol {
  counter-reset: list-counter;
  list-style: none;
  margin: 1.3333333333em 0;
  padding: 0;
  position: relative; }
  .article ol li {
    background: none;
    margin: 0.5em 0;
    padding: 0 0 0 2em;
    position: relative; }
    .article ol li:before {
      content: counter(list-counter);
      counter-increment: list-counter;
      border-radius: 50%;
      display: inline-block;
      height: 1.6666666667em;
      left: 0;
      line-height: 1.6;
      position: absolute;
      text-align: center;
      top: 0;
      vertical-align: middle;
      width: 1.6666666667em; }
  .article ol li:before {
    background: #fff;
    border: 1px solid #557521;
    color: #557521; }
  .article ol.list-unstyled li {
    padding-left: 0; }
    .article ol.list-unstyled li:before {
      display: none; }

.bg-one,
.bg-two,
.bg-three,
.bg-four,
.bg-five {
  background-color: #f7f7f7; }

#contentArea a {
  font-weight: 700; }

#contentArea ul li {
  background: transparent url(/images/decc/new-bullet.png) 3px 9px no-repeat; }

#contentArea ul.default li,
#contentArea ul.checklist li {
  padding-left: 1.2em; }

#contentArea ul.tick li,
#contentArea ul.cross li,
#contentArea ul.dash li {
  background: none; }

#contentArea ul:not(.list-unstyled):not(.ui-tabs-nav):not(.tick):not(.cross):not(.dash):not(.checklist) li:before {
  display: none; }

#contentArea ul.list-unstyled li {
  background: transparent;
  padding-left: 0; }
  #contentArea ul.list-unstyled li:before {
    display: none; }

#contentArea ol .default, #contentArea ol {
  counter-reset: list-counter;
  list-style: none;
  margin: 1.3333333333em 0;
  padding: 0;
  position: relative; }
  #contentArea ol .default li, #contentArea ol li {
    background: none;
    margin: 0.5em 0;
    padding: 0 0 0 2em;
    position: relative; }
    #contentArea ol .default li:before, #contentArea ol li:before {
      content: counter(list-counter);
      counter-increment: list-counter;
      border-radius: 50%;
      display: inline-block;
      height: 1.6666666667em;
      left: 0;
      line-height: 1.6;
      position: absolute;
      text-align: center;
      top: 0;
      vertical-align: middle;
      width: 1.6666666667em; }
  #contentArea ol .default li:before, #contentArea ol li:before {
    background: #fff;
    border: 1px solid #557521;
    color: #557521; }
  #contentArea ol .default.color-one li:before,
  #contentArea ol .default.color-green li:before, #contentArea ol.color-one li:before,
  #contentArea ol.color-green li:before {
    background: #557521;
    border: 1px solid #557521;
    color: #fff; }
  #contentArea ol .default.color-two li:before,
  #contentArea ol .default.color-orange li:before, #contentArea ol.color-two li:before,
  #contentArea ol.color-orange li:before {
    background: #547420;
    border: 1px solid #547420;
    color: #fff; }
  #contentArea ol .default.color-three li:before,
  #contentArea ol .default.color-dark-gray li:before, #contentArea ol.color-three li:before,
  #contentArea ol.color-dark-gray li:before {
    background: #fdb92c;
    border: 1px solid #fdb92c;
    color: #fff; }
  #contentArea ol .default.color-four li:before,
  #contentArea ol .default.color-darker-gray li:before, #contentArea ol.color-four li:before,
  #contentArea ol.color-darker-gray li:before {
    background: #156197;
    border: 1px solid #156197;
    color: #fff; }
  #contentArea ol .default.color-five li:before,
  #contentArea ol .default.color-darker-gray li:before, #contentArea ol.color-five li:before,
  #contentArea ol.color-darker-gray li:before {
    background: #EF7724;
    border: 1px solid #EF7724;
    color: #fff; }

#contentArea ol.list-unstyled {
  margin-left: 0;
  padding-left: 0; }
  #contentArea ol.list-unstyled li {
    padding-left: 0; }
    #contentArea ol.list-unstyled li:before {
      display: none; }

.alert:before, .alert:after {
  font-family: 'FontAwesome';
  position: relative;
  font-size: 1.4em; }

.alert:before {
  left: -5px;
  padding-right: 8px; }

.alert.alert-dismiss:after {
  float: right;
  content: "\f057";
  opacity: 0.6; }

.alert a {
  font-weight: bold;
  text-decoration: underline; }

.alert-success:before {
  content: "\f058"; }

.alert-success a {
  color: #567621; }

.alert-info:before {
  content: "\f05a"; }

.alert-info a {
  color: #005993; }

.alert-warning:before {
  content: "\f071"; }

.alert-warning a {
  color: #976d1a; }

.alert-danger:before {
  content: "\f057"; }

.alert-danger a {
  color: #cc0000; }

.btn {
  padding: 0.625em 1em;
  font-size: 1.13333em;
  line-height: 1.13333;
  border-radius: 0;
  background-image: none;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
  touch-action: manipulation;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300; }
  .btn,
  .btn:link,
  .btn:visited,
  .btn:active,
  .btn:focus,
  .btn:hover {
    color: #474747; }
  .btn:active {
    box-shadow: none; }
  .btn:focus {
    outline: none; }
  .btn:hover {
    background-color: #bdbebf;
    border-color: #bdbebf;
    font-style: italic;
    text-decoration: none; }
    .btn:hover:after, .btn:hover:before {
      font-style: normal; }
  .btn.active:focus,
  .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn,
  .btn:active,
  .btn:focus {
    color: #474747;
    background-color: #cacbcc;
    border-color: #cacbcc; }
  .btn:link,
  .btn:visited {
    color: #474747; }
  .btn:hover,
  .btn.active {
    color: #474747;
    background-color: #bdbebf;
    border-color: #bdbebf; }
  .btn.active {
    background-image: none; }
    .btn.active:hover,
    .btn.active:focus,
    .btn.active.focus {
      color: #474747;
      background-color: #bdbebf;
      border-color: #bdbebf; }

.btn-primary,
.btn-secondary,
.btn-cta {
  font-weight: 700;
  text-transform: uppercase; }

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: #557521;
  border-color: #557521; }

.btn-primary:link,
.btn-primary:visited {
  color: #fff; }

.btn-primary:hover,
.btn-primary.active {
  color: #fff;
  background-color: #394f16;
  border-color: #394f16; }

.btn-primary.active {
  background-image: none; }
  .btn-primary.active:hover,
  .btn-primary.active:focus,
  .btn-primary.active.focus {
    color: #fff;
    background-color: #394f16;
    border-color: #394f16; }

.btn-secondary {
  position: relative; }
  .btn-secondary,
  .btn-secondary:active,
  .btn-secondary:focus {
    color: #557521;
    background-color: #fff;
    border-color: #557521; }
  .btn-secondary:link,
  .btn-secondary:visited {
    color: #557521; }
  .btn-secondary:hover,
  .btn-secondary.active {
    color: #fff;
    background-color: #394f16;
    border-color: #394f16; }
  .btn-secondary.active {
    background-image: none; }
    .btn-secondary.active:hover,
    .btn-secondary.active:focus,
    .btn-secondary.active.focus {
      color: #fff;
      background-color: #394f16;
      border-color: #394f16; }
  .btn-secondary:hover:before {
    content: "";
    bottom: 0;
    border: 3px solid #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.btn-ghost {
  position: relative;
  border-width: 1px;
  padding-top: 8px;
  padding-left: 30px;
  padding-bottom: 8px; }
  .btn-ghost,
  .btn-ghost:active,
  .btn-ghost:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .btn-ghost:link,
  .btn-ghost:visited {
    color: #fff; }
  .btn-ghost:hover,
  .btn-ghost.active {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
  .btn-ghost.active {
    background-image: none; }
    .btn-ghost.active:hover,
    .btn-ghost.active:focus,
    .btn-ghost.active.focus {
      color: #000;
      background-color: #fff;
      border-color: #fff; }
  .btn-ghost:hover,
  .btn-ghost.active {
    font-style: normal; }
  .btn-ghost span {
    font-weight: 100;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -8px; }

.btn-cta,
.btn-cta:active,
.btn-cta:focus {
  color: #474747;
  background-color: #fdb92c;
  border-color: #fdb92c; }

.btn-cta:link,
.btn-cta:visited {
  color: #474747; }

.btn-cta:hover,
.btn-cta.active {
  color: #474747;
  background-color: #f4a502;
  border-color: #f4a502; }

.btn-cta.active {
  background-image: none; }
  .btn-cta.active:hover,
  .btn-cta.active:focus,
  .btn-cta.active.focus {
    color: #474747;
    background-color: #f4a502;
    border-color: #f4a502; }

.action-button,
.application-button {
  display: inline-block;
  margin-bottom: 10px; }
  .action-button > a,
  .application-button > a {
    padding: 0.625em 1em;
    font-size: 1.13333em;
    line-height: 1.13333;
    border-radius: 0;
    background-image: none;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    text-align: center;
    text-shadow: none;
    touch-action: manipulation;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    text-transform: uppercase; }
    .action-button > a,
    .action-button > a:link,
    .action-button > a:visited,
    .action-button > a:active,
    .action-button > a:focus,
    .action-button > a:hover,
    .application-button > a,
    .application-button > a:link,
    .application-button > a:visited,
    .application-button > a:active,
    .application-button > a:focus,
    .application-button > a:hover {
      color: #474747; }
    .action-button > a:active,
    .application-button > a:active {
      box-shadow: none; }
    .action-button > a:focus,
    .application-button > a:focus {
      outline: none; }
    .action-button > a:hover,
    .application-button > a:hover {
      background-color: #bdbebf;
      border-color: #bdbebf;
      font-style: italic;
      text-decoration: none; }
      .action-button > a:hover:after,
      .action-button > a:hover:before,
      .application-button > a:hover:after, .application-button > a:hover:before {
        font-style: normal; }
    .action-button > a.active:focus,
    .action-button > a.active.focus,
    .application-button > a.active:focus,
    .application-button > a.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
  .action-button em,
  .application-button em {
    margin-left: 7px; }
  .action-button.icon a,
  .application-button.icon a {
    padding: 0.625em 1em;
    font-size: 1.13333em;
    line-height: 1.13333;
    border-radius: 0;
    background-image: none;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    text-align: center;
    text-shadow: none;
    touch-action: manipulation;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .action-button.icon a,
    .action-button.icon a:link,
    .action-button.icon a:visited,
    .action-button.icon a:active,
    .action-button.icon a:focus,
    .action-button.icon a:hover,
    .application-button.icon a,
    .application-button.icon a:link,
    .application-button.icon a:visited,
    .application-button.icon a:active,
    .application-button.icon a:focus,
    .application-button.icon a:hover {
      color: #474747; }
    .action-button.icon a:active,
    .application-button.icon a:active {
      box-shadow: none; }
    .action-button.icon a:focus,
    .application-button.icon a:focus {
      outline: none; }
    .action-button.icon a:hover,
    .application-button.icon a:hover {
      background-color: #bdbebf;
      border-color: #bdbebf;
      font-style: italic;
      text-decoration: none; }
      .action-button.icon a:hover:after,
      .action-button.icon a:hover:before,
      .application-button.icon a:hover:after, .application-button.icon a:hover:before {
        font-style: normal; }
    .action-button.icon a.active:focus,
    .action-button.icon a.active.focus,
    .application-button.icon a.active:focus,
    .application-button.icon a.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .action-button.icon a,
    .action-button.icon a:active,
    .action-button.icon a:focus,
    .application-button.icon a,
    .application-button.icon a:active,
    .application-button.icon a:focus {
      color: #557521;
      background-color: #fff;
      border-color: #fff; }
    .action-button.icon a:link,
    .action-button.icon a:visited,
    .application-button.icon a:link,
    .application-button.icon a:visited {
      color: #557521; }
    .action-button.icon a:hover,
    .action-button.icon a.active,
    .application-button.icon a:hover,
    .application-button.icon a.active {
      color: #557521;
      background-color: #fff;
      border-color: #fff; }
    .action-button.icon a.active,
    .application-button.icon a.active {
      background-image: none; }
      .action-button.icon a.active:hover,
      .action-button.icon a.active:focus,
      .action-button.icon a.active.focus,
      .application-button.icon a.active:hover,
      .application-button.icon a.active:focus,
      .application-button.icon a.active.focus {
        color: #557521;
        background-color: #fff;
        border-color: #fff; }
  .action-button.icon.color-one a,
  .action-button.icon.color-two a,
  .action-button.icon.color-three a,
  .action-button.icon.color-four a,
  .action-button.icon.color-five a,
  .action-button.icon.color-six a,
  .application-button.icon.color-one a,
  .application-button.icon.color-two a,
  .application-button.icon.color-three a,
  .application-button.icon.color-four a,
  .application-button.icon.color-five a,
  .application-button.icon.color-six a {
    background-color: #fff;
    border-color: #fff; }
    .action-button.icon.color-one a:hover,
    .action-button.icon.color-two a:hover,
    .action-button.icon.color-three a:hover,
    .action-button.icon.color-four a:hover,
    .action-button.icon.color-five a:hover,
    .action-button.icon.color-six a:hover,
    .application-button.icon.color-one a:hover,
    .application-button.icon.color-two a:hover,
    .application-button.icon.color-three a:hover,
    .application-button.icon.color-four a:hover,
    .application-button.icon.color-five a:hover,
    .application-button.icon.color-six a:hover {
      background-color: #fff;
      border-color: #fff; }
  .action-button.icon.color-two a,
  .action-button.icon.color-two a:link,
  .action-button.icon.color-two a:visited,
  .application-button.icon.color-two a,
  .application-button.icon.color-two a:link,
  .application-button.icon.color-two a:visited {
    color: #547420; }
  .action-button.icon.color-two a:hover,
  .application-button.icon.color-two a:hover {
    color: #547420; }
  .action-button.icon.color-three a,
  .action-button.icon.color-three a:link,
  .action-button.icon.color-three a:visited,
  .application-button.icon.color-three a,
  .application-button.icon.color-three a:link,
  .application-button.icon.color-three a:visited {
    color: #fdb92c; }
  .action-button.icon.color-three a:hover,
  .application-button.icon.color-three a:hover {
    color: #fdb92c; }
  .action-button.icon.color-four a,
  .action-button.icon.color-four a:link,
  .action-button.icon.color-four a:visited,
  .application-button.icon.color-four a,
  .application-button.icon.color-four a:link,
  .application-button.icon.color-four a:visited {
    color: #156197; }
  .action-button.icon.color-four a:hover,
  .application-button.icon.color-four a:hover {
    color: #156197; }
  .action-button.icon.color-five a,
  .action-button.icon.color-five a:link,
  .action-button.icon.color-five a:visited,
  .application-button.icon.color-five a,
  .application-button.icon.color-five a:link,
  .application-button.icon.color-five a:visited {
    color: #EF7724; }
  .action-button.icon.color-five a:hover,
  .application-button.icon.color-five a:hover {
    color: #EF7724; }
  .action-button.icon.color-six a,
  .action-button.icon.color-six a:link,
  .action-button.icon.color-six a:visited,
  .application-button.icon.color-six a,
  .application-button.icon.color-six a:link,
  .application-button.icon.color-six a:visited {
    color: #474747; }
  .action-button.icon.color-six a:hover,
  .application-button.icon.color-six a:hover {
    color: #474747; }
  .action-button.icon em,
  .application-button.icon em {
    margin-right: 7px; }
  .action-button.color-one a,
  .action-button.color-one a:active,
  .action-button.color-one a:focus,
  .application-button.color-one a,
  .application-button.color-one a:active,
  .application-button.color-one a:focus {
    color: #fff;
    background-color: #557521;
    border-color: #557521; }
  .action-button.color-one a:link,
  .action-button.color-one a:visited,
  .application-button.color-one a:link,
  .application-button.color-one a:visited {
    color: #fff; }
  .action-button.color-one a:hover,
  .action-button.color-one a.active,
  .application-button.color-one a:hover,
  .application-button.color-one a.active {
    color: #fff;
    background-color: #394f16;
    border-color: #394f16; }
  .action-button.color-one a.active,
  .application-button.color-one a.active {
    background-image: none; }
    .action-button.color-one a.active:hover,
    .action-button.color-one a.active:focus,
    .action-button.color-one a.active.focus,
    .application-button.color-one a.active:hover,
    .application-button.color-one a.active:focus,
    .application-button.color-one a.active.focus {
      color: #fff;
      background-color: #394f16;
      border-color: #394f16; }
  .action-button.color-two a,
  .action-button.color-two a:active,
  .action-button.color-two a:focus,
  .application-button.color-two a,
  .application-button.color-two a:active,
  .application-button.color-two a:focus {
    color: #547420;
    background-color: #fff;
    border-color: #547420; }
  .action-button.color-two a:link,
  .action-button.color-two a:visited,
  .application-button.color-two a:link,
  .application-button.color-two a:visited {
    color: #547420; }
  .action-button.color-two a:hover,
  .action-button.color-two a.active,
  .application-button.color-two a:hover,
  .application-button.color-two a.active {
    color: #394f16;
    background-color: #fff;
    border-color: #394f16; }
  .action-button.color-two a.active,
  .application-button.color-two a.active {
    background-image: none; }
    .action-button.color-two a.active:hover,
    .action-button.color-two a.active:focus,
    .action-button.color-two a.active.focus,
    .application-button.color-two a.active:hover,
    .application-button.color-two a.active:focus,
    .application-button.color-two a.active.focus {
      color: #394f16;
      background-color: #fff;
      border-color: #394f16; }
  .action-button.color-three a,
  .action-button.color-three a:active,
  .action-button.color-three a:focus,
  .application-button.color-three a,
  .application-button.color-three a:active,
  .application-button.color-three a:focus {
    color: #474747;
    background-color: #fdb92c;
    border-color: #fdb92c; }
  .action-button.color-three a:link,
  .action-button.color-three a:visited,
  .application-button.color-three a:link,
  .application-button.color-three a:visited {
    color: #474747; }
  .action-button.color-three a:hover,
  .action-button.color-three a.active,
  .application-button.color-three a:hover,
  .application-button.color-three a.active {
    color: #474747;
    background-color: #f4a502;
    border-color: #f4a502; }
  .action-button.color-three a.active,
  .application-button.color-three a.active {
    background-image: none; }
    .action-button.color-three a.active:hover,
    .action-button.color-three a.active:focus,
    .action-button.color-three a.active.focus,
    .application-button.color-three a.active:hover,
    .application-button.color-three a.active:focus,
    .application-button.color-three a.active.focus {
      color: #474747;
      background-color: #f4a502;
      border-color: #f4a502; }
  .action-button.color-four a,
  .action-button.color-four a:active,
  .action-button.color-four a:focus,
  .application-button.color-four a,
  .application-button.color-four a:active,
  .application-button.color-four a:focus {
    color: #fff;
    background-color: #156197;
    border-color: #156197; }
  .action-button.color-four a:link,
  .action-button.color-four a:visited,
  .application-button.color-four a:link,
  .application-button.color-four a:visited {
    color: #fff; }
  .action-button.color-four a:hover,
  .action-button.color-four a.active,
  .application-button.color-four a:hover,
  .application-button.color-four a.active {
    color: #fff;
    background-color: #114A71;
    border-color: #114A71; }
  .action-button.color-four a.active,
  .application-button.color-four a.active {
    background-image: none; }
    .action-button.color-four a.active:hover,
    .action-button.color-four a.active:focus,
    .action-button.color-four a.active.focus,
    .application-button.color-four a.active:hover,
    .application-button.color-four a.active:focus,
    .application-button.color-four a.active.focus {
      color: #fff;
      background-color: #114A71;
      border-color: #114A71; }
  .action-button.color-five a,
  .action-button.color-five a:active,
  .action-button.color-five a:focus,
  .application-button.color-five a,
  .application-button.color-five a:active,
  .application-button.color-five a:focus {
    color: #000;
    background-color: #EF7724;
    border-color: #EF7724; }
  .action-button.color-five a:link,
  .action-button.color-five a:visited,
  .application-button.color-five a:link,
  .application-button.color-five a:visited {
    color: #000; }
  .action-button.color-five a:hover,
  .action-button.color-five a.active,
  .application-button.color-five a:hover,
  .application-button.color-five a.active {
    color: #000;
    background-color: #D46821;
    border-color: #D46821; }
  .action-button.color-five a.active,
  .application-button.color-five a.active {
    background-image: none; }
    .action-button.color-five a.active:hover,
    .action-button.color-five a.active:focus,
    .action-button.color-five a.active.focus,
    .application-button.color-five a.active:hover,
    .application-button.color-five a.active:focus,
    .application-button.color-five a.active.focus {
      color: #000;
      background-color: #D46821;
      border-color: #D46821; }
  .action-button.color-six a,
  .action-button.color-six a:active,
  .action-button.color-six a:focus,
  .application-button.color-six a,
  .application-button.color-six a:active,
  .application-button.color-six a:focus {
    color: #474747;
    background-color: #fff;
    border-color: #fff; }
  .action-button.color-six a:link,
  .action-button.color-six a:visited,
  .application-button.color-six a:link,
  .application-button.color-six a:visited {
    color: #474747; }
  .action-button.color-six a:hover,
  .action-button.color-six a.active,
  .application-button.color-six a:hover,
  .application-button.color-six a.active {
    color: #000;
    background-color: #fff;
    border-color: #000; }
  .action-button.color-six a.active,
  .application-button.color-six a.active {
    background-image: none; }
    .action-button.color-six a.active:hover,
    .action-button.color-six a.active:focus,
    .action-button.color-six a.active.focus,
    .application-button.color-six a.active:hover,
    .application-button.color-six a.active:focus,
    .application-button.color-six a.active.focus {
      color: #000;
      background-color: #fff;
      border-color: #000; }
  .action-button + .action-button,
  .action-button + .application-button,
  .application-button + .action-button,
  .application-button + .application-button {
    margin-top: 10px; }

.action-button a,
.action-button a:active,
.action-button a:focus {
  color: #474747;
  background-color: #cacbcc;
  border-color: #cacbcc; }

.action-button a:link,
.action-button a:visited {
  color: #474747; }

.action-button a:hover,
.action-button a.active {
  color: #474747;
  background-color: #bdbebf;
  border-color: #bdbebf; }

.action-button a.active {
  background-image: none; }
  .action-button a.active:hover,
  .action-button a.active:focus,
  .action-button a.active.focus {
    color: #474747;
    background-color: #bdbebf;
    border-color: #bdbebf; }

.application-button a, 
#relatedLinks .application-button a,
.application-button a:active,
.application-button a:focus,
#relatedLinks .application-button > a {
  color: #fff;
  background-color: #557521;
  border-color: #557521; }
#relatedLinks .application-button > a {
    display: block;
}
.application-button a:link,
.application-button a:visited {
  color: #fff; }

.application-button a:hover,
.application-button a.active {
  color: #fff;
  background-color: #394f16;
  border-color: #394f16; }

.application-button a.active {
  background-image: none; }
  .application-button a.active:hover,
  .application-button a.active:focus,
  .application-button a.active.focus {
    color: #fff;
    background-color: #394f16;
    border-color: #394f16; }

.breadcrumb, #breadcrumb {
  background: #f8f8f8;
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2em; }
  .breadcrumb > li + li:before, #breadcrumb > li + li:before {
    content: "\f105" !important;
    display: inline-block;
    font: normal normal normal 19px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 5px; }
  .breadcrumb a, #breadcrumb a {
    color: #557521; }
  .breadcrumb li span, #breadcrumb li span {
    color: #407108 !important; }

#breadcrumb {
  color: #5c5c5c;
  margin-bottom: 0px; }
  #breadcrumb a {
    color: #5c5c5c; }
  #breadcrumb > li {
    padding: 0; }

.related-links,
#relatedLinks {
  text-align: left;
  padding-top: 0; }
  .related-links h1,
  .related-links h2,
  .related-links h3,
  .related-links h4,
  .related-links h5,
  #relatedLinks h1, #relatedLinks h2, #relatedLinks h3, #relatedLinks h4, #relatedLinks h5 {
    margin: 0;
    padding: 10px 0; }
  .related-links h3,
  .related-links h4,
  #relatedLinks h3, #relatedLinks h4 {
    color: #4a4a4a;
    font-size: 1.6666666667em;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 10px 0 0; }
  .related-links ul,
  #relatedLinks ul {
    margin-left: 0; }
    .related-links ul li,
    #relatedLinks ul li {
      padding: 2px 0 5px 1.2em;
      position: relative;
      background: none;
      border-bottom: 1px solid #474747;
      color: #000;
      font-weight: 700;
      line-height: 1;
      padding: 0.66667em 0 0.66667em 1.2em;
      width: auto; }
      .related-links ul li:before,
      #relatedLinks ul li:before {
        background: #717171;
        content: ' ';
        display: inline-block;
        height: 0.5em;
        left: 0;
        position: absolute;
        top: 0.5em;
        vertical-align: middle;
        width: 0.5em; }
      .related-links ul li:before,
      #relatedLinks ul li:before {
        top: 0.9em; }
      .related-links ul li a,
      #relatedLinks ul li a {
        color: #407108;
        font-weight: bold; }
        .related-links ul li a:link,
        #relatedLinks ul li a:link {
          color: #407108; }
        .related-links ul li a:visited,
        #relatedLinks ul li a:visited {
          color: #000; }
        .related-links ul li a:hover,
        .related-links ul li a:focus,
        #relatedLinks ul li a:hover,
        #relatedLinks ul li a:focus {
          text-decoration: underline; }
        .related-links ul li a:active,
        #relatedLinks ul li a:active {
          color: #369; }
  .related-links > div,
  #relatedLinks > div {
    background: #f7f7f7;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px; }
    .related-links > div p,
    #relatedLinks > div p {
      color: #4a4a4a;
      padding: 0; }
    .related-links > div > img,
    #relatedLinks > div > img {
      display: block;
      max-width: 100%;
      height: auto;
      width: 100%; }
  .related-links .action-button,
  .related-links .application-button,
  #relatedLinks .action-button,
  #relatedLinks .application-button {
    width: 100%; }
    .related-links .action-button > a,
    .related-links .application-button > a,
    #relatedLinks .action-button > a {
      color: #474747;
      /*color: #fff;*/
      display: block; }
    .related-links .action-button.color-one a,
    .related-links .application-button.color-one a,
    #relatedLinks .action-button.color-one a,
    #relatedLinks .application-button.color-one a {
      color: #fff; }
    .related-links .action-button.color-two a,
    .related-links .application-button.color-two a,
    #relatedLinks .action-button.color-two a,
    #relatedLinks .application-button.color-two a {
      color: #557521; }
    .related-links .action-button.color-three a,
    .related-links .application-button.color-three a,
    #relatedLinks .action-button.color-three a,
    #relatedLinks .application-button.color-three a {
      color: #474747; }
    .related-links .action-button.color-four a,
    .related-links .application-button.color-four a,
    #relatedLinks .action-button.color-four a,
    #relatedLinks .application-button.color-four a {
      color: #fff; }
    .related-links .action-button.color-five a,
    .related-links .application-button.color-five a,
    #relatedLinks .action-button.color-five a,
    #relatedLinks .application-button.color-five a {
      color: #000; }
    .related-links .action-button.color-six a,
    .related-links .application-button.color-six a,
    #relatedLinks .action-button.color-six a,
    #relatedLinks .application-button.color-six a {
      color: #474747; }

.callout {
  border-left: 16px solid #557521;
  padding: 22px;
  margin: 20px 0;
  background: #f7f7f7;
  zoom: 1;
  overflow: auto; }
  .callout h2 {
    margin-bottom: 10px;
    margin: 0;
    color: #5c5c5c;
    font-size: 1.66667em; }
  .callout h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.66667em;
    color: #5c5c5c; }
  .callout > p {
    margin-bottom: 0; }
    .callout > p + p,
    .callout > p + div,
    .callout > p + img {
      margin-top: 10.5px; }
    .callout > p > img {
      margin-bottom: 10.5px; }
  .callout img {
    float: left;
    margin-right: 22px;
    width: 100%; }
    .callout img + p,
    .callout img + h2,
    .callout img + h2 + p {
      float: right; }
  .callout .image {
    padding: 0 22px 0 0;
    width: 100%; }
    .callout .image img + h2,
    .callout .image img + p {
      padding-top: 22px; }
  @media (min-width: 768px) {
    .callout img,
    .callout .image {
      width: auto; } }

.callout .application-button,
.callout .action-button {
  float: right; }
  .callout .application-button a,
  .callout .application-button a:active,
  .callout .application-button a:focus,
  .callout .action-button a,
  .callout .action-button a:active,
  .callout .action-button a:focus {
    color: #474747;
    background-color: #fdb92c;
    border-color: #fdb92c; }
  .callout .application-button a:link,
  .callout .application-button a:visited,
  .callout .action-button a:link,
  .callout .action-button a:visited {
    color: #474747; }
  .callout .application-button a:hover,
  .callout .application-button a.active,
  .callout .action-button a:hover,
  .callout .action-button a.active {
    color: #474747;
    background-color: #f4a502;
    border-color: #f4a502; }
  .callout .application-button a.active,
  .callout .action-button a.active {
    background-image: none; }
    .callout .application-button a.active:hover,
    .callout .application-button a.active:focus,
    .callout .application-button a.active.focus,
    .callout .action-button a.active:hover,
    .callout .action-button a.active:focus,
    .callout .action-button a.active.focus {
      color: #474747;
      background-color: #f4a502;
      border-color: #f4a502; }

.panel-group, .accordion {
  border-bottom: 1px solid #c6c4c6; }
  .panel-group .panel + .panel, .accordion .panel + .panel {
    margin-top: 0; }

.panel-default > .panel-heading {
  padding: 0;
  border-top: 1px solid #c6c4c6; }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #c6c4c6; }

.panel-default .panel-body {
  background-color: #fff; }

.panel-title > a {
  position: relative;
  display: block;
  padding: 18px 45px 18px 10px;
  font-size: em(20, 17px);
  color: #567621;
  background-color: #fbfbfb;
  text-decoration: none; }
  .panel-title > a .fa {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 24px; }
  .panel-title > a:hover {
    color: #557521 !important;
    background-color: #fbfbfb !important; }
  .panel-title > a.collapsed {
    color: #5c5c5c;
    background-color: #fff; }
    .panel-title > a.collapsed .fa-angle-up:before {
      content: "\f107"; }

.accordion > div:last-child h3 {
  border-bottom: none; }

.accordion > div h3 {
  background: #fff;
  color: #5c5c5c;
  font-size: 1.33333em;
  font-weight: normal !important;
  margin: 0 !important;
  padding: 10px 32px 10px 10px;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #d1d0d1; }
  .accordion > div h3:after {
    content: '\f107';
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    opacity: .4;
    position: absolute;
    right: 10px;
    top: 30%; }
  .accordion > div h3:hover {
    color: #557521; }
    .accordion > div h3:hover:after {
      opacity: 1; }

.accordion > div .content {
  background: #fff;
  display: none;
  padding-left: 22px;
  padding-right: 22px;
  zoom: 1;
  -webkit-transition: max-height 0.5s, padding 0.5s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition: max-height 0.5s 0s, padding 0.5s 0s;
  -o-transition: max-height 0.5s 0s, padding 0.5s 0s;
  transition: max-height 0.5s 0s, padding 0.5s 0s; }
  .accordion > div .content:after {
    clear: both; }

.accordion > div.active .content {
  display: block;
  max-height: none !important;
  padding: 22px; }

.accordion > div.active h3 {
  background: #fbfbfb;
  border-bottom: 1px solid #d1d0d1;
  color: #557521; }
  .accordion > div.active h3:after {
    content: '\f106';
    opacity: 1; }

/*jq ui overrides*/
.ui-datepicker {
  border-radius: 0;
  width: 18em; }

.ui-datepicker .ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #567621;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0; }
  .ui-datepicker .ui-widget-header a:hover {
    background: transparent; }
  .ui-datepicker .ui-widget-header .ui-icon {
    background-image: url(/images/admin/ui-icons_222222_256x240.png); }

table.ui-datepicker-calendar tr {
  background: #fff !important; }

#ui-datepicker-div > div > div > span.ui-datepicker-month {
  background: transparent; }

#ui-datepicker-div > div > div > span.ui-datepicker-year {
  background: transparent; }

#ui-datepicker-div > table > thead > tr > th {
  background: #fff; }

#ui-datepicker-div > table > tbody > tr > td > a {
  background: #fff;
  border: none; }
  #ui-datepicker-div > table > tbody > tr > td > a.ui-state-active {
    background: #d0d0d0; }

/*jq ui styles*/
.ui-tabs {
  font-family: "Roboto Condensed", sans-serif; }
  .ui-tabs.ui-widget-content {
    border: none !important; }
  .ui-tabs .ui-tabs-nav {
    margin: 0 !important; }
    .ui-tabs .ui-tabs-nav li {
      border: 1px solid #c6c4c6;
      background: #ebebeb !important;
      list-style: none outside none;
      margin-bottom: -1px;
      margin-left: -1px;
      margin-right: 0 !important;
      margin-top: 0 !important;
      padding: 0 !important; }
      .ui-tabs .ui-tabs-nav li:first-child {
        margin-left: 0 !important; }
      .ui-tabs .ui-tabs-nav li:before {
        content: none !important; }
      .ui-tabs .ui-tabs-nav li a {
        display: block;
        font-size: 1.250em;
        font-weight: normal !important;
        padding: 0 15px !important;
        text-decoration: none; }
  .ui-tabs .ui-widget-header {
    background: none !important;
    border: none !important;
    padding-left: 0 !important; }
  .ui-tabs .ui-tabs-hide {
    display: none !important; }
  .ui-tabs li.ui-state-active, .ui-tabs .ui-widget-content li.ui-state-active {
    background: #fff !important;
    border-bottom: 1px solid #fff !important; }
  .ui-tabs .ui-tabs-panel {
    border: 1px solid #c6c4c6;
    background: none;
    color: #5c5c5c;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 1em;
    overflow: hidden; }
  .ui-tabs > ul li {
    margin: 1px 0.2em 0 0;
    color: #5c5c5c;
    background: #dfdfdf;
    border: none; }
    .ui-tabs > ul li a {
      color: #5c5c5c;
      font-weight: bold;
      padding: 0 15px;
      height: 40px;
      min-width: 110px;
      line-height: 40px;
      text-decoration: none; }
  .ui-tabs > div {
    width: 100%;
    padding: 22px 15px;
    color: #5c5c5c;
    border-top: 1px solid #c4c4c4; }
  .ui-tabs .ui-state-active a {
    color: #547420;
    border-bottom: none;
    background-color: #fff; }
  .ui-tabs .color-two li,
  .ui-tabs .color-three li,
  .ui-tabs .color-four li,
  .ui-tabs .color-five li {
    margin: 1px 0.2em 0 0;
    color: #5c5c5c;
    background: #dfdfdf;
    border: none; }
    .ui-tabs .color-two li:before,
    .ui-tabs .color-three li:before,
    .ui-tabs .color-four li:before,
    .ui-tabs .color-five li:before {
      left: 1px;
      top: 1px; }
    .ui-tabs .color-two li a,
    .ui-tabs .color-three li a,
    .ui-tabs .color-four li a,
    .ui-tabs .color-five li a {
      color: #5c5c5c;
      padding: 0 15px;
      height: 40px;
      min-width: 110px;
      line-height: 40px;
      text-decoration: none; }
  .ui-tabs .color-two div,
  .ui-tabs .color-three div,
  .ui-tabs .color-four div,
  .ui-tabs .color-five div {
    width: 100%;
    padding: 22px 0;
    color: #5c5c5c;
    border-top: 1px solid #dfdfdf; }
  .ui-tabs .color-two .ui-state-active a,
  .ui-tabs .color-three .ui-state-active a,
  .ui-tabs .color-four .ui-state-active a,
  .ui-tabs .color-five .ui-state-active a {
    color: #5c5c5c; }
  .ui-tabs .color-two li a {
    font-weight: bold; }
  .ui-tabs .color-two .ui-state-active a {
    background-color: #b1d13f; }
  .ui-tabs .color-three .ui-state-active a {
    background-color: #f7931d; }
  .ui-tabs .color-five li {
    border: 1px solid #dfdfdf; }
  .ui-tabs .color-five .ui-state-active a {
    background-color: #916aac; }
  .ui-tabs .color-four > ul li {
    margin: 1px 0.2em 0 0;
    color: #5c5c5c;
    background: #dfdfdf;
    border: none; }
    .ui-tabs .color-four > ul li a {
      color: #5c5c5c;
      padding: 0 15px;
      height: 40px;
      min-width: 110px;
      line-height: 40px;
      text-decoration: none; }
  .ui-tabs .color-four .ui-state-active a {
    background-color: #31b784; }

#contentArea .ui-tabs {
  line-height: 1.2; }
  #contentArea .ui-tabs ol.color-two li,
  #contentArea .ui-tabs ol.color-three li,
  #contentArea .ui-tabs ol.color-four li,
  #contentArea .ui-tabs ol.color-five li {
    padding-top: 7px;
    padding-bottom: 7px; }