body {
  margin: 0;
  font-family: "franklin-gothic-urw","Franklin Gothic Book","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.43em;
  color: #323232;
  background-color: #fff;
}
a {
  color: #c15200;
  text-decoration: none;
}
a:hover {
  color: #753100;
  text-decoration: underline;
}
p {
  margin: 0 0 .715em;
}
.lead {
  margin-bottom: 1.43em;
  font-size: 150%;
  font-weight: 200;
  line-height: 2.145em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .715em 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 40px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: -.28500000000000003em;
  margin: 1.43em 0 2.145em;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 .715em 25px;
}
li {
  line-height: 1.43em;
}
dl {
  margin-bottom: 1.43em;
}
dt,
dd {
  line-height: 1.43em;
}
dd {
  margin-left: .715em;
}
hr {
  margin: 1.43em 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 1.43em;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7874999999999999em;
}
address {
  display: block;
  margin-bottom: 1.43em;
  font-style: normal;
  line-height: 1.43em;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #999;
}


/*--- Bootstrap buttons ---*/
.btn {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: .2em;
}
p > span.btn {
    margin-right: .2em;
}
.btn a, .btn a:visited, .btn:visited, .btn a:hover, .btn a:active {
    font-family: "franklin-gothic-urw-n5","franklin-gothic-urw","Franklin Gothic Medium","ITC Franklin Gothic",Arial,sans-serif;
    font-weight: 500;
    color: #333;
    border-bottom: none !important;
}
.btn a:hover {
    text-decoration: none;
}
.ie8 article a.btn:hover, .ie7 article a.btn:hover {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.btn.btn-blue:visited, .btn.btn-primary:visited, .btn.btn-info:visited,
.btn.btn-green:visited, .btn.btn-success:visited,
.btn.btn-orange:visited, .btn.btn-warning:visited,
.btn.btn-red:visited, .btn.btn-danger:visited,
.btn.btn-black:visited, .btn.btn-inverse:visited,
.btn-blue a, .btn-primary a, .btn-info a,
.btn-green a, .btn-success a,
.btn-orange a, .btn-warning a,
.btn-red a, .btn-danger a,
.btn-black a, .btn-inverse a,
.btn-blue a:visited, .btn-primary a:visited, .btn-info a:visited,
.btn-green a:visited, .btn-success a:visited,
.btn-orange a:visited, .btn-warning a:visited,
.btn-red a:visited, .btn-danger a:visited,
.btn-black a:visited, .btn-inverse a:visited {
    color: #fff !important;
}
.btn-blue {
    background-color: #59A0D3;
	background-image: -webkit-linear-gradient(top,#59A0D3 0%,#4A86AE 100%);
    background-image: linear-gradient(to bottom, #59A0D3, #4A86AE);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
    color: #fff;
    background-color: #4A86AE;
}
.btn-green {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -webkit-linear-gradient(top,#62c462 0%,#51a351 100%);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-orange {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -webkit-linear-gradient(top,#fbb450 0%,#f89406 100%);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-orange:active,
.btn-orange.active {
  background-color: #c67605 \9;
}
.btn-red {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -webkit-linear-gradient(top,#ee5f5b 0%,#bd362f 100%);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-red:active,
.btn-red.active {
  background-color: #942a25 \9;
}
.btn-black {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  background-color: #363636;
  *background-color: #222;
  background-image: -webkit-linear-gradient(top,#444 0%,#222 100%);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  border-color: #222 #222 #000;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-black.disabled,
.btn-black[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}

.btn-black:active,
.btn-black.active {
  background-color: #080808 \9;
}

/*--- Alerts ---*/
.alert {
  padding: 10px 35px 10px 14px;
}
.alert-block {
  padding: 20px 35px 20px 20px !important;
}
.alert-red {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-red h4 {
  color: #b94a48;
}
.alert-green {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-green h4 {
  color: #468847;
}
.alert-blue {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-blue h4 {
  color: #3a87ad;
}
.alert-gray {
  color: #333;
  background-color: #f5f5f5;
  border-color: #e3e3e3;
}
.alert-gray h4 {
  color: #333;
}

@media (max-width: 925px) {
  .nav-collapse, .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 1.43em;
  }
  .navbar-fixed-bottom {
    margin-top: 1.43em;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 .715em;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #ccc;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #ccc;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #484848;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: .715em 15px;
    margin: .715em 0;
    border-top: 1px solid #484848;
    border-bottom: 1px solid #484848;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111;
    border-bottom-color: #111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (min-width: 1600px) {
    hr {margin: 1.5em 0;}
    blockquote {margin: 0 0 1.5em;}
    address {
      margin-bottom: 1.5em;
      line-height: 1.5em;
    }
}
