/**
 * Free Speakers Theme
 * http://free-speakers.org
 *
 * Copyright (c) 2015 William Swartwood, Aaron Holbrook
 * Licensed under the GPLv2+ license.
 */
.region-selector {
  margin: 0 0 8px 5px; }
  .region-selector .current-region {
    display: inline-block; }
  .region-selector .region-toggle {
    position: relative;
    display: inline-block; }
    .region-selector .region-toggle:hover ul {
      display: block; }
  .region-selector a.region-changer {
    color: white;
    display: inline-block;
    background-color: #198DC4;
    padding: 5px 10px 5px 10px;
    color: #fff; }
  .region-selector ul.region-dropdown {
    display: none;
    position: absolute;
    right: 0;
    background: #198DC4;
    list-style-type: none;
    margin: 0;
    z-index: 20;
    box-sizing: border-box;
    width: 100%; }
    .region-selector ul.region-dropdown a {
      color: white;
      padding: 5px 10px;
      display: block;
      color: white; }
      .region-selector ul.region-dropdown a:hover {
        background: #0d4c6a; }

#nav-wrapper .dropdown {
  position: relative;
  background: #198DC4;
  z-index: 20;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer; }
  #nav-wrapper .dropdown .arrow {
    font-size: 12px; }
  #nav-wrapper .dropdown:hover ul {
    display: block; }
  #nav-wrapper .dropdown > a {
    color: white; }
  #nav-wrapper .dropdown ul {
    display: none;
    list-style-type: none;
    margin: 0;
    position: absolute;
    background: #198DC4;
    left: 0;
    padding: 10px 0 0;
    width: 200px; }
    #nav-wrapper .dropdown ul li {
      border-bottom: 1px solid #167dad;
      border-top: 1px solid #1c9ddb; }
      #nav-wrapper .dropdown ul li:first-child {
        border-top: none; }
      #nav-wrapper .dropdown ul li:last-child {
        border-bottom: none; }
      #nav-wrapper .dropdown ul li a {
        padding: 5px 10px;
        display: block;
        color: white; }
        #nav-wrapper .dropdown ul li a:hover {
          background: #0d4c6a; }

.fsc-topic-excerpt {
  display: none; }

.tsr-sort a.sorter.active {
  color: #0a3247;
  font-weight: bold; }

form small {
  font-size: 12px;
  color: #555; }
  
header.sticky_header{
  display: none;
}
header.sticky_header.stick{
  display: block;
  position: fixed;
  top:0;
  z-index: 999999999;
  width: 100%;
}
/*# sourceMappingURL=free_speakers_theme.css.map */
