/*
Theme Name: Shenandoah
Author: WHITE
Description: Shenandoah Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shenandoah

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Shenandoah is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
--------------------------------------------------------------
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -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"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*! 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; }
  select {
    background: #fff !important; }
  .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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #35647d;
  text-decoration: none; }

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #efede9; }

.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; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.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-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left; }

.col-xs-24 {
  width: 100%; }

.col-xs-23 {
  width: 95.83333333%; }

.col-xs-22 {
  width: 91.66666667%; }

.col-xs-21 {
  width: 87.5%; }

.col-xs-20 {
  width: 83.33333333%; }

.col-xs-19 {
  width: 79.16666667%; }

.col-xs-18 {
  width: 75%; }

.col-xs-17 {
  width: 70.83333333%; }

.col-xs-16 {
  width: 66.66666667%; }

.col-xs-15 {
  width: 62.5%; }

.col-xs-14 {
  width: 58.33333333%; }

.col-xs-13 {
  width: 54.16666667%; }

.col-xs-12 {
  width: 50%; }

.col-xs-11 {
  width: 45.83333333%; }

.col-xs-10 {
  width: 41.66666667%; }

.col-xs-9 {
  width: 37.5%; }

.col-xs-8 {
  width: 33.33333333%; }

.col-xs-7 {
  width: 29.16666667%; }

.col-xs-6 {
  width: 25%; }

.col-xs-5 {
  width: 20.83333333%; }

.col-xs-4 {
  width: 16.66666667%; }

.col-xs-3 {
  width: 12.5%; }

.col-xs-2 {
  width: 8.33333333%; }

.col-xs-1 {
  width: 4.16666667%; }

.col-xs-pull-24 {
  right: 100%; }

.col-xs-pull-23 {
  right: 95.83333333%; }

.col-xs-pull-22 {
  right: 91.66666667%; }

.col-xs-pull-21 {
  right: 87.5%; }

.col-xs-pull-20 {
  right: 83.33333333%; }

.col-xs-pull-19 {
  right: 79.16666667%; }

.col-xs-pull-18 {
  right: 75%; }

.col-xs-pull-17 {
  right: 70.83333333%; }

.col-xs-pull-16 {
  right: 66.66666667%; }

.col-xs-pull-15 {
  right: 62.5%; }

.col-xs-pull-14 {
  right: 58.33333333%; }

.col-xs-pull-13 {
  right: 54.16666667%; }

.col-xs-pull-12 {
  right: 50%; }

.col-xs-pull-11 {
  right: 45.83333333%; }

.col-xs-pull-10 {
  right: 41.66666667%; }

.col-xs-pull-9 {
  right: 37.5%; }

.col-xs-pull-8 {
  right: 33.33333333%; }

.col-xs-pull-7 {
  right: 29.16666667%; }

.col-xs-pull-6 {
  right: 25%; }

.col-xs-pull-5 {
  right: 20.83333333%; }

.col-xs-pull-4 {
  right: 16.66666667%; }

.col-xs-pull-3 {
  right: 12.5%; }

.col-xs-pull-2 {
  right: 8.33333333%; }

.col-xs-pull-1 {
  right: 4.16666667%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-24 {
  left: 100%; }

.col-xs-push-23 {
  left: 95.83333333%; }

.col-xs-push-22 {
  left: 91.66666667%; }

.col-xs-push-21 {
  left: 87.5%; }

.col-xs-push-20 {
  left: 83.33333333%; }

.col-xs-push-19 {
  left: 79.16666667%; }

.col-xs-push-18 {
  left: 75%; }

.col-xs-push-17 {
  left: 70.83333333%; }

.col-xs-push-16 {
  left: 66.66666667%; }

.col-xs-push-15 {
  left: 62.5%; }

.col-xs-push-14 {
  left: 58.33333333%; }

.col-xs-push-13 {
  left: 54.16666667%; }

.col-xs-push-12 {
  left: 50%; }

.col-xs-push-11 {
  left: 45.83333333%; }

.col-xs-push-10 {
  left: 41.66666667%; }

.col-xs-push-9 {
  left: 37.5%; }

.col-xs-push-8 {
  left: 33.33333333%; }

.col-xs-push-7 {
  left: 29.16666667%; }

.col-xs-push-6 {
  left: 25%; }

.col-xs-push-5 {
  left: 20.83333333%; }

.col-xs-push-4 {
  left: 16.66666667%; }

.col-xs-push-3 {
  left: 12.5%; }

.col-xs-push-2 {
  left: 8.33333333%; }

.col-xs-push-1 {
  left: 4.16666667%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-24 {
  margin-left: 100%; }

.col-xs-offset-23 {
  margin-left: 95.83333333%; }

.col-xs-offset-22 {
  margin-left: 91.66666667%; }

.col-xs-offset-21 {
  margin-left: 87.5%; }

.col-xs-offset-20 {
  margin-left: 83.33333333%; }

.col-xs-offset-19 {
  margin-left: 79.16666667%; }

.col-xs-offset-18 {
  margin-left: 75%; }

.col-xs-offset-17 {
  margin-left: 70.83333333%; }

.col-xs-offset-16 {
  margin-left: 66.66666667%; }

.col-xs-offset-15 {
  margin-left: 62.5%; }

.col-xs-offset-14 {
  margin-left: 58.33333333%; }

.col-xs-offset-13 {
  margin-left: 54.16666667%; }

.col-xs-offset-12 {
  margin-left: 50%; }

.col-xs-offset-11 {
  margin-left: 45.83333333%; }

.col-xs-offset-10 {
  margin-left: 41.66666667%; }

.col-xs-offset-9 {
  margin-left: 37.5%; }

.col-xs-offset-8 {
  margin-left: 33.33333333%; }

.col-xs-offset-7 {
  margin-left: 29.16666667%; }

.col-xs-offset-6 {
  margin-left: 25%; }

.col-xs-offset-5 {
  margin-left: 20.83333333%; }

.col-xs-offset-4 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 12.5%; }

.col-xs-offset-2 {
  margin-left: 8.33333333%; }

.col-xs-offset-1 {
  margin-left: 4.16666667%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .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-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left; }
  .col-sm-24 {
    width: 100%; }
  .col-sm-23 {
    width: 95.83333333%; }
  .col-sm-22 {
    width: 91.66666667%; }
  .col-sm-21 {
    width: 87.5%; }
  .col-sm-20 {
    width: 83.33333333%; }
  .col-sm-19 {
    width: 79.16666667%; }
  .col-sm-18 {
    width: 75%; }
  .col-sm-17 {
    width: 70.83333333%; }
  .col-sm-16 {
    width: 66.66666667%; }
  .col-sm-15 {
    width: 62.5%; }
  .col-sm-14 {
    width: 58.33333333%; }
  .col-sm-13 {
    width: 54.16666667%; }
  .col-sm-12 {
    width: 50%; }
  .col-sm-11 {
    width: 45.83333333%; }
  .col-sm-10 {
    width: 41.66666667%; }
  .col-sm-9 {
    width: 37.5%; }
  .col-sm-8 {
    width: 33.33333333%; }
  .col-sm-7 {
    width: 29.16666667%; }
  .col-sm-6 {
    width: 25%; }
  .col-sm-5 {
    width: 20.83333333%; }
  .col-sm-4 {
    width: 16.66666667%; }
  .col-sm-3 {
    width: 12.5%; }
  .col-sm-2 {
    width: 8.33333333%; }
  .col-sm-1 {
    width: 4.16666667%; }
  .col-sm-pull-24 {
    right: 100%; }
  .col-sm-pull-23 {
    right: 95.83333333%; }
  .col-sm-pull-22 {
    right: 91.66666667%; }
  .col-sm-pull-21 {
    right: 87.5%; }
  .col-sm-pull-20 {
    right: 83.33333333%; }
  .col-sm-pull-19 {
    right: 79.16666667%; }
  .col-sm-pull-18 {
    right: 75%; }
  .col-sm-pull-17 {
    right: 70.83333333%; }
  .col-sm-pull-16 {
    right: 66.66666667%; }
  .col-sm-pull-15 {
    right: 62.5%; }
  .col-sm-pull-14 {
    right: 58.33333333%; }
  .col-sm-pull-13 {
    right: 54.16666667%; }
  .col-sm-pull-12 {
    right: 50%; }
  .col-sm-pull-11 {
    right: 45.83333333%; }
  .col-sm-pull-10 {
    right: 41.66666667%; }
  .col-sm-pull-9 {
    right: 37.5%; }
  .col-sm-pull-8 {
    right: 33.33333333%; }
  .col-sm-pull-7 {
    right: 29.16666667%; }
  .col-sm-pull-6 {
    right: 25%; }
  .col-sm-pull-5 {
    right: 20.83333333%; }
  .col-sm-pull-4 {
    right: 16.66666667%; }
  .col-sm-pull-3 {
    right: 12.5%; }
  .col-sm-pull-2 {
    right: 8.33333333%; }
  .col-sm-pull-1 {
    right: 4.16666667%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-24 {
    left: 100%; }
  .col-sm-push-23 {
    left: 95.83333333%; }
  .col-sm-push-22 {
    left: 91.66666667%; }
  .col-sm-push-21 {
    left: 87.5%; }
  .col-sm-push-20 {
    left: 83.33333333%; }
  .col-sm-push-19 {
    left: 79.16666667%; }
  .col-sm-push-18 {
    left: 75%; }
  .col-sm-push-17 {
    left: 70.83333333%; }
  .col-sm-push-16 {
    left: 66.66666667%; }
  .col-sm-push-15 {
    left: 62.5%; }
  .col-sm-push-14 {
    left: 58.33333333%; }
  .col-sm-push-13 {
    left: 54.16666667%; }
  .col-sm-push-12 {
    left: 50%; }
  .col-sm-push-11 {
    left: 45.83333333%; }
  .col-sm-push-10 {
    left: 41.66666667%; }
  .col-sm-push-9 {
    left: 37.5%; }
  .col-sm-push-8 {
    left: 33.33333333%; }
  .col-sm-push-7 {
    left: 29.16666667%; }
  .col-sm-push-6 {
    left: 25%; }
  .col-sm-push-5 {
    left: 20.83333333%; }
  .col-sm-push-4 {
    left: 16.66666667%; }
  .col-sm-push-3 {
    left: 12.5%; }
  .col-sm-push-2 {
    left: 8.33333333%; }
  .col-sm-push-1 {
    left: 4.16666667%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-24 {
    margin-left: 100%; }
  .col-sm-offset-23 {
    margin-left: 95.83333333%; }
  .col-sm-offset-22 {
    margin-left: 91.66666667%; }
  .col-sm-offset-21 {
    margin-left: 87.5%; }
  .col-sm-offset-20 {
    margin-left: 83.33333333%; }
  .col-sm-offset-19 {
    margin-left: 79.16666667%; }
  .col-sm-offset-18 {
    margin-left: 75%; }
  .col-sm-offset-17 {
    margin-left: 70.83333333%; }
  .col-sm-offset-16 {
    margin-left: 66.66666667%; }
  .col-sm-offset-15 {
    margin-left: 62.5%; }
  .col-sm-offset-14 {
    margin-left: 58.33333333%; }
  .col-sm-offset-13 {
    margin-left: 54.16666667%; }
  .col-sm-offset-12 {
    margin-left: 50%; }
  .col-sm-offset-11 {
    margin-left: 45.83333333%; }
  .col-sm-offset-10 {
    margin-left: 41.66666667%; }
  .col-sm-offset-9 {
    margin-left: 37.5%; }
  .col-sm-offset-8 {
    margin-left: 33.33333333%; }
  .col-sm-offset-7 {
    margin-left: 29.16666667%; }
  .col-sm-offset-6 {
    margin-left: 25%; }
  .col-sm-offset-5 {
    margin-left: 20.83333333%; }
  .col-sm-offset-4 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 12.5%; }
  .col-sm-offset-2 {
    margin-left: 8.33333333%; }
  .col-sm-offset-1 {
    margin-left: 4.16666667%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .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-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left; }
  .col-md-24 {
    width: 100%; }
  .col-md-23 {
    width: 95.83333333%; }
  .col-md-22 {
    width: 91.66666667%; }
  .col-md-21 {
    width: 87.5%; }
  .col-md-20 {
    width: 83.33333333%; }
  .col-md-19 {
    width: 79.16666667%; }
  .col-md-18 {
    width: 75%; }
  .col-md-17 {
    width: 70.83333333%; }
  .col-md-16 {
    width: 66.66666667%; }
  .col-md-15 {
    width: 62.5%; }
  .col-md-14 {
    width: 58.33333333%; }
  .col-md-13 {
    width: 54.16666667%; }
  .col-md-12 {
    width: 50%; }
  .col-md-11 {
    width: 45.83333333%; }
  .col-md-10 {
    width: 41.66666667%; }
  .col-md-9 {
    width: 37.5%; }
  .col-md-8 {
    width: 33.33333333%; }
  .col-md-7 {
    width: 29.16666667%; }
  .col-md-6 {
    width: 25%; }
  .col-md-5 {
    width: 20.83333333%; }
  .col-md-4 {
    width: 16.66666667%; }
  .col-md-3 {
    width: 12.5%; }
  .col-md-2 {
    width: 8.33333333%; }
  .col-md-1 {
    width: 4.16666667%; }
  .col-md-pull-24 {
    right: 100%; }
  .col-md-pull-23 {
    right: 95.83333333%; }
  .col-md-pull-22 {
    right: 91.66666667%; }
  .col-md-pull-21 {
    right: 87.5%; }
  .col-md-pull-20 {
    right: 83.33333333%; }
  .col-md-pull-19 {
    right: 79.16666667%; }
  .col-md-pull-18 {
    right: 75%; }
  .col-md-pull-17 {
    right: 70.83333333%; }
  .col-md-pull-16 {
    right: 66.66666667%; }
  .col-md-pull-15 {
    right: 62.5%; }
  .col-md-pull-14 {
    right: 58.33333333%; }
  .col-md-pull-13 {
    right: 54.16666667%; }
  .col-md-pull-12 {
    right: 50%; }
  .col-md-pull-11 {
    right: 45.83333333%; }
  .col-md-pull-10 {
    right: 41.66666667%; }
  .col-md-pull-9 {
    right: 37.5%; }
  .col-md-pull-8 {
    right: 33.33333333%; }
  .col-md-pull-7 {
    right: 29.16666667%; }
  .col-md-pull-6 {
    right: 25%; }
  .col-md-pull-5 {
    right: 20.83333333%; }
  .col-md-pull-4 {
    right: 16.66666667%; }
  .col-md-pull-3 {
    right: 12.5%; }
  .col-md-pull-2 {
    right: 8.33333333%; }
  .col-md-pull-1 {
    right: 4.16666667%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-24 {
    left: 100%; }
  .col-md-push-23 {
    left: 95.83333333%; }
  .col-md-push-22 {
    left: 91.66666667%; }
  .col-md-push-21 {
    left: 87.5%; }
  .col-md-push-20 {
    left: 83.33333333%; }
  .col-md-push-19 {
    left: 79.16666667%; }
  .col-md-push-18 {
    left: 75%; }
  .col-md-push-17 {
    left: 70.83333333%; }
  .col-md-push-16 {
    left: 66.66666667%; }
  .col-md-push-15 {
    left: 62.5%; }
  .col-md-push-14 {
    left: 58.33333333%; }
  .col-md-push-13 {
    left: 54.16666667%; }
  .col-md-push-12 {
    left: 50%; }
  .col-md-push-11 {
    left: 45.83333333%; }
  .col-md-push-10 {
    left: 41.66666667%; }
  .col-md-push-9 {
    left: 37.5%; }
  .col-md-push-8 {
    left: 33.33333333%; }
  .col-md-push-7 {
    left: 29.16666667%; }
  .col-md-push-6 {
    left: 25%; }
  .col-md-push-5 {
    left: 20.83333333%; }
  .col-md-push-4 {
    left: 16.66666667%; }
  .col-md-push-3 {
    left: 12.5%; }
  .col-md-push-2 {
    left: 8.33333333%; }
  .col-md-push-1 {
    left: 4.16666667%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-24 {
    margin-left: 100%; }
  .col-md-offset-23 {
    margin-left: 95.83333333%; }
  .col-md-offset-22 {
    margin-left: 91.66666667%; }
  .col-md-offset-21 {
    margin-left: 87.5%; }
  .col-md-offset-20 {
    margin-left: 83.33333333%; }
  .col-md-offset-19 {
    margin-left: 79.16666667%; }
  .col-md-offset-18 {
    margin-left: 75%; }
  .col-md-offset-17 {
    margin-left: 70.83333333%; }
  .col-md-offset-16 {
    margin-left: 66.66666667%; }
  .col-md-offset-15 {
    margin-left: 62.5%; }
  .col-md-offset-14 {
    margin-left: 58.33333333%; }
  .col-md-offset-13 {
    margin-left: 54.16666667%; }
  .col-md-offset-12 {
    margin-left: 50%; }
  .col-md-offset-11 {
    margin-left: 45.83333333%; }
  .col-md-offset-10 {
    margin-left: 41.66666667%; }
  .col-md-offset-9 {
    margin-left: 37.5%; }
  .col-md-offset-8 {
    margin-left: 33.33333333%; }
  .col-md-offset-7 {
    margin-left: 29.16666667%; }
  .col-md-offset-6 {
    margin-left: 25%; }
  .col-md-offset-5 {
    margin-left: 20.83333333%; }
  .col-md-offset-4 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 12.5%; }
  .col-md-offset-2 {
    margin-left: 8.33333333%; }
  .col-md-offset-1 {
    margin-left: 4.16666667%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left; }
  .col-lg-24 {
    width: 100%; }
  .col-lg-23 {
    width: 95.83333333%; }
  .col-lg-22 {
    width: 91.66666667%; }
  .col-lg-21 {
    width: 87.5%; }
  .col-lg-20 {
    width: 83.33333333%; }
  .col-lg-19 {
    width: 79.16666667%; }
  .col-lg-18 {
    width: 75%; }
  .col-lg-17 {
    width: 70.83333333%; }
  .col-lg-16 {
    width: 66.66666667%; }
  .col-lg-15 {
    width: 62.5%; }
  .col-lg-14 {
    width: 58.33333333%; }
  .col-lg-13 {
    width: 54.16666667%; }
  .col-lg-12 {
    width: 50%; }
  .col-lg-11 {
    width: 45.83333333%; }
  .col-lg-10 {
    width: 41.66666667%; }
  .col-lg-9 {
    width: 37.5%; }
  .col-lg-8 {
    width: 33.33333333%; }
  .col-lg-7 {
    width: 29.16666667%; }
  .col-lg-6 {
    width: 25%; }
  .col-lg-5 {
    width: 20.83333333%; }
  .col-lg-4 {
    width: 16.66666667%; }
  .col-lg-3 {
    width: 12.5%; }
  .col-lg-2 {
    width: 8.33333333%; }
  .col-lg-1 {
    width: 4.16666667%; }
  .col-lg-pull-24 {
    right: 100%; }
  .col-lg-pull-23 {
    right: 95.83333333%; }
  .col-lg-pull-22 {
    right: 91.66666667%; }
  .col-lg-pull-21 {
    right: 87.5%; }
  .col-lg-pull-20 {
    right: 83.33333333%; }
  .col-lg-pull-19 {
    right: 79.16666667%; }
  .col-lg-pull-18 {
    right: 75%; }
  .col-lg-pull-17 {
    right: 70.83333333%; }
  .col-lg-pull-16 {
    right: 66.66666667%; }
  .col-lg-pull-15 {
    right: 62.5%; }
  .col-lg-pull-14 {
    right: 58.33333333%; }
  .col-lg-pull-13 {
    right: 54.16666667%; }
  .col-lg-pull-12 {
    right: 50%; }
  .col-lg-pull-11 {
    right: 45.83333333%; }
  .col-lg-pull-10 {
    right: 41.66666667%; }
  .col-lg-pull-9 {
    right: 37.5%; }
  .col-lg-pull-8 {
    right: 33.33333333%; }
  .col-lg-pull-7 {
    right: 29.16666667%; }
  .col-lg-pull-6 {
    right: 25%; }
  .col-lg-pull-5 {
    right: 20.83333333%; }
  .col-lg-pull-4 {
    right: 16.66666667%; }
  .col-lg-pull-3 {
    right: 12.5%; }
  .col-lg-pull-2 {
    right: 8.33333333%; }
  .col-lg-pull-1 {
    right: 4.16666667%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-24 {
    left: 100%; }
  .col-lg-push-23 {
    left: 95.83333333%; }
  .col-lg-push-22 {
    left: 91.66666667%; }
  .col-lg-push-21 {
    left: 87.5%; }
  .col-lg-push-20 {
    left: 83.33333333%; }
  .col-lg-push-19 {
    left: 79.16666667%; }
  .col-lg-push-18 {
    left: 75%; }
  .col-lg-push-17 {
    left: 70.83333333%; }
  .col-lg-push-16 {
    left: 66.66666667%; }
  .col-lg-push-15 {
    left: 62.5%; }
  .col-lg-push-14 {
    left: 58.33333333%; }
  .col-lg-push-13 {
    left: 54.16666667%; }
  .col-lg-push-12 {
    left: 50%; }
  .col-lg-push-11 {
    left: 45.83333333%; }
  .col-lg-push-10 {
    left: 41.66666667%; }
  .col-lg-push-9 {
    left: 37.5%; }
  .col-lg-push-8 {
    left: 33.33333333%; }
  .col-lg-push-7 {
    left: 29.16666667%; }
  .col-lg-push-6 {
    left: 25%; }
  .col-lg-push-5 {
    left: 20.83333333%; }
  .col-lg-push-4 {
    left: 16.66666667%; }
  .col-lg-push-3 {
    left: 12.5%; }
  .col-lg-push-2 {
    left: 8.33333333%; }
  .col-lg-push-1 {
    left: 4.16666667%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-24 {
    margin-left: 100%; }
  .col-lg-offset-23 {
    margin-left: 95.83333333%; }
  .col-lg-offset-22 {
    margin-left: 91.66666667%; }
  .col-lg-offset-21 {
    margin-left: 87.5%; }
  .col-lg-offset-20 {
    margin-left: 83.33333333%; }
  .col-lg-offset-19 {
    margin-left: 79.16666667%; }
  .col-lg-offset-18 {
    margin-left: 75%; }
  .col-lg-offset-17 {
    margin-left: 70.83333333%; }
  .col-lg-offset-16 {
    margin-left: 66.66666667%; }
  .col-lg-offset-15 {
    margin-left: 62.5%; }
  .col-lg-offset-14 {
    margin-left: 58.33333333%; }
  .col-lg-offset-13 {
    margin-left: 54.16666667%; }
  .col-lg-offset-12 {
    margin-left: 50%; }
  .col-lg-offset-11 {
    margin-left: 45.83333333%; }
  .col-lg-offset-10 {
    margin-left: 41.66666667%; }
  .col-lg-offset-9 {
    margin-left: 37.5%; }
  .col-lg-offset-8 {
    margin-left: 33.33333333%; }
  .col-lg-offset-7 {
    margin-left: 29.16666667%; }
  .col-lg-offset-6 {
    margin-left: 25%; }
  .col-lg-offset-5 {
    margin-left: 20.83333333%; }
  .col-lg-offset-4 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 12.5%; }
  .col-lg-offset-2 {
    margin-left: 8.33333333%; }
  .col-lg-offset-1 {
    margin-left: 4.16666667%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-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; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #efede9;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0; }

input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
  line-height: 30px;
  line-height: 1.5 \0; }

input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
  line-height: 46px;
  line-height: 1.33 \0; }

_:-ms-fullscreen, :root input[type="date"], _:-ms-fullscreen, :root input[type="time"], _:-ms-fullscreen, :root input[type="datetime-local"], _:-ms-fullscreen, :root input[type="month"] {
  line-height: 1.42857143; }

_:-ms-fullscreen.input-sm, :root input[type="date"].input-sm, _:-ms-fullscreen.input-sm, :root input[type="time"].input-sm, _:-ms-fullscreen.input-sm, :root input[type="datetime-local"].input-sm, _:-ms-fullscreen.input-sm, :root input[type="month"].input-sm {
  line-height: 1.5; }

_:-ms-fullscreen.input-lg, :root input[type="date"].input-lg, _:-ms-fullscreen.input-lg, :root input[type="time"].input-lg, _:-ms-fullscreen.input-lg, :root input[type="datetime-local"].input-lg, _:-ms-fullscreen.input-lg, :root input[type="month"].input-lg {
  line-height: 1.33; }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.input-sm, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, textarea.form-group-sm .form-control, select[multiple].input-sm, select[multiple].form-group-sm .form-control {
  height: auto; }

.input-lg, .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, textarea.form-group-lg .form-control, select[multiple].input-lg, select[multiple].form-group-lg .form-control {
  height: auto; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block, .has-success .control-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: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .control-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: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-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: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover {
  text-decoration: none;
  background-color: #efede9;
  border-bottom: 5px solid #efede9; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #efede9;
  border-color: #35647d; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #efede9 #efede9 #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  text-decoration: none;
  border-bottom: 5px solid #97252b; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.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 {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-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-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  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.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !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-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    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; }

@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 {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.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; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.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: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@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-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.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: #e7e7e7;
  color: #555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    background-color: #e7e7e7; }
  .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; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  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: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .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: #080808; }
  .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: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .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 td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .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 td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .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 td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .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 td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #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-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .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: 4px; }

.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: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #35647d; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #35647d;
  border-color: #35647d; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #35647d; }

.panel-primary > .panel-heading .badge {
  color: #35647d;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #35647d; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.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.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%; }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .panel-body:before, .panel-body:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .panel-body:after {
  clear: both; }

.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; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .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; }
  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: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  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; } }

.ct-chart .ct-label {
  fill: #183242;
  color: #183242;
  font-size: 1rem;
  line-height: 1;
  alignment-baseline: middle; }

.ct-chart .ct-chart-line .ct-label,
.ct-chart .ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-chart .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart .ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart .ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart .ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart .ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
  display: block; }
  .ct-chart .ct-chart-bar .ct-label.ct-horizontal.ct-end span.amount {
    font-size: 12px;
    line-height: 1.5;
    display: block;
    font-weight: bold; }

.ct-chart .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-chart .ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-chart .ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-chart .ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-chart .ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-chart .ct-bar {
  fill: none;
  stroke-width: 16%; }

.ct-chart .ct-slice.ct-donut {
  fill: none;
  stroke-width: 60px; }

.ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
  stroke: #71aba9; }

.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-a .ct-area {
  fill: #71aba9; }

.ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-line, .ct-chart .ct-series.ct-series-b .ct-bar, .ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
  stroke: #3c6564; }

.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-b .ct-area {
  fill: #3c6564; }

.ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-line, .ct-chart .ct-series.ct-series-c .ct-bar, .ct-chart .ct-series.ct-series-c .ct-slice.ct-donut {
  stroke: #d99c6a; }

.ct-chart .ct-series.ct-series-c .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-c .ct-area {
  fill: #d99c6a; }

.ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-line, .ct-chart .ct-series.ct-series-d .ct-bar, .ct-chart .ct-series.ct-series-d .ct-slice.ct-donut {
  stroke: #a05e29; }

.ct-chart .ct-series.ct-series-d .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-d .ct-area {
  fill: #a05e29; }

.ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-slice.ct-donut {
  stroke: #35647d; }

.ct-chart .ct-series.ct-series-e .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-e .ct-area {
  fill: #35647d; }

.ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-slice.ct-donut {
  stroke: #aac7d9; }

.ct-chart .ct-series.ct-series-f .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-f .ct-area {
  fill: #aac7d9; }

.ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-g .ct-line, .ct-chart .ct-series.ct-series-g .ct-bar, .ct-chart .ct-series.ct-series-g .ct-slice.ct-donut {
  stroke: #558fb4; }

.ct-chart .ct-series.ct-series-g .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-g .ct-area {
  fill: #558fb4; }

.ct-chart .ct-series.ct-series-h .ct-point, .ct-chart .ct-series.ct-series-h .ct-line, .ct-chart .ct-series.ct-series-h .ct-bar, .ct-chart .ct-series.ct-series-h .ct-slice.ct-donut {
  stroke: #2c4d63; }

.ct-chart .ct-series.ct-series-h .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-h .ct-area {
  fill: #2c4d63; }

.ct-chart .ct-series.ct-series-i .ct-point, .ct-chart .ct-series.ct-series-i .ct-line, .ct-chart .ct-series.ct-series-i .ct-bar, .ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
  stroke: #d85f65; }

.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-i .ct-area {
  fill: #d85f65; }

.ct-chart .ct-series.ct-series-j .ct-point, .ct-chart .ct-series.ct-series-j .ct-line, .ct-chart .ct-series.ct-series-j .ct-bar, .ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
  stroke: #97252b; }

.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-j .ct-area {
  fill: #97252b; }

.ct-chart .ct-series.ct-series-k .ct-point, .ct-chart .ct-series.ct-series-k .ct-line, .ct-chart .ct-series.ct-series-k .ct-bar, .ct-chart .ct-series.ct-series-k .ct-slice.ct-donut {
  stroke: #350d0f; }

.ct-chart .ct-series.ct-series-k .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-k .ct-area {
  fill: #350d0f; }

.ct-chart .ct-series.ct-series-l .ct-point, .ct-chart .ct-series.ct-series-l .ct-line, .ct-chart .ct-series.ct-series-l .ct-bar, .ct-chart .ct-series.ct-series-l .ct-slice.ct-donut {
  stroke: white; }

.ct-chart .ct-series.ct-series-l .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-l .ct-area {
  fill: white; }

.ct-chart .ct-series.ct-series-m .ct-point, .ct-chart .ct-series.ct-series-m .ct-line, .ct-chart .ct-series.ct-series-m .ct-bar, .ct-chart .ct-series.ct-series-m .ct-slice.ct-donut {
  stroke: #c0cad3; }

.ct-chart .ct-series.ct-series-m .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-m .ct-area {
  fill: #c0cad3; }

.ct-chart .ct-series.ct-series-n .ct-point, .ct-chart .ct-series.ct-series-n .ct-line, .ct-chart .ct-series.ct-series-n .ct-bar, .ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
  stroke: #788da1; }

.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-n .ct-area {
  fill: #788da1; }

.ct-chart .ct-series.ct-series-o .ct-point, .ct-chart .ct-series.ct-series-o .ct-line, .ct-chart .ct-series.ct-series-o .ct-bar, .ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
  stroke: #847860; }

.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut), .ct-chart .ct-series.ct-series-o .ct-area {
  fill: #847860; }

.ct-chart.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-chart.ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-chart.ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.88889%; }
  .ct-chart.ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.33333%; }
  .ct-chart.ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-chart.ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-chart.ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.66667%; }
  .ct-chart.ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-chart.ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.8047%; }
  .ct-chart.ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-chart.ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-chart.ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.33333%; }
  .ct-chart.ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-chart.ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-chart.ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-chart.ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.33333%; }
  .ct-chart.ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-chart.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-chart.ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-chart.ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-chart.ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/*
#################################################
 Default WordPress styles
#################################################
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*
#################################################
 Base File with miscellaneous styles such as fonts
#################################################
*/
/* colors for reference

primary

	blue smoke:	rgba(53, 100, 125, 1); #35647d
	cranberry: 	rgba(151, 37, 43, 1);
    dk red: rgb(102, 13, 18);
	parchment: 	rgba(246, 226, 200, .3);

    background: rgba(234, 230, 220); #efede9;

secondary
	dk smoke:	rgba(24, 50, 66, 1); #183242
	evergreen:	rgba(0, 66, 59, 1);
	pewter:		rgba(192, 202, 211, 1); #c0cad3
    light pewter:     rgba(223, 233, 243, 1);    
	misty sky:	rgba(85, 143, 180, 1); #558fb4

*/
body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #183242;
  background-color: #efede9; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

p {
  line-height: 1.5; }

.inner {
  padding: 0 65px; }

a {
  color: #35647d; }

a:hover {
  text-decoration: none;
  color: #4f91b4;
  cursor: pointer; }

h1 {
  font-family: 'Archivo Black', Arial, Helvetica;
  font-weight: bold; }

h3 {
  font-size: 32px; }

h4, h5 {
  font-family: Raleway;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 100%; }

h2, h3, h5, h6 {
  font-family: 'Archivo Narrow', Arial, Helvetica;
  line-height: 100%; }

.wrapper {
  position: relative; }

/* override bootstrap negative margins */
.row {
  margin: 0; }

/* basic page components */
.page-header {
  background: #DAE3EC;
  /* background-size: cover; */
  /* background-position: 50%; */
  overflow: hidden;
  height: 350px;
  background-attachment: fixed; }
  .page-header .row {
    position: relative;
    height: 360px; }

.header-text {
  /* bottom: 0; */
  /* position: absolute; */
  height: 350px;
  position: absolute;
  width: 100%;
  top: 0; }
  .header-text div {
    position: absolute;
    bottom: 14px; }
  .header-text h1 {
    display: inline;
    font-size: 32px;
    margin: 21px 0;
    line-height: 1;
    text-shadow: 0px -1px 5px rgba(255, 255, 255, 0.5); }
  .header-text h2.label {
    font-size: 24px;
    display: inline;
    margin-left: 8px;
    text-shadow: 0px -1px 3px rgba(255, 255, 255, 0.5); }

.page-components {
  background: #efede9;
  padding: 50px 0;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5); }
  .page-components blockquote, .page-components .callout {
    margin: 24px 0;
    font-size: 24px;
    font-weight: 100;
    padding: 3px 0 3px 36px;
    border-left: 3px solid #c0cad3; }
  .page-components .additional-content img {
    width: 100%;
    margin: 24px 0; }
  .page-components .wp-caption {
    background: none; }
  .page-components .wp-caption-text {
    border: none;
    font-size: 12px; }
  .page-components .additional-content .wp-caption img {
    margin-bottom: 12px !important;
    border: none; }

@media (min-width: 768px) {
  .page-components .additional-content img {
    width: auto;
    margin: 24px 0;
    border-left: 3px solid #c0cad3; }
  .page-components .additional-content .alignleft {
    margin: 24px 24px 24px 0; }
  .page-components .page-components .additional-content .alignright {
    margin: 24px 0 24px 24px;
    border-right: 3px solid #c0cad3;
    border-left: none; }
  .page-components .additional-content .aligncenter {
    border-left: none; } }

@media (min-width: 992px) {
  .page-components blockquote, .page-components .callout {
    margin-left: -64px; }
  .header-text h1 {
    font-size: 56px; }
  .header-text h2.label {
    font-size: 42px; } }

.abstract {
  font-size: 18px; }

.additional-content p {
  line-height: 1.75; }

/* place details appears on battlefield preservation details pages and visit places */
.place-details {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px -1px rgba(0, 0, 0, 0.1);
  line-height: 1.75; }
  .place-details span {
    display: block;
    clear: both; }
  .place-details .v-info {
    font-style: italic;
    margin: 12px 0;
    font-size: 90%; }

/* featured columns */
.featured {
  display: table;
  width: 100%;
  /* min-height: 140px; */
  /* background sets the image if there is none */
  background-image: url("/wp-content/uploads/2015/04/preserve-horizon.jpg");
  /*background-position: 50% -120px; */
  background-repeat: no-repeat;
  background-size: contain; }
  .featured .inner {
    padding: 65px; }

.featured .col-a, .featured .col-b {
  /* display: table-cell; */
  /* float:none; */
  /* background-size: cover; */
  /* background-position: 50%; */
  /* min-height: 500px; */ }

.featured h4 {
  font-size: 32px;
  margin: 0; }

.featured h5 {
  font-size: 18px;
  margin: 0; }

.featured-content {
  background: #efede9;
  margin-top: 40%; }

.featured-image {
  /* height: 300px; */ }

@media (min-width: 992px) {
  .featured {
    /* min-height: 500px; */
    background-size: cover;
    background-position: 50%; }
  .featured-image {
    /* min-height: 500px;  */ }
  .featured-content {
    margin-top: 0; } }

/* svg */
/*
svg path {
    fill: $parchment;
}
*/
/* functional */
.left {
  float: left; }

.right {
  float: right; }

.left-arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #97252b; }

.left-arrow, .right-arrow {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block; }

.up-arrow, .down-arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block; }

.up-arrow {
  margin-bottom: 8px;
  border-bottom: 8px solid #97252b; }

.right-arrow {
  margin-left: 8px;
  border-left: 8px solid #97252b; }

.down-arrow {
  margin-top: 8px;
  border-top: 8px solid #97252b; }

.left-arrow {
  margin-right: 8px;
  border-right: 8px solid #97252b; }

.center {
  margin: 0 auto;
  text-align: center; }

.rounded img, img.rounded {
  border-radius: 50%; }

.blur {
  filter: blur(0px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: url(#blur);
  filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); }

/*
#################################################
 Footer
#################################################
*/
.footer {
  background: #183242;
  overflow: hidden;
  color: #c0cad3;
  width: 100%; }
  .footer .col-md-8 {
    margin-bottom: 42px; }

.footer .inner {
  padding: 65px;
  overflow: hidden; }

.footer a {
  color: #c0cad3; }

.footer ul {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  padding: 0; }

.footer span.head {
  font-size: 24px;
  font-weight: 100; }

/* social */
.footer .social {
  padding-top: 25px; }

.footer .social img {
  width: 36px;
  height: 36px; }

.footer .social li {
  display: inline;
  margin-right: 5px; }

.footer .social li.last {
  margin-right: 0; }

/* recent */
.footer .col-b ul {
  list-style: disc;
  margin-left: 17px; }

.footer .col-b li {
  padding-top: 25px;
  font-weight: 600; }

.footer .col-b ul li:first-child {
  padding-top: 0; }

.footer .col-b li span {
  display: block;
  font-weight: normal; }

.footer .search {
  padding: 5px 5px 5px 10px;
  margin: 10px 0;
  width: 100%;
  color: #183242; }

.contact li {
  margin: 10px 0; }

.contact img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  opacity: .5; }

/* colophon */
.colophon {
  background: #0d1b24;
  padding: 25px;
  overflow: hidden;
  font-size: 12px; }
  .colophon ul {
    margin: 0; }
  .colophon li {
    display: inline;
    margin: 0 14px; }

@media (max-width: 991px) {
  .footer .inner {
    padding: 36px 2px; } }

/*
#################################################
 Header
#################################################
*/
.header-outside {
  z-index: 100000;
  position: relative; }

.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 150;
  /* to appear above the timeline.js */ }
  .header a {
    color: #efede9; }
  .header .inner {
    height: 100%;
    width: 100%;
    padding: 0 80px;
    overflow: hidden; }
  .header .social-bar {
    height: 36px;
    background: #761d22;
    overflow: hidden;
    display: table;
    width: 100%; }
    .header .social-bar .social-container li {
      display: inline; }
      .header .social-bar .social-container li img {
        width: 20px;
        height: auto;
        display: inline-block;
        margin: 0 5px; }
  .header .nav-bar {
    height: 72px;
    max-height: 72px;
    background: rgba(151, 37, 43, 0.9); }
    .header .nav-bar .logo-container {
      position: absolute;
      margin-top: 4px; }
    .header .nav-bar .logo img {
      width: 98px;
      height: 162px; }
  .header .nav-group, .header .contact-group {
    list-style: none;
    list-style-type: none;
    padding: 0; }
  .header .contact-group li {
    display: inline;
    padding-left: 30px; }
  .header .nav-group {
    height: 100%;
    display: table;
    margin: 0; }
    .header .nav-group li {
      display: table-cell;
      padding-left: 65px;
      vertical-align: middle;
      border-bottom: 10px transparent solid; }
    .header .nav-group a {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 14px;
      display: inline-block;
      padding: 20px 0;
      cursor: pointer; }
    .header .nav-group img.svg {
      height: 16px;
      width: 16px; }
    .header .nav-group .active {
      border-bottom: 10px #efede9 solid; }
  .header .nav-group li:first-child, .header .contact-group li:first-child {
    padding-left: 0; }

/* resize on scroll */
.tiny {
  background: #97252b;
  position: fixed;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.4s cubic-bezier(0.78, 0.13, 0.15, 0.86), box-shadow 0.4s cubic-bezier(0.78, 0.13, 0.15, 0.86), top 0.4s;
  transition: background-color 0.4s cubic-bezier(0.78, 0.13, 0.15, 0.86), box-shadow 0.4s cubic-bezier(0.78, 0.13, 0.15, 0.86), top 0.4s; }
  .tiny .social-bar {
    display: none; }
  .tiny .nav-bar {
    height: 48px; }
    .tiny .nav-bar img.svg {
      height: 12px;
      width: 12px; }
  .tiny .logo img {
    display: none; }
  .tiny .nav-group a {
    font-size: 12px;
    padding: 0 !important; }
  .tiny .nav-group li, .tiny .nav-group li.active {
    border-bottom: 3px; }
  .tiny .nav-group li.active {
    border-color: #efede9; }
  .tiny .logo {
    display: block;
    background-image: url("/wp-content/uploads/2015/04/logo-h.png");
    background-size: 100%;
    width: 125px;
    height: 49px; }

/* push wordpress admin bar out of way */
.admin-bar .header.tiny {
  top: 32px; }

@media (max-width: 991px) {
  .header {
    background: #660d12;
    position: fixed;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5); }
    .header .inner {
      padding: 0 15px; }
    .header .social-bar {
      display: none; }
    .header .nav-bar {
      height: 48px; }
      .header .nav-bar img.svg {
        height: 12px;
        width: 12px; }
      .header .nav-bar .mobile-mnu {
        height: 35px;
        width: auto;
        cursor: pointer;
        margin-top: 6px; }
    .header .logo img {
      display: none; }
    .header .nav-group {
      width: 100%;
      position: absolute;
      bottom: -46px;
      left: 0;
      right: 0;
      background-color: #97252b;
      padding-top: 7px;
      display: none; }
      .header .nav-group.expanded {
        display: inline; }
      .header .nav-group a {
        font-size: 16px;
        padding: 10px 18px !important;
        width: 100%; }
      .header .nav-group li {
        display: list-item;
        padding-left: 0;
        background-color: #97252b;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .header .nav-group li.active {
        border-color: #efede9;
        border-bottom: 3px; }
    .header .logo {
      display: block;
      background-image: url("/wp-content/uploads/2015/04/logo-h.png");
      background-size: 100%;
      width: 125px;
      height: 49px; }
  .admin-bar .header {
    top: 32px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .page-header, .header-text {
    height: 140px;
    background-size: cover;
    background-position: 50%;
    background-attachment: scroll; }
  .header-text h1 {
    font-size: 24px; } }

/*
#################################################
 Side menu
#################################################
*/
.sidebar .stories, .sidebar .people {
  padding-top: 15px; }

.sidebar ul {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  padding: 0; }
  .sidebar ul .list-head {
    font-weight: bold;
    text-transform: uppercase; }

@media (min-width: 992px) {
  .sidebar {
    font-size: 14px; }
  .sidebar .btn {
    padding: 14px 24px !important;
    font-size: 14px !important; } }

/*
#################################################
 Buttons
#################################################
*/
.wrapper .btn {
  background: #35647d;
  color: #fbfdfd;
  text-transform: uppercase;
  padding: 14px 35px;
  font-family: 'Raleway';
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24); }
  .wrapper .btn:hover {
    background: #417b9a;
    color: white; }

.footer .btn {
  background: #c0cad3;
  color: #183242; }

/*
#################################################
 Buckets
#################################################
*/
.buckets {
  padding-top: 46px;
  padding-bottom: 45px;
  overflow: hidden; }

.buckets div {
  padding-top: 18px;
  padding-bottom: 17px; }

.buckets img {
  width: 128px;
  height: 128px;
  border-radius: 50%; }

.buckets h3 {
  color: black;
  margin: 25px 0 0; }

.buckets p {
  max-width: 400px;
  margin: 0 auto;
  display: inline-block; }

/*
#################################################
 Featured
#################################################
*/
/*
#################################################
 Geography
#################################################
*/
.geography {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  background-color: #dedad1; }
  .geography .component {
    padding: 36px 28px 0 15px; }

.geography .group-a {
  overflow: hidden; }

.geography .col-a, .geography .col-b {
  float: none;
  display: table-cell;
  vertical-align: top; }

.geography .col-a {
  min-width: 64px; }
  .geography .col-a img.svg {
    width: 36px;
    height: 36px;
    margin: 0 14px; }

.geography .col-b h5 {
  margin: 0 0 5px;
  font-size: 24px; }

.geography .col-b p {
  margin: 0; }

/*
#################################################
 Hero
#################################################
*/
.hero {
  width: 100%;
  height: 100vh;
  display: table;
  vertical-align: middle; }
  .hero.timeline-hero {
    height: auto; }

.hero .inner {
  display: table-cell;
  /* vertical-align: middle; */
  padding-top: 24%;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: 50%;
  color: white;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5); }
  .hero .inner h1 {
    font-size: 36px; }
  .hero .inner h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 27px; }
  .hero .inner .btn {
    margin-top: 36px;
    text-shadow: none; }

.hero .arrow-link-container {
  position: absolute;
  //bottom: 100px;
  bottom: 7px;
  left: 0;
  right: 0;
  font-size: 14px; }

.hero .arrow-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden; }

.hero .arrow-link div.down-arrow {
  border-top: 8px solid #efede9; }

@media(max-width:767px) {
    .arrow-link-container {
        display: none;
    }
}


/*
#################################################
 Quote
#################################################
*/
.quote {
  padding: 80px 15px;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-align: right;
  display: table;
  clear: both;
  width: 100%;
  background: #35647d;
  background: -moz-linear-gradient(top, #35647d 0%, #1d3644 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #35647d), color-stop(100%, #1d3644));
  background: -webkit-linear-gradient(top, #35647d 0%, #1d3644 100%);
  background: -o-linear-gradient(top, #35647d 0%, #1d3644 100%);
  background: -ms-linear-gradient(top, #35647d 0%, #1d3644 100%);
  background: linear-gradient(to bottom, #35647d 0%, #1d3644 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue-smoke', endColorstr='#darken($blue-smoke, 16%)', GradientType=0 ); }
  .quote .btn {
    background: #558fb4; }
  .quote h3 {
    font-size: 27px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 5px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7), 0 -1px 1px rgba(0, 0, 0, 0.5), 1px 1px 0px rgba(255, 255, 255, 0.7); }
  .quote span {
    display: block;
    font-size: 14px; }

.quote .col-a, .quote .col-b {
  display: table-cell;
  float: none;
  vertical-align: middle; }

.quote .col-b {
  text-align: center; }

/*
#################################################
 Page meta info (i.e. date, image, etc)
#################################################
*/
.meta {
  font-family: 'Archivo Narrow', Arial, Helvetica;
  font-weight: bold;
  position: relative; }
  .meta span {
    display: block;
    font-weight: normal;
    opacity: .8; }
  .meta img {
    width: 40px;
    height: 40px;
    display: block;
    left: 0px;
    margin-bottom: 14px; }
  .meta img.profile-pic, .meta img.battle-image {
    width: 125px;
    height: 125px;
    left: -186px; }

img.badge {
  width: 30px;
  margin: 8px 4px 0 0;
  position: relative;
  height: 30px; }

@media (min-width: 992px) {
  .meta img {
    position: absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: -60px; } }

/*
#################################################
 Page toolbar (social networking links, etc)
#################################################
*/
.toolbar {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 18px 0;
  font-size: 12px;
  font-weight: bold; }
  .toolbar ul {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    height: 48px;
    padding: 14px 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0; }
    .toolbar ul li {
      padding-right: 22px;
      float: left; }
    .toolbar ul li:first-child {
      padding-right: 10px;
      color: rgba(0, 0, 0, 0.6); }
    .toolbar ul li:last-child {
      float: right;
      padding: 0; }
    .toolbar ul img {
      width: 12px;
      height: 12px;
      opacity: .5; }

/*
#################################################
 Page animated counter
#################################################
*/
.engaged {
  border-top: 1px solid rgba(255, 255, 255, 0.7); }
  .engaged .row {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }

.casualties {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .casualties .row {
    border-top: 1px dotted rgba(255, 255, 255, 0.7); }

.counter {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  margin: 36px 0;
  padding: 0px;
  text-align: center; }
  .counter .total, .counter .total-na {
    font-size: 45px;
    font-family: 'Archivo Black', Arial, Helvetica;
    display: block; }
  .counter .label {
    font-size: 18px; }
  .counter .col-a {
    padding: 24px 0;
    border-right: 1px dotted rgba(0, 0, 0, 0.2);
    width: 50%;
    float: left; }
  .counter .col-b {
    color: #838d92;
    padding: 24px 0;
    border-left: 1px dotted rgba(255, 255, 255, 0.7);
    float: right;
    width: 50%; }
    .counter .col-b .name a {
      color: #838d92; }
  .counter .middle {
    border-top: 1px dotted rgba(255, 255, 255, 0.7);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    position: relative; }
    .counter .middle .name {
      font-family: 'Archivo Narrow', Arial, Helvetica;
      font-weight: bold; }
    .counter .middle .col-a, .counter .middle .col-b {
      padding: 14px 0; }
    .counter .middle img {
      border-top: 1px rgba(255, 255, 255, 0.7);
      box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
      width: 52px;
      height: 52px;
      position: absolute;
      top: -2px;
      display: none; }
    .counter .middle .col-a img {
      left: -24px; }
    .counter .middle .col-b img {
      right: -24px; }

@media (min-width: 992px) {
  .counter .middle img {
    display: block; } }

/*
#################################################
 History
#################################################
*/
.side-well h3 {
  font-family: 'Raleway', sans-serif; }

/*
#################################################
 Filter People
#################################################
*/
.history-section .sm-list {
  background-color: #f8f7f5;
  padding: 0; }

.filters {
  background-color: #dedad1; }

.filters h4 {
  font-size: 36px;
  margin: 0;
  /* vertical-align: middle; */ }

.filters ul.nav.nav-pills {
  width: 50%;
  margin: 0;
  float: right; }

.filters ul.nav.nav-pills li {
  float: left;
  width: 33.333%;
  text-align: center;
  margin: 0; }

.filters ul.nav.nav-pills li a {
  line-height: 24px;
  padding: 36px 0;
  border-radius: 0; }

.filters-label {
  float: left;
  width: 50%;
  height: 96px;
  padding: 24px 0 0 80px; }
  .filters-label h4, .filters-label h5 {
    margin: 0; }

@media only screen and (max-width: 480px) {
  .filters-label, .filters ul.nav.nav-pills {
    float: none;
    width: 100%; } }

.person {
  clear: both;
  margin: 36px 24px;
  overflow: auto; }
  .person .profile-pic {
    padding: 0; }
  .person h3 {
    margin: 0 0 14px; }
  .person span {
    display: inline;
    margin-right: 14px; }

.sm-list .meta img {
  position: relative;
  border-radius: 0;
  width: 14px;
  height: 11px;
  margin-right: 10px;
  left: 0px;
  display: inline-block;
  margin-bottom: 0; }

.profile-pic img {
  border-radius: 50%; }

.history-section .person .profile-pic img {
  max-width: 175px;
  width: 100%; }

a.next-page, a.previous-page {
  font-weight: bold;
  font-size: 18px; }

.pagination-outside {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding: 36px 62px; }
  .pagination-outside a.previous-page {
    float: left; }
  .pagination-outside a.next-page {
    float: right; }

@media (max-width: 991px) {
  .pagination-outside {
    padding: 36px 18px; } }

/*
#################################################
 History Person
#################################################
*/
.page-template-history-person-page .page-components {
  padding-bottom: 50px; }

.page-template-history-person-page .page-header {
  background-position: initial;
  background-attachment: fixed;
  background-size: initial; }

#map-canvas {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }
  .hero #map-canvas {
    pointer-events: none; }

.hero.maps {
  display: block;
  height: 75vh;
  width: 100%; }

.list-view {
  background-color: #dedad1; }
  .list-view .list-items {
    height: auto;
    list-style: none;
    margin: 0;
    padding: 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .list-view .list-item {
    display: inline-block;
    padding-right: 20%; }
    .list-view .list-item .info-window-title {
      font-size: 14px; }
  .list-view .col-a, .list-view .col-b {
    float: none;
    display: table-cell;
    vertical-align: middle; }
  .list-view .svg {
    width: 18px;
    height: 18px;
    margin-right: 14px; }

.info-window-title {
  font-size: 16px;
  margin-top: 5px;
  text-decoration: underline; }

.info-window-id {
  margin: 5px 0; }

.info-window-abstract,
.info-window-address {
  margin: 0;
  max-width: 345px; }

.info-window-address {
  font-weight: 500;
  margin-top: 5px;
  white-space: pre-wrap; }

.page-template-preserve-page .featured .inner {
  padding: 56px 2px; }

.page-template-preserve-page .featured .featured h5 {
  margin: 10px 0 0; }

@media (min-width: 768px) {
  .list-view .list-items {
    padding: 20px 50px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .list-view .list-item {
    padding-right: 20%; }
    .list-view .list-item .info-window-title {
      font-size: 14px; }
  .page-template-preserve-page .featured .inner {
    padding: 65px; } }

@media (min-width: 992px) {
  .list-view .list-items {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  .list-view .list-item {
    padding-right: 20%; }
    .list-view .list-item .info-window-title {
      font-size: 14px; } }

@media (min-width: 1200px) {
  .list-view .list-items {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
  .list-view .list-item {
    padding-right: 20%; }
    .list-view .list-item .info-window-title {
      font-size: 14px; } }

@media (min-width: 1700px) {
  .list-view .list-items {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; }
  .list-view .list-item {
    padding-right: 20%; }
    .list-view .list-item .info-window-title {
      font-size: 16px; } }

/*
#################################################
 Timeline
#################################################
*/
.vco-slider .slider-item .content .content-container .media,
.vco-timeline .vco-navigation .vco-toolbar {
  display: none; }

.hero.timeline-hero {
  height: auto; }

@media (min-width: 750px) {
  .vco-slider .slider-item .content .content-container .media,
  .vco-timeline .vco-navigation .vco-toolbar {
    display: block; } }

@media (min-width: 767px) {
  .hero.timeline-hero {
    padding-top: 120px; } }

/*
#################################################
 Events Calendar
#################################################
*/
.wrapper #tribe-events-pg-template {
  clear: both;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 15px; }
  .wrapper #tribe-events-pg-template .tribe-events-event-meta {
    clear: both; }

.single-tribe_events .tribe-events-event-meta {
  background-color: white;
  border: 0px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2); }

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background: #35647d;
  color: #fbfdfd;
  padding: 14px 35px;
  font-family: 'Raleway';
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24); }
  #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-button:hover:hover, #tribe_events_filters_wrapper input[type=submit]:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover:hover, .tribe-events-button.tribe-inactive:hover, .tribe-events-button:hover:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a:hover {
    background: #417b9a;
    color: white; }

/* Show WP admin toolbar above all-else [including the layout's toolbar] */
#wpadminbar {
  z-index: 999999; }

/*# sourceMappingURL=style.css.map */