@import "form.css";
@import "menu.css";
.tickerFrames 0% {
  margin-top: 0;
}
.tickerFrames 33.33% {
  margin-top: -150px;
}
.tickerFrames 66.66% {
  margin-top: -300px;
}
.tickerFrames 100% {
  margin-top: 0;
}
.chrono_credits {
  display: none;
}
h1,
h2,
h3 {
  color: #6e006d;
}
h1::before {
  content: "|";
}
h2 {
  margin-top: 13px;
  margin-bottom: 23px;
}
h4 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
  font-weight: 600;
}
h5 {
  font-weight: 700;
}
iframe {
  border: none;
}
#banner {
  margin: 0;
}
#banner > div {
  padding: 0;
}
.x {
  color: #ce0000;
  font-size: bigger(2pt);
}
.tra {
  color: #0e7002;
  font-style: italic;
}
.maps iframe {
  width: 100%;
  height: 400px;
  margin-top: 50px;
  margin-bottom: 100px;
}
#bottom {
  margin-top: 50px;
}
.indent {
  padding-left: 5px;
}
.red {
  color: #ce0000;
}
.centered {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.stretch {
  letter-spacing: 3px;
}
.newsflash {
  background-color: rgba(255, 255, 153, 0.55);
  padding: 5px;
}
.newsflash p {
  border-left-color: #ce0000;
  border-left-style: solid;
  border-left-width: 3px;
  padding-left: 15px;
  margin-left: 5px;
}
.newsflash h4 {
  margin-top: 0;
}
.cornered {
  border-radius: 7px;
}
.featurette-heading {
  font-size: 14pt;
}
.featurette-heading::before {
  content: "";
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.ticker {
  width: 400px;
  height: 150px;
  margin: 40px auto 0;
  overflow: hidden;
}
@keyframes ticker {
  0% {
    margin-top: 0;
  }
  33.33% {
    margin-top: -150px;
  }
  66.66% {
    margin-top: -300px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes ticker {
  0% {
    margin-top: 0;
  }
  33.33% {
    margin-top: -150px;
  }
  66.66% {
    margin-top: -300px;
  }
  100% {
    margin-top: 0;
  }
}
.ticker .quotes {
  -webkit-animation: ticker 18s cubic-bezier(1, 0, 0.5, 0) infinite;
  -moz-animation: ticker 18s cubic-bezier(1, 0, 0.5, 0) infinite;
  -ms-animation: ticker 18s cubic-bezier(1, 0, 0.5, 0) infinite;
  animation: ticker 18s cubic-bezier(1, 0, 0.5, 0) infinite;
}
.quotes blockquote {
  margin: 0;
  height: 150px;
}
#wrapper {
  padding-left: 0;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 250px;
}
#sidebar-wrapper {
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: hidden;
  background: #1b2121;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}
#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}
#sidebar-wrapper:hover {
  background: #485a58;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.logo-holder img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.sidebar-nav {
  position: relative;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
}
.sidebar-nav li,
.sidebar-nav ul li {
  text-indent: 20px;
  line-height: 30px;
  list-style: none;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: auto;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #333;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: 0 0;
}
.sidebar-nav ul {
  height: 0;
  opacity: 0;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar-nav li:hover > ul {
  height: auto;
  opacity: 1;
  -o-transition: all 0.5s ease 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}
.sidebar-nav ul li {
  height: auto;
}
.sidebar-nav ul li ul {
  padding: 0;
}
.sidebar-nav ul li ul li a {
  font-style: italic;
  font-size: 11px;
}
.sidebar-nav ul li ul li a::before {
  content: " \25BA \  ";
  font-weight: 200;
  font-size: 6pt;
}
#top-navbar span {
  font-size: inherit;
  padding: 10px 15px;
}
#top-navbar ul li ul li {
  position: relative;
  display: block;
  text-align: -webkit-match-parent;
  list-style: none;
}
#top-navbar ul li ul li a {
  color: #9d9d9d;
  position: relative;
  display: block;
  padding: 10px 15px 10px 10px;
  line-height: 20px;
  text-decoration: none;
}
.mobile {
  margin: 0;
}
@media (min-width: 768px) {
  #wrapper {
    padding-left: 250px;
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    width: 250px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  #page-content-wrapper {
    padding: 0;
    position: relative;
    -webkit-box-shadow: inset 8px -4px 5px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 8px -4px 5px -8px rgba(0, 0, 0, 0.75);
    box-shadow: inset 8px -4px 5px -8px rgba(0, 0, 0, 0.75);
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
  .mobile {
    border-radius: 0;
    display: none;
  }
}
@media (max-width: 847px) {
  #page-content-wrapper {
    padding: 0;
  }
  .maps iframe {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .navbar-sub {
    display: none;
  }
  h2 {
    font-size: 28px;
  }
}
.facebook span {
  width: 100%;
  height: auto;
}
#fb-root {
  display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #eee;
  border: thin solid #d3d3d3;
  box-shadow: 0 0 3px #dfdfdf inset;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #999;
  border: thin solid gray;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d;
}
li.check:before {
  content: "✓";
  color: #446529;
  padding-right: 1em;
}
li.minus:before {
  content: "-";
  color: #446529;
  padding-right: 1em;
}
li.bullet:before {
  content: "○";
  color: #446529;
  padding-right: 1em;
}
.btn.collapsed[href^="#"]:before {
  font-family: glyphicons halflings;
  content: "\e259";
  font-size: 16pt;
  color: #000;
}
.btn[href^="#"]:before {
  font-family: glyphicons halflings;
  content: "\e260";
  font-size: 16pt;
  color: #000;
}
.btn-link,
.btn-link:hover {
  border-top: 1px solid #000;
}
.pane-parent {
  padding: 30px;
}
.pane ul.collapse,
.pane ul.collapsing {
  background-color: rgba(246, 234, 160, 0.5);
  padding: 5px;
  border-radius: 10px;
}
.pane h3 {
  text-align: center;
}
.pane p {
  text-align: center;
}
.pane hr {
  margin: 7px 0 5px;
}

@font-face {
  font-family: "handshand";
  src: url(../fonts/hanshand.ttf);
}

p:has(span.text-handshand) {
  text-align: center;
  padding-top: 3em;
}

.text-handshand {
  font-family: "handshand";
  font-size: 1.5em;
  color: #3DA447;
}