/*Community Header*/
#community-header-above-title{
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 15px;
  padding-left: 0;
}
div#community-header-above-title h3.blog-headline-image > a {
    background: url('../images/community_logos.png') no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 87px;
    margin: 20px 0 20px 20px;
    position: relative;
    text-indent: -9999px;
    width: 464px;
}

/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.show-dropdown-container {
  float: right;
  margin: 20px 20px 0 0;
}

label.show-dropdown-label {
  color: #808081;
  font-family: jaf-bernino-sans-condensed,'Francois One',arial,sans-serif;
  font-size: 16px;
  font-weight: lighter;
  margin-left: 3px;
  text-transform: uppercase;
}

.show-dropdown.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.show-dropdown.select2-container,
.show-dropdown.select2-drop,
.show-dropdown .select2-search,
.show-dropdown .select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.show-dropdown.select2-container .select2-choice {
  display: block;
  font-family: jaf-bernino-sans-condensed,'Francois One',arial,sans-serif;
  font-size: 30px;
  height: 42px;
  padding: 0 0 0 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e4e0e0;
  white-space: nowrap;
  line-height: 42px;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#content .show-dropdown.select2-container a.select2-choice:hover {
  text-decoration: none;
}

.show-dropdown.select2-container .select2-choice > .select2-chosen {
  margin-right: 42px;
  color: #000;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.show-dropdown.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  outline: 0;
}

.show-dropdown.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.show-dropdown.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 100;
/* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.show-dropdown.select2-drop {
  color: #000;
  height: auto!important;
  margin-top: -1px;
  max-height: 306px;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 100%;
  z-index: 200;
}

.show-dropdown.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 42px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-clip: padding-box;
  background: #C33933;
}

.show-dropdown.select2-container .select2-choice .select2-arrow b {
  background: url('../images/show-dropdown-toggle.png') center center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

.show-dropdown .select2-search {
  display: inline-block;
  width: 303px;
  height: 42px;
  margin: 0 0 0 1px;
  padding-left: 0;
  position: relative;
  top: -42px;
  white-space: nowrap;
  z-index: 10000;
}

.show-dropdown .select2-search input {
  background: #FFF;
  border: 0;
  color: #000;
  font-family: jaf-bernino-sans-condensed,'Francois One',arial,sans-serif;
  width: 100%;
  height: 42px;
  line-height: 42px;
  margin: 0;
  outline: 0;
  padding: 0 0 0 10px;
  font-size: 30px;
}

.show-dropdown .select2-search input::-webkit-input-placeholder {
  color: #000;
}
.show-dropdown .select2-search input:-moz-placeholder {
  color: #000;
}
.show-dropdown .select2-search input::-moz-placeholder {
  color: #000;
}
.show-dropdown .select2-search input:-ms-input-placeholder {
   color: #000;
}

/* results */
.show-dropdown .select2-results {
  background: #fff;
  border: 1px solid #e4e0e0;
  height: auto;
  max-height: 290px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px;
  position: relative;
  top: -42px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.show-dropdown .select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.show-dropdown .select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.show-dropdown .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.show-dropdown .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.show-dropdown .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.show-dropdown .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.show-dropdown .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.show-dropdown .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.show-dropdown .select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.show-dropdown .select2-results .select2-result-label {
  border-top: 1px solid #e4e0e0;
  cursor: pointer;
  font-family: jaf-bernino-sans-condensed,'Francois One',arial,sans-serif;
  font-size: 17px;
  margin: 0;
  min-height: 1em;
  line-height: 32px;
  padding: 0 12px;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.show-dropdown .select2-results .select2-result:first-child .select2-result-label {
  border-top: 0;
}

.show-dropdown .select2-results .select2-highlighted {
  color: #808081;
}

.show-dropdown .select2-results li em {
  background: #feffde;
  font-style: normal;
}

.show-dropdown .select2-results .select2-highlighted em {
  background: transparent;
}

.show-dropdown .select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.show-dropdown .select2-results .select2-no-results,
.show-dropdown .select2-results .select2-searching,
.show-dropdown .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.show-dropdown .select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.show-dropdown .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.show-dropdown .select2-results .select2-selected {
  display: none;
}

.show-dropdown .select2-more-results.select2-active {
  background: #f4f4f4 url(select2-spinner.gif) no-repeat 100%;
}

.show-dropdown .select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.show-dropdown.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.show-dropdown.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.show-dropdown.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0000) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}