@charset "UTF-8";
/**
 * Copyright (C) 2014 NCARB, National Council of Architectural Registration Boards
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
nav,
section,
summary {
  display: block; }

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

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

html [hidden],
template {
  display: none; }

a {
  background: 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 {
  -moz-box-sizing: content-box;
  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"] {
  padding: 0; }

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

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

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

* {
  box-sizing: border-box; }

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

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

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-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%; }

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

.body-header {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #444444; }

html {
  position: relative;
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #444444;
  background-color: #00A4E3;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0;
  padding-top: 4px;
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.25;
  color: #444444; }
  @media (min-width: 768px) {
    body {
      padding-top: 8px; } }

:focus {
  outline: none; }

body:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  background: #00a4e3;
  z-index: 1; }
  @media (min-width: 768px) {
    body:before {
      height: 8px; } }

.js .skip {
  /* Accessible hide */
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  z-index: 2; }
  .js .skip:focus {
    height: auto;
    width: auto;
    top: 0;
    left: 50%;
    margin-left: -80px;
    background-color: #444444;
    padding: 10px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    clip: auto !important;
    overflow: visible; }

.no-js .skip {
  display: block;
  font-family: "Agenda Light";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0.008rem;
  padding: 0;
  background-color: #fff;
  padding: 20px 20px 0;
  text-align: center; }

div.canvas {
  background-color: #fff;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out; }
  div.canvas.is-pushed {
    -webkit-transform: translate3d(16em, 0, 0);
    -moz-transform: translate3d(16em, 0, 0);
    -ms-transform: translate3d(16em, 0, 0);
    -o-transform: translate3d(16em, 0, 0);
    transform: translate3d(16em, 0, 0); }

div.canvas-blackout {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: transparent;
  z-index: 888; }
  div.canvas.is-pushed div.canvas-blackout {
    display: block; }
    div.canvas.is-pushed div.canvas-blackout:active ~ .header .off-canvas {
      background-color: #97958C; }

div.canvas-is-pushed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible; }

main {
  display: block;
  padding: 20px;
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAdCAMAAABc3/ZbAAAAM1BMVEX39/b39/f4+Pf4+Pj5+fj5+fn6+vn6+vr7+/r7+/v8/Pv8/Pz9/fz9/f3+/v3+/v7///7QXi6uAAAAGklEQVQI12NgYGBkYmRiYGJkQtAMGCxMzAAACCQAR3AVoPUAAAAASUVORK5CYII=) repeat-x;
  *zoom: 1; }
  main:before, main:after {
    content: "";
    display: table; }
  main:after {
    clear: both; }
  main .main-well {
    margin-bottom: 25px; }

.footer {
  padding: 40px 20px 10px;
  background-color: #DBD9D1; }

/* Device Adaption
   (throwing a bone to IE10 which ignores the
    meta viewport tag in favor of this)
---------------------------------------- */
@viewport {
  zoom: 1.0;
  width: extend-to-zoom; }
@-ms-viewport {
  zoom: 1.0;
  width: extend-to-zoom; }
.clear {
  *zoom: 1; }
  .clear:before, .clear:after {
    content: "";
    display: table; }
  .clear:after {
    clear: both; }

@media (min-width: 980px) {
  .canvas {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
    .canvas.is-pushed {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

  .canvas-blackout {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: transparent; }

  html {
    background-color: #EEEAE3; }

  main {
    position: relative; } }
@media (min-width: 980px) {
  .canvas {
    margin: 0 auto;
    width: 980px; }

  main {
    position: relative; } }
.body-header {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #444444; }

/*  Typography
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 24px;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  color: #000; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    font-weight: inherit; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #CCCCCC; }
  h1 .normal,
  h2 .normal,
  h3 .normal,
  h4 .normal,
  h5 .normal,
  h6 .normal {
    font-size: .8em;
    line-height: normal; }

h1 {
  font-family: "Agenda Light";
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: 0.05rem;
  padding: 0; }

h2 {
  font-family: "Agenda Light";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.008rem;
  padding: 0; }

h3 {
  font-family: "Agenda Light";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.05rem;
  padding: 0; }

h4 {
  font-family: "Agenda Light";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0.008rem;
  padding: 0; }

h5 {
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0.008rem;
  padding: 0; }

h6 {
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0.008rem;
  padding: 0; }

p {
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 0;
  margin: 0 0 1rem; }

.small {
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  margin: 0; }

.fine-print {
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0.008rem;
  margin: 0; }

em,
i {
  font-style: italic; }

strong, b {
  font-weight: bold; }

small {
  font-size: 12px;
  font-size: 0.75rem; }

hr {
  margin: 0.5rem 0;
  height: 1px;
  border: 1px solid #E2E2E2; }

.agenda-light {
  font-family: "Agenda Light"; }

.no-margin {
  margin: 0 !important; }

p img {
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  width: auto; }

/* Links
---------------------------------------- */
a {
  color: #00A4E3;
  line-height: inherit;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: underline; }
  a:active {
    color: #000; }
  a:focus {
    color: #000;
    outline-offset: 2px; }

input[type="reset"].btn,
input[type="button"].btn,
input[type="submit"].btn,
input[type="file"] > input[type="button"].btn,
button.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* Hide inner focus effect in Firefox */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }

.btn {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px 15px 9px;
  font-family: "Agenda Light";
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05rem;
  text-align: center;
  vertical-align: middle;
  border: 0;
  cursor: pointer;
  background-image: none; }

.btn {
  background: #DBD9D1 no-repeat 100% center;
  color: #444444;
  border-color: #d0cdc3;
  border-style: solid; }
  .btn:focus, .btn:hover {
    background-color: #d4d2c8;
    color: #444444;
    text-decoration: none;
    outline: 0; }
  .btn:active, .btn.active {
    background-color: #c5c1b4; }
  .btn.btn-continue:after, .btn.btn-plus:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .btn.btn-continue.btn-block, .btn.btn-plus.btn-block {
    text-align: left; }
    .btn.btn-continue.btn-block:after, .btn.btn-plus.btn-block:after {
      position: absolute;
      right: 0.75em; }
  .btn.btn-continue:after {
    font-weight: bold;
    content: "";
    padding: 0 0 0 .75em; }
  .btn.btn-plus:before {
    content: "";
    padding: 0 .5em 0 0; }

.btn-primary {
  background: #00A4E3 no-repeat 100% center;
  color: #e6f6fc;
  border-color: #0092ca;
  border-style: solid; }
  .btn-primary:focus, .btn-primary:hover {
    background-color: #0099d4;
    color: #e6f6fc;
    text-decoration: none;
    outline: 0; }
  .btn-primary:active, .btn-primary.active {
    background-color: #007fb0; }

.btn-secondary {
  background: #444444 no-repeat 100% center;
  color: #999999;
  border-color: #373737;
  border-style: solid; }
  .btn-secondary:focus, .btn-secondary:hover {
    background-color: #3c3c3c;
    color: #999999;
    text-decoration: none;
    outline: 0; }
  .btn-secondary:active, .btn-secondary.active {
    background-color: #2b2b2b; }
  .btn-secondary:focus, .btn-secondary:hover {
    background-color: #333333; }
  .btn-secondary:active {
    background-color: #000; }

.btn-success {
  background: #39B549 no-repeat 100% center;
  color: #ebf8ed;
  border-color: #33a241;
  border-style: solid; }
  .btn-success:focus, .btn-success:hover {
    background-color: #35a944;
    color: #ebf8ed;
    text-decoration: none;
    outline: 0; }
  .btn-success:active, .btn-success.active {
    background-color: #2d8e39; }

.btn-info {
  background: #6BB4D1 no-repeat 100% center;
  color: #f0f8fa;
  border-color: #58aacb;
  border-style: solid; }
  .btn-info:focus, .btn-info:hover {
    background-color: #5faecd;
    color: #f0f8fa;
    text-decoration: none;
    outline: 0; }
  .btn-info:active, .btn-info.active {
    background-color: #44a0c5; }

.btn-warning {
  background: #FFC50A no-repeat 100% center;
  color: #fff9e7;
  border-color: #f0b700;
  border-style: solid; }
  .btn-warning:focus, .btn-warning:hover {
    background-color: #fabf00;
    color: #fff9e7;
    text-decoration: none;
    outline: 0; }
  .btn-warning:active, .btn-warning.active {
    background-color: #d6a300; }

.btn-danger {
  background: #9C1A20 no-repeat 100% center;
  color: #f5e8e9;
  border-color: #86161c;
  border-style: solid; }
  .btn-danger:focus, .btn-danger:hover {
    background-color: #8f181d;
    color: #f5e8e9;
    text-decoration: none;
    outline: 0; }
  .btn-danger:active, .btn-danger.active {
    background-color: #701317; }

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

.btn-inline,
button.btn-inline,
input[type="submit"].btn-inline {
  display: inline-block;
  width: auto; }

/* Correct FF button padding */
@-moz-document url-prefix(http://) {
  ::-moz-focus-inner {
    border: 0;
    padding: 0; } }
.fa-padded {
  padding: 0 9px;
  display: inline-block; }

.body-header {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #444444; }

ul,
ol {
  list-style: none;
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 0;
  margin: 0 0 1rem;
  margin: 0;
  padding: 0; }
  ul > li,
  ol > li {
    line-height: 1.25;
    list-style-type: none;
    margin: 0;
    padding: 0;
    zoom: 1; }
    ul > li > ul,
    ol > li > ul, ul > li ol,
    ol > li ol {
      margin-left: 1em; }

.list-bullet > li, .list-ordered > li {
  list-style-type: disc;
  margin-left: 1.25rem; }
  .list-bullet > li li, .list-ordered > li li {
    margin-left: 0; }

.list-bullet > li {
  list-style-type: disc; }

.list-ordered > li {
  list-style-type: decimal; }

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

.list-comma {
  margin-right: -4px;
  display: inline; }
  .list-comma > li {
    display: inline; }
    .list-comma > li:after {
      content: ', '; }
    .list-comma > li:last-child:after {
      content: ''; }

.list-media-object {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  width: 100%;
  padding: 0.8rem; }
  .list-media-object:hover {
    text-decoration: none; }
  .list-media-object .figure {
    margin-right: 0.65rem;
    vertical-align: top;
    min-width: 65px; }
  .list-media-object .body {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .list-media-object .body .header {
      padding-top: 0; }
      .list-media-object .body .header.link {
        color: #00A4E3; }

.list-media .header {
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0.008rem;
  padding: 0;
  color: #00A4E3;
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-weight: bold; }
.list-media .body {
  margin: 0;
  padding-bottom: 0.25rem;
  font-size: 16px;
  font-size: 1rem; }
.list-media .sub-header {
  margin: 0;
  color: #999999; }
.list-media .header,
.list-media .sub-header {
  margin: 0;
  padding-top: 0; }

details summary::-webkit-details-marker {
  color: #00A4E3; }

.body-header {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #444444; }

select:focus, select:active,
textarea:focus,
textarea:active,
input:not([type]):focus,
input:not([type]):active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="text"]:focus,
input[type="text"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="week"]:focus,
input[type="week"]:active {
  outline: none;
  border-color: #6BB4D1; }

/*  Forms
---------------------------------------- */
form {
  margin: 0; }

input {
  font-size: 16px;
  font-size: 1rem; }

label {
  display: inline-block;
  font-family: "Agenda Light";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0.008rem;
  margin: 0;
  padding: 0.625rem 0; }

select,
textarea,
input:not([type]),
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  display: block;
  width: 100%;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset; }
  select.sized,
  textarea.sized,
  input:not([type]).sized,
  input[type="date"].sized,
  input[type="datetime"].sized,
  input[type="datetime-local"].sized,
  input[type="email"].sized,
  input[type="month"].sized,
  input[type="number"].sized,
  input[type="search"].sized,
  input[type="password"].sized,
  input[type="tel"].sized,
  input[type="text"].sized,
  input[type="time"].sized,
  input[type="url"].sized,
  input[type="week"].sized {
    width: auto;
    max-width: inherit; }

[placeholder]::-webkit-input-placeholder {
  font-family: "Agenda Light";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1; }
[placeholder]::-moz-placeholder {
  font-family: "Agenda Light";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1; }
[placeholder]:-moz-placeholder {
  font-family: "Agenda Light";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1; }
[placeholder]:-ms-input-placeholder {
  font-family: "Agenda Light";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1; }

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

[placeholder]:-ms-input-placeholder {
  padding: .5em;
  color: #999; }

textarea,
input:not([type]),
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 11px 5px; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 40px;
  max-width: 100%;
  background-color: transparent;
  font-family: "Agenda Light";
  line-height: normal; }

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

.search-box fieldset {
  display: block;
  position: relative;
  border: 0;
  margin: 0;
  padding: 0 40px 0 0;
  background-color: #EEEAE3; }
.search-box .search-submit {
  font: 0/0 a;
  color: transparent;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #00a4e3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTM3NzgwNzY4QkExMUUyODcwRDg1N0VGREE2OEU3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTM3NzgwODY4QkExMUUyODcwRDg1N0VGREE2OEU3OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRFMzc3ODA1NjhCQTExRTI4NzBEODU3RUZEQTY4RTc5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRFMzc3ODA2NjhCQTExRTI4NzBEODU3RUZEQTY4RTc5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ZGORLgAAAHxJREFUeNpirLv8gYOBgWENECcD8UsGJMAExIVA7A3E+4BYHF0yBsrWQlfABNV1D5sCkOQDILYD4pvoCpigAk+BOByI/yMpaIdJSgDxciBmhPKvA3ElSFISiPcDsSaShCPIWyDJ7UCsgS4Bc9B6bBIwyU4g3oYuAQIAAQYAuOIcWA9AXnoAAAAASUVORK5CYII=) no-repeat center center;
  border: 0;
  position: absolute;
  top: 0px;
  right: 0px; }

select,
select.form-control,
select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 10px;
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  color: #444444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

input[type="checkbox"] {
  border: 1px solid #444444;
  border-radius: 2px;
  background-color: #E2E2E2;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 49.51%, rgba(255, 255, 255, 0.05) 50.24%, rgba(255, 255, 255, 0.05) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 49.51%, rgba(255, 255, 255, 0.05) 50.24%, rgba(255, 255, 255, 0.05) 100%); }

.radio-group,
.checkbox-group {
  clear: both;
  width: 100%;
  border: 0; }
  .radio-group::after,
  .checkbox-group::after {
    clear: both;
    content: "";
    display: table; }
  .radio-group input[type="checkbox"],
  .radio-group input[type="radio"],
  .checkbox-group input[type="checkbox"],
  .checkbox-group input[type="radio"] {
    position: absolute;
    left: -1000em; }
    .ltie9 .radio-group input[type="checkbox"], .ltie9
    .radio-group input[type="radio"], .ltie9
    .checkbox-group input[type="checkbox"], .ltie9
    .checkbox-group input[type="radio"] {
      position: static; }
    .radio-group input[type="checkbox"] + label,
    .radio-group input[type="radio"] + label,
    .checkbox-group input[type="checkbox"] + label,
    .checkbox-group input[type="radio"] + label {
      padding: 0.625rem 0;
      width: 100%;
      position: relative;
      margin-right: 1.2rem;
      padding-left: 1.7rem;
      cursor: pointer; }
      .radio-group input[type="checkbox"] + label::before,
      .radio-group input[type="radio"] + label::before,
      .checkbox-group input[type="checkbox"] + label::before,
      .checkbox-group input[type="radio"] + label::before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #999999;
        font-size: 21px;
        vertical-align: middle;
        position: absolute;
        left: 2px;
        top: 7px; }
    .radio-group input[type="checkbox"]:checked, .radio-group input[type="checkbox"]:focus,
    .radio-group input[type="radio"]:checked,
    .radio-group input[type="radio"]:focus,
    .checkbox-group input[type="checkbox"]:checked,
    .checkbox-group input[type="checkbox"]:focus,
    .checkbox-group input[type="radio"]:checked,
    .checkbox-group input[type="radio"]:focus {
      outline: none !important; }
    .radio-group input[type="checkbox"]:focus + label,
    .radio-group input[type="radio"]:focus + label,
    .checkbox-group input[type="checkbox"]:focus + label,
    .checkbox-group input[type="radio"]:focus + label {
      color: #000; }
      .radio-group input[type="checkbox"]:focus + label::before,
      .radio-group input[type="radio"]:focus + label::before,
      .checkbox-group input[type="checkbox"]:focus + label::before,
      .checkbox-group input[type="radio"]:focus + label::before {
        color: #999999; }
    .radio-group input[type="checkbox"]:active + label::before, .radio-group input[type="checkbox"]:focus:active + label::before, .radio-group input[type="checkbox"]:checked + label::before,
    .radio-group input[type="radio"]:active + label::before,
    .radio-group input[type="radio"]:focus:active + label::before,
    .radio-group input[type="radio"]:checked + label::before,
    .checkbox-group input[type="checkbox"]:active + label::before,
    .checkbox-group input[type="checkbox"]:focus:active + label::before,
    .checkbox-group input[type="checkbox"]:checked + label::before,
    .checkbox-group input[type="radio"]:active + label::before,
    .checkbox-group input[type="radio"]:focus:active + label::before,
    .checkbox-group input[type="radio"]:checked + label::before {
      color: #00A4E3; }
    .radio-group input[type="checkbox"]:disabled + label, .radio-group input[type="checkbox"]:disabled + label::before,
    .radio-group input[type="radio"]:disabled + label,
    .radio-group input[type="radio"]:disabled + label::before,
    .checkbox-group input[type="checkbox"]:disabled + label,
    .checkbox-group input[type="checkbox"]:disabled + label::before,
    .checkbox-group input[type="radio"]:disabled + label,
    .checkbox-group input[type="radio"]:disabled + label::before {
      color: #999999 !important;
      opacity: 0.5; }
  .radio-group.checkbox-inline input[type="checkbox"] + label,
  .radio-group.checkbox-inline input[type="radio"] + label, .radio-group.radio-inline input[type="checkbox"] + label,
  .radio-group.radio-inline input[type="radio"] + label,
  .checkbox-group.checkbox-inline input[type="checkbox"] + label,
  .checkbox-group.checkbox-inline input[type="radio"] + label,
  .checkbox-group.radio-inline input[type="checkbox"] + label,
  .checkbox-group.radio-inline input[type="radio"] + label {
    width: auto; }
  .radio-group input[type="radio"] + label::before,
  .checkbox-group input[type="radio"] + label::before {
    content: ""; }
  .radio-group input[type="radio"]:checked + label::before,
  .checkbox-group input[type="radio"]:checked + label::before {
    content: ""; }
  .radio-group input[type="checkbox"] + label::before,
  .checkbox-group input[type="checkbox"] + label::before {
    content: ""; }
  .radio-group input[type="checkbox"]:checked + label::before,
  .checkbox-group input[type="checkbox"]:checked + label::before {
    content: "";
    font-size: 20px;
    height: 21px; }

legend {
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0.008rem;
  padding: 0;
  border-bottom: 0; }

ul.form-group {
  list-style: none;
  padding-left: 0; }

.flex-container, .row, .form-horizontal .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-basis: 16px;
  -moz-flex-basis: 16px;
  flex-basis: 16px;
  -ms-flex-preferred-size: 16px;
  list-style: none; }
  .lt-ie10 .flex-container::after, .lt-ie10 .row::after, .lt-ie10 .form-horizontal .form-group::after {
    clear: both;
    content: "";
    display: table; }

.flex-vertical {
  flex-direction: column; }

.flex-item, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  width: 100%; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative; }

.flex-item {
  box-sizing: border-box; }

.flex-right {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end; }

.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.flex-space-around {
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }

.flex-space-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.flex-top {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start; }

.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.flex-bottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end; }

.flex-baseline {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline; }

.flex-item-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start; }

.flex-item-middle {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center; }

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end; }

.lt-ie10 .flex-item, .lt-ie10 .col-xs-1, .lt-ie10 .col-xs-2, .lt-ie10 .col-xs-3, .lt-ie10 .col-xs-4, .lt-ie10 .col-xs-5, .lt-ie10 .col-xs-6, .lt-ie10 .col-xs-7, .lt-ie10 .col-xs-8, .lt-ie10 .col-xs-9, .lt-ie10 .col-xs-10, .lt-ie10 .col-xs-11, .lt-ie10 .col-xs-12, .lt-ie10 .col-sm-1, .lt-ie10 .col-sm-2, .lt-ie10 .col-sm-3, .lt-ie10 .col-sm-4, .lt-ie10 .col-sm-5, .lt-ie10 .col-sm-6, .lt-ie10 .col-sm-7, .lt-ie10 .col-sm-8, .lt-ie10 .col-sm-9, .lt-ie10 .col-sm-10, .lt-ie10 .col-sm-11, .lt-ie10 .col-sm-12, .lt-ie10 .col-md-1, .lt-ie10 .col-md-2, .lt-ie10 .col-md-3, .lt-ie10 .col-md-4, .lt-ie10 .col-md-5, .lt-ie10 .col-md-6, .lt-ie10 .col-md-7, .lt-ie10 .col-md-8, .lt-ie10 .col-md-9, .lt-ie10 .col-md-10, .lt-ie10 .col-md-11, .lt-ie10 .col-md-12, .lt-ie10 .col-lg-1, .lt-ie10 .col-lg-2, .lt-ie10 .col-lg-3, .lt-ie10 .col-lg-4, .lt-ie10 .col-lg-5, .lt-ie10 .col-lg-6, .lt-ie10 .col-lg-7, .lt-ie10 .col-lg-8, .lt-ie10 .col-lg-9, .lt-ie10 .col-lg-10, .lt-ie10 .col-lg-11, .lt-ie10 .col-lg-12 {
  float: left;
  min-height: 1px; }

.flex-1of2, .lt-ie10 .flex-1of2, .flex-2of4, .lt-ie10 .flex-2of4, .flex-3of6, .lt-ie10 .flex-3of6, .flex-4of8, .lt-ie10 .flex-4of8, .flex-5of10, .lt-ie10 .flex-5of10, .flex-6of12, .lt-ie10 .flex-6of12, .col-xs-6 {
  width: 50%; }

.flex-1of3, .lt-ie10 .flex-1of3, .flex-2of6, .lt-ie10 .flex-2of6, .flex-3of9, .lt-ie10 .flex-3of9, .flex-4of12, .lt-ie10 .flex-4of12, .col-xs-4 {
  width: 33.33333%; }

.flex-2of3, .lt-ie10 .flex-2of3, .flex-4of6, .lt-ie10 .flex-4of6, .flex-6of9, .lt-ie10 .flex-6of9, .flex-8of12, .lt-ie10 .flex-8of12, .col-xs-8 {
  width: 66.66667%; }

.flex-1of4, .lt-ie10 .flex-1of4, .flex-2of8, .lt-ie10 .flex-2of8, .flex-3of12, .lt-ie10 .flex-3of12, .col-xs-3 {
  width: 25%; }

.flex-3of4, .lt-ie10 .flex-3of4, .flex-6of8, .lt-ie10 .flex-6of8, .flex-9of12, .lt-ie10 .flex-9of12, .col-xs-9 {
  width: 75%; }

.flex-1of5, .lt-ie10 .flex-1of5, .flex-2of10, .lt-ie10 .flex-2of10 {
  width: 20%; }

.flex-2of5, .lt-ie10 .flex-2of5, .flex-4of10, .lt-ie10 .flex-4of10 {
  width: 40%; }

.flex-3of5, .lt-ie10 .flex-3of5, .flex-6of10, .lt-ie10 .flex-6of10 {
  width: 60%; }

.flex-4of5, .lt-ie10 .flex-4of5, .flex-8of10, .lt-ie10 .flex-8of10 {
  width: 80%; }

.flex-1of6, .lt-ie10 .flex-1of6, .flex-2of12, .lt-ie10 .flex-2of12, .col-xs-2 {
  width: 16.66667%; }

.flex-5of6, .lt-ie10 .flex-5of6, .flex-10of12, .lt-ie10 .flex-10of12, .col-xs-10 {
  width: 83.33333%; }

.flex-1of7, .lt-ie10 .flex-1of7 {
  width: 14.28571%; }

.flex-2of7, .lt-ie10 .flex-2of7 {
  width: 28.57143%; }

.flex-3of7, .lt-ie10 .flex-3of7 {
  width: 42.85714%; }

.flex-4of7, .lt-ie10 .flex-4of7 {
  width: 57.14286%; }

.flex-5of7, .lt-ie10 .flex-5of7 {
  width: 71.42857%; }

.flex-6of7, .lt-ie10 .flex-6of7 {
  width: 85.71429%; }

.flex-1of8, .lt-ie10 .flex-1of8 {
  width: 12.5%; }

.flex-3of8, .lt-ie10 .flex-3of8 {
  width: 37.5%; }

.flex-5of8, .lt-ie10 .flex-5of8 {
  width: 62.5%; }

.flex-7of8, .lt-ie10 .flex-7of8 {
  width: 87.5%; }

.flex-1of9, .lt-ie10 .flex-1of9 {
  width: 11.11111%; }

.flex-2of9, .lt-ie10 .flex-2of9 {
  width: 22.22222%; }

.flex-4of9, .lt-ie10 .flex-4of9 {
  width: 44.44444%; }

.flex-5of9, .lt-ie10 .flex-5of9 {
  width: 55.55556%; }

.flex-7of9, .lt-ie10 .flex-7of9 {
  width: 77.77778%; }

.flex-8of9, .lt-ie10 .flex-8of9 {
  width: 88.88889%; }

.flex-1of10, .lt-ie10 .flex-1of10 {
  width: 10%; }

.flex-3of10, .lt-ie10 .flex-3of10 {
  width: 30%; }

.flex-7of10, .lt-ie10 .flex-7of10 {
  width: 70%; }

.flex-9of10, .lt-ie10 .flex-9of10 {
  width: 90%; }

.flex-1of11, .lt-ie10 .flex-1of11 {
  width: 9.09091%; }

.flex-2of11, .lt-ie10 .flex-2of11 {
  width: 18.18182%; }

.flex-3of11, .lt-ie10 .flex-3of11 {
  width: 27.27273%; }

.flex-4of11, .lt-ie10 .flex-4of11 {
  width: 36.36364%; }

.flex-5of11, .lt-ie10 .flex-5of11 {
  width: 45.45455%; }

.flex-6of11, .lt-ie10 .flex-6of11 {
  width: 54.54545%; }

.flex-7of11, .lt-ie10 .flex-7of11 {
  width: 63.63636%; }

.flex-8of11, .lt-ie10 .flex-8of11 {
  width: 72.72727%; }

.flex-9of11, .lt-ie10 .flex-9of11 {
  width: 81.81818%; }

.flex-10of11, .lt-ie10 .flex-10of11 {
  width: 90.90909%; }

.flex-1of12, .lt-ie10 .flex-1of12, .col-xs-1 {
  width: 8.33333%; }

.flex-5of12, .lt-ie10 .flex-5of12, .col-xs-5 {
  width: 41.66667%; }

.flex-7of12, .lt-ie10 .flex-7of12, .col-xs-7 {
  width: 58.33333%; }

.flex-11of12, .lt-ie10 .flex-11of12, .col-xs-11 {
  width: 91.66667%; }

.flex-hide {
  display: none; }

.flex-show {
  display: block; }

.flex-full, .col-xs-12 {
  width: 100%; }

.flex-fill, .flex-fill-2, .flex-fill-3, .flex-fill-4, .flex-fill-5, .flex-fill-6, .flex-collapse {
  width: auto; }

.flex-fill {
  flex: 1 1 1px;
  -ms-flex: 1 1 1px; }

.flex-fill-2 {
  flex: 2 1 1px;
  -ms-flex: 2 1 1px; }

.flex-fill-3 {
  flex: 3 1 1px;
  -ms-flex: 3 1 1px; }

.flex-fill-4 {
  flex: 4 1 1px;
  -ms-flex: 4 1 1px; }

.flex-fill-5 {
  flex: 5 1 1px;
  -ms-flex: 5 1 1px; }

.flex-fill-6 {
  flex: 6 1 1px;
  -ms-flex: 6 1 1px; }

.flex-order--6 {
  -webkit-box-ordinal-group: -6;
  -moz-box-ordinal-group: -6;
  box-ordinal-group: -6;
  -webkit-order: -6;
  -moz-order: -6;
  order: -6;
  -ms-flex-order: -6; }

.flex-order--5 {
  -webkit-box-ordinal-group: -5;
  -moz-box-ordinal-group: -5;
  box-ordinal-group: -5;
  -webkit-order: -5;
  -moz-order: -5;
  order: -5;
  -ms-flex-order: -5; }

.flex-order--4 {
  -webkit-box-ordinal-group: -4;
  -moz-box-ordinal-group: -4;
  box-ordinal-group: -4;
  -webkit-order: -4;
  -moz-order: -4;
  order: -4;
  -ms-flex-order: -4; }

.flex-order--3 {
  -webkit-box-ordinal-group: -3;
  -moz-box-ordinal-group: -3;
  box-ordinal-group: -3;
  -webkit-order: -3;
  -moz-order: -3;
  order: -3;
  -ms-flex-order: -3; }

.flex-order--2 {
  -webkit-box-ordinal-group: -2;
  -moz-box-ordinal-group: -2;
  box-ordinal-group: -2;
  -webkit-order: -2;
  -moz-order: -2;
  order: -2;
  -ms-flex-order: -2; }

.flex-order--1 {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  box-ordinal-group: -1;
  -webkit-order: -1;
  -moz-order: -1;
  order: -1;
  -ms-flex-order: -1; }

.flex-order-0 {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  box-ordinal-group: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -ms-flex-order: 0; }

.flex-order-1 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1; }

.flex-order-2 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2; }

.flex-order-3 {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  box-ordinal-group: 3;
  -webkit-order: 3;
  -moz-order: 3;
  order: 3;
  -ms-flex-order: 3; }

.flex-order-4 {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  box-ordinal-group: 4;
  -webkit-order: 4;
  -moz-order: 4;
  order: 4;
  -ms-flex-order: 4; }

.flex-order-5 {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  box-ordinal-group: 5;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
  -ms-flex-order: 5; }

.flex-order-6 {
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  box-ordinal-group: 6;
  -webkit-order: 6;
  -moz-order: 6;
  order: 6;
  -ms-flex-order: 6; }

.col-xs-push-0 {
  left: auto; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-pull-12 {
  right: 100%; }

.flex-gutters {
  margin-left: -0.5rem; }
  .flex-gutters > .flex-item {
    padding-left: 0.5rem;
    margin-bottom: 0.5rem; }
    .flex-gutters > .flex-item.flex-item-no-bottom-gutter {
      margin-bottom: 0; }
  .flex-gutters.flex-no-bottom-gutter {
    margin-bottom: -0.5rem; }

.flex-gutters-wide {
  margin-left: -1rem; }
  .flex-gutters-wide > .flex-item {
    padding-left: 1rem;
    margin-bottom: 1rem; }
    .flex-gutters-wide > .flex-item.flex-item-no-bottom-gutter {
      margin-bottom: 0; }
  .flex-gutters-wide.flex-no-bottom-gutter {
    margin-bottom: -1rem; }

.flex-gutters-wider {
  margin-left: -2rem; }
  .flex-gutters-wider > .flex-item {
    padding-left: 2rem;
    margin-bottom: 2rem; }
    .flex-gutters-wider > .flex-item.flex-item-no-bottom-gutter {
      margin-bottom: 0; }
  .flex-gutters-wider.flex-no-bottom-gutter {
    margin-bottom: -2rem; }

.flex-gutters-widest {
  margin-left: -3rem; }
  .flex-gutters-widest > .flex-item {
    padding-left: 3rem;
    margin-bottom: 3rem; }
    .flex-gutters-widest > .flex-item.flex-item-no-bottom-gutter {
      margin-bottom: 0; }
  .flex-gutters-widest.flex-no-bottom-gutter {
    margin-bottom: -3rem; }

.margins {
  margin: 0 8.33333%; }

@media (min-width: 480px) {
  .flex-xs-1of2, .lt-ie10 .flex-xs-1of2, .flex-xs-2of4, .lt-ie10 .flex-xs-2of4, .flex-xs-3of6, .lt-ie10 .flex-xs-3of6, .flex-xs-4of8, .lt-ie10 .flex-xs-4of8, .flex-xs-5of10, .lt-ie10 .flex-xs-5of10, .flex-xs-6of12, .lt-ie10 .flex-xs-6of12, .col-xs-6 {
    width: 50%; }

  .flex-xs-1of3, .lt-ie10 .flex-xs-1of3, .flex-xs-2of6, .lt-ie10 .flex-xs-2of6, .flex-xs-3of9, .lt-ie10 .flex-xs-3of9, .flex-xs-4of12, .lt-ie10 .flex-xs-4of12, .col-xs-4 {
    width: 33.33333%; }

  .flex-xs-2of3, .lt-ie10 .flex-xs-2of3, .flex-xs-4of6, .lt-ie10 .flex-xs-4of6, .flex-xs-6of9, .lt-ie10 .flex-xs-6of9, .flex-xs-8of12, .lt-ie10 .flex-xs-8of12, .col-xs-8 {
    width: 66.66667%; }

  .flex-xs-1of4, .lt-ie10 .flex-xs-1of4, .flex-xs-2of8, .lt-ie10 .flex-xs-2of8, .flex-xs-3of12, .lt-ie10 .flex-xs-3of12, .col-xs-3 {
    width: 25%; }

  .flex-xs-3of4, .lt-ie10 .flex-xs-3of4, .flex-xs-6of8, .lt-ie10 .flex-xs-6of8, .flex-xs-9of12, .lt-ie10 .flex-xs-9of12, .col-xs-9 {
    width: 75%; }

  .flex-xs-1of5, .lt-ie10 .flex-xs-1of5, .flex-xs-2of10, .lt-ie10 .flex-xs-2of10 {
    width: 20%; }

  .flex-xs-2of5, .lt-ie10 .flex-xs-2of5, .flex-xs-4of10, .lt-ie10 .flex-xs-4of10 {
    width: 40%; }

  .flex-xs-3of5, .lt-ie10 .flex-xs-3of5, .flex-xs-6of10, .lt-ie10 .flex-xs-6of10 {
    width: 60%; }

  .flex-xs-4of5, .lt-ie10 .flex-xs-4of5, .flex-xs-8of10, .lt-ie10 .flex-xs-8of10 {
    width: 80%; }

  .flex-xs-1of6, .lt-ie10 .flex-xs-1of6, .flex-xs-2of12, .lt-ie10 .flex-xs-2of12, .col-xs-2 {
    width: 16.66667%; }

  .flex-xs-5of6, .lt-ie10 .flex-xs-5of6, .flex-xs-10of12, .lt-ie10 .flex-xs-10of12, .col-xs-10 {
    width: 83.33333%; }

  .flex-xs-1of7, .lt-ie10 .flex-xs-1of7 {
    width: 14.28571%; }

  .flex-xs-2of7, .lt-ie10 .flex-xs-2of7 {
    width: 28.57143%; }

  .flex-xs-3of7, .lt-ie10 .flex-xs-3of7 {
    width: 42.85714%; }

  .flex-xs-4of7, .lt-ie10 .flex-xs-4of7 {
    width: 57.14286%; }

  .flex-xs-5of7, .lt-ie10 .flex-xs-5of7 {
    width: 71.42857%; }

  .flex-xs-6of7, .lt-ie10 .flex-xs-6of7 {
    width: 85.71429%; }

  .flex-xs-1of8, .lt-ie10 .flex-xs-1of8 {
    width: 12.5%; }

  .flex-xs-3of8, .lt-ie10 .flex-xs-3of8 {
    width: 37.5%; }

  .flex-xs-5of8, .lt-ie10 .flex-xs-5of8 {
    width: 62.5%; }

  .flex-xs-7of8, .lt-ie10 .flex-xs-7of8 {
    width: 87.5%; }

  .flex-xs-1of9, .lt-ie10 .flex-xs-1of9 {
    width: 11.11111%; }

  .flex-xs-2of9, .lt-ie10 .flex-xs-2of9 {
    width: 22.22222%; }

  .flex-xs-4of9, .lt-ie10 .flex-xs-4of9 {
    width: 44.44444%; }

  .flex-xs-5of9, .lt-ie10 .flex-xs-5of9 {
    width: 55.55556%; }

  .flex-xs-7of9, .lt-ie10 .flex-xs-7of9 {
    width: 77.77778%; }

  .flex-xs-8of9, .lt-ie10 .flex-xs-8of9 {
    width: 88.88889%; }

  .flex-xs-1of10, .lt-ie10 .flex-xs-1of10 {
    width: 10%; }

  .flex-xs-3of10, .lt-ie10 .flex-xs-3of10 {
    width: 30%; }

  .flex-xs-7of10, .lt-ie10 .flex-xs-7of10 {
    width: 70%; }

  .flex-xs-9of10, .lt-ie10 .flex-xs-9of10 {
    width: 90%; }

  .flex-xs-1of11, .lt-ie10 .flex-xs-1of11 {
    width: 9.09091%; }

  .flex-xs-2of11, .lt-ie10 .flex-xs-2of11 {
    width: 18.18182%; }

  .flex-xs-3of11, .lt-ie10 .flex-xs-3of11 {
    width: 27.27273%; }

  .flex-xs-4of11, .lt-ie10 .flex-xs-4of11 {
    width: 36.36364%; }

  .flex-xs-5of11, .lt-ie10 .flex-xs-5of11 {
    width: 45.45455%; }

  .flex-xs-6of11, .lt-ie10 .flex-xs-6of11 {
    width: 54.54545%; }

  .flex-xs-7of11, .lt-ie10 .flex-xs-7of11 {
    width: 63.63636%; }

  .flex-xs-8of11, .lt-ie10 .flex-xs-8of11 {
    width: 72.72727%; }

  .flex-xs-9of11, .lt-ie10 .flex-xs-9of11 {
    width: 81.81818%; }

  .flex-xs-10of11, .lt-ie10 .flex-xs-10of11 {
    width: 90.90909%; }

  .flex-xs-1of12, .lt-ie10 .flex-xs-1of12, .col-xs-1 {
    width: 8.33333%; }

  .flex-xs-5of12, .lt-ie10 .flex-xs-5of12, .col-xs-5 {
    width: 41.66667%; }

  .flex-xs-7of12, .lt-ie10 .flex-xs-7of12, .col-xs-7 {
    width: 58.33333%; }

  .flex-xs-11of12, .lt-ie10 .flex-xs-11of12, .col-xs-11 {
    width: 91.66667%; }

  .flex-xs-hide {
    display: none; }

  .flex-xs-show {
    display: block; }

  .flex-xs-full, .col-xs-12 {
    width: 100%; }

  .flex-xs-fill, .flex-xs-fill-2, .flex-xs-fill-3, .flex-xs-fill-4, .flex-xs-fill-5, .flex-xs-fill-6, .flex-xs-collapse {
    width: auto; }

  .flex-xs-fill {
    flex: 1 1 1px;
    -ms-flex: 1 1 1px; }

  .flex-xs-fill-2 {
    flex: 2 1 1px;
    -ms-flex: 2 1 1px; }

  .flex-xs-fill-3 {
    flex: 3 1 1px;
    -ms-flex: 3 1 1px; }

  .flex-xs-fill-4 {
    flex: 4 1 1px;
    -ms-flex: 4 1 1px; }

  .flex-xs-fill-5 {
    flex: 5 1 1px;
    -ms-flex: 5 1 1px; }

  .flex-xs-fill-6 {
    flex: 6 1 1px;
    -ms-flex: 6 1 1px; }

  .flex-xs-order--6 {
    -webkit-box-ordinal-group: -6;
    -moz-box-ordinal-group: -6;
    box-ordinal-group: -6;
    -webkit-order: -6;
    -moz-order: -6;
    order: -6;
    -ms-flex-order: -6; }

  .flex-xs-order--5 {
    -webkit-box-ordinal-group: -5;
    -moz-box-ordinal-group: -5;
    box-ordinal-group: -5;
    -webkit-order: -5;
    -moz-order: -5;
    order: -5;
    -ms-flex-order: -5; }

  .flex-xs-order--4 {
    -webkit-box-ordinal-group: -4;
    -moz-box-ordinal-group: -4;
    box-ordinal-group: -4;
    -webkit-order: -4;
    -moz-order: -4;
    order: -4;
    -ms-flex-order: -4; }

  .flex-xs-order--3 {
    -webkit-box-ordinal-group: -3;
    -moz-box-ordinal-group: -3;
    box-ordinal-group: -3;
    -webkit-order: -3;
    -moz-order: -3;
    order: -3;
    -ms-flex-order: -3; }

  .flex-xs-order--2 {
    -webkit-box-ordinal-group: -2;
    -moz-box-ordinal-group: -2;
    box-ordinal-group: -2;
    -webkit-order: -2;
    -moz-order: -2;
    order: -2;
    -ms-flex-order: -2; }

  .flex-xs-order--1 {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1; }

  .flex-xs-order-0 {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0; }

  .flex-xs-order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1; }

  .flex-xs-order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; }

  .flex-xs-order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3; }

  .flex-xs-order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4; }

  .flex-xs-order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -ms-flex-order: 5; }

  .flex-xs-order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    box-ordinal-group: 6;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6; }

  .col-xs-push-0 {
    left: auto; }

  .col-xs-pull-0 {
    right: auto; }

  .col-xs-offset-1 {
    margin-left: 8.33333%; }

  .col-xs-push-1 {
    left: 8.33333%; }

  .col-xs-pull-1 {
    right: 8.33333%; }

  .col-xs-offset-2 {
    margin-left: 16.66667%; }

  .col-xs-push-2 {
    left: 16.66667%; }

  .col-xs-pull-2 {
    right: 16.66667%; }

  .col-xs-offset-3 {
    margin-left: 25%; }

  .col-xs-push-3 {
    left: 25%; }

  .col-xs-pull-3 {
    right: 25%; }

  .col-xs-offset-4 {
    margin-left: 33.33333%; }

  .col-xs-push-4 {
    left: 33.33333%; }

  .col-xs-pull-4 {
    right: 33.33333%; }

  .col-xs-offset-5 {
    margin-left: 41.66667%; }

  .col-xs-push-5 {
    left: 41.66667%; }

  .col-xs-pull-5 {
    right: 41.66667%; }

  .col-xs-offset-6 {
    margin-left: 50%; }

  .col-xs-push-6 {
    left: 50%; }

  .col-xs-pull-6 {
    right: 50%; }

  .col-xs-offset-7 {
    margin-left: 58.33333%; }

  .col-xs-push-7 {
    left: 58.33333%; }

  .col-xs-pull-7 {
    right: 58.33333%; }

  .col-xs-offset-8 {
    margin-left: 66.66667%; }

  .col-xs-push-8 {
    left: 66.66667%; }

  .col-xs-pull-8 {
    right: 66.66667%; }

  .col-xs-offset-9 {
    margin-left: 75%; }

  .col-xs-push-9 {
    left: 75%; }

  .col-xs-pull-9 {
    right: 75%; }

  .col-xs-offset-10 {
    margin-left: 83.33333%; }

  .col-xs-push-10 {
    left: 83.33333%; }

  .col-xs-pull-10 {
    right: 83.33333%; }

  .col-xs-offset-11 {
    margin-left: 91.66667%; }

  .col-xs-push-11 {
    left: 91.66667%; }

  .col-xs-pull-11 {
    right: 91.66667%; }

  .col-xs-offset-12 {
    margin-left: 100%; }

  .col-xs-push-12 {
    left: 100%; }

  .col-xs-pull-12 {
    right: 100%; }

  .flex-xs-gutters {
    margin-left: -0.5rem; }
    .flex-xs-gutters > .flex-item {
      padding-left: 0.5rem;
      margin-bottom: 0.5rem; }
      .flex-xs-gutters > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-xs-gutters.flex-no-bottom-gutter {
      margin-bottom: -0.5rem; }

  .flex-xs-gutters-wide {
    margin-left: -1rem; }
    .flex-xs-gutters-wide > .flex-item {
      padding-left: 1rem;
      margin-bottom: 1rem; }
      .flex-xs-gutters-wide > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-xs-gutters-wide.flex-no-bottom-gutter {
      margin-bottom: -1rem; }

  .flex-xs-gutters-wider {
    margin-left: -2rem; }
    .flex-xs-gutters-wider > .flex-item {
      padding-left: 2rem;
      margin-bottom: 2rem; }
      .flex-xs-gutters-wider > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-xs-gutters-wider.flex-no-bottom-gutter {
      margin-bottom: -2rem; }

  .flex-xs-gutters-widest {
    margin-left: -3rem; }
    .flex-xs-gutters-widest > .flex-item {
      padding-left: 3rem;
      margin-bottom: 3rem; }
      .flex-xs-gutters-widest > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-xs-gutters-widest.flex-no-bottom-gutter {
      margin-bottom: -3rem; }

  .margins-xs {
    margin: 0 8.33333%; } }
@media (min-width: 768px) {
  .flex-sm-1of2, .lt-ie10 .flex-sm-1of2, .flex-sm-2of4, .lt-ie10 .flex-sm-2of4, .flex-sm-3of6, .lt-ie10 .flex-sm-3of6, .flex-sm-4of8, .lt-ie10 .flex-sm-4of8, .flex-sm-5of10, .lt-ie10 .flex-sm-5of10, .flex-sm-6of12, .lt-ie10 .flex-sm-6of12, .col-sm-6 {
    width: 50%; }

  .flex-sm-1of3, .lt-ie10 .flex-sm-1of3, .flex-sm-2of6, .lt-ie10 .flex-sm-2of6, .flex-sm-3of9, .lt-ie10 .flex-sm-3of9, .flex-sm-4of12, .lt-ie10 .flex-sm-4of12, .col-sm-4 {
    width: 33.33333%; }

  .flex-sm-2of3, .lt-ie10 .flex-sm-2of3, .flex-sm-4of6, .lt-ie10 .flex-sm-4of6, .flex-sm-6of9, .lt-ie10 .flex-sm-6of9, .flex-sm-8of12, .lt-ie10 .flex-sm-8of12, .col-sm-8 {
    width: 66.66667%; }

  .flex-sm-1of4, .lt-ie10 .flex-sm-1of4, .flex-sm-2of8, .lt-ie10 .flex-sm-2of8, .flex-sm-3of12, .lt-ie10 .flex-sm-3of12, .col-sm-3 {
    width: 25%; }

  .flex-sm-3of4, .lt-ie10 .flex-sm-3of4, .flex-sm-6of8, .lt-ie10 .flex-sm-6of8, .flex-sm-9of12, .lt-ie10 .flex-sm-9of12, .col-sm-9 {
    width: 75%; }

  .flex-sm-1of5, .lt-ie10 .flex-sm-1of5, .flex-sm-2of10, .lt-ie10 .flex-sm-2of10 {
    width: 20%; }

  .flex-sm-2of5, .lt-ie10 .flex-sm-2of5, .flex-sm-4of10, .lt-ie10 .flex-sm-4of10 {
    width: 40%; }

  .flex-sm-3of5, .lt-ie10 .flex-sm-3of5, .flex-sm-6of10, .lt-ie10 .flex-sm-6of10 {
    width: 60%; }

  .flex-sm-4of5, .lt-ie10 .flex-sm-4of5, .flex-sm-8of10, .lt-ie10 .flex-sm-8of10 {
    width: 80%; }

  .flex-sm-1of6, .lt-ie10 .flex-sm-1of6, .flex-sm-2of12, .lt-ie10 .flex-sm-2of12, .col-sm-2 {
    width: 16.66667%; }

  .flex-sm-5of6, .lt-ie10 .flex-sm-5of6, .flex-sm-10of12, .lt-ie10 .flex-sm-10of12, .col-sm-10 {
    width: 83.33333%; }

  .flex-sm-1of7, .lt-ie10 .flex-sm-1of7 {
    width: 14.28571%; }

  .flex-sm-2of7, .lt-ie10 .flex-sm-2of7 {
    width: 28.57143%; }

  .flex-sm-3of7, .lt-ie10 .flex-sm-3of7 {
    width: 42.85714%; }

  .flex-sm-4of7, .lt-ie10 .flex-sm-4of7 {
    width: 57.14286%; }

  .flex-sm-5of7, .lt-ie10 .flex-sm-5of7 {
    width: 71.42857%; }

  .flex-sm-6of7, .lt-ie10 .flex-sm-6of7 {
    width: 85.71429%; }

  .flex-sm-1of8, .lt-ie10 .flex-sm-1of8 {
    width: 12.5%; }

  .flex-sm-3of8, .lt-ie10 .flex-sm-3of8 {
    width: 37.5%; }

  .flex-sm-5of8, .lt-ie10 .flex-sm-5of8 {
    width: 62.5%; }

  .flex-sm-7of8, .lt-ie10 .flex-sm-7of8 {
    width: 87.5%; }

  .flex-sm-1of9, .lt-ie10 .flex-sm-1of9 {
    width: 11.11111%; }

  .flex-sm-2of9, .lt-ie10 .flex-sm-2of9 {
    width: 22.22222%; }

  .flex-sm-4of9, .lt-ie10 .flex-sm-4of9 {
    width: 44.44444%; }

  .flex-sm-5of9, .lt-ie10 .flex-sm-5of9 {
    width: 55.55556%; }

  .flex-sm-7of9, .lt-ie10 .flex-sm-7of9 {
    width: 77.77778%; }

  .flex-sm-8of9, .lt-ie10 .flex-sm-8of9 {
    width: 88.88889%; }

  .flex-sm-1of10, .lt-ie10 .flex-sm-1of10 {
    width: 10%; }

  .flex-sm-3of10, .lt-ie10 .flex-sm-3of10 {
    width: 30%; }

  .flex-sm-7of10, .lt-ie10 .flex-sm-7of10 {
    width: 70%; }

  .flex-sm-9of10, .lt-ie10 .flex-sm-9of10 {
    width: 90%; }

  .flex-sm-1of11, .lt-ie10 .flex-sm-1of11 {
    width: 9.09091%; }

  .flex-sm-2of11, .lt-ie10 .flex-sm-2of11 {
    width: 18.18182%; }

  .flex-sm-3of11, .lt-ie10 .flex-sm-3of11 {
    width: 27.27273%; }

  .flex-sm-4of11, .lt-ie10 .flex-sm-4of11 {
    width: 36.36364%; }

  .flex-sm-5of11, .lt-ie10 .flex-sm-5of11 {
    width: 45.45455%; }

  .flex-sm-6of11, .lt-ie10 .flex-sm-6of11 {
    width: 54.54545%; }

  .flex-sm-7of11, .lt-ie10 .flex-sm-7of11 {
    width: 63.63636%; }

  .flex-sm-8of11, .lt-ie10 .flex-sm-8of11 {
    width: 72.72727%; }

  .flex-sm-9of11, .lt-ie10 .flex-sm-9of11 {
    width: 81.81818%; }

  .flex-sm-10of11, .lt-ie10 .flex-sm-10of11 {
    width: 90.90909%; }

  .flex-sm-1of12, .lt-ie10 .flex-sm-1of12, .col-sm-1 {
    width: 8.33333%; }

  .flex-sm-5of12, .lt-ie10 .flex-sm-5of12, .col-sm-5 {
    width: 41.66667%; }

  .flex-sm-7of12, .lt-ie10 .flex-sm-7of12, .col-sm-7 {
    width: 58.33333%; }

  .flex-sm-11of12, .lt-ie10 .flex-sm-11of12, .col-sm-11 {
    width: 91.66667%; }

  .flex-sm-hide {
    display: none; }

  .flex-sm-show {
    display: block; }

  .flex-sm-full, .col-sm-12 {
    width: 100%; }

  .flex-sm-fill, .flex-sm-fill-2, .flex-sm-fill-3, .flex-sm-fill-4, .flex-sm-fill-5, .flex-sm-fill-6, .flex-sm-collapse {
    width: auto; }

  .flex-sm-fill {
    flex: 1 1 1px;
    -ms-flex: 1 1 1px; }

  .flex-sm-fill-2 {
    flex: 2 1 1px;
    -ms-flex: 2 1 1px; }

  .flex-sm-fill-3 {
    flex: 3 1 1px;
    -ms-flex: 3 1 1px; }

  .flex-sm-fill-4 {
    flex: 4 1 1px;
    -ms-flex: 4 1 1px; }

  .flex-sm-fill-5 {
    flex: 5 1 1px;
    -ms-flex: 5 1 1px; }

  .flex-sm-fill-6 {
    flex: 6 1 1px;
    -ms-flex: 6 1 1px; }

  .flex-sm-order--6 {
    -webkit-box-ordinal-group: -6;
    -moz-box-ordinal-group: -6;
    box-ordinal-group: -6;
    -webkit-order: -6;
    -moz-order: -6;
    order: -6;
    -ms-flex-order: -6; }

  .flex-sm-order--5 {
    -webkit-box-ordinal-group: -5;
    -moz-box-ordinal-group: -5;
    box-ordinal-group: -5;
    -webkit-order: -5;
    -moz-order: -5;
    order: -5;
    -ms-flex-order: -5; }

  .flex-sm-order--4 {
    -webkit-box-ordinal-group: -4;
    -moz-box-ordinal-group: -4;
    box-ordinal-group: -4;
    -webkit-order: -4;
    -moz-order: -4;
    order: -4;
    -ms-flex-order: -4; }

  .flex-sm-order--3 {
    -webkit-box-ordinal-group: -3;
    -moz-box-ordinal-group: -3;
    box-ordinal-group: -3;
    -webkit-order: -3;
    -moz-order: -3;
    order: -3;
    -ms-flex-order: -3; }

  .flex-sm-order--2 {
    -webkit-box-ordinal-group: -2;
    -moz-box-ordinal-group: -2;
    box-ordinal-group: -2;
    -webkit-order: -2;
    -moz-order: -2;
    order: -2;
    -ms-flex-order: -2; }

  .flex-sm-order--1 {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1; }

  .flex-sm-order-0 {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0; }

  .flex-sm-order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1; }

  .flex-sm-order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; }

  .flex-sm-order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3; }

  .flex-sm-order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4; }

  .flex-sm-order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -ms-flex-order: 5; }

  .flex-sm-order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    box-ordinal-group: 6;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-pull-12 {
    right: 100%; }

  .flex-sm-gutters {
    margin-left: -0.5rem; }
    .flex-sm-gutters > .flex-item {
      padding-left: 0.5rem;
      margin-bottom: 0.5rem; }
      .flex-sm-gutters > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-sm-gutters.flex-no-bottom-gutter {
      margin-bottom: -0.5rem; }

  .flex-sm-gutters-wide {
    margin-left: -1rem; }
    .flex-sm-gutters-wide > .flex-item {
      padding-left: 1rem;
      margin-bottom: 1rem; }
      .flex-sm-gutters-wide > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-sm-gutters-wide.flex-no-bottom-gutter {
      margin-bottom: -1rem; }

  .flex-sm-gutters-wider {
    margin-left: -2rem; }
    .flex-sm-gutters-wider > .flex-item {
      padding-left: 2rem;
      margin-bottom: 2rem; }
      .flex-sm-gutters-wider > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-sm-gutters-wider.flex-no-bottom-gutter {
      margin-bottom: -2rem; }

  .flex-sm-gutters-widest {
    margin-left: -3rem; }
    .flex-sm-gutters-widest > .flex-item {
      padding-left: 3rem;
      margin-bottom: 3rem; }
      .flex-sm-gutters-widest > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-sm-gutters-widest.flex-no-bottom-gutter {
      margin-bottom: -3rem; }

  .margins-sm {
    margin: 0 8.33333%; } }
@media (min-width: 980px) {
  .flex-md-1of2, .lt-ie10 .flex-md-1of2, .flex-md-2of4, .lt-ie10 .flex-md-2of4, .flex-md-3of6, .lt-ie10 .flex-md-3of6, .flex-md-4of8, .lt-ie10 .flex-md-4of8, .flex-md-5of10, .lt-ie10 .flex-md-5of10, .flex-md-6of12, .lt-ie10 .flex-md-6of12, .col-md-6 {
    width: 50%; }

  .flex-md-1of3, .lt-ie10 .flex-md-1of3, .flex-md-2of6, .lt-ie10 .flex-md-2of6, .flex-md-3of9, .lt-ie10 .flex-md-3of9, .flex-md-4of12, .lt-ie10 .flex-md-4of12, .col-md-4 {
    width: 33.33333%; }

  .flex-md-2of3, .lt-ie10 .flex-md-2of3, .flex-md-4of6, .lt-ie10 .flex-md-4of6, .flex-md-6of9, .lt-ie10 .flex-md-6of9, .flex-md-8of12, .lt-ie10 .flex-md-8of12, .col-md-8 {
    width: 66.66667%; }

  .flex-md-1of4, .lt-ie10 .flex-md-1of4, .flex-md-2of8, .lt-ie10 .flex-md-2of8, .flex-md-3of12, .lt-ie10 .flex-md-3of12, .col-md-3 {
    width: 25%; }

  .flex-md-3of4, .lt-ie10 .flex-md-3of4, .flex-md-6of8, .lt-ie10 .flex-md-6of8, .flex-md-9of12, .lt-ie10 .flex-md-9of12, .col-md-9 {
    width: 75%; }

  .flex-md-1of5, .lt-ie10 .flex-md-1of5, .flex-md-2of10, .lt-ie10 .flex-md-2of10 {
    width: 20%; }

  .flex-md-2of5, .lt-ie10 .flex-md-2of5, .flex-md-4of10, .lt-ie10 .flex-md-4of10 {
    width: 40%; }

  .flex-md-3of5, .lt-ie10 .flex-md-3of5, .flex-md-6of10, .lt-ie10 .flex-md-6of10 {
    width: 60%; }

  .flex-md-4of5, .lt-ie10 .flex-md-4of5, .flex-md-8of10, .lt-ie10 .flex-md-8of10 {
    width: 80%; }

  .flex-md-1of6, .lt-ie10 .flex-md-1of6, .flex-md-2of12, .lt-ie10 .flex-md-2of12, .col-md-2 {
    width: 16.66667%; }

  .flex-md-5of6, .lt-ie10 .flex-md-5of6, .flex-md-10of12, .lt-ie10 .flex-md-10of12, .col-md-10 {
    width: 83.33333%; }

  .flex-md-1of7, .lt-ie10 .flex-md-1of7 {
    width: 14.28571%; }

  .flex-md-2of7, .lt-ie10 .flex-md-2of7 {
    width: 28.57143%; }

  .flex-md-3of7, .lt-ie10 .flex-md-3of7 {
    width: 42.85714%; }

  .flex-md-4of7, .lt-ie10 .flex-md-4of7 {
    width: 57.14286%; }

  .flex-md-5of7, .lt-ie10 .flex-md-5of7 {
    width: 71.42857%; }

  .flex-md-6of7, .lt-ie10 .flex-md-6of7 {
    width: 85.71429%; }

  .flex-md-1of8, .lt-ie10 .flex-md-1of8 {
    width: 12.5%; }

  .flex-md-3of8, .lt-ie10 .flex-md-3of8 {
    width: 37.5%; }

  .flex-md-5of8, .lt-ie10 .flex-md-5of8 {
    width: 62.5%; }

  .flex-md-7of8, .lt-ie10 .flex-md-7of8 {
    width: 87.5%; }

  .flex-md-1of9, .lt-ie10 .flex-md-1of9 {
    width: 11.11111%; }

  .flex-md-2of9, .lt-ie10 .flex-md-2of9 {
    width: 22.22222%; }

  .flex-md-4of9, .lt-ie10 .flex-md-4of9 {
    width: 44.44444%; }

  .flex-md-5of9, .lt-ie10 .flex-md-5of9 {
    width: 55.55556%; }

  .flex-md-7of9, .lt-ie10 .flex-md-7of9 {
    width: 77.77778%; }

  .flex-md-8of9, .lt-ie10 .flex-md-8of9 {
    width: 88.88889%; }

  .flex-md-1of10, .lt-ie10 .flex-md-1of10 {
    width: 10%; }

  .flex-md-3of10, .lt-ie10 .flex-md-3of10 {
    width: 30%; }

  .flex-md-7of10, .lt-ie10 .flex-md-7of10 {
    width: 70%; }

  .flex-md-9of10, .lt-ie10 .flex-md-9of10 {
    width: 90%; }

  .flex-md-1of11, .lt-ie10 .flex-md-1of11 {
    width: 9.09091%; }

  .flex-md-2of11, .lt-ie10 .flex-md-2of11 {
    width: 18.18182%; }

  .flex-md-3of11, .lt-ie10 .flex-md-3of11 {
    width: 27.27273%; }

  .flex-md-4of11, .lt-ie10 .flex-md-4of11 {
    width: 36.36364%; }

  .flex-md-5of11, .lt-ie10 .flex-md-5of11 {
    width: 45.45455%; }

  .flex-md-6of11, .lt-ie10 .flex-md-6of11 {
    width: 54.54545%; }

  .flex-md-7of11, .lt-ie10 .flex-md-7of11 {
    width: 63.63636%; }

  .flex-md-8of11, .lt-ie10 .flex-md-8of11 {
    width: 72.72727%; }

  .flex-md-9of11, .lt-ie10 .flex-md-9of11 {
    width: 81.81818%; }

  .flex-md-10of11, .lt-ie10 .flex-md-10of11 {
    width: 90.90909%; }

  .flex-md-1of12, .lt-ie10 .flex-md-1of12, .col-md-1 {
    width: 8.33333%; }

  .flex-md-5of12, .lt-ie10 .flex-md-5of12, .col-md-5 {
    width: 41.66667%; }

  .flex-md-7of12, .lt-ie10 .flex-md-7of12, .col-md-7 {
    width: 58.33333%; }

  .flex-md-11of12, .lt-ie10 .flex-md-11of12, .col-md-11 {
    width: 91.66667%; }

  .flex-md-hide {
    display: none; }

  .flex-md-show {
    display: block; }

  .flex-md-full, .col-md-12 {
    width: 100%; }

  .flex-md-fill, .flex-md-fill-2, .flex-md-fill-3, .flex-md-fill-4, .flex-md-fill-5, .flex-md-fill-6, .flex-md-collapse {
    width: auto; }

  .flex-md-fill {
    flex: 1 1 1px;
    -ms-flex: 1 1 1px; }

  .flex-md-fill-2 {
    flex: 2 1 1px;
    -ms-flex: 2 1 1px; }

  .flex-md-fill-3 {
    flex: 3 1 1px;
    -ms-flex: 3 1 1px; }

  .flex-md-fill-4 {
    flex: 4 1 1px;
    -ms-flex: 4 1 1px; }

  .flex-md-fill-5 {
    flex: 5 1 1px;
    -ms-flex: 5 1 1px; }

  .flex-md-fill-6 {
    flex: 6 1 1px;
    -ms-flex: 6 1 1px; }

  .flex-md-order--6 {
    -webkit-box-ordinal-group: -6;
    -moz-box-ordinal-group: -6;
    box-ordinal-group: -6;
    -webkit-order: -6;
    -moz-order: -6;
    order: -6;
    -ms-flex-order: -6; }

  .flex-md-order--5 {
    -webkit-box-ordinal-group: -5;
    -moz-box-ordinal-group: -5;
    box-ordinal-group: -5;
    -webkit-order: -5;
    -moz-order: -5;
    order: -5;
    -ms-flex-order: -5; }

  .flex-md-order--4 {
    -webkit-box-ordinal-group: -4;
    -moz-box-ordinal-group: -4;
    box-ordinal-group: -4;
    -webkit-order: -4;
    -moz-order: -4;
    order: -4;
    -ms-flex-order: -4; }

  .flex-md-order--3 {
    -webkit-box-ordinal-group: -3;
    -moz-box-ordinal-group: -3;
    box-ordinal-group: -3;
    -webkit-order: -3;
    -moz-order: -3;
    order: -3;
    -ms-flex-order: -3; }

  .flex-md-order--2 {
    -webkit-box-ordinal-group: -2;
    -moz-box-ordinal-group: -2;
    box-ordinal-group: -2;
    -webkit-order: -2;
    -moz-order: -2;
    order: -2;
    -ms-flex-order: -2; }

  .flex-md-order--1 {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1; }

  .flex-md-order-0 {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0; }

  .flex-md-order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1; }

  .flex-md-order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; }

  .flex-md-order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3; }

  .flex-md-order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4; }

  .flex-md-order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -ms-flex-order: 5; }

  .flex-md-order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    box-ordinal-group: 6;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6; }

  .col-md-push-0 {
    left: auto; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-pull-12 {
    right: 100%; }

  .flex-md-gutters {
    margin-left: -0.5rem; }
    .flex-md-gutters > .flex-item {
      padding-left: 0.5rem;
      margin-bottom: 0.5rem; }
      .flex-md-gutters > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-md-gutters.flex-no-bottom-gutter {
      margin-bottom: -0.5rem; }

  .flex-md-gutters-wide {
    margin-left: -1rem; }
    .flex-md-gutters-wide > .flex-item {
      padding-left: 1rem;
      margin-bottom: 1rem; }
      .flex-md-gutters-wide > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-md-gutters-wide.flex-no-bottom-gutter {
      margin-bottom: -1rem; }

  .flex-md-gutters-wider {
    margin-left: -2rem; }
    .flex-md-gutters-wider > .flex-item {
      padding-left: 2rem;
      margin-bottom: 2rem; }
      .flex-md-gutters-wider > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-md-gutters-wider.flex-no-bottom-gutter {
      margin-bottom: -2rem; }

  .flex-md-gutters-widest {
    margin-left: -3rem; }
    .flex-md-gutters-widest > .flex-item {
      padding-left: 3rem;
      margin-bottom: 3rem; }
      .flex-md-gutters-widest > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-md-gutters-widest.flex-no-bottom-gutter {
      margin-bottom: -3rem; }

  .margins-md {
    margin: 0 8.33333%; } }
@media (min-width: 1260px) {
  .flex-lg-1of2, .lt-ie10 .flex-lg-1of2, .flex-lg-2of4, .lt-ie10 .flex-lg-2of4, .flex-lg-3of6, .lt-ie10 .flex-lg-3of6, .flex-lg-4of8, .lt-ie10 .flex-lg-4of8, .flex-lg-5of10, .lt-ie10 .flex-lg-5of10, .flex-lg-6of12, .lt-ie10 .flex-lg-6of12, .col-lg-6 {
    width: 50%; }

  .flex-lg-1of3, .lt-ie10 .flex-lg-1of3, .flex-lg-2of6, .lt-ie10 .flex-lg-2of6, .flex-lg-3of9, .lt-ie10 .flex-lg-3of9, .flex-lg-4of12, .lt-ie10 .flex-lg-4of12, .col-lg-4 {
    width: 33.33333%; }

  .flex-lg-2of3, .lt-ie10 .flex-lg-2of3, .flex-lg-4of6, .lt-ie10 .flex-lg-4of6, .flex-lg-6of9, .lt-ie10 .flex-lg-6of9, .flex-lg-8of12, .lt-ie10 .flex-lg-8of12, .col-lg-8 {
    width: 66.66667%; }

  .flex-lg-1of4, .lt-ie10 .flex-lg-1of4, .flex-lg-2of8, .lt-ie10 .flex-lg-2of8, .flex-lg-3of12, .lt-ie10 .flex-lg-3of12, .col-lg-3 {
    width: 25%; }

  .flex-lg-3of4, .lt-ie10 .flex-lg-3of4, .flex-lg-6of8, .lt-ie10 .flex-lg-6of8, .flex-lg-9of12, .lt-ie10 .flex-lg-9of12, .col-lg-9 {
    width: 75%; }

  .flex-lg-1of5, .lt-ie10 .flex-lg-1of5, .flex-lg-2of10, .lt-ie10 .flex-lg-2of10 {
    width: 20%; }

  .flex-lg-2of5, .lt-ie10 .flex-lg-2of5, .flex-lg-4of10, .lt-ie10 .flex-lg-4of10 {
    width: 40%; }

  .flex-lg-3of5, .lt-ie10 .flex-lg-3of5, .flex-lg-6of10, .lt-ie10 .flex-lg-6of10 {
    width: 60%; }

  .flex-lg-4of5, .lt-ie10 .flex-lg-4of5, .flex-lg-8of10, .lt-ie10 .flex-lg-8of10 {
    width: 80%; }

  .flex-lg-1of6, .lt-ie10 .flex-lg-1of6, .flex-lg-2of12, .lt-ie10 .flex-lg-2of12, .col-lg-2 {
    width: 16.66667%; }

  .flex-lg-5of6, .lt-ie10 .flex-lg-5of6, .flex-lg-10of12, .lt-ie10 .flex-lg-10of12, .col-lg-10 {
    width: 83.33333%; }

  .flex-lg-1of7, .lt-ie10 .flex-lg-1of7 {
    width: 14.28571%; }

  .flex-lg-2of7, .lt-ie10 .flex-lg-2of7 {
    width: 28.57143%; }

  .flex-lg-3of7, .lt-ie10 .flex-lg-3of7 {
    width: 42.85714%; }

  .flex-lg-4of7, .lt-ie10 .flex-lg-4of7 {
    width: 57.14286%; }

  .flex-lg-5of7, .lt-ie10 .flex-lg-5of7 {
    width: 71.42857%; }

  .flex-lg-6of7, .lt-ie10 .flex-lg-6of7 {
    width: 85.71429%; }

  .flex-lg-1of8, .lt-ie10 .flex-lg-1of8 {
    width: 12.5%; }

  .flex-lg-3of8, .lt-ie10 .flex-lg-3of8 {
    width: 37.5%; }

  .flex-lg-5of8, .lt-ie10 .flex-lg-5of8 {
    width: 62.5%; }

  .flex-lg-7of8, .lt-ie10 .flex-lg-7of8 {
    width: 87.5%; }

  .flex-lg-1of9, .lt-ie10 .flex-lg-1of9 {
    width: 11.11111%; }

  .flex-lg-2of9, .lt-ie10 .flex-lg-2of9 {
    width: 22.22222%; }

  .flex-lg-4of9, .lt-ie10 .flex-lg-4of9 {
    width: 44.44444%; }

  .flex-lg-5of9, .lt-ie10 .flex-lg-5of9 {
    width: 55.55556%; }

  .flex-lg-7of9, .lt-ie10 .flex-lg-7of9 {
    width: 77.77778%; }

  .flex-lg-8of9, .lt-ie10 .flex-lg-8of9 {
    width: 88.88889%; }

  .flex-lg-1of10, .lt-ie10 .flex-lg-1of10 {
    width: 10%; }

  .flex-lg-3of10, .lt-ie10 .flex-lg-3of10 {
    width: 30%; }

  .flex-lg-7of10, .lt-ie10 .flex-lg-7of10 {
    width: 70%; }

  .flex-lg-9of10, .lt-ie10 .flex-lg-9of10 {
    width: 90%; }

  .flex-lg-1of11, .lt-ie10 .flex-lg-1of11 {
    width: 9.09091%; }

  .flex-lg-2of11, .lt-ie10 .flex-lg-2of11 {
    width: 18.18182%; }

  .flex-lg-3of11, .lt-ie10 .flex-lg-3of11 {
    width: 27.27273%; }

  .flex-lg-4of11, .lt-ie10 .flex-lg-4of11 {
    width: 36.36364%; }

  .flex-lg-5of11, .lt-ie10 .flex-lg-5of11 {
    width: 45.45455%; }

  .flex-lg-6of11, .lt-ie10 .flex-lg-6of11 {
    width: 54.54545%; }

  .flex-lg-7of11, .lt-ie10 .flex-lg-7of11 {
    width: 63.63636%; }

  .flex-lg-8of11, .lt-ie10 .flex-lg-8of11 {
    width: 72.72727%; }

  .flex-lg-9of11, .lt-ie10 .flex-lg-9of11 {
    width: 81.81818%; }

  .flex-lg-10of11, .lt-ie10 .flex-lg-10of11 {
    width: 90.90909%; }

  .flex-lg-1of12, .lt-ie10 .flex-lg-1of12, .col-lg-1 {
    width: 8.33333%; }

  .flex-lg-5of12, .lt-ie10 .flex-lg-5of12, .col-lg-5 {
    width: 41.66667%; }

  .flex-lg-7of12, .lt-ie10 .flex-lg-7of12, .col-lg-7 {
    width: 58.33333%; }

  .flex-lg-11of12, .lt-ie10 .flex-lg-11of12, .col-lg-11 {
    width: 91.66667%; }

  .flex-lg-hide {
    display: none; }

  .flex-lg-show {
    display: block; }

  .flex-lg-full, .col-lg-12 {
    width: 100%; }

  .flex-lg-fill, .flex-lg-fill-2, .flex-lg-fill-3, .flex-lg-fill-4, .flex-lg-fill-5, .flex-lg-fill-6, .flex-lg-collapse {
    width: auto; }

  .flex-lg-fill {
    flex: 1 1 1px;
    -ms-flex: 1 1 1px; }

  .flex-lg-fill-2 {
    flex: 2 1 1px;
    -ms-flex: 2 1 1px; }

  .flex-lg-fill-3 {
    flex: 3 1 1px;
    -ms-flex: 3 1 1px; }

  .flex-lg-fill-4 {
    flex: 4 1 1px;
    -ms-flex: 4 1 1px; }

  .flex-lg-fill-5 {
    flex: 5 1 1px;
    -ms-flex: 5 1 1px; }

  .flex-lg-fill-6 {
    flex: 6 1 1px;
    -ms-flex: 6 1 1px; }

  .flex-lg-order--6 {
    -webkit-box-ordinal-group: -6;
    -moz-box-ordinal-group: -6;
    box-ordinal-group: -6;
    -webkit-order: -6;
    -moz-order: -6;
    order: -6;
    -ms-flex-order: -6; }

  .flex-lg-order--5 {
    -webkit-box-ordinal-group: -5;
    -moz-box-ordinal-group: -5;
    box-ordinal-group: -5;
    -webkit-order: -5;
    -moz-order: -5;
    order: -5;
    -ms-flex-order: -5; }

  .flex-lg-order--4 {
    -webkit-box-ordinal-group: -4;
    -moz-box-ordinal-group: -4;
    box-ordinal-group: -4;
    -webkit-order: -4;
    -moz-order: -4;
    order: -4;
    -ms-flex-order: -4; }

  .flex-lg-order--3 {
    -webkit-box-ordinal-group: -3;
    -moz-box-ordinal-group: -3;
    box-ordinal-group: -3;
    -webkit-order: -3;
    -moz-order: -3;
    order: -3;
    -ms-flex-order: -3; }

  .flex-lg-order--2 {
    -webkit-box-ordinal-group: -2;
    -moz-box-ordinal-group: -2;
    box-ordinal-group: -2;
    -webkit-order: -2;
    -moz-order: -2;
    order: -2;
    -ms-flex-order: -2; }

  .flex-lg-order--1 {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1; }

  .flex-lg-order-0 {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0; }

  .flex-lg-order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1; }

  .flex-lg-order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; }

  .flex-lg-order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3; }

  .flex-lg-order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4; }

  .flex-lg-order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -ms-flex-order: 5; }

  .flex-lg-order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    box-ordinal-group: 6;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-pull-12 {
    right: 100%; }

  .flex-lg-gutters {
    margin-left: -0.5rem; }
    .flex-lg-gutters > .flex-item {
      padding-left: 0.5rem;
      margin-bottom: 0.5rem; }
      .flex-lg-gutters > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-lg-gutters.flex-no-bottom-gutter {
      margin-bottom: -0.5rem; }

  .flex-lg-gutters-wide {
    margin-left: -1rem; }
    .flex-lg-gutters-wide > .flex-item {
      padding-left: 1rem;
      margin-bottom: 1rem; }
      .flex-lg-gutters-wide > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-lg-gutters-wide.flex-no-bottom-gutter {
      margin-bottom: -1rem; }

  .flex-lg-gutters-wider {
    margin-left: -2rem; }
    .flex-lg-gutters-wider > .flex-item {
      padding-left: 2rem;
      margin-bottom: 2rem; }
      .flex-lg-gutters-wider > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-lg-gutters-wider.flex-no-bottom-gutter {
      margin-bottom: -2rem; }

  .flex-lg-gutters-widest {
    margin-left: -3rem; }
    .flex-lg-gutters-widest > .flex-item {
      padding-left: 3rem;
      margin-bottom: 3rem; }
      .flex-lg-gutters-widest > .flex-item.flex-item-no-bottom-gutter {
        margin-bottom: 0; }
    .flex-lg-gutters-widest.flex-no-bottom-gutter {
      margin-bottom: -3rem; }

  .margins-lg {
    margin: 0 8.33333%; } }
.body-header {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #444444; }

.alert {
  position: relative;
  margin: 0.8rem;
  padding: 1rem;
  color: #444444;
  border: 1px solid transparent; }
  .alert[data-state="is-hidden"] {
    display: none; }
  .alert h4 {
    font-family: "Agenda Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 0;
    margin: 0 0 1rem;
    margin: 0;
    font-weight: bold;
    color: inherit; }
    .alert h4 + p {
      margin-top: 1rem; }
  .alert p {
    margin: 0; }
    .alert p + p {
      margin-top: 0.75rem; }
  .alert a, .alert .alert-link {
    font-weight: bold; }
  .alert ul,
  .alert ol {
    margin: 0 0 0 1.25rem;
    padding: 0; }
  .alert.alert-icon {
    padding-left: 40px; }
    .alert.alert-icon:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 18px;
      left: 14px; }
  .alert.alert-success {
    border-color: #39B549;
    background-color: #fafef4;
    color: #444444; }
    .alert.alert-success .close:after {
      color: #999999; }
    .alert.alert-success hr {
      border-top-color: #36ac45; }
    .alert.alert-success a, .alert.alert-success .alert-link {
      color: #3d3d3d;
      text-decoration: underline; }
    .alert.alert-success.alert-icon:before {
      content: "";
      color: #39B549; }
  .alert.alert-warning {
    border-color: #FFC50A;
    background-color: #fff9eb;
    color: #7E6206; }
    .alert.alert-warning .close:after {
      color: #C5B07A; }
    .alert.alert-warning hr {
      border-top-color: #f2bb0a; }
    .alert.alert-warning a, .alert.alert-warning .alert-link {
      color: #715805;
      text-decoration: underline; }
    .alert.alert-warning.alert-icon:before {
      content: ""; }
  .alert.alert-danger {
    border-color: #C97D80;
    background-color: #fcefef;
    color: #9C1A20; }
    .alert.alert-danger .close:after {
      color: #C97D80; }
    .alert.alert-danger hr {
      border-top-color: #bf777a; }
    .alert.alert-danger a, .alert.alert-danger .alert-link {
      color: #8c171d;
      text-decoration: underline; }
    .alert.alert-danger.alert-icon:before {
      content: ""; }
  .alert.alert-info {
    border-color: #00A4E3;
    background-color: #eafaff;
    color: #00719d; }
    .alert.alert-info .close:after {
      color: #6BB4D1; }
    .alert.alert-info hr {
      border-top-color: #009cd8; }
    .alert.alert-info a, .alert.alert-info .alert-link {
      color: #00668d;
      text-decoration: underline; }
    .alert.alert-info.alert-icon:before {
      content: ""; }

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

mark,
.mark {
  background-color: #FFE8AF;
  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 {
  text-transform: uppercase; }

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

.text-muted {
  color: #999999; }

.text-primary {
  color: #00A4E3; }

a.text-primary:hover,
a.text-primary:focus {
  color: #007fb0; }

.text-success {
  color: #287f33; }

a.text-success:hover,
a.text-success:focus {
  color: #1c5823; }

.text-info {
  color: #00719d; }

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

.text-warning {
  color: #b38a07; }

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

.text-danger {
  color: #9C1A20; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #00A4E3; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #007fb0; }

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #E2E2E2; }

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

dt,
dd {
  line-height: 1.25; }

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: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 200px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 220px; } }

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

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: 5px solid #E2E2E2; }
  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.25;
    color: #999999; }
    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 #E2E2E2;
  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: 20px;
  font-style: normal;
  line-height: 1.25; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #00A4E3;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #00A4E3;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #00A4E3;
  text-decoration: none;
  cursor: pointer; }

.badge, .nav-pills > .active > a > .badge {
  background-color: #00A4E3;
  color: white; }

.btn-primary .badge {
  color: #00A4E3;
  background-color: white; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #999999; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.btn-group > .btn + .btn,
.btn-group > .btn + .btn-group > .btn,
.btn-group > .btn-group + .btn,
.btn-group > .btn-group + .btn-group > .btn {
  border-left-width: 1px; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group > .btn,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group > .btn {
  border-top-width: 1px; }

.btn-group > .btn + .dropdown-toggle .caret:before {
  display: block; }

.btn:active, .btn.active {
  outline: 0;
  -webkit-box-shadow: inset 1px 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 3px 4px rgba(0, 0, 0, 0.2); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link {
  color: #00A4E3;
  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: #000;
    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: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0; }

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  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%; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.body-header {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #444444; }

.close {
  float: right;
  background: none;
  line-height: 1;
  text-transform: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #000;
  -webkit-appearance: none; }
  .close > span {
    display: none; }
  .close:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 1.25rem;
    content: "";
    text-shadow: 0 1px 0 #fff; }

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: inherit;
  background-color: inherit;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  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: 9.5px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.25;
  word-break: break-all;
  word-wrap: break-word;
  color: #444444;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  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; }

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.25;
    color: #444444;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #373737;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00A4E3; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.25;
  color: #999999;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.caret {
  border: none;
  display: inline;
  vertical-align: baseline; }
  .caret:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 1px; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border: none; }
  .dropup .caret:before,
  .navbar-fixed-bottom .dropdown .caret:before {
    content: "";
    top: -3px; }

.dropdown-menu > li > label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > label:hover,
.dropdown-menu > li > label:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > li > input:checked ~ label,
.dropdown-menu > li > input:checked ~ label:hover,
.dropdown-menu > li > input:checked ~ label:focus,
.dropdown-menu > .active > label,
.dropdown-menu > .active > label:hover,
.dropdown-menu > .active > label:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > li > input[disabled] ~ label,
.dropdown-menu > li > input[disabled] ~ label:hover,
.dropdown-menu > li > input[disabled] ~ label:focus,
.dropdown-menu > .disabled > label,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
  color: #999999; }

.dropdown-menu > li > input[disabled] ~ label:hover,
.dropdown-menu > li > input[disabled] ~ label:focus,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.dropdown-menu > li > label {
  margin-bottom: 0;
  cursor: pointer; }

.dropdown-menu > li > input[type="radio"],
.dropdown-menu > li > input[type="checkbox"] {
  display: none;
  position: absolute;
  top: -9999em;
  left: -9999em; }

.dropdown-menu > li > label:focus,
.dropdown-menu > li > input:focus ~ label {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

.dropdown-menu.pull-top {
  bottom: 100%;
  top: auto;
  margin: 0 0 2px;
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-center {
  right: 50%;
  left: auto; }

.dropdown-menu.pull-middle {
  right: 100%;
  margin: 0 2px 0 0;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  left: auto; }

.dropdown-menu.pull-middle.pull-right {
  right: auto;
  left: 100%;
  margin: 0 0 0 2px;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2); }

.dropdown-menu.pull-middle.pull-center {
  right: 50%;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.dropdown-menu.bullet {
  margin-top: 8px; }

.dropdown-menu.bullet:before {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 7px 7px;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  top: -7px;
  left: 9px; }

.dropdown-menu.bullet:after {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
  top: -6px;
  left: 10px; }

.dropdown-menu.bullet.pull-right:before {
  left: auto;
  right: 9px; }

.dropdown-menu.bullet.pull-right:after {
  left: auto;
  right: 10px; }

.dropdown-menu.bullet.pull-top {
  margin-top: 0;
  margin-bottom: 8px; }

.dropdown-menu.bullet.pull-top:before {
  top: auto;
  bottom: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #cccccc;
  border-top-color: rgba(0, 0, 0, 0.15); }

.dropdown-menu.bullet.pull-top:after {
  top: auto;
  bottom: -6px;
  border-bottom: none;
  border-top-width: 6px;
  border-top-color: #ffffff; }

.dropdown-menu.bullet.pull-center:before {
  left: auto;
  right: 50%;
  margin-right: -7px; }

.dropdown-menu.bullet.pull-center:after {
  left: auto;
  right: 50%;
  margin-right: -6px; }

.dropdown-menu.bullet.pull-middle {
  margin-right: 8px; }

.dropdown-menu.bullet.pull-middle:before {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -7px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 7px;
  border-left-color: #cccccc;
  border-left-color: rgba(0, 0, 0, 0.15); }

.dropdown-menu.bullet.pull-middle:after {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -6px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 6px;
  border-left-color: #ffffff; }

.dropdown-menu.bullet.pull-middle.pull-right {
  margin-right: 0;
  margin-left: 8px; }

.dropdown-menu.bullet.pull-middle.pull-right:before {
  left: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #cccccc;
  border-right-color: rgba(0, 0, 0, 0.15); }

.dropdown-menu.bullet.pull-middle.pull-right:after {
  left: -6px;
  border-left-width: 0;
  border-right-width: 6px;
  border-right-color: #ffffff; }

.dropdown-menu.bullet.pull-middle.pull-center {
  margin-left: 0;
  margin-right: 0; }

.dropdown-menu.bullet.pull-middle.pull-center:before {
  border: none;
  display: none; }

.dropdown-menu.bullet.pull-middle.pull-center:after {
  border: none;
  display: none; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-top-left-radius: 0; }

.dropdown-submenu > a:before {
  display: block;
  float: right;
  width: 0;
  height: 0;
  content: "";
  margin-top: 6px;
  margin-right: -8px;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-left-style: dashed;
  border-top-color: transparent;
  border-bottom-color: transparent; }

@media (max-width: 767px) {
  .navbar-nav .dropdown-submenu > a:before {
    margin-top: 8px;
    border-color: inherit;
    border-style: solid;
    border-width: 4px 4px 0;
    border-left-color: transparent;
    border-right-color: transparent; }

  .navbar-nav .dropdown-submenu > a {
    padding-left: 40px; }

  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > label {
    padding-left: 35px; }

  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 45px; }

  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 55px; }

  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 65px; }

  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
    padding-left: 75px; } }
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
  background-color: #e7e7e7;
  color: #555555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:before {
    border-top-color: #555555; } }
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover,
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
  background-color: #080808;
  color: #ffffff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:before {
    border-top-color: #ffffff; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  border: 0; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.25;
  color: #fff; }

.form-control[disabled], select[disabled],
textarea[disabled],
input[disabled][type="text"],
input[disabled][type="password"],
input[disabled][type="datetime"],
input[disabled][type="datetime-local"],
input[disabled][type="date"],
input[disabled][type="month"],
input[disabled][type="time"],
input[disabled][type="week"],
input[disabled][type="number"],
input[disabled][type="email"],
input[disabled][type="url"],
input[disabled][type="search"],
input[disabled][type="tel"],
input[disabled][type="color"],
input[disabled]:not([type]), .form-control[readonly], select[readonly],
textarea[readonly],
input[readonly][type="text"],
input[readonly][type="password"],
input[readonly][type="datetime"],
input[readonly][type="datetime-local"],
input[readonly][type="date"],
input[readonly][type="month"],
input[readonly][type="time"],
input[readonly][type="week"],
input[readonly][type="number"],
input[readonly][type="email"],
input[readonly][type="url"],
input[readonly][type="search"],
input[readonly][type="tel"],
input[readonly][type="color"],
input[readonly]:not([type]), fieldset[disabled] .form-control, fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] input:not([type]) {
  cursor: not-allowed;
  background-color: #E2E2E2;
  opacity: 1; }

.form-group {
  margin-bottom: 15px; }
  .form-group + .btn, .form-group > .btn {
    padding: 11px 15px; }

.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > select.form-control-static,
  .input-group-lg > textarea.form-control-static,
  .input-group-lg > input.form-control-static[type="text"],
  .input-group-lg > input.form-control-static[type="password"],
  .input-group-lg > input.form-control-static[type="datetime"],
  .input-group-lg > input.form-control-static[type="datetime-local"],
  .input-group-lg > input.form-control-static[type="date"],
  .input-group-lg > input.form-control-static[type="month"],
  .input-group-lg > input.form-control-static[type="time"],
  .input-group-lg > input.form-control-static[type="week"],
  .input-group-lg > input.form-control-static[type="number"],
  .input-group-lg > input.form-control-static[type="email"],
  .input-group-lg > input.form-control-static[type="url"],
  .input-group-lg > input.form-control-static[type="search"],
  .input-group-lg > input.form-control-static[type="tel"],
  .input-group-lg > input.form-control-static[type="color"],
  .input-group-lg > input.form-control-static:not([type]),
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > select.form-control-static,
  .input-group-sm > textarea.form-control-static,
  .input-group-sm > input.form-control-static[type="text"],
  .input-group-sm > input.form-control-static[type="password"],
  .input-group-sm > input.form-control-static[type="datetime"],
  .input-group-sm > input.form-control-static[type="datetime-local"],
  .input-group-sm > input.form-control-static[type="date"],
  .input-group-sm > input.form-control-static[type="month"],
  .input-group-sm > input.form-control-static[type="time"],
  .input-group-sm > input.form-control-static[type="week"],
  .input-group-sm > input.form-control-static[type="number"],
  .input-group-sm > input.form-control-static[type="email"],
  .input-group-sm > input.form-control-static[type="url"],
  .input-group-sm > input.form-control-static[type="search"],
  .input-group-sm > input.form-control-static[type="tel"],
  .input-group-sm > input.form-control-static[type="color"],
  .input-group-sm > input.form-control-static:not([type]),
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm.form-control, select.input-sm,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
textarea.input-sm,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
input.input-sm[type="text"],
.input-group-sm > .input-group-btn > input[type="text"].btn,
input.input-sm[type="password"],
.input-group-sm > .input-group-btn > input[type="password"].btn,
input.input-sm[type="datetime"],
.input-group-sm > .input-group-btn > input[type="datetime"].btn,
input.input-sm[type="datetime-local"],
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input.input-sm[type="date"],
.input-group-sm > .input-group-btn > input[type="date"].btn,
input.input-sm[type="month"],
.input-group-sm > .input-group-btn > input[type="month"].btn,
input.input-sm[type="time"],
.input-group-sm > .input-group-btn > input[type="time"].btn,
input.input-sm[type="week"],
.input-group-sm > .input-group-btn > input[type="week"].btn,
input.input-sm[type="number"],
.input-group-sm > .input-group-btn > input[type="number"].btn,
input.input-sm[type="email"],
.input-group-sm > .input-group-btn > input[type="email"].btn,
input.input-sm[type="url"],
.input-group-sm > .input-group-btn > input[type="url"].btn,
input.input-sm[type="search"],
.input-group-sm > .input-group-btn > input[type="search"].btn,
input.input-sm[type="tel"],
.input-group-sm > .input-group-btn > input[type="tel"].btn,
input.input-sm[type="color"],
.input-group-sm > .input-group-btn > input[type="color"].btn,
input.input-sm:not([type]),
.input-group-sm > .input-group-btn > input.btn:not([type]), .input-group-sm > .form-control, .input-group-sm > select,
.input-group-sm > textarea,
.input-group-sm > input[type="text"],
.input-group-sm > input[type="password"],
.input-group-sm > input[type="datetime"],
.input-group-sm > input[type="datetime-local"],
.input-group-sm > input[type="date"],
.input-group-sm > input[type="month"],
.input-group-sm > input[type="time"],
.input-group-sm > input[type="week"],
.input-group-sm > input[type="number"],
.input-group-sm > input[type="email"],
.input-group-sm > input[type="url"],
.input-group-sm > input[type="search"],
.input-group-sm > input[type="tel"],
.input-group-sm > input[type="color"],
.input-group-sm > input:not([type]),
.input-group-sm > .input-group-btn > .form-control.btn, .form-group-sm .form-control, .form-group-sm select,
.form-group-sm textarea,
.form-group-sm input[type="text"],
.form-group-sm input[type="password"],
.form-group-sm input[type="datetime"],
.form-group-sm input[type="datetime-local"],
.form-group-sm input[type="date"],
.form-group-sm input[type="month"],
.form-group-sm input[type="time"],
.form-group-sm input[type="week"],
.form-group-sm input[type="number"],
.form-group-sm input[type="email"],
.form-group-sm input[type="url"],
.form-group-sm input[type="search"],
.form-group-sm input[type="tel"],
.form-group-sm input[type="color"],
.form-group-sm input:not([type]) {
  padding: 5px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.input-lg.form-control, select.input-lg,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
textarea.input-lg,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
input.input-lg[type="text"],
.input-group-lg > .input-group-btn > input[type="text"].btn,
input.input-lg[type="password"],
.input-group-lg > .input-group-btn > input[type="password"].btn,
input.input-lg[type="datetime"],
.input-group-lg > .input-group-btn > input[type="datetime"].btn,
input.input-lg[type="datetime-local"],
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input.input-lg[type="date"],
.input-group-lg > .input-group-btn > input[type="date"].btn,
input.input-lg[type="month"],
.input-group-lg > .input-group-btn > input[type="month"].btn,
input.input-lg[type="time"],
.input-group-lg > .input-group-btn > input[type="time"].btn,
input.input-lg[type="week"],
.input-group-lg > .input-group-btn > input[type="week"].btn,
input.input-lg[type="number"],
.input-group-lg > .input-group-btn > input[type="number"].btn,
input.input-lg[type="email"],
.input-group-lg > .input-group-btn > input[type="email"].btn,
input.input-lg[type="url"],
.input-group-lg > .input-group-btn > input[type="url"].btn,
input.input-lg[type="search"],
.input-group-lg > .input-group-btn > input[type="search"].btn,
input.input-lg[type="tel"],
.input-group-lg > .input-group-btn > input[type="tel"].btn,
input.input-lg[type="color"],
.input-group-lg > .input-group-btn > input[type="color"].btn,
input.input-lg:not([type]),
.input-group-lg > .input-group-btn > input.btn:not([type]), .input-group-lg > .form-control, .input-group-lg > select,
.input-group-lg > textarea,
.input-group-lg > input[type="text"],
.input-group-lg > input[type="password"],
.input-group-lg > input[type="datetime"],
.input-group-lg > input[type="datetime-local"],
.input-group-lg > input[type="date"],
.input-group-lg > input[type="month"],
.input-group-lg > input[type="time"],
.input-group-lg > input[type="week"],
.input-group-lg > input[type="number"],
.input-group-lg > input[type="email"],
.input-group-lg > input[type="url"],
.input-group-lg > input[type="search"],
.input-group-lg > input[type="tel"],
.input-group-lg > input[type="color"],
.input-group-lg > input:not([type]),
.input-group-lg > .input-group-btn > .form-control.btn, .form-group-lg .form-control, .form-group-lg select,
.form-group-lg textarea,
.form-group-lg input[type="text"],
.form-group-lg input[type="password"],
.form-group-lg input[type="datetime"],
.form-group-lg input[type="datetime-local"],
.form-group-lg input[type="date"],
.form-group-lg input[type="month"],
.form-group-lg input[type="time"],
.form-group-lg input[type="week"],
.form-group-lg input[type="number"],
.form-group-lg input[type="email"],
.form-group-lg input[type="url"],
.form-group-lg input[type="search"],
.form-group-lg input[type="tel"],
.form-group-lg input[type="color"],
.form-group-lg input:not([type]) {
  padding: 10px 5px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0; }

.form-group-lg select.form-control, .form-group-lg select, select.input-lg.form-control, select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .input-group-lg > select {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.form-group-lg [placeholder]::-webkit-input-placeholder, .input-lg[placeholder]::-webkit-input-placeholder, .input-group-lg > [placeholder].form-control::-webkit-input-placeholder, .input-group-lg > select[placeholder]::-webkit-input-placeholder,
.input-group-lg > textarea[placeholder]::-webkit-input-placeholder,
.input-group-lg > input[placeholder][type="text"]::-webkit-input-placeholder,
.input-group-lg > input[placeholder][type="password"]::-webkit-input-placeholder,
.input-group-lg > input[placeholder][type="datetime"]::-webkit-input-placeholder,
.input-group-lg > input[placeholder][type="datetime-local"]::-webkit-input-placeholder,
.input-group-lg > input[placeholder][type="date"]::-webkit-input-placeholder,
.input-group-lg > input[placeholder][type="month"]::-webkit-input-placeholder,
.input-group-lg > input[placeholder][type="time"]::-webkit-input-placeholder,
.input-group-lg > input[placeholder][type="week"]::-webkit-input-placeholder,
.input-group-lg > input[placeholder][type="number"]::-webkit-input-placeholder,
.input-group-lg > input[placeholder][type="email"]::-webkit-input-placeholder,
.input-group-lg > input[placeholder][type="url"]::-webkit-input-placeholder,
.input-group-lg > input[placeholder][type="search"]::-webkit-input-placeholder,
.input-group-lg > input[placeholder][type="tel"]::-webkit-input-placeholder,
.input-group-lg > input[placeholder][type="color"]::-webkit-input-placeholder,
.input-group-lg > input[placeholder]:not([type])::-webkit-input-placeholder,
.input-group-lg > [placeholder].input-group-addon::-webkit-input-placeholder,
.input-group-lg > .input-group-btn > [placeholder].btn::-webkit-input-placeholder {
  font-size: 20px;
  padding-top: 2px; }
.form-group-lg [placeholder]::-moz-placeholder, .input-lg[placeholder]::-moz-placeholder, .input-group-lg > [placeholder].form-control::-moz-placeholder, .input-group-lg > select[placeholder]::-moz-placeholder,
.input-group-lg > textarea[placeholder]::-moz-placeholder,
.input-group-lg > input[placeholder][type="text"]::-moz-placeholder,
.input-group-lg > input[placeholder][type="password"]::-moz-placeholder,
.input-group-lg > input[placeholder][type="datetime"]::-moz-placeholder,
.input-group-lg > input[placeholder][type="datetime-local"]::-moz-placeholder,
.input-group-lg > input[placeholder][type="date"]::-moz-placeholder,
.input-group-lg > input[placeholder][type="month"]::-moz-placeholder,
.input-group-lg > input[placeholder][type="time"]::-moz-placeholder,
.input-group-lg > input[placeholder][type="week"]::-moz-placeholder,
.input-group-lg > input[placeholder][type="number"]::-moz-placeholder,
.input-group-lg > input[placeholder][type="email"]::-moz-placeholder,
.input-group-lg > input[placeholder][type="url"]::-moz-placeholder,
.input-group-lg > input[placeholder][type="search"]::-moz-placeholder,
.input-group-lg > input[placeholder][type="tel"]::-moz-placeholder,
.input-group-lg > input[placeholder][type="color"]::-moz-placeholder,
.input-group-lg > input[placeholder]:not([type])::-moz-placeholder,
.input-group-lg > [placeholder].input-group-addon::-moz-placeholder,
.input-group-lg > .input-group-btn > [placeholder].btn::-moz-placeholder {
  font-size: 20px;
  padding-top: 2px; }
.form-group-lg [placeholder]:-moz-placeholder, .input-lg[placeholder]:-moz-placeholder, .input-group-lg > [placeholder].form-control:-moz-placeholder, .input-group-lg > select[placeholder]:-moz-placeholder,
.input-group-lg > textarea[placeholder]:-moz-placeholder,
.input-group-lg > input[placeholder][type="text"]:-moz-placeholder,
.input-group-lg > input[placeholder][type="password"]:-moz-placeholder,
.input-group-lg > input[placeholder][type="datetime"]:-moz-placeholder,
.input-group-lg > input[placeholder][type="datetime-local"]:-moz-placeholder,
.input-group-lg > input[placeholder][type="date"]:-moz-placeholder,
.input-group-lg > input[placeholder][type="month"]:-moz-placeholder,
.input-group-lg > input[placeholder][type="time"]:-moz-placeholder,
.input-group-lg > input[placeholder][type="week"]:-moz-placeholder,
.input-group-lg > input[placeholder][type="number"]:-moz-placeholder,
.input-group-lg > input[placeholder][type="email"]:-moz-placeholder,
.input-group-lg > input[placeholder][type="url"]:-moz-placeholder,
.input-group-lg > input[placeholder][type="search"]:-moz-placeholder,
.input-group-lg > input[placeholder][type="tel"]:-moz-placeholder,
.input-group-lg > input[placeholder][type="color"]:-moz-placeholder,
.input-group-lg > input[placeholder]:-moz-placeholder:not([type]),
.input-group-lg > [placeholder].input-group-addon:-moz-placeholder,
.input-group-lg > .input-group-btn > [placeholder].btn:-moz-placeholder {
  font-size: 20px;
  padding-top: 2px; }
.form-group-lg [placeholder]:-ms-input-placeholder, .input-lg[placeholder]:-ms-input-placeholder, .input-group-lg > [placeholder].form-control:-ms-input-placeholder, .input-group-lg > select[placeholder]:-ms-input-placeholder,
.input-group-lg > textarea[placeholder]:-ms-input-placeholder,
.input-group-lg > input[placeholder][type="text"]:-ms-input-placeholder,
.input-group-lg > input[placeholder][type="password"]:-ms-input-placeholder,
.input-group-lg > input[placeholder][type="datetime"]:-ms-input-placeholder,
.input-group-lg > input[placeholder][type="datetime-local"]:-ms-input-placeholder,
.input-group-lg > input[placeholder][type="date"]:-ms-input-placeholder,
.input-group-lg > input[placeholder][type="month"]:-ms-input-placeholder,
.input-group-lg > input[placeholder][type="time"]:-ms-input-placeholder,
.input-group-lg > input[placeholder][type="week"]:-ms-input-placeholder,
.input-group-lg > input[placeholder][type="number"]:-ms-input-placeholder,
.input-group-lg > input[placeholder][type="email"]:-ms-input-placeholder,
.input-group-lg > input[placeholder][type="url"]:-ms-input-placeholder,
.input-group-lg > input[placeholder][type="search"]:-ms-input-placeholder,
.input-group-lg > input[placeholder][type="tel"]:-ms-input-placeholder,
.input-group-lg > input[placeholder][type="color"]:-ms-input-placeholder,
.input-group-lg > input[placeholder]:-ms-input-placeholder:not([type]),
.input-group-lg > [placeholder].input-group-addon:-ms-input-placeholder,
.input-group-lg > .input-group-btn > [placeholder].btn:-ms-input-placeholder {
  font-size: 20px;
  padding-top: 2px; }

.form-group-sm [placeholder]::-webkit-input-placeholder, .input-sm[placeholder]::-webkit-input-placeholder, .input-group-sm > [placeholder].form-control::-webkit-input-placeholder, .input-group-sm > select[placeholder]::-webkit-input-placeholder,
.input-group-sm > textarea[placeholder]::-webkit-input-placeholder,
.input-group-sm > input[placeholder][type="text"]::-webkit-input-placeholder,
.input-group-sm > input[placeholder][type="password"]::-webkit-input-placeholder,
.input-group-sm > input[placeholder][type="datetime"]::-webkit-input-placeholder,
.input-group-sm > input[placeholder][type="datetime-local"]::-webkit-input-placeholder,
.input-group-sm > input[placeholder][type="date"]::-webkit-input-placeholder,
.input-group-sm > input[placeholder][type="month"]::-webkit-input-placeholder,
.input-group-sm > input[placeholder][type="time"]::-webkit-input-placeholder,
.input-group-sm > input[placeholder][type="week"]::-webkit-input-placeholder,
.input-group-sm > input[placeholder][type="number"]::-webkit-input-placeholder,
.input-group-sm > input[placeholder][type="email"]::-webkit-input-placeholder,
.input-group-sm > input[placeholder][type="url"]::-webkit-input-placeholder,
.input-group-sm > input[placeholder][type="search"]::-webkit-input-placeholder,
.input-group-sm > input[placeholder][type="tel"]::-webkit-input-placeholder,
.input-group-sm > input[placeholder][type="color"]::-webkit-input-placeholder,
.input-group-sm > input[placeholder]:not([type])::-webkit-input-placeholder,
.input-group-sm > [placeholder].input-group-addon::-webkit-input-placeholder,
.input-group-sm > .input-group-btn > [placeholder].btn::-webkit-input-placeholder {
  font-size: 14px;
  padding-top: 4px; }
.form-group-sm [placeholder]::-moz-placeholder, .input-sm[placeholder]::-moz-placeholder, .input-group-sm > [placeholder].form-control::-moz-placeholder, .input-group-sm > select[placeholder]::-moz-placeholder,
.input-group-sm > textarea[placeholder]::-moz-placeholder,
.input-group-sm > input[placeholder][type="text"]::-moz-placeholder,
.input-group-sm > input[placeholder][type="password"]::-moz-placeholder,
.input-group-sm > input[placeholder][type="datetime"]::-moz-placeholder,
.input-group-sm > input[placeholder][type="datetime-local"]::-moz-placeholder,
.input-group-sm > input[placeholder][type="date"]::-moz-placeholder,
.input-group-sm > input[placeholder][type="month"]::-moz-placeholder,
.input-group-sm > input[placeholder][type="time"]::-moz-placeholder,
.input-group-sm > input[placeholder][type="week"]::-moz-placeholder,
.input-group-sm > input[placeholder][type="number"]::-moz-placeholder,
.input-group-sm > input[placeholder][type="email"]::-moz-placeholder,
.input-group-sm > input[placeholder][type="url"]::-moz-placeholder,
.input-group-sm > input[placeholder][type="search"]::-moz-placeholder,
.input-group-sm > input[placeholder][type="tel"]::-moz-placeholder,
.input-group-sm > input[placeholder][type="color"]::-moz-placeholder,
.input-group-sm > input[placeholder]:not([type])::-moz-placeholder,
.input-group-sm > [placeholder].input-group-addon::-moz-placeholder,
.input-group-sm > .input-group-btn > [placeholder].btn::-moz-placeholder {
  font-size: 14px;
  padding-top: 4px; }
.form-group-sm [placeholder]:-moz-placeholder, .input-sm[placeholder]:-moz-placeholder, .input-group-sm > [placeholder].form-control:-moz-placeholder, .input-group-sm > select[placeholder]:-moz-placeholder,
.input-group-sm > textarea[placeholder]:-moz-placeholder,
.input-group-sm > input[placeholder][type="text"]:-moz-placeholder,
.input-group-sm > input[placeholder][type="password"]:-moz-placeholder,
.input-group-sm > input[placeholder][type="datetime"]:-moz-placeholder,
.input-group-sm > input[placeholder][type="datetime-local"]:-moz-placeholder,
.input-group-sm > input[placeholder][type="date"]:-moz-placeholder,
.input-group-sm > input[placeholder][type="month"]:-moz-placeholder,
.input-group-sm > input[placeholder][type="time"]:-moz-placeholder,
.input-group-sm > input[placeholder][type="week"]:-moz-placeholder,
.input-group-sm > input[placeholder][type="number"]:-moz-placeholder,
.input-group-sm > input[placeholder][type="email"]:-moz-placeholder,
.input-group-sm > input[placeholder][type="url"]:-moz-placeholder,
.input-group-sm > input[placeholder][type="search"]:-moz-placeholder,
.input-group-sm > input[placeholder][type="tel"]:-moz-placeholder,
.input-group-sm > input[placeholder][type="color"]:-moz-placeholder,
.input-group-sm > input[placeholder]:-moz-placeholder:not([type]),
.input-group-sm > [placeholder].input-group-addon:-moz-placeholder,
.input-group-sm > .input-group-btn > [placeholder].btn:-moz-placeholder {
  font-size: 14px;
  padding-top: 4px; }
.form-group-sm [placeholder]:-ms-input-placeholder, .input-sm[placeholder]:-ms-input-placeholder, .input-group-sm > [placeholder].form-control:-ms-input-placeholder, .input-group-sm > select[placeholder]:-ms-input-placeholder,
.input-group-sm > textarea[placeholder]:-ms-input-placeholder,
.input-group-sm > input[placeholder][type="text"]:-ms-input-placeholder,
.input-group-sm > input[placeholder][type="password"]:-ms-input-placeholder,
.input-group-sm > input[placeholder][type="datetime"]:-ms-input-placeholder,
.input-group-sm > input[placeholder][type="datetime-local"]:-ms-input-placeholder,
.input-group-sm > input[placeholder][type="date"]:-ms-input-placeholder,
.input-group-sm > input[placeholder][type="month"]:-ms-input-placeholder,
.input-group-sm > input[placeholder][type="time"]:-ms-input-placeholder,
.input-group-sm > input[placeholder][type="week"]:-ms-input-placeholder,
.input-group-sm > input[placeholder][type="number"]:-ms-input-placeholder,
.input-group-sm > input[placeholder][type="email"]:-ms-input-placeholder,
.input-group-sm > input[placeholder][type="url"]:-ms-input-placeholder,
.input-group-sm > input[placeholder][type="search"]:-ms-input-placeholder,
.input-group-sm > input[placeholder][type="tel"]:-ms-input-placeholder,
.input-group-sm > input[placeholder][type="color"]:-ms-input-placeholder,
.input-group-sm > input[placeholder]:-ms-input-placeholder:not([type]),
.input-group-sm > [placeholder].input-group-addon:-ms-input-placeholder,
.input-group-sm > .input-group-btn > [placeholder].btn:-ms-input-placeholder {
  font-size: 14px;
  padding-top: 4px; }

.form-group-lg .control-label, .form-group-lg label {
  font-size: 20px; }

.form-group-sm .control-label, .form-group-sm label {
  font-size: 14px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback select,
  .has-feedback textarea,
  .has-feedback input[type="text"],
  .has-feedback input[type="password"],
  .has-feedback input[type="datetime"],
  .has-feedback input[type="datetime-local"],
  .has-feedback input[type="date"],
  .has-feedback input[type="month"],
  .has-feedback input[type="time"],
  .has-feedback input[type="week"],
  .has-feedback input[type="number"],
  .has-feedback input[type="email"],
  .has-feedback input[type="url"],
  .has-feedback input[type="search"],
  .has-feedback input[type="tel"],
  .has-feedback input[type="color"],
  .has-feedback input:not([type]) {
    padding-right: 2.5em; }

.form-control-feedback {
  position: absolute !important;
  top: 13px;
  right: 29px;
  z-index: 2;
  pointer-events: none; }
  .form-control-feedback:before {
    content: "" !important; }
  .form-control-feedback:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > select + .form-control-feedback,
.input-group-lg > textarea + .form-control-feedback,
.input-group-lg > input[type="text"] + .form-control-feedback,
.input-group-lg > input[type="password"] + .form-control-feedback,
.input-group-lg > input[type="datetime"] + .form-control-feedback,
.input-group-lg > input[type="datetime-local"] + .form-control-feedback,
.input-group-lg > input[type="date"] + .form-control-feedback,
.input-group-lg > input[type="month"] + .form-control-feedback,
.input-group-lg > input[type="time"] + .form-control-feedback,
.input-group-lg > input[type="week"] + .form-control-feedback,
.input-group-lg > input[type="number"] + .form-control-feedback,
.input-group-lg > input[type="email"] + .form-control-feedback,
.input-group-lg > input[type="url"] + .form-control-feedback,
.input-group-lg > input[type="search"] + .form-control-feedback,
.input-group-lg > input[type="tel"] + .form-control-feedback,
.input-group-lg > input[type="color"] + .form-control-feedback,
.input-group-lg > input:not([type]) + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  top: 16px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > select + .form-control-feedback,
.input-group-sm > textarea + .form-control-feedback,
.input-group-sm > input[type="text"] + .form-control-feedback,
.input-group-sm > input[type="password"] + .form-control-feedback,
.input-group-sm > input[type="datetime"] + .form-control-feedback,
.input-group-sm > input[type="datetime-local"] + .form-control-feedback,
.input-group-sm > input[type="date"] + .form-control-feedback,
.input-group-sm > input[type="month"] + .form-control-feedback,
.input-group-sm > input[type="time"] + .form-control-feedback,
.input-group-sm > input[type="week"] + .form-control-feedback,
.input-group-sm > input[type="number"] + .form-control-feedback,
.input-group-sm > input[type="email"] + .form-control-feedback,
.input-group-sm > input[type="url"] + .form-control-feedback,
.input-group-sm > input[type="search"] + .form-control-feedback,
.input-group-sm > input[type="tel"] + .form-control-feedback,
.input-group-sm > input[type="color"] + .form-control-feedback,
.input-group-sm > input:not([type]) + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  top: 10px; }

.has-success .help-block,
.has-success .control-label,
.has-success label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #287f33; }
.has-success .form-control, .has-success select,
.has-success textarea,
.has-success input[type="text"],
.has-success input[type="password"],
.has-success input[type="datetime"],
.has-success input[type="datetime-local"],
.has-success input[type="date"],
.has-success input[type="month"],
.has-success input[type="time"],
.has-success input[type="week"],
.has-success input[type="number"],
.has-success input[type="email"],
.has-success input[type="url"],
.has-success input[type="search"],
.has-success input[type="tel"],
.has-success input[type="color"],
.has-success input:not([type]) {
  border-color: #287f33; }
  .has-success .form-control:focus, .has-success select:focus,
  .has-success textarea:focus,
  .has-success input[type="text"]:focus,
  .has-success input[type="password"]:focus,
  .has-success input[type="datetime"]:focus,
  .has-success input[type="datetime-local"]:focus,
  .has-success input[type="date"]:focus,
  .has-success input[type="month"]:focus,
  .has-success input[type="time"]:focus,
  .has-success input[type="week"]:focus,
  .has-success input[type="number"]:focus,
  .has-success input[type="email"]:focus,
  .has-success input[type="url"]:focus,
  .has-success input[type="search"]:focus,
  .has-success input[type="tel"]:focus,
  .has-success input[type="color"]:focus,
  .has-success input:focus:not([type]) {
    border-color: #24722e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px #53995c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px #53995c; }
.has-success .input-group-addon {
  color: #287f33; }
.has-success .form-control-feedback {
  color: #287f33; }
  .has-success .form-control-feedback:after {
    content: "";
    color: #287f33; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #b38a07; }
.has-warning .form-control, .has-warning select,
.has-warning textarea,
.has-warning input[type="text"],
.has-warning input[type="password"],
.has-warning input[type="datetime"],
.has-warning input[type="datetime-local"],
.has-warning input[type="date"],
.has-warning input[type="month"],
.has-warning input[type="time"],
.has-warning input[type="week"],
.has-warning input[type="number"],
.has-warning input[type="email"],
.has-warning input[type="url"],
.has-warning input[type="search"],
.has-warning input[type="tel"],
.has-warning input[type="color"],
.has-warning input:not([type]) {
  border-color: #b38a07; }
  .has-warning .form-control:focus, .has-warning select:focus,
  .has-warning textarea:focus,
  .has-warning input[type="text"]:focus,
  .has-warning input[type="password"]:focus,
  .has-warning input[type="datetime"]:focus,
  .has-warning input[type="datetime-local"]:focus,
  .has-warning input[type="date"]:focus,
  .has-warning input[type="month"]:focus,
  .has-warning input[type="time"]:focus,
  .has-warning input[type="week"]:focus,
  .has-warning input[type="number"]:focus,
  .has-warning input[type="email"]:focus,
  .has-warning input[type="url"]:focus,
  .has-warning input[type="search"]:focus,
  .has-warning input[type="tel"]:focus,
  .has-warning input[type="color"]:focus,
  .has-warning input:focus:not([type]) {
    border-color: #a17c06;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px #c2a139;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px #c2a139; }
.has-warning .input-group-addon {
  color: #b38a07; }
.has-warning .form-control-feedback {
  color: #b38a07; }
  .has-warning .form-control-feedback:after {
    content: "";
    color: #b38a07; }

.has-error .help-block,
.has-error .control-label,
.has-error label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #9C1A20; }
.has-error .form-control, .has-error select,
.has-error textarea,
.has-error input[type="text"],
.has-error input[type="password"],
.has-error input[type="datetime"],
.has-error input[type="datetime-local"],
.has-error input[type="date"],
.has-error input[type="month"],
.has-error input[type="time"],
.has-error input[type="week"],
.has-error input[type="number"],
.has-error input[type="email"],
.has-error input[type="url"],
.has-error input[type="search"],
.has-error input[type="tel"],
.has-error input[type="color"],
.has-error input:not([type]) {
  border-color: #9C1A20; }
  .has-error .form-control:focus, .has-error select:focus,
  .has-error textarea:focus,
  .has-error input[type="text"]:focus,
  .has-error input[type="password"]:focus,
  .has-error input[type="datetime"]:focus,
  .has-error input[type="datetime-local"]:focus,
  .has-error input[type="date"]:focus,
  .has-error input[type="month"]:focus,
  .has-error input[type="time"]:focus,
  .has-error input[type="week"]:focus,
  .has-error input[type="number"]:focus,
  .has-error input[type="email"]:focus,
  .has-error input[type="url"]:focus,
  .has-error input[type="search"]:focus,
  .has-error input[type="tel"]:focus,
  .has-error input[type="color"]:focus,
  .has-error input:focus:not([type]) {
    border-color: #8c171d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px #b0484d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px #b0484d; }
.has-error .input-group-addon {
  color: #9C1A20; }
.has-error .form-control-feedback {
  color: #9C1A20; }
  .has-error .form-control-feedback:after {
    content: "";
    color: #9C1A20; }

.has-feedback label ~ .form-control-feedback {
  top: 46px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 12px; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control, .form-inline select, .navbar-form select,
  .form-inline textarea,
  .navbar-form textarea,
  .form-inline input[type="text"],
  .navbar-form input[type="text"],
  .form-inline input[type="password"],
  .navbar-form input[type="password"],
  .form-inline input[type="datetime"],
  .navbar-form input[type="datetime"],
  .form-inline input[type="datetime-local"],
  .navbar-form input[type="datetime-local"],
  .form-inline input[type="date"],
  .navbar-form input[type="date"],
  .form-inline input[type="month"],
  .navbar-form input[type="month"],
  .form-inline input[type="time"],
  .navbar-form input[type="time"],
  .form-inline input[type="week"],
  .navbar-form input[type="week"],
  .form-inline input[type="number"],
  .navbar-form input[type="number"],
  .form-inline input[type="email"],
  .navbar-form input[type="email"],
  .form-inline input[type="url"],
  .navbar-form input[type="url"],
  .form-inline input[type="search"],
  .navbar-form input[type="search"],
  .form-inline input[type="tel"],
  .navbar-form input[type="tel"],
  .form-inline input[type="color"],
  .navbar-form input[type="color"],
  .form-inline input:not([type]),
  .navbar-form input:not([type]) {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static, .navbar-form .form-control-static {
    display: inline-block; }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .navbar-form .input-group .form-control,
    .form-inline .input-group select,
    .navbar-form .input-group select,
    .form-inline .input-group textarea,
    .navbar-form .input-group textarea,
    .form-inline .input-group input[type="text"],
    .navbar-form .input-group input[type="text"],
    .form-inline .input-group input[type="password"],
    .navbar-form .input-group input[type="password"],
    .form-inline .input-group input[type="datetime"],
    .navbar-form .input-group input[type="datetime"],
    .form-inline .input-group input[type="datetime-local"],
    .navbar-form .input-group input[type="datetime-local"],
    .form-inline .input-group input[type="date"],
    .navbar-form .input-group input[type="date"],
    .form-inline .input-group input[type="month"],
    .navbar-form .input-group input[type="month"],
    .form-inline .input-group input[type="time"],
    .navbar-form .input-group input[type="time"],
    .form-inline .input-group input[type="week"],
    .navbar-form .input-group input[type="week"],
    .form-inline .input-group input[type="number"],
    .navbar-form .input-group input[type="number"],
    .form-inline .input-group input[type="email"],
    .navbar-form .input-group input[type="email"],
    .form-inline .input-group input[type="url"],
    .navbar-form .input-group input[type="url"],
    .form-inline .input-group input[type="search"],
    .navbar-form .input-group input[type="search"],
    .form-inline .input-group input[type="tel"],
    .navbar-form .input-group input[type="tel"],
    .form-inline .input-group input[type="color"],
    .navbar-form .input-group input[type="color"],
    .form-inline .input-group input:not([type]),
    .navbar-form .input-group input:not([type]) {
      width: auto; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control, .form-inline .input-group > select, .navbar-form .input-group > select,
  .form-inline .input-group > textarea,
  .navbar-form .input-group > textarea,
  .form-inline .input-group > input[type="text"],
  .navbar-form .input-group > input[type="text"],
  .form-inline .input-group > input[type="password"],
  .navbar-form .input-group > input[type="password"],
  .form-inline .input-group > input[type="datetime"],
  .navbar-form .input-group > input[type="datetime"],
  .form-inline .input-group > input[type="datetime-local"],
  .navbar-form .input-group > input[type="datetime-local"],
  .form-inline .input-group > input[type="date"],
  .navbar-form .input-group > input[type="date"],
  .form-inline .input-group > input[type="month"],
  .navbar-form .input-group > input[type="month"],
  .form-inline .input-group > input[type="time"],
  .navbar-form .input-group > input[type="time"],
  .form-inline .input-group > input[type="week"],
  .navbar-form .input-group > input[type="week"],
  .form-inline .input-group > input[type="number"],
  .navbar-form .input-group > input[type="number"],
  .form-inline .input-group > input[type="email"],
  .navbar-form .input-group > input[type="email"],
  .form-inline .input-group > input[type="url"],
  .navbar-form .input-group > input[type="url"],
  .form-inline .input-group > input[type="search"],
  .navbar-form .input-group > input[type="search"],
  .form-inline .input-group > input[type="tel"],
  .navbar-form .input-group > input[type="tel"],
  .form-inline .input-group > input[type="color"],
  .navbar-form .input-group > input[type="color"],
  .form-inline .input-group > input:not([type]),
  .navbar-form .input-group > input:not([type]) {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label, .form-inline label, .navbar-form label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .navbar-form .radio label,
    .form-inline .checkbox label,
    .navbar-form .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 13px; } }

@media (min-width: 768px) {
  .form-horizontal .control-label, .form-horizontal label {
    text-align: right;
    margin-bottom: 0;
    padding: 13px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label, .form-horizontal .form-group-lg label {
    padding: 16px 11px 0 0; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label, .form-horizontal .form-group-sm label {
    padding: 11px 11px 0 0; } }

.glyphicon {
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: ""; }

.glyphicon-plus:before {
  content: ""; }

.glyphicon-euro:before {
  content: ""; }

.glyphicon-eur:before {
  content: ""; }

.glyphicon-minus:before {
  content: ""; }

.glyphicon-cloud:before {
  content: ""; }

.glyphicon-envelope:before {
  content: ""; }

.glyphicon-pencil:before {
  content: ""; }

.glyphicon-glass:before {
  content: ""; }

.glyphicon-music:before {
  content: ""; }

.glyphicon-search:before {
  content: ""; }

.glyphicon-heart:before {
  content: ""; }

.glyphicon-star:before {
  content: ""; }

.glyphicon-star-empty:before {
  content: ""; }

.glyphicon-user:before {
  content: ""; }

.glyphicon-film:before {
  content: ""; }

.glyphicon-th-large:before {
  content: ""; }

.glyphicon-th:before {
  content: ""; }

.glyphicon-th-list:before {
  content: ""; }

.glyphicon-ok:before {
  content: ""; }

.glyphicon-remove:before {
  content: ""; }

.glyphicon-zoom-in:before {
  content: ""; }

.glyphicon-zoom-out:before {
  content: ""; }

.glyphicon-off:before {
  content: ""; }

.glyphicon-signal:before {
  content: ""; }

.glyphicon-cog:before {
  content: ""; }

.glyphicon-trash:before {
  content: ""; }

.glyphicon-home:before {
  content: ""; }

.glyphicon-file:before {
  content: ""; }

.glyphicon-time:before {
  content: ""; }

.glyphicon-road:before {
  content: ""; }

.glyphicon-download-alt:before {
  content: ""; }

.glyphicon-download:before {
  content: ""; }

.glyphicon-upload:before {
  content: ""; }

.glyphicon-inbox:before {
  content: ""; }

.glyphicon-play-circle:before {
  content: ""; }

.glyphicon-repeat:before {
  content: ""; }

.glyphicon-refresh:before {
  content: ""; }

.glyphicon-list-alt:before {
  content: ""; }

.glyphicon-lock:before {
  content: ""; }

.glyphicon-flag:before {
  content: ""; }

.glyphicon-headphones:before {
  content: ""; }

.glyphicon-volume-off:before {
  content: ""; }

.glyphicon-volume-down:before {
  content: ""; }

.glyphicon-volume-up:before {
  content: ""; }

.glyphicon-qrcode:before {
  content: ""; }

.glyphicon-barcode:before {
  content: ""; }

.glyphicon-tag:before {
  content: ""; }

.glyphicon-tags:before {
  content: ""; }

.glyphicon-book:before {
  content: ""; }

.glyphicon-bookmark:before {
  content: ""; }

.glyphicon-print:before {
  content: ""; }

.glyphicon-camera:before {
  content: ""; }

.glyphicon-font:before {
  content: ""; }

.glyphicon-bold:before {
  content: ""; }

.glyphicon-italic:before {
  content: ""; }

.glyphicon-text-height:before {
  content: ""; }

.glyphicon-text-width:before {
  content: ""; }

.glyphicon-align-left:before {
  content: ""; }

.glyphicon-align-center:before {
  content: ""; }

.glyphicon-align-right:before {
  content: ""; }

.glyphicon-align-justify:before {
  content: ""; }

.glyphicon-list:before {
  content: ""; }

.glyphicon-indent-left:before {
  content: ""; }

.glyphicon-indent-right:before {
  content: ""; }

.glyphicon-facetime-video:before {
  content: ""; }

.glyphicon-picture:before {
  content: ""; }

.glyphicon-map-marker:before {
  content: ""; }

.glyphicon-adjust:before {
  content: ""; }

.glyphicon-tint:before {
  content: ""; }

.glyphicon-edit:before {
  content: ""; }

.glyphicon-share:before {
  content: ""; }

.glyphicon-check:before {
  content: ""; }

.glyphicon-move:before {
  content: ""; }

.glyphicon-step-backward:before {
  content: ""; }

.glyphicon-fast-backward:before {
  content: ""; }

.glyphicon-backward:before {
  content: ""; }

.glyphicon-play:before {
  content: ""; }

.glyphicon-pause:before {
  content: ""; }

.glyphicon-stop:before {
  content: ""; }

.glyphicon-forward:before {
  content: ""; }

.glyphicon-fast-forward:before {
  content: ""; }

.glyphicon-step-forward:before {
  content: ""; }

.glyphicon-eject:before {
  content: ""; }

.glyphicon-chevron-left:before {
  content: ""; }

.glyphicon-chevron-right:before {
  content: ""; }

.glyphicon-plus-sign:before {
  content: ""; }

.glyphicon-minus-sign:before {
  content: ""; }

.glyphicon-remove-sign:before {
  content: ""; }

.glyphicon-ok-sign:before {
  content: ""; }

.glyphicon-question-sign:before {
  content: ""; }

.glyphicon-info-sign:before {
  content: ""; }

.glyphicon-screenshot:before {
  content: ""; }

.glyphicon-remove-circle:before {
  content: ""; }

.glyphicon-ok-circle:before {
  content: ""; }

.glyphicon-ban-circle:before {
  content: ""; }

.glyphicon-arrow-left:before {
  content: ""; }

.glyphicon-arrow-right:before {
  content: ""; }

.glyphicon-arrow-up:before {
  content: ""; }

.glyphicon-arrow-down:before {
  content: ""; }

.glyphicon-share-alt:before {
  content: ""; }

.glyphicon-resize-full:before {
  content: ""; }

.glyphicon-resize-small:before {
  content: ""; }

.glyphicon-exclamation-sign:before {
  content: ""; }

.glyphicon-gift:before {
  content: ""; }

.glyphicon-leaf:before {
  content: ""; }

.glyphicon-fire:before {
  content: ""; }

.glyphicon-eye-open:before {
  content: ""; }

.glyphicon-eye-close:before {
  content: ""; }

.glyphicon-warning-sign:before {
  content: ""; }

.glyphicon-plane:before {
  content: ""; }

.glyphicon-calendar:before {
  content: ""; }

.glyphicon-random:before {
  content: ""; }

.glyphicon-comment:before {
  content: ""; }

.glyphicon-magnet:before {
  content: ""; }

.glyphicon-chevron-up:before {
  content: ""; }

.glyphicon-chevron-down:before {
  content: ""; }

.glyphicon-retweet:before {
  content: ""; }

.glyphicon-shopping-cart:before {
  content: ""; }

.glyphicon-folder-close:before {
  content: ""; }

.glyphicon-folder-open:before {
  content: ""; }

.glyphicon-resize-vertical:before {
  content: ""; }

.glyphicon-resize-horizontal:before {
  content: ""; }

.glyphicon-hdd:before {
  content: ""; }

.glyphicon-bullhorn:before {
  content: ""; }

.glyphicon-bell:before {
  content: ""; }

.glyphicon-certificate:before {
  content: ""; }

.glyphicon-thumbs-up:before {
  content: ""; }

.glyphicon-thumbs-down:before {
  content: ""; }

.glyphicon-hand-right:before {
  content: ""; }

.glyphicon-hand-left:before {
  content: ""; }

.glyphicon-hand-up:before {
  content: ""; }

.glyphicon-hand-down:before {
  content: ""; }

.glyphicon-circle-arrow-right:before {
  content: ""; }

.glyphicon-circle-arrow-left:before {
  content: ""; }

.glyphicon-circle-arrow-up:before {
  content: ""; }

.glyphicon-circle-arrow-down:before {
  content: ""; }

.glyphicon-globe:before {
  content: ""; }

.glyphicon-wrench:before {
  content: ""; }

.glyphicon-tasks:before {
  content: ""; }

.glyphicon-filter:before {
  content: ""; }

.glyphicon-briefcase:before {
  content: ""; }

.glyphicon-fullscreen:before {
  content: ""; }

.glyphicon-dashboard:before {
  content: ""; }

.glyphicon-paperclip:before {
  content: ""; }

.glyphicon-heart-empty:before {
  content: ""; }

.glyphicon-link:before {
  content: ""; }

.glyphicon-phone:before {
  content: ""; }

.glyphicon-pushpin:before {
  content: ""; }

.glyphicon-usd:before {
  content: ""; }

.glyphicon-gbp:before {
  content: ""; }

.glyphicon-sort:before {
  content: ""; }

.glyphicon-sort-by-alphabet:before {
  content: ""; }

.glyphicon-sort-by-alphabet-alt:before {
  content: ""; }

.glyphicon-sort-by-order:before {
  content: ""; }

.glyphicon-sort-by-order-alt:before {
  content: ""; }

.glyphicon-sort-by-attributes:before {
  content: ""; }

.glyphicon-sort-by-attributes-alt:before {
  content: ""; }

.glyphicon-unchecked:before {
  content: ""; }

.glyphicon-expand:before {
  content: ""; }

.glyphicon-collapse-down:before {
  content: ""; }

.glyphicon-collapse-up:before {
  content: ""; }

.glyphicon-log-in:before {
  content: ""; }

.glyphicon-flash:before {
  content: ""; }

.glyphicon-log-out:before {
  content: ""; }

.glyphicon-new-window:before {
  content: ""; }

.glyphicon-record:before {
  content: ""; }

.glyphicon-save:before,
.glyphicon-open:before,
.glyphicon-saved:before,
.glyphicon-export:before,
.glyphicon-import:before {
  position: absolute;
  top: .6em;
  display: block;
  height: .4em;
  overflow: hidden;
  line-height: .05;
  content: ""; }

.glyphicon-save:after,
.glyphicon-open:after,
.glyphicon-saved:after,
.glyphicon-export:after,
.glyphicon-import:after {
  position: relative;
  top: -.5em;
  left: .25em;
  display: inline-block;
  font-size: 60%; }

.glyphicon-save:after {
  content: ""; }

.glyphicon-open:after {
  content: ""; }

.glyphicon-saved:after {
  content: ""; }

.glyphicon-import:after {
  content: "";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.5);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.glyphicon-export:after {
  content: "";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.glyphicon-send:before {
  content: ""; }

.glyphicon-floppy-disk:before {
  content: ""; }

.glyphicon-floppy-saved:before,
.glyphicon-floppy-remove:before,
.glyphicon-floppy-save:before,
.glyphicon-floppy-open:before {
  content: ""; }

.glyphicon-floppy-saved:after,
.glyphicon-floppy-remove:after,
.glyphicon-floppy-save:after,
.glyphicon-floppy-open:after {
  position: absolute;
  right: .1em;
  bottom: .1em;
  font-size: 50%;
  text-shadow: 1px 1px 2px white; }

.glyphicon-floppy-saved:after {
  content: ""; }

.glyphicon-floppy-remove:after {
  content: ""; }

.glyphicon-floppy-save:after {
  content: ""; }

.glyphicon-floppy-open:after {
  content: ""; }

.glyphicon-credit-card:before {
  content: ""; }

.glyphicon-transfer:before {
  content: ""; }

.glyphicon-cutlery:before {
  content: ""; }

.glyphicon-header:before {
  content: ""; }

.glyphicon-compressed:before {
  content: ""; }

.glyphicon-earphone:before {
  content: ""; }

.glyphicon-stats:before {
  content: ""; }

.glyphicon-subtitles:before {
  content: ""; }

.glyphicon-copyright-mark:before {
  content: ""; }

.glyphicon-registration-mark:before {
  content: ""; }

.glyphicon-registration-mark:after {
  position: absolute;
  bottom: .27em;
  left: .3em;
  font-size: 65%;
  font-weight: bold;
  content: 'R'; }

.glyphicon-cloud-download:before {
  content: ""; }

.glyphicon-cloud-upload:before {
  content: ""; }

.glyphicon-tree-conifer:before {
  content: ""; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group > .input-group-btn > .btn {
    padding-top: 11px;
    padding-bottom: 11px; }
  .input-group .form-control, .input-group select,
  .input-group textarea,
  .input-group input[type="text"],
  .input-group input[type="password"],
  .input-group input[type="datetime"],
  .input-group input[type="datetime-local"],
  .input-group input[type="date"],
  .input-group input[type="month"],
  .input-group input[type="time"],
  .input-group input[type="week"],
  .input-group input[type="number"],
  .input-group input[type="email"],
  .input-group input[type="url"],
  .input-group input[type="search"],
  .input-group input[type="tel"],
  .input-group input[type="color"],
  .input-group input:not([type]) {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group select,
.input-group textarea,
.input-group input[type="text"],
.input-group input[type="password"],
.input-group input[type="datetime"],
.input-group input[type="datetime-local"],
.input-group input[type="date"],
.input-group input[type="month"],
.input-group input[type="time"],
.input-group input[type="week"],
.input-group input[type="number"],
.input-group input[type="email"],
.input-group input[type="url"],
.input-group input[type="search"],
.input-group input[type="tel"],
.input-group input[type="color"],
.input-group input:not([type]) {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group select:not(:first-child):not(:last-child),
  .input-group textarea:not(:first-child):not(:last-child),
  .input-group input[type="text"]:not(:first-child):not(:last-child),
  .input-group input[type="password"]:not(:first-child):not(:last-child),
  .input-group input[type="datetime"]:not(:first-child):not(:last-child),
  .input-group input[type="datetime-local"]:not(:first-child):not(:last-child),
  .input-group input[type="date"]:not(:first-child):not(:last-child),
  .input-group input[type="month"]:not(:first-child):not(:last-child),
  .input-group input[type="time"]:not(:first-child):not(:last-child),
  .input-group input[type="week"]:not(:first-child):not(:last-child),
  .input-group input[type="number"]:not(:first-child):not(:last-child),
  .input-group input[type="email"]:not(:first-child):not(:last-child),
  .input-group input[type="url"]:not(:first-child):not(:last-child),
  .input-group input[type="search"]:not(:first-child):not(:last-child),
  .input-group input[type="tel"]:not(:first-child):not(:last-child),
  .input-group input[type="color"]:not(:first-child):not(:last-child),
  .input-group input:not(:first-child):not(:last-child):not([type]) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 0.5em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 0.5em;
    font-size: 14px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 0.5em;
    font-size: 20px;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group select:first-child,
.input-group textarea:first-child,
.input-group input[type="text"]:first-child,
.input-group input[type="password"]:first-child,
.input-group input[type="datetime"]:first-child,
.input-group input[type="datetime-local"]:first-child,
.input-group input[type="date"]:first-child,
.input-group input[type="month"]:first-child,
.input-group input[type="time"]:first-child,
.input-group input[type="week"]:first-child,
.input-group input[type="number"]:first-child,
.input-group input[type="email"]:first-child,
.input-group input[type="url"]:first-child,
.input-group input[type="search"]:first-child,
.input-group input[type="tel"]:first-child,
.input-group input[type="color"]:first-child,
.input-group input:first-child:not([type]),
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group select:last-child,
.input-group textarea:last-child,
.input-group input[type="text"]:last-child,
.input-group input[type="password"]:last-child,
.input-group input[type="datetime"]:last-child,
.input-group input[type="datetime-local"]:last-child,
.input-group input[type="date"]:last-child,
.input-group input[type="month"]:last-child,
.input-group input[type="time"]:last-child,
.input-group input[type="week"]:last-child,
.input-group input[type="number"]:last-child,
.input-group input[type="email"]:last-child,
.input-group input[type="url"]:last-child,
.input-group input[type="search"]:last-child,
.input-group input[type="tel"]:last-child,
.input-group input[type="color"]:last-child,
.input-group input:last-child:not([type]),
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #E2E2E2; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #c9c9c9; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 36px; } }

.label {
  display: inline;
  padding: .15em .3em .2em;
  font-size: 75%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border: 2px solid transparent;
  border-width: 2px 3px; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

.label-default {
  color: white;
  background-color: #f6905d;
  border-color: #f6905d; }
  .label-default[href]:hover, .label-default[href]:focus {
    color: white;
    background-color: #f36f2d;
    border-color: #f36f2d;
    text-decoration: none; }

.label-primary {
  color: #e6f6fc;
  background-color: #00A4E3;
  border-color: #00A4E3; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    color: #e6f6fc;
    background-color: #007fb0;
    border-color: #007fb0;
    text-decoration: none; }

.label-success {
  color: #287f33;
  background-color: #EAF9D4;
  border-color: #EAF9D4; }
  .label-success[href]:hover, .label-success[href]:focus {
    color: #287f33;
    background-color: #d4f3a7;
    border-color: #d4f3a7;
    text-decoration: none; }

.label-info {
  color: #00719d;
  background-color: #ABEAFF;
  border-color: #ABEAFF; }
  .label-info[href]:hover, .label-info[href]:focus {
    color: #00719d;
    background-color: #78ddff;
    border-color: #78ddff;
    text-decoration: none; }

.label-warning {
  color: #b38a07;
  background-color: #FFE8AF;
  border-color: #FFE8AF; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    color: #b38a07;
    background-color: #ffd97c;
    border-color: #ffd97c;
    text-decoration: none; }

.label-danger {
  color: #9C1A20;
  background-color: #F1BDC0;
  border-color: #F1BDC0; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    color: #9C1A20;
    background-color: #e89398;
    border-color: #e89398;
    text-decoration: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #E2E2E2;
  color: #999999;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #999999; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00A4E3;
  border-color: #00A4E3; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #b0e9ff; }

.list-group-item-success {
  color: #287f33;
  background-color: #EAF9D4; }

a.list-group-item-success,
button.list-group-item-success {
  color: #287f33; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #287f33;
    background-color: #dff6be; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #287f33;
    border-color: #287f33; }

.list-group-item-info {
  color: #00719d;
  background-color: #ABEAFF; }

a.list-group-item-info,
button.list-group-item-info {
  color: #00719d; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #00719d;
    background-color: #92e4ff; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #00719d;
    border-color: #00719d; }

.list-group-item-warning {
  color: #b38a07;
  background-color: #FFE8AF; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #b38a07; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #b38a07;
    background-color: #ffe196; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #b38a07;
    border-color: #b38a07; }

.list-group-item-danger {
  color: #9C1A20;
  background-color: #F1BDC0; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #9C1A20; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #9C1A20;
    background-color: #eda8ac; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #9C1A20;
    border-color: #9C1A20; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.25; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 980px) {
  .modal-lg {
    width: 900px; } }
.navbar {
  position: relative;
  min-height: 40px;
  border-bottom: 1px solid #e6e6e6; }
  .navbar::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0;
      margin-bottom: 0px; } }

.navbar-header::after {
  clear: both;
  content: "";
  display: table; }
.navbar-header figure {
  text-align: center;
  padding-top: 1em;
  margin-top: 0; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; }
    .navbar-header figure {
      padding-top: 0;
      margin: 10px auto;
      text-align: left; } }

.navbar-collapse {
  width: 18em;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse::after {
    clear: both;
    content: "";
    display: table; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

/*
// issues with tablet sizes 
.container,
.container-fluid {
  > .navbar-header,
  > .navbar-collapse {
    margin-right: -$navbar-padding-horizontal;
    margin-left:  -$navbar-padding-horizontal;

    @media (min-width: $grid-float-breakpoint) {
      margin-right: 0;
      margin-left:  0;
    }
  }
}
*/
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

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

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

.navbar-brand {
  padding: 20px 15px;
  font-size: 20px;
  line-height: 20px;
  height: 40px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand img {
    width: 100px; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: 0px; } }

.navbar-toggle {
  position: absolute;
  left: 0px;
  margin-left: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

@media (max-width: 767px) {
  main, .navbar-header {
    position: relative;
    z-index: 1; }

  .navbar-header {
    background-color: white; } }
.nav.navbar-nav {
  margin: 0px -15px; }
  .nav.navbar-nav > li > a, .nav.navbar-nav > li > .navbar-text {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .nav.navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: 18em;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .nav.navbar-nav .open .dropdown-menu > li > a,
      .nav.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px; }
      .nav.navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .nav.navbar-nav .open .dropdown-menu > li > a:hover, .nav.navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .nav.navbar-nav {
      float: left;
      margin: 0;
      border-left: 1px solid #e6e6e6; }
      .nav.navbar-nav > li {
        float: left; }
        .nav.navbar-nav > li > a {
          padding-top: 20px;
          padding-bottom: 20px; }
      .nav.navbar-nav.navbar-right:last-child {
        margin-right: -15px; }
      .nav.navbar-nav .dropdown {
        margin-bottom: 0; }
      .nav.navbar-nav .global-nav > a {
        color: #00A4E3;
        font-size: 1.1rem;
        font-weight: bold; }
      .nav.navbar-nav .global-nav > .navbar-text {
        font-size: 1.1rem; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 13px;
    margin-bottom: 13px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 9px;
    margin-bottom: 9px; }

.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-ncarb {
  background-color: #FFF;
  border-color: #e7e7e7; }
  .navbar-ncarb .navbar-brand {
    color: #97958C; }
    .navbar-ncarb .navbar-brand:hover, .navbar-ncarb .navbar-brand:focus {
      color: #7e7c72;
      background-color: transparent; }
  .navbar-ncarb .navbar-nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .navbar-ncarb .navbar-nav > li > .navbar-text {
    font-weight: bold; }
  .navbar-ncarb .navbar-nav > li > a {
    color: #fff;
    /* turn on narrow items when in desktop mode... */
    /* ...but release once we go wider */ }
    @media (min-width: 768px) {
      .navbar-ncarb .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 980px) {
      .navbar-ncarb .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px; } }
    .navbar-ncarb .navbar-nav > li > a:hover, .navbar-ncarb .navbar-nav > li > a:focus {
      color: #fff;
      background-color: #00719d; }
  .navbar-ncarb .navbar-nav > li.active > a, .navbar-ncarb .navbar-nav > li.active > a:hover, .navbar-ncarb .navbar-nav > li.active > a:focus,
  .navbar-ncarb .navbar-nav > li > ul > li.active > a,
  .navbar-ncarb .navbar-nav > li > ul > li.active > a:hover,
  .navbar-ncarb .navbar-nav > li > ul > li.active > a:focus {
    color: #fff;
    background-color: #00719d;
    font-weight: bold; }
  .navbar-ncarb .navbar-nav > li.disabled > a, .navbar-ncarb .navbar-nav > li.disabled > a:hover, .navbar-ncarb .navbar-nav > li.disabled > a:focus,
  .navbar-ncarb .navbar-nav > li > ul > li.disabled > a,
  .navbar-ncarb .navbar-nav > li > ul > li.disabled > a:hover,
  .navbar-ncarb .navbar-nav > li > ul > li.disabled > a:focus {
    color: #ABEAFF;
    background-color: transparent; }
  @media (min-width: 768px) {
    .navbar-ncarb .navbar-nav > li {
      border-bottom: none; }
    .navbar-ncarb .navbar-nav > li > .navbar-text {
      font-weight: normal;
      color: #97958C;
      font-family: "Agenda Light", Arial, Helvetica, sans-serif; }
    .navbar-ncarb .navbar-nav > li > a,
    .navbar-ncarb .navbar-nav > li > ul > li > a {
      color: #97958C;
      font-family: "Agenda Light", Arial, Helvetica, sans-serif; }
      .navbar-ncarb .navbar-nav > li > a:hover, .navbar-ncarb .navbar-nav > li > a:focus,
      .navbar-ncarb .navbar-nav > li > ul > li > a:hover,
      .navbar-ncarb .navbar-nav > li > ul > li > a:focus {
        color: #00A4E3;
        background-color: transparent; }
    .navbar-ncarb .navbar-nav > li.active > a, .navbar-ncarb .navbar-nav > li.active > a:hover, .navbar-ncarb .navbar-nav > li.active > a:focus,
    .navbar-ncarb .navbar-nav > li > ul > li.active > a,
    .navbar-ncarb .navbar-nav > li > ul > li.active > a:hover,
    .navbar-ncarb .navbar-nav > li > ul > li.active > a:focus {
      color: #00A4E3;
      background-color: transparent;
      font-weight: bold; }
    .navbar-ncarb .navbar-nav > li.disabled > a, .navbar-ncarb .navbar-nav > li.disabled > a:hover, .navbar-ncarb .navbar-nav > li.disabled > a:focus,
    .navbar-ncarb .navbar-nav > li > ul > li.disabled > a,
    .navbar-ncarb .navbar-nav > li > ul > li.disabled > a:hover,
    .navbar-ncarb .navbar-nav > li > ul > li.disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-ncarb .navbar-toggle {
    border-color: #ddd; }
    .navbar-ncarb .navbar-toggle:hover, .navbar-ncarb .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-ncarb .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-ncarb .navbar-collapse,
  .navbar-ncarb .navbar-form {
    border-color: #e7e7e7; }
  .navbar-ncarb .navbar-nav {
    /* I think the below is duplicated elsewhere now -Kenji */
    /*@media (max-width: $grid-float-breakpoint-max) {
      // Dropdowns get custom display when collapsed
      .open .dropdown-menu {
        > li > a {
          color: $navbar-inverse-link-color;
          &:hover,
          &:focus {
            color: $navbar-inverse-link-hover-color;
            background-color: $navbar-inverse-link-hover-bg;
          }
        }
        > .active > a {
          &,
          &:hover,
          &:focus {
            color: $navbar-inverse-link-active-color;
            background-color: $navbar-inverse-link-active-bg;
          }
        }
        > .disabled > a {
          &,
          &:hover,
          &:focus {
            color: $navbar-inverse-link-disabled-color;
            background-color: $navbar-inverse-link-disabled-bg;
          }
        }
      }
    }*/ }
    .navbar-ncarb .navbar-nav > .open > a, .navbar-ncarb .navbar-nav > .open > a:hover, .navbar-ncarb .navbar-nav > .open > a:focus {
      background-color: #00719d;
      color: #fff; }
    .navbar-ncarb .navbar-nav > .dropdown > ul > li > a {
      color: #fff; }
      .navbar-ncarb .navbar-nav > .dropdown > ul > li > a:hover, .navbar-ncarb .navbar-nav > .dropdown > ul > li > a:focus {
        background-color: #00719d; }
    .navbar-ncarb .navbar-nav > .dropdown > ul > li > .navbar-text {
      display: none; }
    @media (min-width: 768px) {
      .navbar-ncarb .navbar-nav > .open > a, .navbar-ncarb .navbar-nav > .open > a:hover, .navbar-ncarb .navbar-nav > .open > a:focus {
        background-color: transparent;
        color: #00A4E3; }
      .navbar-ncarb .navbar-nav > .dropdown > ul > li > a {
        color: #97958C; }
        .navbar-ncarb .navbar-nav > .dropdown > ul > li > a:hover, .navbar-ncarb .navbar-nav > .dropdown > ul > li > a:focus {
          background-color: transparent;
          color: #00A4E3; }
      .navbar-ncarb .navbar-nav > .dropdown > ul > li > .navbar-text {
        float: none;
        display: block;
        color: #777;
        white-space: nowrap;
        padding-right: 0;
        padding-left: 0; } }
    .navbar-ncarb .navbar-nav > .dropdown {
      margin-bottom: 0px; }
  .navbar-ncarb .navbar-link {
    color: #97958C; }
    .navbar-ncarb .navbar-link:hover {
      color: #00A4E3; }
  .navbar-ncarb .btn-link {
    color: #97958C; }
    .navbar-ncarb .btn-link:hover, .navbar-ncarb .btn-link:focus {
      color: #00A4E3; }
    .navbar-ncarb .btn-link[disabled]:hover, .navbar-ncarb .btn-link[disabled]:focus, fieldset[disabled] .navbar-ncarb .btn-link:hover, fieldset[disabled] .navbar-ncarb .btn-link:focus {
      color: #ccc; }

.navbar-default {
  background-color: #FFF;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #97958C; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #7e7c72;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-family: "Agenda Light", Arial, Helvetica, sans-serif; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #00A4E3;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #00A4E3;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #00A4E3; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #97958C; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #00A4E3;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #00A4E3;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  @media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
      color: #97958C;
      font-family: "Agenda Light", Arial, Helvetica, sans-serif; }
      .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #00A4E3;
        background-color: transparent; }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
      color: #00A4E3;
      background-color: transparent; }
    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #97958C; }
    .navbar-default .navbar-link:hover {
      color: #00A4E3; }
  .navbar-default .btn-link {
    color: #97958C; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #00A4E3; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #00A4E3;
  border-color: #007fb0; }
  .navbar-inverse .navbar-brand {
    color: #fff; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #bfbfbf; }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: #00719d; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #00719d; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #ABEAFF;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #008abf; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #00719d;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #007fb0; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #007fb0; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #fff; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #00719d; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #00719d; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ABEAFF;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #fff; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #fff; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #ABEAFF; }

/* from jansy-bootstrap.. just the offcanvas part */
.navmenu,
.navbar-offcanvas {
  width: 18em;
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px; }

.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0; }

.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  right: auto;
  left: 0;
  border-width: 0 1px 0 0; }

.navmenu-fixed-right,
.navbar-offcanvas {
  right: 0;
  left: auto;
  border-width: 0 0 0 1px; }

.navmenu-nav {
  margin-bottom: 10px; }

.navmenu-nav.dropdown-menu {
  position: static;
  float: none;
  padding-top: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* added interop with dropdowns-enhancement */
.navbar-collapse.collapse .dropdown-menu.bullet:before,
.navbar-collapse.collapse .dropdown-menu.bullet:after {
  display: none; }

/* added interop with navbar-collapse */
@media (min-width: 768px) {
  .navbar-collapse.collapse.navmenu-fixed-left,
  .navbar-collapse.collapse.navmenu-fixed-right,
  .navbar-collapse.collapse.navbar-offcanvas {
    position: static; }

  .navbar-collapse.collapse .dropdown-menu.bullet:before,
  .navbar-collapse.collapse .dropdown-menu.bullet:after {
    display: inherit; } }
@media (max-width: 767px) {
  .offcanvas-xs {
    display: none; }
    .offcanvas-xs.in {
      display: block; } }
@media (max-width: 979px) {
  .offcanvas-sm {
    display: none; }
    .offcanvas-sm.in {
      display: block; } }
@media (max-width: 1259px) {
  .offcanvas-md {
    display: none; }
    .offcanvas-md.in {
      display: block; } }
.offcanvas-lg {
  display: none; }
  .offcanvas-lg.in {
    display: block; }

.canvas-sliding {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s; }

.offcanvas-clone {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important; }

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

.nav-tabs > li > a, .nav-pills > li > a, .nav-choices > li > a, .nav-sub > li > a {
  font-family: "Agenda Light";
  font-weight: normal;
  margin-right: 0; }

.nav-tabs {
  padding-left: 15px;
  border-bottom: 1px solid #ddd; }
  .nav-tabs.nav-justified {
    padding-left: 0; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      text-transform: uppercase; }
    .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
      color: #eee;
      background-color: #5e5e5e;
      line-height: 1.25;
      border: 1px solid #6e6e6e;
      border-radius: 0 0 0 0;
      border-bottom-width: 0; }
    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
      text-decoration: underline; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #000;
      background-color: #fff;
      border: 1px solid #d6d6d6;
      border-bottom-color: #fff;
      cursor: default; }
  .nav-tabs.nav-justified > li {
    border-bottom: 1px solid #ddd; }
    .nav-tabs.nav-justified > li.active {
      border-bottom-color: #fff; }
      .nav-tabs.nav-justified > li.active > a, .nav-tabs.nav-justified > li.active > a:hover, .nav-tabs.nav-justified > li.active > a:focus {
        border-bottom-width: 0; }
  .nav-tabs.nav-tall > li > a {
    display: table-cell;
    height: 2.5em;
    line-height: 1;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0; }

.nav-pills {
  line-height: 1; }
  .nav-pills.nav-stacked > li + li {
    margin-left: 0; }
  .nav-pills .open > a, .nav-pills .open > a:hover, .nav-pills .open > a:focus {
    background-color: #fff; }
  .nav-pills > li {
    float: left; }
    .nav-pills > li + li {
      margin-left: 15px; }
    .nav-pills > li > a {
      border-top: 6px solid transparent;
      text-align: left;
      padding-left: 0;
      padding-right: 0;
      color: #666666; }
    .nav-pills > li > a:hover, .nav-pills > li > a:focus {
      border-color: #00A4E3;
      background-color: #fff;
      color: #000; }
    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
      border-color: #00A4E3;
      color: #000; }

.nav-choices > li {
  float: left; }
  .nav-choices > li + li {
    margin-left: 1em; }
  .nav-choices > li > a {
    padding: 4px 4px 2px;
    border-bottom: 2px solid transparent;
    color: #666666; }
    .nav-choices > li > a:hover, .nav-choices > li > a:focus {
      background-color: #fff;
      color: #000;
      border-bottom-color: #6e6e6e; }
  .nav-choices > li.active > a, .nav-choices > li.active > a:hover, .nav-choices > li.active > a:focus {
    border-bottom-color: #6e6e6e;
    color: #000; }

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

.nav-sub {
  float: right;
  font-size: 1.2em; }
  .nav-sub > li {
    float: left; }
    .nav-sub > li + li {
      margin-left: 1em; }
    .nav-sub > li > a {
      padding: 4px 4px 2px;
      color: #00A4E3; }
      .nav-sub > li > a:hover, .nav-sub > li > a:focus {
        background-color: #fff;
        color: #000; }
    .nav-sub > li.active > a, .nav-sub > li.active > a:hover, .nav-sub > li.active > a:focus {
      color: #00A4E3;
      font-weight: bold; }

.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: 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: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-radius: 0 0 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;
  visibility: hidden; }
.tab-content > .active {
  display: block;
  visibility: visible; }

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager::after {
    clear: both;
    content: "";
    display: table; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #E2E2E2; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.25;
      text-decoration: none;
      color: #00A4E3;
      border-top: 6px solid transparent;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #fff;
    border-color: #00A4E3; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    border-color: #00A4E3;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    cursor: not-allowed; }
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.fa-padded {
  padding: 0 9px;
  display: inline-block; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -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::after {
    clear: both;
    content: "";
    display: table; }

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  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-left-radius: -1;
  border-bottom-right-radius: -1; }

.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-left-radius: -1;
    border-top-right-radius: -1; }
  .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-left-radius: -1;
    border-bottom-right-radius: -1; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-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-left-radius: -1;
  border-top-right-radius: -1; }
  .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: -1;
    border-top-right-radius: -1; }
    .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: -1; }
    .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: -1; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1; }
  .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: -1;
    border-bottom-right-radius: -1; }
    .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: -1; }
    .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: -1; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.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 {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

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

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

.panel-success {
  border-color: #39B549; }
  .panel-success > .panel-heading {
    color: #287f33;
    background-color: #EAF9D4;
    border-color: #39B549; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #39B549; }
    .panel-success > .panel-heading .badge {
      color: #EAF9D4;
      background-color: #287f33; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #39B549; }

.panel-info {
  border-color: #00A4E3; }
  .panel-info > .panel-heading {
    color: #00719d;
    background-color: #ABEAFF;
    border-color: #00A4E3; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #00A4E3; }
    .panel-info > .panel-heading .badge {
      color: #ABEAFF;
      background-color: #00719d; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00A4E3; }

.panel-warning {
  border-color: #FFC50A; }
  .panel-warning > .panel-heading {
    color: #b38a07;
    background-color: #FFE8AF;
    border-color: #FFC50A; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #FFC50A; }
    .panel-warning > .panel-heading .badge {
      color: #FFE8AF;
      background-color: #b38a07; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #FFC50A; }

.panel-danger {
  border-color: #D2222A; }
  .panel-danger > .panel-heading {
    color: #9C1A20;
    background-color: #F1BDC0;
    border-color: #D2222A; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #D2222A; }
    .panel-danger > .panel-heading .badge {
      color: #F1BDC0;
      background-color: #9C1A20; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #D2222A; }

.panel {
  border-width: 1px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 30px; }

.panel-well.panel, .panel-well .panel {
  padding: 10px 0 10px 50px; }

.panel-heading {
  color: #000;
  font-weight: bold;
  border-bottom: none; }

.panel-heading, .panel-footer {
  margin-left: -30px;
  padding-left: 30px; }

.panel-body {
  padding-left: 0; }

h1.panel-title, h2.panel-title, h3.panel-title, h4.panel-title, h5.panel-title, h6.panel-title {
  font-weight: bold;
  text-transform: none;
  margin: 0; }

.panel-title > a {
  padding-left: 25px;
  margin-left: -25px;
  position: relative;
  display: block;
  text-decoration: none; }
  .panel-title > a:hover {
    text-decoration: none; }

.panel-title > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: bold;
  font-weight: bold;
  color: #00A4E3;
  position: absolute;
  width: 2em;
  left: 3px; }

.panel-open .panel-title > a:before,
.panel-open.panel-title > a:before {
  content: "";
  left: 1px; }

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none; }

.panel-heading + .panel-body {
  padding-top: 10px; }

.panel-collapse > .panel-body {
  padding-top: 0; }

.panel-group .panel + .panel {
  margin-top: 0; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

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

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

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

  thead {
    display: table-header-group; }

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

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #00A4E3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #39B549; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #6BB4D1; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #FFC50A; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #9C1A20; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar {
  font-weight: bold; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 980px) and (max-width: 1259px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 980px) and (max-width: 1259px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 980px) and (max-width: 1259px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 980px) and (max-width: 1259px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1260px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1260px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1260px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1260px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 980px) and (max-width: 1259px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1260px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.25;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #EAF9D4; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #dff6be; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #ABEAFF; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #92e4ff; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #FFE8AF; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #ffe196; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #F1BDC0; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #eda8ac; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.table-hover > tbody > tr:hover, .table-hover-pointer > tbody > tr:hover {
  cursor: pointer; }

.table-sort > thead th > a:first-child {
  position: relative;
  padding-right: .8em; }
  .table-sort > thead th > a:first-child:after {
    content: "\f0dc";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 2px;
    bottom: 2px;
    color: #000;
    font-size: 80%; }
.table-sort > thead th.sort-asc > a:first-child:after {
  content: "\f0de"; }
.table-sort > thead th.sort-desc > a:first-child:after {
  content: "\f0dd"; }

.table.table-no-lines > thead > tr > th,
.table.table-no-lines > thead > tr > td,
.table.table-no-lines > tbody > tr > th,
.table.table-no-lines > tbody > tr > td,
.table.table-no-lines > tfoot > tr > th,
.table.table-no-lines > tfoot > tr > td {
  border-top: none; }

@media (min-width: 768px) {
  .table.table-padded > thead > tr > th,
  .table.table-padded > thead > tr > td,
  .table.table-padded > tbody > tr > th,
  .table.table-padded > tbody > tr > td,
  .table.table-padded > tfoot > tr > th,
  .table.table-padded > tfoot > tr > td {
    padding: 8px 18px; } }
@media screen and (-moz-images-in-menus: 0) {
  .table-sort > thead th > a:first-child:after {
    display: inline-block;
    bottom: 3px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #444444; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00A4E3; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Agenda Light", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

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

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

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

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

mark,
.mark {
  background-color: #FFE8AF;
  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 {
  text-transform: uppercase; }

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

.text-muted {
  color: #999999; }

.text-primary {
  color: #00A4E3; }

a.text-primary:hover,
a.text-primary:focus {
  color: #007fb0; }

.text-success {
  color: #287f33; }

a.text-success:hover,
a.text-success:focus {
  color: #1c5823; }

.text-info {
  color: #00719d; }

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

.text-warning {
  color: #b38a07; }

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

.text-danger {
  color: #9C1A20; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #00A4E3; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #007fb0; }

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #E2E2E2; }

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

dt,
dd {
  line-height: 1.25; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd::after {
  clear: both;
  content: "";
  display: table; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 200px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 220px; } }

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

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: 5px solid #E2E2E2; }
  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.25;
    color: #999999; }
    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 #E2E2E2;
  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: 20px;
  font-style: normal;
  line-height: 1.25; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

.relative {
  position: relative; }

.truncate {
  overflow: hidden;
  text-overflow: ellipsis; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0; }

.well-sm {
  padding: 9px;
  border-radius: 0; }

/* angular basics */
html [ng-click], html [ui-sref] {
  cursor: pointer; }

/* ... angular basics */
/* angular-bootstap-ui datepicker */
.dropdown-menu[datepicker-popup-wrap], .dropdown-menu[uib-datepicker-popup-wrap] {
  padding: 0; }

html [datepicker] table thead > tr + tr, html [uib-datepicker] table thead > tr + tr {
  display: none; }
html [datepicker] .btn, html [uib-datepicker] .btn {
  width: 100%;
  font-size: 14px; }
  html [datepicker] .btn:not(.btn-info), html [uib-datepicker] .btn:not(.btn-info) {
    background-color: white; }
html [datepicker] [ng-switch-when="year"] .btn, html [datepicker] [ng-switch-when="month"] .btn, html [uib-datepicker] [ng-switch-when="year"] .btn, html [uib-datepicker] [ng-switch-when="month"] .btn {
  padding: 15px 10px; }

body:not(:-moz-handler-blocked) [datepicker] .btn, body:not(:-moz-handler-blocked) [uib-datepicker] .btn {
  font-weight: normal; }

input[datepicker-popup], input[uib-datepicker-popup] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAXklEQVQY07WPQQ2AMBTF6mBzAA7AwZeABZwMCThiDpAwKeW0kCxcaXp6SQ8PB1DXyOq2pKZiq0itdTXOWzGDABhwi8ABwD7DJRIxddMloqUb30Mp0Z1+SxZeUpPx/gOW6qBGclvG6gAAAABJRU5ErkJggg==);
  padding-right: 32px;
  background-repeat: no-repeat;
  background-position: 93% center;
  background-position: calc(100% - 12px) center; }
  .lt-ie10 input[datepicker-popup], .lt-ie10 input[uib-datepicker-popup] {
    /* calc crashes in IE9 */
    background-position: 93% center; }

/* ... angular-bootstap-ui datepicker */
/* loading bar */
#loading-bar {
  position: absolute;
  height: 4px;
  top: 0;
  background: #eeeae3;
  z-index: 1999;
  width: 100%; }
  #loading-bar .bar {
    height: 4px !important;
    background: #00a4e3; }
  @media (min-width: 768px) {
    #loading-bar {
      height: 8px; }
      #loading-bar .bar {
        height: 8px !important; } }

/* ... loading bar */
/* Color Shortcuts
 * -------------------------- */
.primary-blue {
  color: #00a4e4; }

.primary-blue-bg {
  background-color: #00a4e4; }

.primary-blue-80 {
  color: #39aedf; }

.primary-blue-80-bg {
  background-color: #39aedf; }

.primary-blue-50 {
  color: #83cceb; }

.primary-blue-50-bg {
  background-color: #83cceb; }

.primary-blue-20 {
  color: #cdebf7; }

.primary-blue-20-bg {
  background-color: #cdebf7; }

.primary-gray {
  color: #717375; }

.primary-gray-bg {
  background-color: #717375; }

.primary-gray-80 {
  color: #8d8f91; }

.primary-gray-80-bg {
  background-color: #8d8f91; }

.primary-gray-50 {
  color: #b8b9ba; }

.primary-gray-50-bg {
  background-color: #b8b9ba; }

.primary-gray-20 {
  color: #e3e3e3; }

.primary-gray-20-bg {
  background-color: #e3e3e3; }

.secondary-green {
  color: #00b194; }

.secondary-green-bg {
  background-color: #00b194; }

.secondary-green-80 {
  color: #33bfa7; }

.secondary-green-80-bg {
  background-color: #33bfa7; }

.secondary-green-50 {
  color: #7fd7c8; }

.secondary-green-50-bg {
  background-color: #7fd7c8; }

.secondary-green-20 {
  color: #ccefe9; }

.secondary-green-20-bg {
  background-color: #ccefe9; }

.secondary-yellow {
  color: #F3C04F; }

.secondary-yellow-bg {
  background-color: #F3C04F; }

.secondary-yellow-80 {
  color: #f5cd72; }

.secondary-yellow-80-bg {
  background-color: #f5cd72; }

.secondary-yellow-50 {
  color: #f9dfa7; }

.secondary-yellow-50-bg {
  background-color: #f9dfa7; }

.secondary-yellow-20 {
  color: #fdf2dc; }

.secondary-yellow-20-bg {
  background-color: #fdf2dc; }

.secondary-orange {
  color: #f6905d; }

.secondary-orange-bg {
  background-color: #f6905d; }

.secondary-orange-80 {
  color: #f8a67d; }

.secondary-orange-80-bg {
  background-color: #f8a67d; }

.secondary-orange-50 {
  color: #fac7ae; }

.secondary-orange-50-bg {
  background-color: #fac7ae; }

.secondary-orange-20 {
  color: #fde9df; }

.secondary-orange-20-bg {
  background-color: #fde9df; }

.secondary-purple {
  color: #5a3f99; }

.secondary-purple-bg {
  background-color: #5a3f99; }

.secondary-purple-80 {
  color: #7b65ad; }

.secondary-purple-80-bg {
  background-color: #7b65ad; }

.secondary-purple-50 {
  color: #ac9fcc; }

.secondary-purple-50-bg {
  background-color: #ac9fcc; }

.secondary-purple-20 {
  color: #ded9eb; }

.secondary-purple-20-bg {
  background-color: #ded9eb; }

.white {
  color: #fff; }

.white-bg {
  background-color: #fff; }

.black {
  color: #000; }

.black-bg {
  background-color: #000; }

.gray-1 {
  color: #F4F4F2; }

.gray-1-bg {
  background-color: #F4F4F2; }

.gray-2 {
  color: #E2E2E2; }

.gray-2-bg {
  background-color: #E2E2E2; }

.gray-3 {
  color: #CCCCCC; }

.gray-3-bg {
  background-color: #CCCCCC; }

.gray-4 {
  color: #999999; }

.gray-4-bg {
  background-color: #999999; }

.gray-5 {
  color: #666666; }

.gray-5-bg {
  background-color: #666666; }

.gray-6 {
  color: #444444; }

.gray-6-bg {
  background-color: #444444; }

.gray {
  color: #444444; }

.gray-bg {
  background-color: #444444; }

.tan_gray-1 {
  color: #EEEAE3; }

.tan_gray-1-bg {
  background-color: #EEEAE3; }

.tan_gray-2 {
  color: #DBD9D1; }

.tan_gray-2-bg {
  background-color: #DBD9D1; }

.tan_gray-3 {
  color: #97958C; }

.tan_gray-3-bg {
  background-color: #97958C; }

.tan_gray {
  color: #97958C; }

.tan_gray-bg {
  background-color: #97958C; }

.blue-1 {
  color: #ABEAFF; }

.blue-1-bg {
  background-color: #ABEAFF; }

.blue-2 {
  color: #00A4E3; }

.blue-2-bg {
  background-color: #00A4E3; }

.blue-3 {
  color: #6BB4D1; }

.blue-3-bg {
  background-color: #6BB4D1; }

.blue-4 {
  color: #00719d; }

.blue-4-bg {
  background-color: #00719d; }

.blue {
  color: #00A4E3; }

.blue-bg {
  background-color: #00A4E3; }

.pink {
  color: #EC1163; }

.pink-bg {
  background-color: #EC1163; }

.red-1 {
  color: #F2DEDE; }

.red-1-bg {
  background-color: #F2DEDE; }

.red-2 {
  color: #D2222A; }

.red-2-bg {
  background-color: #D2222A; }

.red-3 {
  color: #F1BDC0; }

.red-3-bg {
  background-color: #F1BDC0; }

.red-4 {
  color: #C97D80; }

.red-4-bg {
  background-color: #C97D80; }

.red-5 {
  color: #9C1A20; }

.red-5-bg {
  background-color: #9C1A20; }

.red {
  color: #D2222A; }

.red-bg {
  background-color: #D2222A; }

.orange {
  color: #F05A21; }

.orange-bg {
  background-color: #F05A21; }

.purple {
  color: #9A3993; }

.purple-bg {
  background-color: #9A3993; }

.yellow-1 {
  color: #FFE8AF; }

.yellow-1-bg {
  background-color: #FFE8AF; }

.yellow-2 {
  color: #FFC50A; }

.yellow-2-bg {
  background-color: #FFC50A; }

.yellow-3 {
  color: #FFF100; }

.yellow-3-bg {
  background-color: #FFF100; }

.yellow-4 {
  color: #C5B07A; }

.yellow-4-bg {
  background-color: #C5B07A; }

.yellow-5 {
  color: #7E6206; }

.yellow-5-bg {
  background-color: #7E6206; }

.yellow-6 {
  color: #FFF; }

.yellow-6-bg {
  background-color: #FFF; }

.yellow {
  color: #FFF100; }

.yellow-bg {
  background-color: #FFF100; }

.green-1 {
  color: #EAF9D4; }

.green-1-bg {
  background-color: #EAF9D4; }

.green-2 {
  color: #C6E8CA; }

.green-2-bg {
  background-color: #C6E8CA; }

.green-3 {
  color: #88BA3A; }

.green-3-bg {
  background-color: #88BA3A; }

.green-4 {
  color: #39B549; }

.green-4-bg {
  background-color: #39B549; }

.green {
  color: #39B549; }

.green-bg {
  background-color: #39B549; }

.footer {
  padding: 40px 20px 18px;
  background-color: #DBD9D1;
  text-align: center; }
  .footer figure {
    margin-top: 0;
    margin-bottom: 0; }

.footer-links {
  margin-top: -8px; }
  .footer-links > li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  .footer-links > li a {
    margin: 0;
    color: #444444;
    text-decoration: none;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding: 10px 20px; }
    .footer-links > li a:hover {
      background-color: #d4d2c8; }
  .js .footer-links > li {
    margin-left: -20px;
    margin-right: -20px; }

.footer-logo {
  margin-bottom: 20px; }
  .footer-logo img {
    width: 200px;
    height: auto;
    -webkit-transition: width 0.2s ease-out;
    -moz-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out; }

.org-card {
  line-height: 1.25;
  margin: 40px 0; }
  .org-card > li {
    margin-bottom: 1em; }
  .org-card .org {
    display: block;
    font-size: 18px;
    font-family: "Agenda Light";
    font-weight: bold; }
  .org-card .tel {
    margin-right: 10px; }

.label-hide {
  /* Accessible hide */
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.copyright {
  font-family: "Agenda Light";
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding: 20px 40px 0; }
  .copyright a {
    font-family: "Agenda Light", Arial, Helvetica, sans-serif;
    color: #444444;
    font-weight: normal; }

@media (min-width: 980px) {
  .footer {
    text-align: left; }

  .footer-logo {
    float: left;
    width: 25%; }

  .org-card {
    float: left;
    width: 45%;
    margin: 0; }
    .org-card > li {
      margin-left: 4px; }

  .footer-links {
    float: right;
    padding-right: 3em; }
    .footer-links > li a {
      border-top: none; }
    .footer-links > li:last-child a {
      border-bottom: none; }

  .copyright {
    clear: both;
    text-align: left; }
    .copyright p {
      display: inline-block; }
    .copyright p + p {
      margin-left: 7px;
      border-left: 1px solid rgba(255, 255, 255, 0.6);
      padding-left: 12px; }
    .copyright a {
      text-decoration: none;
      font-size: 14px; }
      .copyright a:hover {
        text-decoration: underline; } }
#impersonation_banner {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  background: #ffbab2;
  text-align: center;
  line-height: 2em;
  overflow: hidden;
  font-weight: bold;
  font-size: 12px;
  -webkit-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black; }
  #impersonation_banner a.stop {
    font-size: 11px;
    text-decoration: none;
    margin-left: 2px; }
    #impersonation_banner a.stop:hover {
      color: #00A4E3; }
    #impersonation_banner a.stop:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 15px;
      margin-left: 3px;
      position: relative;
      top: 2px; }

.environment-banner {
  width: 200px;
  background: #00b194;
  position: fixed;
  top: 25px;
  right: -50px;
  z-index: 1002;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
