/********************************** custom fonts ***********************************/
@font-face {
    font-family: 'bitterregular';
    src: url('/font/bitter-regular-webfont.eot');
    src: url('/font/bitter-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/bitter-regular-webfont.woff2') format('woff2'),
         url('/font/bitter-regular-webfont.woff') format('woff'),
         url('/font/bitter-regular-webfont.ttf') format('truetype'),
         url('/font/bitter-regular-webfont.svg#bitterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bitteritalic';
    src: url('/font/bitter-italic-webfont.eot');
    src: url('/font/bitter-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/bitter-italic-webfont.woff2') format('woff2'),
         url('/font/bitter-italic-webfont.woff') format('woff'),
         url('/font/bitter-italic-webfont.ttf') format('truetype'),
         url('/font/bitter-italic-webfont.svg#bitteritalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/****************************** base and generic styles ***************************/

html, body {
  height:auto;
  min-height: 100vh;
}

html, body {
  background: #ffffff;
  font-size: 1em;
  line-height: 135%;
  color: #5e5e5e;
  flex-direction: column;
  display:flex;
  flex: 1 1 auto;
}
body {
  display: flex;
  flex-direction: column;
}
.listing-view body {
  background: #f0f0f0;
}
.print body, html.print {
  padding-top: 2em;
  background: #ffffff;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
  -webkit-transition: opacity .15s linear;
}
.clear-hidden {
  clear: both;
  visibility: hidden;
  margin: 0;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
.caret:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0088cc;
}
.button.tiny.caret:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #0088cc;
}
#user-list .button.tiny.caret {
  padding: 0.1em 0.35em 0.15em 0.25em;
}
.fi-magnifying-glass {
  font-size: 1rem;
}
.scrollup {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 50px;
  height: 3rem;
  line-height: 2;
  opacity: 0.3;
  padding: 0;
  position: fixed;
  right: 5rem;
  text-align: center;
  text-shadow: 1px 1px #696969;
  vertical-align: middle;
  width: 3rem;
  z-index: 1000;
}
.scrollup i {
  font-size: 1.5rem;
  color: #333;
}
.scrollup:hover {
  background: rgba(0,0,0,0.3);
  text-shadow: 1px 1px #444;
  opacity: 1;
}

/********************************** typography ***********************************/
h1, h2, h3, h4, h5, h6 {
  font-family: "bitterregular", Helvetica, Arial, "Droid Sans", sans-serif;
  font-weight: 100;
  line-height: 160%;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  color: inherit;
}
h2 {
  font-size: 1.5rem;
  color: #666;
  padding: 0.5em 0;
}
#pagebar h2 {
  font-size: 1.375rem;
  padding: 1.3rem 0 0 0;
  color: #018287;
  font-weight: 100;
  line-height: 117%;
  position: relative;
  margin: 0;
}
.listing.listing-view #pagebar h2 {
  font-size: 1.250rem;
  padding: 1.3rem 0;
  color: #555;
  font-weight: 100;
  line-height: 117%;
  position: relative;
  margin: 0;
}
.contact h2 {
  padding: 0;
}
#pagebar .row .pagebar-links {
  margin-bottom: 1em;
  text-align: left;
}
.faq-page h4 {
  font-size: 1.16rem;
  margin: 1em 0 0.5em;
}
.row .faq-row {
  margin-bottom: 2rem;
}
.faq img {
  border: 1px solid #ccc;
}
h5 {
  font-size: 1.438rem;
  margin: 0.750em 0;
}
h6 {
  text-transform: none;
  font-size: 1.1rem;
  color: #f69c08;
}
.category-head {
  font-size: 1.2rem;
  line-height: 150%;
}
address, #listing-hours p {
  font-style: normal;
  line-height: 135%;
}
p {
  font-size: 0.750rem;
  margin-bottom: 0.8em;
  line-height: 145%;
}
.subhead {
  font-size: 0.875rem;
  color: #777;
}
.help-block, .help-text {
  font-size: 0.688rem;
  font-style: italic;
  color: #888;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
a {
  line-height: 135%;
  color: #0088cc;
}
#resultspage a {
  line-height: 135%;
  color: #018287;
}
.supporter-ad-header {
  text-align: left;
  font: 1em bitterregular;
  padding-bottom: 1em;

  /* 16px, left, Bitter */

}

/********************************** dl/dd/dt and lists ***********************************/
dl, dt, dd, dl dt, dl dd {
  font-size: 0.750rem;
  margin: 0;
}
dl {
  margin-bottom: 1em;
}

ul.arrow-list li:before {
  content: '';
  float: left;
  margin: 6px 0 0 -12px;
  height: 0;
  width: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid #ccc;
}
.arrow-list {
  list-style: none;
  margin: 0 1em 1em;
  padding-left: 1em;
  font-size: 0.750rem;
}
.arrow-list li {
  margin-bottom: 0.4em;
}

/********************************** forms ***********************************/
label.required {
	font-weight: bold;
}
label.required:after {
	content: '*';
	margin-left: 5px;
	color: #ff0000;
	font-weight: bold;
}
input[type="text"], input[type="password"], input[type="date"],
input[type="datetime"], input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"], input[type="number"], input[type="search"],
input[type="tel"], input[type="time"], input[type="url"], select, textarea, input[type="file"] {
  font-size: 0.750rem;
  min-height: 2.45em;
  height: auto;
  outline: none;
  border-radius: 0.250em;
  background-color: #ffffff;
  padding-left: 0.5em;
  transition: border .2s linear;
  -webkit-transition: border .2s linear;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover,
input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover,
input[type="week"]:hover, input[type="email"]:hover, input[type="number"]:hover,
input[type="search"]:hover, input[type="tel"]:hover, input[type="time"]:hover,
input[type="url"]:hover, select:hover, textarea:hover {
  background-color: #ffffff;
  border-color: #CCC;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus,
input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="time"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
  background-color: #fcfcfc;
  border-color: #63b7ea;
  box-shadow: 0 0 7px rgba(51, 136, 204, 0.66);
  -webkit-box-shadow: 0 0 7px rgba(51, 136, 204, 0.66);
}
input[type="radio"] {
  vertical-align: middle;
  margin: -0.2em 0.5em 0 0;
}
input.disabled, input.disabled:hover {
  background-color: #dddddd;
}
label.radio {
  margin-bottom: 0.5em;
}
#listingWidgetPublicationsForm label[for="useSsl"] {
  margin-top: 4px;
}
label.radio:last-child {
  margin-bottom: 1.5em;
}
label[for="type"] {
  margin-top: -0.6em;
}
.control-group label input[type="checkbox"] {
	margin-right: .25em;
}
textarea, textarea[rows] {
  min-height: 5em;
  height: 5em;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
label {
  font-size:1rem;
  color: #5e5e5e;
}
.control-group .control-label {
  padding: 0.5em 0;
}
.form-horizontal .control-group .control-label,
.form-horizontal .control-group .controls {
  display: inline-block;
  vertical-align: top;
  font-size: 0.750rem;
}
.form-horizontal .control-group .controls {
  width: 67%;
  padding-left: 1em;
}
.form-horizontal .control-group .control-label {
  width: 30%;
  text-align: right;
}

#listingReviewForm, #listingSubscriptionForm {
  max-width: 20em;
}
#content-writeemail #message, #listingEmailForm #message {
  min-height: 10em;
}
#languages {
  background: none;
}
.select2-container-multi .select2-choices .select2-search-choice {
  font-size: 0.750rem;
  line-height: 1.35em;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: .2em .6em .2em 2em;
  margin: .25em 0 0 .25em;
}
#words {
  max-width: 30em;
}
/********************************** tables ***********************************/
table, tr, td {
  border: none;
}
table tr th, table tr td {
  font-size: 0.750rem;
}
.table th {
  background: none repeat scroll 0 0 #ebebeb;
  color: #707070;
  padding: 3px 10px 3px;
  font-size: 12px;
  text-shadow: 1px 1px 0 #ffffff;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #ffffff;
}
.table-striped tbody tr:nth-child(2n) td, .table-striped tbody tr:nth-child(2n) th {
  background: #f4f4f4;
}
.table tbody tr:hover td {
  background: #d9f2ff;
}
.table.table-striped th, .table.table-striped td {
  border-top: 0 none;
}
.table td {
  padding: 5px 10px;
  vertical-align: middle;
}
.panel table {
  width: 100%;
  margin: 0;
}
#locations td, #post_list td {
  font-size: 0.8rem;
  color: #5e5e5e;
  padding: 0.6em 1em 0.6em;
}
/********************************** errors and alerts ***********************************/

.flashMessages {
  padding-top: 1em;
}
.home .flashMessages, .flashMessages:empty, .supporter .flashMessages, .flashMessages:empty {
  padding-top: 0;
}
.error .help-inline, span.error, small.error {
  font-size: 0.750rem;
  font-weight: normal;
  font-style: italic;
  color: #ff0000;
  display: block;
  margin: 0;
  padding: 0.25em 0 0.75em;
  background: none;
}
.alert-box {
  padding: 0.75em 1.5rem 0.75em 1em;
  margin-bottom: 1rem;
}
.alert-box.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-box.warning {
	background-color: #FCF8E3;
	border-color: #FAEBCC;
	color: #8A6D3B;
}
.alert-box,
.alert-box.info {
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #31708F;
}
.ise body {
  padding-top: 0;
}
#site-error {
    padding-top: 3rem;
}
.siteerror h3, .ise h3 {
  font-size: 1.4em;
  padding-bottom: 0.5em;
}
.siteerror #content, .ise #content {
  padding: 1em 0.75em;
}
.ise #searchbar h2 {
  color: #fff;
  text-shadow: 1px 1px #0e4268;
  padding-left: 0.5em;
}
.ise #top-menu {
  padding: 0 0.5em;
}
.error-image {
  background: url('/images/site_error_bg.png') no-repeat center;
  height: 275px;
}
#searchForm .error.help-inline {
  text-align: right;
  display: block !important;
  margin: 0;
  line-height: 1.2;
  padding: 0.25rem 0;
  color: #db0000;
}
.search-form input.error {
  border-bottom: 3px solid #ff0000 !important;
}
.listing-errors {
  float: right;
  width: 41.66667%;
}
.listing-errors .errors {
  list-style: none;
  margin: 0;
  color: red;
  font-size: 0.8rem;
  text-align: left;
}
@media screen and (max-width: 40em) {
  .listing-errors {
    width: 100%;
  }
  .listing-errors .errors {
    text-align: right;
  }
}
/********************************** buttons **********************************/
.button { /* Standard Gray Button */
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0.75rem;
  padding: 0.35rem 0.7rem 0.45rem;
  text-align: center;
  box-shadow: 0 0 0 1px #cccccc inset;
  font-weight: bold;
  background-color: #ffffff;
  color: #0088CC;
}
.button:hover, .button:active, .button:focus {
  color: #2e9fd7;
  background-color: #ffffff;
  outline: none;
}
#contact-col3 .button {
  font-size: 0.750rem;
  color: #ffffff;
  vertical-align: middle;
  margin-bottom: 0.4em;
  margin-right: 0.5rem;
}
#listingContactForm input[type='text'], #listingContactForm select {
  margin-bottom: 5px;
}
#listingContactForm .control-group {
  margin-bottom: 15px;
}
#listingContactForm .checkbox p {
  display: inline;
  margin-left: 5px;
}
#listingContactForm i.is-streaming,
#publicationSettingsForm i. usertitle {
  margin-left:10px;
}

#listingContactForm i.is-streaming:before,
#publicationSettingsForm i.usertitle:before  {
  margin-right: 5px;
}


.is-streaming, .usertitle {
  flex-direction: row-reverse;
}
.input-features {
  display: flex;
  justify-content: flex-end;
}
.input-features .is-streaming {
  display: flex;
  flex-direction: row-reverse;
}
.input-features .is-streaming label {
  font-size: 13px;
  padding: 0 .5em;
  white-space: nowrap;
}
.input-features .is-streaming input {
  min-height: initial;
}
#isstreaming {
  margin-top: 10px;
  cursor: pointer;
}

#contact-col3 .button.button-donate {
  box-shadow: 0 0 0 1px #f79621 inset;
  background: #ec9c1b;
}
#contact-col3 .button.button-donate:hover, #contact-col3 .button.button-donate:focus {
  background: #fcb33c;
  box-shadow: 0 0 0 1px #fcb33c inset;
}

#contact-col3 .button.streaming-site {
  background: #4e546b;
  box-shadow: 0 0 0 1px #3a3f56 inset;
}
#contact-col3 .button.streaming-site:hover, #contact-col3 .button.streaming-site:focus {
  background: #666E8D;
  box-shadow: 0 0 0 1px #4f5675 inset;
}
.button.primary { /* Primary Action Button */
  color: #ffffff;
  background-color: #0088cc;
  box-shadow: none;
}
button.primary:hover, button.primary:focus, .button.primary:hover, .button.primary:focus {
  background: #2e9fd7;
}
.button.secondary { /* Secondary Action Button */
  color: #ffffff;
  background: #ec9c1b;
  box-shadow: none;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background: #fcb33c;
  color: #fff;
}
.button.large, button.large {
  font-size: 1rem;
  padding: 0.825rem 1.5rem 0.825rem;
}
.button.tiny { /* Small Button */
  padding: 0.3rem 0.5rem;
  font-size: 0.6rem;
}
.button.blue, .blue, .button.blue:visited, .blue:visited { /* Blue / Quicklinks Buttons */
  font-size: 0.688rem;
  font-weight: bold;
  color: #fff;
  text-shadow:none;
  border: none;
  border-radius: 0.125em;
  padding: 0.8em 1em;
  margin: 0 0.5em 0 0;
  box-shadow: none;
  transition: all .1s ease-in-out;
}
.button.blue:hover, .button.blue:hover, .button.blue:focus {
  text-decoration: none;
}
.button.primary.bulletin-viewer {
  clear: both;
}
.btn-user-primary.subscribe {
  width: 100%;
  padding: 10px 15px 8px;
}
.btn-user-flash {
  background-color: #f5f5f5;
}
.btn-user-primary, .btn-user-secondary-inline, .button-expand {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.688rem;
  text-transform: none;
  letter-spacing: 0;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  display: block;
  cursor: pointer;
  margin-top: -1px;
  background-color: #f5f5f5;
}
.btn-user-primary.subscribe h5 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.813rem;
  font-weight: 700;
  color: #0088CC;
  text-align: center;
}
.btn-user-primary p, .btn-user-primary h5 {
  margin: 0;
  line-height: 140%;
}
.btn-user-primary.subscribe p {
  font-size: 0.688rem;
  color: #747474;
  text-align: center;
}
.btn-user-primary:hover, .btn-user-secondary-inline:hover {
  color: #2e9fd7;
  background-color: #fbfbfb;
}

.button-expand:before {
  font-family: foundation-icons, sans-serif;
  font-weight: normal;
  content: '\f10e';
  margin-right: 0.5rem;
  font-size: 0.75rem;
}
.button-expand, .button-expand:before {
  color: #888;
}

/********************************** top bar **********************************/
#top-menu {
  width: 100%;
  margin: 0;
}
.top-bar {
  max-width: 80em;
  margin: 0 auto;
    background: inherit;
}

.top-bar-section .hover .dropdown li a {
  line-height: 2.5;
}
.top-bar-section .dropdown li.active {
  padding: 0 0.625rem;
  line-height: 2.5;
}
.top-bar .name h1, .top-bar .name {
  line-height: 4;
  font-size: 1rem;
  height: 45px;
  margin: 0;
}
.top-bar .name h1 a {
  font-family: 'bitteritalic', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #fff;
  padding: 0.8rem 0.75rem 0 0.9375rem;
}
.name h1 a, .name h1 a:visited, .name h1 a:hover, .name h1 a:active {
  color: #797979;
}
.top-bar-section li:not(.has-form) a:not(.button) {
  padding: 0 0.625em;
}
.top-bar.expanded .top-bar-section li a {
  padding: 0.5em 1em;
  margin: 0;
}

/********************************** navigation **********************************/
.breadcrumbs {
  margin-top: 1em;
  background: #f5f5f5;
}
/********************************** foundation dropdown navigation **********************************/
.dropdown, .f-dropdown {
  font-size: 0.750rem;
  color: #444;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  border-color: transparent;
  margin-left: 1.05em;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.f-dropdown {
  margin-top: 0!important;
}
.dropdown li:hover, .f-dropdown li:hover {
  color: #0088cc;
}
.dropdown:before, .f-dropdown:before,.dropdown:after, .f-dropdown:after {
  display: none;
}
.f-dropdown li, .dropdown li {
  float: none;
}

/********************************** pagination **********************************/

ul.pagination {
  margin-top: 1em;
  padding-top: 1em;
}

ul.pagination li {
  margin-left: 0.095em;
  font-size: 1rem;
}

.pagination .current span {
  background: #018287;
  color: #ffffff;
  font-weight: regular;
  cursor: default;
  padding: 0.18em 0.5em;
}

.pagination span {
  color: #003943;
  font-weight: regular;
  cursor: default;
  padding: 0.18em 0.5em;
}

.pagination li.arrow span {
  color: inherit;
  cursor: pointer;
}

ul.pagination li a {
  padding: 0.35em 0.55em;
}

#browse-results ul.pagination {
  border-top: 1px solid #f3f3f3;
}


/********************************** search area **********************************/
.home .search-form, .supporter .search-form {
  margin: 0 auto 1em;
  padding: 1.0rem 1rem;
}
#searchbar {
  padding: 2rem 0.750em;
}
#searchbar .logo {
  text-align: center;
}
.home #searchbar, .supporter #searchbar {
  background-position: top center;
  background-repeat: no-repeat;
  flex: 1 0 auto;
}
.home #searchbar .logo img, .supporter #searchbar .logo img {
  border: none;
  width: 28em;
  height: auto;
}
#searchbar h2 {
  line-height: 1.1em;
  padding: 0;
  margin-bottom: 0.5em;
  text-align: center;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: inherit;
}
#searchbar h1 {
  text-align: center;
  font-family: "Open Sans", semibold, sans-serif;
  font-weight: inherit;
  color: #4A4A4A;
  margin: 0;
}
#searchbar #button-find {
  width: 3.5rem; /* match to input */
  height: 3.5rem; /* match to input */
}
.search-form input {
  color: #333;
  min-height: 3.5rem; /* setup height for input*/
  margin: 0;
  border: 1px solid rgba(204,204,204,.6); /* to get the box to be set off from the background */
  border-radius: 4px;
  font-size: 1rem;
  padding-left: 10px;
  padding-top: 14px;
}
.search-button-container button, .search-form input, .search-form select {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20);/* to get the box to be set off from the background */
}
.search-form [class*="-input"], .search-button-container, .distance-nearby, .is-streaming {
  padding: .5rem 0; /* fix padding for the form in small screens */
  position: relative;
}

/* */
.search-form .form-group {
    position: relative;
}

.search-form .form-group label {
    position: absolute;
    transform: translate(10px, 4px) scale(.8125);
    top: 0;
    transform-origin: 0 0;
}
.search-form input::placeholder {
    color: rgba(0,0,0,0);
}

@media only screen and (min-width: 48.0625em) { /* the .0625 adds 1 px so the break point is 769px */
  .search-form [class*="-input"], .search-button-container, .distance-nearby, .listing-results-container {
    padding: 0 .5rem; /* adjust padding for the form in bigger screens */
  }
}
#searchForm {
  margin:0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* for small screens so the search button doesn't go to 100% width */
}
#searchForm .term-input,
#searchForm .location-input,
#searchForm .location-column {
  flex: 1 1 30%;
  z-index: 2;
}
#searchForm .search-button-container {
  flex: 0 0 auto; /* set width automatically and don't allow this div to shrink or grow */
  z-index: 1;
}
#searchForm .distance-nearby {
  display: flex;
  align-items: center;
  flex: 0 0  auto; /* need to make sure this wraps next to search button on small screens */
  z-index: 1;
}

.distance-nearby dt, .distance-nearby dd {
  padding: 0 0 0 0.25rem;
  line-height: 1;
}

.distance-nearby label, .distance-nearby dd {
    color: #333;
  }

#searchForm .arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #5e5e5e;
  margin-top: 1px;
  margin-left: .25rem;
}
.distance-nearby label {
    font-size: 0.750rem;
}
#searchForm .distance-nearby select {
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
  margin: 0;
  min-height: auto;
}
#searchForm .distance-nearby select:focus
,#searchForm .distance-nearby select:active {
    outline:0;
    box-shadow: 0 0 0 transparent;
}
#searchForm button {
  background-color: #ec9c1b;
  border: 0 none;
  border-radius: 0.25rem;
  color: #ffffff;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100%;
}
#searchForm button:focus {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20);
    outline: 0;
}
#searchForm i {
  font-size: 2.2rem;
}
.location-column div {
  padding-left: 0;
}
.location-column div:last-child {
  padding-right: 0;
}
.location-column, .term-input,
.location-column, .location-input {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#searchForm button:hover, #searchForm button:active {
  background-color: #fcb33c;
}
#searchForm button>span {
  text-transform: lowercase;
}
#searchForm select.category-select {
  margin-bottom: 1px;
  padding: 21px 1rem 0.65rem 9px;
  font-size: 1rem;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center;
}
#searchForm span.optional{
    color: #000;
    opacity: 0.5;
    font-style: italic;
}
#searchForm input[type='checkbox'] {
  cursor: pointer;
}
#streaming-feature {
  display:none;
  background-color: #4E546B;
  color: white;
  border-radius: 5px;
}

#streaming-feature .fi-x {
  font-size: 0.8125rem;
  display: flex;
  justify-content: flex-end;
  margin-right: 4px;
  padding-top: 2px;
  cursor: pointer;
}

#streaming-feature p {
  font-size: 1rem;
  margin: -10px 0 6px;
}
#streaming-feature span {
  text-decoration: underline;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  cursor: pointer;
  font-size: 0.875rem;
}

#streaming-feature .body {
  padding: 10px;
}
a.streaming-site .fi-microphone {
  font-size: 1.9rem;
}

a.streaming-site span {
  width: 85%;
  display: inline-block;
}

/***************** Intro sections ****************/

.callout {
  padding: 3rem;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: 3rem;
}
.callout h4, .callout p {
  margin-bottom: 1rem;
}
.feature.columns {
  padding-left: 5.5rem;
  padding-right: 3rem;
}
.feature i {
  float: left;
  font-size: 4rem;
  margin-left: -4.5rem;
  margin-top: 0.5rem;
  text-align: center;
}
.feature .fi-map {
  font-size: 3.25rem;
}
.supporting-intro {
  background-size: cover;
}
.feature p, .callout p, .site-text .feature p {
  font-size: inherit;
}
.feature .fi-mail {
  margin-top: 0;
}
.feature .fi-page {
  margin-left: -3.9rem;
}
.feature-center {
  padding: 2rem 0;
  text-align: center;
}

/********************************** quicklinks bar **********************************/
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: inline;
  padding: 0.5em 0 0.65em;
}

/********************************** listing pages **********************************/
/********************* calendar *********************/
#listing-parish-calendar-content {
  padding: 0 0.1rem;
  text-align: center;
  overflow: auto;
}
.listing-parish-calendar {
  width: 100%;
  height: 30rem;
  max-height: 30rem;
  min-height: 30rem;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.listing-parish-calendar body {
  color: #5a5a5a !important;
}
.listing-parish-calendar a {
  color: #0088CC !important;
}
.listing-parish-calendar a:hover {
  color: #2e9fd7 !important;
}
#listing-parish-calendar-content a[title="Enable"], #listing-parish-calendar-content a[title="Settings"] {
  margin: 1rem;
}

/********************* show-more slide and google map *********************/
.showmore-expand {
  position: absolute;
}
.showmore, .showmore-expand {
  font-size: 0.688rem;
  display: block;
  text-align: center;
  padding: 9px 0;
  bottom: 0;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  border-top: 1px solid #d7d7d7;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
  background-image: linear-gradient(to bottom,#fff,#f2f2f2);
  opacity: .9;
}
body > .showmore-box {
  top: 0;
}
#googlemap {
  max-width: 100%;
}

#googlemap.single-marker {
  width: 100%;
  height: 340px;
}
.outer.showmore-box-map {
  border-top: none;
}
.showmore-box-map .showmore-wrapper {
  height: 1px;
  overflow: hidden;
  position: relative;
  padding-bottom: 29px;
}
.showmore-box-map {
  border-top: none;
}
#googlemap img {
  max-width: inherit;
}
/************** show more publications ****************/
#listing-publications .outer.showmore-box {
  position:relative;
}
#listing-publications p {
  padding-left: 1em;
}
.showmore-box.publications {
  height:210px;
  padding-bottom:50px;
}
.showmore-wrapper .publication-popup a {
  height: auto;
  line-height: 137%;
}
.showmore-box.publications .publication-popup {
  display: none;
}
#listing-publications .showmore-box .showmore-wrapper {
  overflow: hidden;
  position: relative;
  height:240px;
  padding-bottom:50px;
}
#listing-publications  .showmore-box .showmore-wrapper.expanded {
  height: 455px !important;
}
#listing-publications .showmore-wrapper {
  position: relative;
  padding: 0;
}
.publicationslist.dim>li.highlight>a {
  border: 1px solid #0088CC;
  box-shadow: 0 0 8px 0;
  -webkit-box-shadow: 0 0 8px 0;
  opacity: 1;
}
.publicationslist.dim>li>a {
  opacity: 0.25;
}
.publicationslist.dim>li>a:hover {
  opacity: 1;
}
#listing-publications .publication-popup {
  position: absolute;
  left: -6px;
  top: 104px;
  width:100px;
  height: auto;
  z-index: 95;
  padding: 0.75em;
  text-align: center;
  background-color: #2e93d0;
  background-image: -webkit-linear-gradient(top,#38a1e1,#207fb7);
  background-image: linear-gradient(to bottom,#38a1e1,#207fb7);
  border-radius: 3px;
  border: 1px solid #20709c;
  box-shadow: 0 1px 0 #76bbe3 inset;
  -webkit-box-shadow: 0 1px 0 #76bbe3 inset;
}
#listing-publications .publication-popup:before {
  border-bottom: 9px solid #38a1e1;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  height: 0;
  left: 44px;
  position: absolute;
  top: -8px;
  width: 0;
}
.publication-popup .publication-date {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.publication-popup .publication-type {
  color: #ffffff;
  font-size: 10px;
  margin-bottom: 0.25em;
}
.publication-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.publication-popup a {
  border: 1px solid #1f72a2;
  border-radius: 2px;
  font-size: 11px;
  font-weight: bold;
  padding: 0.6em 1em;
  box-shadow: 0 1px 0 #76bbe3 inset;
  -webkit-box-shadow: 0 1px 0 #76bbe3 inset;
  color: #ffffff;
  background-color: #2e93d0;
  background-image: -webkit-linear-gradient(top,#38a1e1,#207fb7);
  background-image: linear-gradient(to bottom,#38a1e1,#207fb7);
}
.bulletinItem a {
  width: 83px;
  display: inline-block;
  margin: 0 auto;
}
.publicationslist a img, .bulletinItem a img, .publication-popup a img {
  max-height: 100%;
  max-width: 100%;
}

#listingsubscribed {
  float: left;
  color: #999;
  margin-left: 0.2rem;
}
#listingsubscribed:before {
  color: #999;
}
#listing-tags {
  padding-top: 0.8em;
}

#listing-subscriber-count {
  display: inline-block;
  font-size: 8pt;
  line-height: 1;
  margin-right: 5px;
  margin-top: 2px;
}

.outer .panel-header:before, .outer .panel-header:after {
  display: table;
  content: "";
}
.outer .panel-header:after {
  clear: both;
}
.outer .panel-header:before, .outer .panel-header:after {
  display: table;
  content: "";
}
.panel-header ~ div {
  padding: 1.5em;
}
#listing-rss .empty #listing-edit-rss {
  padding: 1.5em 0;
}
#listing-rss .panel-header h3 {
  word-wrap: break-word;
}
.admin .panel-header ~ div {
  padding: 0;
}
#reading-wrapper {
  padding: 1.5em;
}

#listing-ownerinfo .outer,
#listing-staffinfo .outer {
  border: none;
}
.listing #content {
  background: #ffffff;
}
.outer .row {
  padding: 0.3em 0;
  margin: 0;
}
#pagebar .pagebar-category {
  font-size: 0.688rem;
  color: #777;
  line-height: 1.5;
}
#pagebar .category-list {
  padding: 1em 0;
}
#pagebar .category-list-bulletin-viewer {
  padding-top: 40px;
  padding-left: 55px;
}

.publicationslist {
  margin: 0;
}
.publicationslist>li, .bulletinItem>li, .publication-popup>li {
  color: #747474;
  display: inline-block;
  font-size: 0.688rem;
  line-height: 137%;
  list-style: none outside none;
  margin: 0 0 12px 9px;
  text-align: center;
  vertical-align: top;
  width: 89px;
  position: relative;
  word-wrap: break-word;
}
.publicationslist a img, .bulletinItem a img, .publication-popup a img {
  max-height: 100%;
  max-width: 100%;
}
.publicationRecent {
  height: 50px;
  margin-left: -4px;
  margin-top: -3px;
  position: absolute;
  width: 50px;
  z-index: 2;
  content: "";
  background-position: -116px -160px;
}
.btn-user-primary:before, .rating-1, .rating-2, .rating-3, .rating-4, .rating-5,
.ui-rating .ui-rating-star, .ui-rating .ui-rating-cancel, .publicationRecent {
  background-image: url("/images/sprite-public-icons.png");
  background-repeat: no-repeat;
}
.rating-0 .rating, .rating-0 {
  width: 0;
}
.reviewDetails .rating-0 {
  margin-right: 0;
}
.rating-0 {
  margin: 0;
  margin-left: -4px;
}

.publicationslist a, .bulletinItem a {
  display: block;
  vertical-align: middle;
  height: 110px;
  line-height: 105px;
  border: 1px solid #ccc;
  margin-bottom: 6px;
  text-align: center;
}
.publicationslist>li, .bulletinItem>li, .publication-popup>li {
  color: #747474;
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  list-style: none outside none;
  margin: 0 0 12px 9px;
  text-align: center;
  vertical-align: top;
  width: 89px;
  position: relative;
  word-wrap: break-word;
}
.bulletin-download-left {
  text-align: center;
}
.bulletin-download-left .listing-title {
  font-size: 1rem;
}
.bulletin-download-left a {
  margin-top: 1em;
}

#listing-adspace div {
  margin: 0 auto 1em;
}

#listing-supporters ul {
  max-height: 160px;
  overflow: auto;
  margin: 0 0 0 12px;
  padding: 6px 12px 12px 0;
}
.bulletin-date {
  font-size: 1.1rem;
  margin-top: -15px;
  margin-bottom: 10px;
  font-family: "bitterregular", Helvetica, Arial, "Droid Sans", sans-serif;
}
#listing-supporters ul {
  list-style: none;
  font-size: 0.750rem;
}
#listing-claim-ownership p {
  text-align: center;
}
#listing-claim-ownership h5 {
  line-height: 120%;
  font-size: 0.75rem;
  text-align: center;
}
.bulletin-date {
  font-size: 1.1rem;
  margin-top: -15px;
  margin-bottom: 10px;
  font-family: "bitterregular", Helvetica, Arial, "Droid Sans", sans-serif;
}
#sharelinks .sharelink {
  display: none;
}
#sharelinks .button-share {
  padding-left: 0.3em;
  font-size: 1.47rem;
  vertical-align: middle;
}
#pagebar #sharelinks {
  text-align: right;
  padding-top: 1.2em;
}
.fi-social-twitter:before, .fi-social-facebook:before {
  color: #0088cc;
}
.fi-social-twitter:hover:before, .fi-social-facebook:hover:before {
  color: #2e9fd7;
}
#sharelinks span {
  font-size: 0.625rem;
  vertical-align: middle;
}
#listing-internal-info dt {
  font-size: 0.750rem;
  margin: 0;
}
#listing-internal-info dd {
  margin: 0 0 0.3em;
}
#listing-contact dl {
  font-size: 0.750rem;
}
#listing-contact dd {
  margin-bottom: 0.5em;
}
#listing-hours h4, #listing-hours h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.750rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.6;
}
#listing-hours h4, #listing-hours p {
  color: #5e5e5e;
}
#listing-image {
  display: block;
  margin-bottom: 1em;
}
#listing-image img {
  width: 100%;
}
#hour-list p {
  padding-top: 1em;
}
.schedule-weekend h2 {
  padding: 0.2em 0;
  font-style: italic;
}
.schedules p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.750rem;
  margin: 0 0 0.75em 1em;
}
.schedules .comment, .schedules .language {
  color: #888888;
  word-wrap: break-word;
}
#listing-hours {
  float: left;
}
#listing-hours.empty {
  background: #f5f5f5;
  border: 1px solid #eee;
  padding: 1em;
  margin-top: 1em;
}
#listing-hours.empty a {
  margin-bottom: 0.5em;
}
#contact-wrapper .columns {
  padding-top: 1em;
}
#contact-info dd {
  padding-bottom: 1em;
}
.publication-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.688rem;
}
.publication-meta a {
  border: none;
  padding: 1px;
  margin: 1px;
  line-height: 15px;
  height:15px;
}

.publication-date {
  font-weight: bold;
}
.empty #publication-list {
  padding: 1em 0;
}
#publication-list {
  padding: 1.5em 1.5em 0;
}
.map-results-list dl {
  margin-bottom: 1em;
}
.map-results-list > * {
  font-size: 0.750rem;
}
.map-results-list dl dd, .map-results-list dl dt {
  margin: 0;
}
.item-left {
  padding-right: 1em;
  float: left;
}
#browse-results .columns, #browse-results .map-results-list {
  padding-top: 1em;
}
#createcoupon-link {
  margin: 1.2em;
}
#coupon-window > div > div.buttons {
  margin-top: 0.25em;
}

.coupon-box img {
  width: 7em;
  height: auto;
  float: right;
  margin: 1em;
}
#resultspage {
  padding: 0.25em 0 1em 0;
}
#resultspage .results {
  color: #5E5E5E;
  font-size: 0.8125rem;
}
#resultspage .side-menu {
  padding: 1em;
  background: #f6f6f6;
}
#resultspage .side-menu .control-group {
  width: 100%;
  margin-bottom: 0.5em;
}
#resultspage .side-menu .control-group:last-child {
  margin-bottom: 0;
}
#resultspage .listing-results-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#resultspage .listing-results-container .icon-column {
  flex: 0 0 20px;
}
#resultspage dt {
  font-family: "bitterregular", Helvetica, Arial, "Droid Sans", sans-serif;
  font-size: 1rem;
  margin: 0;
}
#resultspage dl, #resultspage dd {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  margin: 0;
}
#resultspage .categories, #resultspage .categories dt {
  font-size: 0.625rem;
  font-weight: normal;
}
#resultspage .categories dt, #resultspage .categories dd {
  display: inline-block;
  line-height: 100%;
}
#resultspage .categories dt {
  margin-right: 0.4em;
}
#resultspage dd.phone a {
  color: #5e5e5e;
}
#resultspage dd a address {
  color: #5e5e5e;
}
#resultspage .distance {
  font-size: 0.75rem;
  font-weight: lighter;
  color: #5e5e5e;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 100%;
}
#resultspage .categories a {
  font-size: 0.625rem;
}
#resultspage .search-results > .row {
  padding: 0.9375rem 0 0.9375rem 7px;
}
#resultspage address {
  line-height: 100%;
}
#resultspage .showmap {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  display:block;
}
#resultspage .hidemap {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  display: none;
}
#resultspage .search-results .googlemap {
  display: none;
}
#listing-claim-ownership.panel .outer {
  border: none;
}

.button-selected, .button-selected:hover, .button-selected:focus, .button-selected:visited {
  color: #c4c4c4;
}
.widget-button:before, .manage-button:before, .button-selected:before, #listingsubscribed:before {
  font-family: 'foundation-icons', sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  margin-right: 0.5em;
  vertical-align: top;
}
.button-selected:before, #listingsubscribed:before {
  content: '\f126';
}
.manage-button:before {
  content: '\f18e';
}
.widget-button:before {
  content: '\f214';
}

/**** Listing RSS Subscription *****/

#listing-rss-subscription .outer {
  margin-bottom: 0.75em;
}
#listing-rss-subscription h1 {
  font-size: 1.25rem;
}
#listing-rss-subscription h2 {
  font-size: 1.2rem;
  padding: 0;
}
#listing-rss-subscription h3 {
  font-size: 1.15rem;
}
#listing-rss-subscription h4 {
  font-size: 1.1rem;
}
#listing-rss-subscription h5 {
  font-size: 1.05rem;
  margin-top: 0;
}
#listing-rss-subscription h6 {
  font-size: 1rem;
  padding: 0;
}
#listing-rss-subscription img {
  float: right;
  margin: 0 0 1rem 1rem;
  max-width: 50%;
}
#listing-rss-subscription .panel-header h3 {
  font-size: 0.688rem;
}
#listing-rss-subscription img[style], #listing-rss-subscription a[style] {
  width: inherit!important;
  height: inherit!important;
  padding: inherit!important;
  display: inherit!important;
}
#listing-rss-subscription a[style] {
  clear: inherit!important;
  margin: inherit!important;
  float: inherit!important;
}
#listing-rss-subscription [style] {
  width: inherit !important;
  height: inherit !important;
  display: inherit !important;
}

/******* google maps ***/
.snf-gm-address {
  padding-bottom:1em;
}
.gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
  font-size: 12px !important;
  line-height: 120% !important;
  overflow:visible !important;
}

.noreviews p {
  margin-bottom: 0;
}

#listing-reviews .panel-header a.btn-loggedin {
  display:block;
}

#listing-edit-rss {
  padding: 0;
}
#listing-edit-rss .arrow-list li {
  padding: 0.25em 0;
}
#contact-col3 .hidden {
  display: none !important;
}

#event-wrapper .event:before, #event-wrapper .event:after {
  display: table;
  content: "";
}
#event-wrapper .event {
  background: #f5f5f5;
  padding: 0.25em 1em 1em;
  margin: 0 0 0.8em;
}
#event-wrapper .event .event-info {
  float: left;
  padding: 0.6em 0.8em 0 0;
  width: 35%;
}
#event-wrapper .event .event-info .event-title {
  font-size: 0.875rem;
  color: #707070;
  margin: 0.25em 0 0.3em;
  font-weight: bold;
}
#event-wrapper .event .event-info .event-time {
  color: #999;
  line-height: 135%;
}
#event-wrapper .event .event-description {
  border-left: 1px solid #e3e3e3;
  margin-top: 1.2em;
  padding: 0 0 0 0.8em;
  float: left;
  width: 65%;
  -webkit-box-shadow: 1px 0 #fff inset;
  -moz-box-shadow: 1px 0 #fff inset;
  box-shadow: 1px 0 #fff inset;
}
#event-wrapper .event:after {
  clear: both;
}

/********************************** coupons ***********************************/

#local-deals {
  text-align: center;
}
.home .coupon-outer {
  margin-bottom: 8px;
}
.coupon-outer {
  border: 1px solid #d5d5d5;
  padding: 1px;
  position: relative;
  overflow: hidden;
  min-height: 120px;
  display: inline-block;
  width: 47%;
  margin: 0 0.25em;
  text-align: left;
  background-color: #eee;
  background-image: -webkit-linear-gradient(top,#f4f4f4,#e5e5e5);
  background-image: linear-gradient(to bottom,#f4f4f4,#e5e5e5);
  border-radius: 3px;
}
.coupon-outer .swoosh {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 800px 800px 800px 800px;
  height: 800px;
  left: -1384px;
  position: absolute;
  top: -706px;
  width: 1800px;
  opacity: .46;
}
.carousel .coupon-outer, .modal-right .coupon-outer {
  width: 100%;
  margin: 0;
}
.coupon-outer .coupon-box {
  height: 100%;
  position: absolute;
  width: 100%;
}
.coupon-outer .coupon-box h6 {
  color: #f69c08;
  font-size: 13px;
  font-weight: bold;
  line-height: 115%;
  padding: 10px 12px 6px 12px;
  text-transform: inherit;
  z-index: 99;
  font-family: arial,helvetica,sans-serif;
}
.coupon-outer .coupon-box p {
  margin: 0;
  font-size: 11px;
  padding: 0 12px 2px 12px;
  line-height: 120%;
  color: #555;
}
.get-coupon {
  bottom: 3px;
  margin: 0;
  padding: 7px 0 0;
  position: absolute;
  right: 0;
  font-size: 11px;
  color: #777;
}
.get-coupon:before {
  content: '';
  background: url("/images/sprite-public-icons2.png") -144px -144px no-repeat;
  margin: 0 0 0 6px;
  height: 17px;
  width: 20px;
  display: block;
  float: left;
}
#listing-coupons #coupon-buttons {
  float: right;
}
#listing-coupons #coupon-buttons .carousel-control {
  font-size: 1.125rem;
  padding: 0.123em 0.55em;
}
#listing-coupons .item {
  width: 100%;
}
#listing-coupons #coupon-wrapper {
  padding: 0.5em;
}
#listing-coupons #coupon-window .buttons .button {
  width: 49.4%;
}

#printed-coupon {
  border: 2px dashed #ccc;
  background: #ffffff;
  width: 580px;
  margin: 20px auto;
}
#printed-coupon span {
  display: block;
  width: 40px;
  height: 27px;
  margin-top: -25px;
}
#printed-coupon h3 {
  padding: 24px 20px 0;
  font-size: 1.3rem;
}
#printed-coupon .coupon-col {
  padding: 1em;
  display: inline-block;
  width: 49.4%;
  vertical-align: top;
}
#printed-coupon dl~p {
  font-weight: bold;
}
#printed-coupon .present-this-coupon {
  color: #888;
  font-weight: bold;
}
#printed-coupon .coupon-description {
  word-wrap: break-word;
}
#printed-coupon h4 {
  padding: 8px 0 8px;
  font-size: 1.1rem;
}
#printed-coupon h5 {
  font-size: 0.8rem;
  margin-top: 12px;
}
#printed-coupon dl {
  margin-top: 5px;
}
#printed-coupon dl dt {
  font-weight: 400;
  color: #777;
  font-size: 12px;
  line-height: 120%;
}
#printed-coupon p.coupon-logo {
  margin: 18px 0 18px;
}
#printed-coupon p.coupon-logo {
  margin: 18px 0 18px;
}
#printed-coupon p.disclaimer {
  font-size: 10px;
  color: #888;
  line-height: 120%;
}

#printed-coupon > .unavailable-overlay, #printed-coupon > .expired-overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin:0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #990000;
  background: rgba(255,255,255,0.9);
}
#printed-coupon .expired, #printed-coupon .unavailable  {
  display: inline;
  color: #ff0000;
  font-weight: bold;
}

#printed-coupon .overlay-content {
  text-align: center;
  padding-top: 7em;
}
#printed-coupon .overlay-content p {
  text-shadow: 0 0 5px #fff;
  font-weight: bold;
  color: #222;
}

/*************************************** reviews ************************************/
#listing-reviews {
  font-size: 0.750rem;
}
#listing-reviews #overall-rating {
  background: #f5f5f5;
  margin: 1em 1em 0;
  padding: 1em 1em 0;
}
#listing-reviews #listing-review-content, #listing-reviews #listing-review-content-old {
  padding: 1em;
}
.reviewDetails div {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
}
.reviewDetails div {
  font-size: 12px;
}
.reviewBody {
  margin: 8px 0 20px;
}
.reviewBody:before, .reviewBody:after {
  display: table;
  content: "";
}.reviewBody:after {
   clear: both;
 }.reviewBody:before, .reviewBody:after {
    display: table;
    content: "";
  }
#overall-rating h5 {
  font-size: 0.850rem;
  line-height: 135%;
  float: left;
  margin: 0;
}
#listing-reviews #overall-rating #listing-rating-total, #listing-reviews #overall-rating p, #listing-reviews #overall-rating h5 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
#listing-reviews #overall-rating {
  padding-bottom: 1em;
}
#listing-reviews #overall-rating p {
  font-size: 11px;
  margin: 0;
}
#listing-claim-ownership .subscribe {
  font-size: 0.750rem;
}


/********************************** media and gallery sections **********************************/

.media-wrapper #listingvideonowplaying {
  width: 100%;
}
.media-wrapper iframe {
  border: none;
}
.media-wrapper #gallery-view {
  display: block;
  min-height: 73%;
  width: 100%;
  height: auto;
  padding: 0 1em;
  border: none;
}
.media-wrapper {
  max-height: 100%;
  height: 100%;
}
.media-list {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0 0.5em;
}
.media-list li {
  text-align: center;
  margin-bottom: 0.2em;
}
.media-view, .media-list {
  display: inline-block;
  vertical-align: top;
}
.media-list {
  width: 19%;
  overflow: auto;
  max-height: 16em;
}
.media-view {
  width: 80%;
  text-align: center;
}
.media-view img {
  max-width: 100%;
  height: auto;
}
.media-wrapper .media-list li .active {
  display: block;
  margin-bottom: 0.2em;
  border: 4px solid #f5a60b;
}
#gallery-list li {
  padding: 0 0.5em 0.25em;
}
.media-list li img {
  width: 100%;
  height: auto;
}


/********************************** content page elements **********************************/

#page-content {
  flex: 2 0 auto;
}
#content {
  background: #ffffff;
  padding: 0 0 2rem;
  height: 100%;
}
.pagebar-links {
  font-size: 0.750rem;
  text-align: right;
  padding-top: 1.3em;
}
.pagebar-links .button {
  margin-left: 0.5rem;
}

.panel {
  padding: 0;
  background: transparent;
  border: none;
  margin-bottom: 0.750em;
  font-size: 0.750rem;
}
.panel-header a, .panel-header .btn-group  {
  float: right;
  margin-left: 0.2em;
}

.home #content, .signup #content{
  padding: 1em 0;
}
.signup #content,
.listing.listing-view #content,
.admin #content,
.listing.listing-view #browse-bar {
  background: #f0f0f0;
}
#listing-subscription-feeds .outer:not(:last-of-type)  {
  margin-bottom: .75em;
}
#listing-review-content p a {
  margin-left: 1em;
}
.outer {
  background: #ffffff;
  border: 1px solid #ccc;
}
.outer .panel-header {
  background: #f5f5f5;
  border-bottom: 1px solid #e7e7e7;
  padding: 0.4em 0.750em;
  text-align: left;
}
.panel-header h3 {
  font-size: 0.688rem;
  color: #707070;
  line-height: 260%;
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.homepanel {
  margin-bottom: 1em;
}
.homepanel .row {
  padding: 0.5em 0.3em;
}

/********************************** browse page **********************************/

#category-list ul {
  list-style: none;
  margin: 0;
}
#category-list ul li a {
  font-size: 0.688rem;
  background: #efefef;
  display:block;
  margin-bottom: 0.188em;
  padding: 0.25em 0.5em;
}
#category-list ul li:hover a {
  color: #555;
}
#category-list ul li:hover {
  background: #f5f5f5;
}
.home #browse-bar {
  padding-top: 1em;
}
#browse-bar {
  background: #ffffff;
}
.browse-businesses {
  background-image: url("/images/categories/browse-businesses.jpg");
}
.browse-churches {
  background-image: url("/images/categories/browse-churches.jpg");
}
.browse-buttons .small-12.medium-4.columns {
  margin-bottom: 1em;
}
.browse-buttons [class*="column"] + [class*="column"]:last-child {
  float: left!important;
}
.browse-button {
  box-shadow: 0 0 0 1px #ccc;
  cursor: pointer;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #fff;
  border-radius: 0;
  height: 100px;
  position: relative;
  width: 100%;
}

.browse-button h2, .browse-button h4 {
  bottom: 0;
  color: #fff;
  font-size: 0.813rem;
  font-weight: bold;
  left: 0;
  line-height: 1rem;
  margin: 0;
  padding: 0.313rem 0.313rem 0.313rem 0.75rem;
  position: absolute;
  text-align: left;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  font-family: Helvetica,Arial,sans-serif;
}
.browse-button span {
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 0.688rem;
  font-weight: bold;
  line-height: 120%;
  padding: 0.25rem;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 2;
}

/********************************** feature sections **********************************/
.feature:before {
  font-family: "foundation-icons", sans-serif;
  font-size: 4rem;
  color: #B8B8B8;
  text-shadow: 1px 1px 0 #C4C4C4;
  float: left;
  margin: 0 0.5em 1.6em 0;
  padding-top: 0.5em;
}

.feature h3, .more-features h3 {
  font-size: 1.5rem;
  padding: 0.5em 0 0.5em;
}

/* Large Sub Sections Below Intro */
.site-text .feature {
  padding: 0 1em 1.5em;
}
.site-text .feature p {
  font-size: 0.875rem;
}

/* Features Columns */
.more-features h5 {
  color: #f69c08;
  font-size: 1rem;
  margin-bottom: 1em;
  padding-left: 2.5rem;
}
@media only screen and (min-width: 47.5em) and (max-width: 64em) {
  .more-features h5 {
    min-height: 3.5rem;
  }
}
.more-features p {
  font-size: 0.750rem;
  color: #828282;
}
.icon1:after, .icon2:after, .icon3:after, .icon4:after {
  color: #f69c08;
  float: left;
  font-family: "foundation-icons",sans-serif;
  font-size: 2.27rem;
  font-weight: normal;
  left: 1rem;
  margin-right: 0.5em;
  position: absolute;
  top: 0.75rem;
  vertical-align: top;
}
.icon1:after {
  content: '\f159';
}
.icon2:after {
  content: '\f166';
}
.icon3:after {
  content: '\f1ee';
}
.icon4:after {
  content: '\f132';
}

/* Icons for the Advertise page feature sections */
.feature1:before {
  content: '\f161';
}
.feature2:before {
  content: '\f132';
}
.feature1 p, .feature2 p {
  margin-left: 6em;
  font-size: 0.875rem;
}

/********************************** page intros **********************************/

.feature {
  padding: 1em 0.75em;
  line-height: 155%;
}
.about-intro {
  background: #f69c08;
  color: #ffffff;
  padding: 1em;
  background-size: cover;

}
.supporting-intro {
  background: #0088CC;
  color: #ffffff;
  padding: 1em;
}
.about-intro p {
  font-size: 0.875rem;
  font-weight: bold;
  text-shadow: 0.5px 0.5px #f69c08;
}
.blue-intro {
  padding: 1em 2em;
  color: #ffffff;
  background-color: #358bbf;
  background-image: -webkit-linear-gradient(top,#3b91c5,#2b82b7);
  background-image: linear-gradient(to bottom,#3b91c5,#2b82b7);
  margin-bottom: 1em;
}
.lpi-intro h5 {
  color: #ffffff;
  text-shadow: 0.5px 0.5px #f69c08;
}
.blue-intro h5 {
  text-shadow: 1px 1px #074a70;
}
.blue-intro p {
  font-size: 1.2rem;
  text-shadow: 1px 1px #074a70;
}
.blue-intro a {
  color: #ffffff;
  text-decoration: underline;
}

/********************************** contact page **********************************/

.signup #content #signupform, .signup #content #contactForm, .signup #content #contactAdvertiseForm,
.contact #content #signupform, .contact #content #contactAdvertiseForm {
  border-right: 1px solid #ccc;
  -webkit-box-shadow: 1px 0 #ffffff;
  box-shadow: 1px 0 #ffffff;
}
.signup #content #signupform, .signup #content #contactForm, .signup #content #contactAdvertiseForm,
.contact #content #signupform, .contact #content #contactAdvertiseForm {
  padding: 20px 0 20px;
  margin: 20px 0 25px;
}
.contact #content #contactAdvertiseForm .control-group, .contact #content #contactAdvertiseForm .form-actions {
  max-width: 24em;
  margin: 0 auto;
}
.contact #content {
  padding-top: 1em;
}
.contact h2 {
  color: #ec9c1b;
}
.contact .alert-box h2 {
  color: inherit;
  font-size: 1.2rem;
}
#page-content .contact label {
   font-size: 0.875rem;
   font-weight: bold;
}
.form-wrapper {
  padding: 1rem 1.5rem 1.5rem;
  background: #f5f5f5;
  margin-top: 1rem;
}
#contactAdvertiseForm {
  padding-right: 3em;
}
#contactAdvertiseForm .form-actions {
  padding-left: 8.25em;
}
#contactAdvertiseForm .help-block {
  margin-top: -1em;
}

.contact .side-callout ul {
  list-style: none;
  margin: 0;
  font-size: 0.850rem;
  text-shadow: 1px 1px 0 #ffffff;
}
.contact input[type="text"], .contact input[type="password"], .contact input[type="date"], .contact input[type="datetime"],
.contact input[type="datetime-local"], .contact input[type="month"], .contact input[type="week"], .contact input[type="email"],
.contact input[type="number"], .contact input[type="search"], .contact input[type="tel"], .contact input[type="time"],
.contact input[type="url"], .contact select {
  margin-bottom: 0.25rem;
}
.side-callout, .side-callout.feature {
  padding-top: 2em;
}
.side-callout p {
  font-size: 0.875rem;
}
.lpi-sidebar {
  background: #f7f7f7;
  padding: 1.5rem 1.5rem 1rem;
}
.contact .lpi-sidebar {
  margin-top: 1rem;
}

/********************************** supporter page ***********************************/
.supporter-home-header {
  margin-top:15rem;
}

.supporters-list .supporter-category-wrapper {
  background: #ffffff;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  margin-top: 1px;
  position: relative;
}
.supporters-list h3:first-child {
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.supporters-list h3 {
  font-size: 11px;
  color: #898989;
  font-family: arial,helvetica,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #ffffff;
  padding-top: 18px;
  height: 46px;
  line-height: 11px;
  background: #f5f5f5;
  position: relative;
  margin: 0;
}
.supporters-list h3:before {
  content: "";
  width: 138px;
  height: 47px;
  border-top: 1px solid #cccccc;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-top: -19px;
  margin-right: 12px;
  margin-left: -12px;
}
.supporters-list h3:after {
  border-left: 12px solid transparent;
  border-right: 0 solid transparent;
  border-top: 12px solid #a2a2a2;
  bottom: -12px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  width: 0;
}
.supporter-category-wrapper dl > * {
  font-size: 0.750rem;
}
.supporter-category-wrapper dl:not(:last-child){
  border-bottom: 1px solid #ccc;
}
.supporter-category-wrapper dl dd {
  margin: 0;
}
.supporter-category-wrapper dl {
  margin-bottom: 0;
  padding: 1em;
}
.supporter-sidebar h4 {
  font-size: 1rem;
  margin-bottom: 1em;
}
.supporter-category-wrapper .result-links {
  float: right;
  display: inline;
  width: auto;
  margin-right: 0.5em;
  padding-top: 0.5em;
}
.result-links .button {
  margin: 0 0 1rem 0.5rem;
}
.result-links .button:first-of-type {
  margin-left: 0;
}

/********************************** sign up page ***********************************/
#signupform .control-group, #signupform .form-actions {
  padding: 0 3em;
}
.signup h3 {
  font-size: 1.2rem;
  padding: 1em 0;
}
.signup h2 {
  font-size: 1.5rem;
}
.signup #content {
  font-size: 0.875rem;
  line-height: 145%;
}
.signup .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
#signupform .control-group, #signupform .form-actions {
  max-width: 30em;
}
#signup-page h3:first-of-type {
  margin-top: 4em;
}

/********************************** sign in page ***********************************/
#signin-page, #changelocation-page {
  padding-top: 1em;
}
#siteModal #signin-page, #siteModal #changelocation-page {
  padding-top: 0;
}
#siteModal .modal-body #changelocation-page .modal-right {
  padding-top: 5em;
}
#signin-page .modal-left, #signin-page .modal-right,
#changelocation-page .modal-left, #changelocation-page .modal-right {
  max-width: 30em;
}
#siteModal .modal-body .modal-right {
  padding: 1rem;
}
#signin-page .modal-left, #changelocation-page .modal-left {
  margin-right: 2em;
}
#signin-page .modal-right h4, #changelocation-page .modal-right h4 {
  font-size: 0.850rem;
}
#signin-page .modal-right, #changelocation-page .modal-right {
  background: #f5f5f5;
  margin: 1em 0 0 2em;
}
#changelocation-page .current-location {
  font-weight: bold;
}
#changelocation-page #location {
  max-width: 20em;
}
#changelocation-page .modal-right {
  padding-top: 2em;
}
.location #siteModal .modal-body {
  background: #ffffff;
}
.location #siteModal #googlemap {
  max-width: 90%;
}


/********************************** change location page ***********************************/
.modal-body .modal-right h4 {
  font-size: 0.8rem;
}
.modal-body .modal-right {
  padding-right: 0;
}
#siteformlocation .f-dropdown {
  margin-left: 0;
}
#siteformlocation li {
  padding: 0.2em 0.4em;
}


/********************************** faq, terms and privacy pages ***********************************/

.faq-menu, .mq-content {
  margin: 1.5em 0 2em;
}
#faq-page h4 {
  font-size: 1.2rem;
}
.faq-menu {
  background: #f2f2f2;
}
.faq-menu ul {
  list-style: none;
  margin: 0;
  padding: 0.5em;
}
.faq-menu ul li {
  font-size: 0.750rem;
  padding: 0.25em;
}
.mq-content ul, .mq-content ol {
  font-size: 0.750rem;
}

/********************************** footer **********************************/
#footerbar {
  color: #ccc;
  background-color: #413d49;
  flex-shrink: 0;
  opacity: 0.9;
}
#footerbar .row {
  max-width: 80rem;
  font-size: 0.9rem;
  color: #FFF;
}
#footerbar nav {
  padding: 1.5em 0 0;
}
#footerbar .nav-list {
  font-family: 'Open Sans', sans-serif;
  list-style: none;
  padding: 0;
  font-size: .8125rem;
}
#footerbar .nav-list li {
  float:left;
  position: relative;
}
#footerbar .nav-list a {
  display: block;
  color: #FFF;
  padding-left:1rem;
}
#footerbar .footer-align {
  float:right;
}
/********************************** modals  **********************************/
#siteModal .help-block, #siteModal .help-text {
  margin-bottom: 0;
  padding-bottom: 0.25em;
}
#siteModal.writingreview {
  width: 400px;
}
#siteModal.writingreview #listingReviewForm {
  max-width: 100%;
}
#siteModal.writingreview #email {
  width: 20em;
}
#siteModal #googlemap {
  margin: 1em;
}
.modal-body .map-form {
  background: white;
  padding: 1em;
}
.modal-split {
  width: 40em;
}
.modal-split.listing-email-coupon {
  width: 627px;
}
.modal-split.listing-email-coupon .modal-body textarea {
  width: 265px;
}
.modal-footer .form-actions {
  text-align: right;
}
.modal-open .dropdown-menu { z-index:2050; }
.modal-open .dropdown.open { z-index:2050; }
.modal-open .popover { z-index:2060; }
.modal-open .tooltip { z-index:2070; }
.modal-backdrop {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1040;
  background-color:#000;
}
.modal-backdrop.fade { opacity:0; }
.modal-backdrop, .modal-backdrop.fade.in {
  opacity:0.8;
}
.modal {
  position:fixed;
  top:50%;
  left:50%;
  z-index:1050;
  overflow:auto;
  width:560px;
  margin:-250px 0 0 -280px;
  background-color:#ffffff;
  border:1px solid rgba(0,0,0,0.3);
  border-radius:6px;
  -webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);
  box-shadow:0 3px 7px rgba(0,0,0,0.3);
  background-clip:padding-box;
}
.modal.fade {
  top:-25%;
  -webkit-transition:opacity .3s linear, top .3s ease-out;
  transition:opacity .3s linear, top .3s ease-out;
}
.modal.fade.in { top:50%; }

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: .7;
  filter: alpha(opacity=70);
  background: #000;
}

.modal-header {
  font-weight: bold;
  padding: 1em;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 3px;
}

dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
  font-size: 1em;
}
.close-reveal-modal {
  padding: 0.25em 0.4em;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #f2f2f2; }

.modal-header .close { margin-top: 2px; }
.modal-body {
  overflow-y:auto;
  max-height:400px;
  padding:15px;
}
.modal-form { margin-bottom:0; }
.modal-footer {
  padding:14px 15px 15px;
  margin-bottom:0;
  text-align:right;
  background-color:#f5f5f5;
  border-top:1px solid #ddd;
  border-radius:0 0 6px 6px;
  -webkit-box-shadow:inset 0 1px 0 #ffffff;
  box-shadow:inset 0 1px 0 #ffffff;
}
.modal-footer:before, .modal-footer:after {
  display:table;
  content:"";
}
.modal-footer:after { clear:both; }
.modal-footer .button + .button {
  margin-left:5px;
  margin-bottom:0;
}
.modal-footer .btn-group .button + .button { margin-left:-1px; }

.modal-split .modal-body {
  padding: 0;
  background: #eaeaea;
}
.modal-left {
  background: #ffffff;
}
.modal-body .modal-left h2 {
  display: block;
}
.modal-left, .modal-right {
  display: table-cell;
  margin: 0;
  padding: 1.5em;
  width: 50%;
  vertical-align: top;
  font-size: 0.688rem;
  min-height: 100%;
}
.modal-right {
  padding-top: 4em;
}
.modal-body h2 {
  font-size: 1.250rem;
}
.modal-body h4, .modal-body h3 {
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.modal-body .panel-header h3 {
  font-size: 0.688rem;
}
.modal-body .current-location {
  font-weight: bold;
}
.modal-body {
  border-radius: 5px;
}
.reveal-modal {
  border: none;
  border-radius: 5px;
  max-width: 55em;
  min-width: 20rem;
}
.reveal-modal .panel .outer {
  border: none;
}
.reveal-modal .columns {
  padding-left: 0;
}

dialog, .reveal-modal {
  width: auto;
}

/********************************** SMALL SCREENS (FOUNDATION STANDARD) UP TO 40EM/640PX **********************************/
@media only screen and (max-width: 48em) { /* 48em is 768px which is a standard mobile break. */

  .intro-text {
    width: 100% !important;
  }
  #searchForm [class*="-input"] {
    flex: 1 1 100%;
  }
  #resultspage .search-results > .row {
    padding: 0.9375rem 0 0.9375rem 14px;
  }
}

@media only screen and (max-width: 40em) {
  .hide-for-small-only, .hide-for-small {
    display: none;
  }
  .coupon-outer {
    width: 100%;
  }
  .modal-left, .modal-right {
    width: 100%;
    display: block;
    padding:0;
  }
  .modal-left {
    margin-bottom: 1rem;
  }
  .top-bar.expanded .button-group a {
    font-weight: bold;
  }
  .top-bar ul .login {
    padding: 0.5rem;
  }
  .mobile-link span {
    display: none;
  }
  .title.back h5 a {
    font-size: 1rem;
    padding: 0;
  }
  .title.back h5 a:before {
    font-family: 'foundation-icons';
    font-size: 1em;
    text-shadow: 1px 1px #000;
    content: '\f10a';
    margin-right: 1em;
  }
  #pagebar h2 {
    font-size: 1rem;
  }
  #pagebar .row {
    padding-left: 0.75em;
  }
  #pagebar .category-list {
    padding: 0;
  }
  #browse-bar #pagebar .row .pagebar-links.text-right {
    margin-bottom: 1em;
    text-align: left !important;
  }
  #browse-bar #pagebar .small-12 {
    padding: 0;
  }
  #homebar .columns, #homebar .row {
    padding-right: 0.4687rem;
    padding-left: 0.4687rem;
  }
  #pagebar #sharelinks {
    padding-top: 0;
  }
  #pagebar h2 {
    padding: 1.3rem 0 0.7rem;
  }
  #listing-tags, #sharelinks {
    display: inline-block;
    line-height: 2;
    min-height: 2rem;
    padding-bottom: 0;
    vertical-align: middle;
  }
  #listing-tags {
    padding-left: 0;
    padding-top: 0;
  }
  #pagebar .category-list {
    padding: 0.5rem 0;
  }

  /************* FOOTER SECTION ************/
  #footerbar ul {
    margin: 0;
  }
  #footerbar .small-12 {
    width: 100%;
  }
  #footerbar h5 {
    display: none;
  }
  #footerbar .nav-list li {
    display: inline-block;
    margin: 0 0.25rem 0 0.25rem;
  }
  #footerbar .nav-list li a {
    display: block;
    padding: 0.45rem 0.5rem;
  }
  #footerbar .nav-list {
    margin: 0;
  }
  #footerbar #logobar {
    margin-top: 1rem;
  }
  #footerbar .footer-align {
    float:none;
    margin-left:7rem;
  }



  /************* FORM ELEMENTS ************/

  .signup #content #signupform, .signup #content #contactForm, .signup #content #contactAdvertiseForm, .contact #content #signupform, .contact #content #contactForm, .contact #content #contactAdvertiseForm {
    border-right: none;
    box-shadow: none;
  }

  #listing-adspace div {
    margin: 1em auto;
  }
  .supporters-list h3:before, .supporters-list h3:after {
    background-image: none !important;
    border: none;
    display: none;
  }
  .supporters-list h3 {
    height: auto;
    padding: 1em 1em;
  }

  /************* LOGIN PAGE ************/
  #signin-page .modal-left, #signin-page .modal-right,
  #changelocation-page .modal-left, #changelocation-page .modal-right {
    display: block;
    min-width: 100%;
    margin: 0;
  }

  #signin-page .modal-left #signinform {
    max-width: 30em;
  }

  /************* ADMIN SECTIONS ************/

  .editable .listing-edit:after {
    display: inline;
    float:right;
    font-family: 'foundation-icons';
    font-size: 3em;
    color: #003f54;
    content: '\f194';
    background: #efefef;
  }
  .editable .listing-edit {
    background: transparent;
    text-indent: -10000em;
    border: none;
    border-radius: 0;
  }
  .editable .listing-edit:hover {
    background: transparent;
  }
  .faq-menu {
    margin-top: 0;
  }

  /* Quicklinks */
  .tab-pane.active {
    display: table;
    width: 100%;
    padding: 0;
  }
  #listingonlylist, #gallery-view {
    max-height: none;
  }
}

/* VIDEO MEDIA QUERIES */
@media only screen and (min-width: 64em) {
  .media-wrapper #listingvideonowplaying {
    height: 21.5em;
  }
}

@media only screen and (max-width: 64em) {
  .media-wrapper #listingvideonowplaying {
    height: 23em;
  }
}
@media only screen and (max-width: 47.5em) {
  .media-wrapper #listingvideonowplaying {
    height: 26em;
  }
}
@media only screen and (max-width: 35em) {
  .media-wrapper #listingvideonowplaying {
    height: 22em;
  }
}
@media only screen and (max-width: 28em) {
  .media-wrapper #listingvideonowplaying {
    height: 19em;
  }
}

@media only screen and (max-width: 32em) {
  #footerbar .nav-list {
    column-count: 2;
  }
  #footerbar .nav-list li {
    float:none;
    display:block;
  }
  #footerbar .nav-list.footer-align {
    column-count: 1;
    padding: .5rem 0;
    margin: .5rem 0 0!important;
    border-top: 1px solid rgba(255,255,255,.25);
  }
  #footerbar .nav-list.footer-align li {
    float:none;
  }

}

@media only screen and (max-width: 64em) {
  .media-view {
    display: block;
    max-height: 400px;
    width: 100%;
  }
  .media-list {
    display: block;
    width: 100%;
    overflow: visible;
    margin: 0.5em 0 0;
  }
  .media-list li {
    display: inline-block;
    width: 3.75em;
    padding: 0 0.15em;
    white-space: nowrap;
  }
  .media-list li:first-child {
    padding-left: 0;
  }
  .search-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/********************************** MEDIUM SCREENS **********************************/


@media only screen and (min-width: 40.063em) and (max-width:50em) {
  .mobile-link span {
    display: none;
  }
}


@media only screen and (min-width: 48.0625em) { /* the .0625 adds 1 px so the break point is 769px */
  #searchForm .distance-nearby {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .home #searchForm .distance-nearby, .supporter #searchForm .distance-nearby {
  /*
    margin-right: 80px;
    flex: 1 1 100%;
    */
  }
}

/********************************** UP TO SMALL TABLET - 47.5EM / 760PX **********************************/

@media only screen and (max-width: 47.5em) {
  .listing.listing-view #content>.row>.small-12>.row>.small-12 {
    width: 100%;
  }
  #listing-adspace {
    display: none;
  }
  #sharelinks span {
    display: none;
  }
  .coupon-outer {
    width: 100%;
  }
  .feature h3 {
    font-size: 1.2rem;
  }
  .site-text .feature {
    padding: 1.5em;
  }
  .more-features {
    padding: 0.6em;
  }
  .more-features .medium-3 {
    width: 100%;
  }
  #footerbar h5 {
    font-size: 0.9rem;
  }
  .pagination li.arrow a span {
    display: none;
  }
  #searchbar h2 {
    font-size: 1.7em;
  }
  #searchbar h1 {
    font-size: 0.9em;
  }
}

/********************************** MEDIUM + UP / 40EM+ / 640px+ **********************************/

@media only screen and (min-width: 40.063em) {
  .top-bar {
    height: auto;
  }
  .top-bar-section .has-dropdown > a:after {
    top: 50%;
  }
  .top-bar-section li.hover a:not(.button)  {
    background: transparent;
    color: #ffffff;
  }
  .top-bar-section .hover .dropdown li a {
    line-height: 2.2;
    padding: 0 1em !important;
    color: #999;
  }
  .top-bar-section .hover .dropdown li a:hover {
    color: #fff;
  }

  /* Ads */
  #listing-adspace>div {
    margin: 0 auto 1em;
  }
  .home #searchbar, .supporter #searchbar {
    background-size: cover;
    background-position: bottom top;
    padding: 1rem 0.75rem 9rem;
  }
  #search, #location {
    font-size: 1rem;
  }

  /************* INTRO SECTIONS ************/
  .about-intro {
    background-size: 100% auto;
    padding: 2.5% 2em 1em;
    margin-bottom: 1rem;
  }
  .supporting-intro {
    background-size: 100% auto;
    padding: 2.5% 2em 1em;
    margin-bottom: 1rem;
  }
  .about-intro p, .supporting-intro p {
    color: #fff;
    padding: 0;
  }
  .about-lpi {
    padding-top: 2rem;
  }
  .result-links {
    margin-top: 1em;
  }

  .home .search-form, .supporter .search-form {
    max-height: 114px;
  }
  #searchbar h2 {
    font-size: 3.5em;
  }
  #searchbar h1 {
    font-size: 1.5em;
  }
}

/********************************** UP TO DESKTOP - 61.25EM / 980PX **********************************/

@media only screen and (min-width: 61.25em){
  .button-donate, .bulletin-viewer, .streaming-site {
    width: 100%;
  }
  #searchbar h2 {
    font-size: 4.5em;
  }
  #searchbar h1 {
    font-size: 1.750em;
  }
}

@media only screen and (max-width: 61.25em) {
  .home-left {
    width: 56%;
  }
  .home-right, #homebar .hide-for-small-only  {
    width: 44%;
  }
  #homebar .small-6 {
    width: 28%;
  }

  .has-ad-column #contact-wrapper #contact-info, .has-button-column #contact-wrapper #contact-info, #contact-wrapper #contact-col3,
  #contact-info #listing-contact, #contact-info #listing-hours {
    width: 100%;
    display: inline-block;
  }
  #contact-col3 .button {
    vertical-align: top;
  }
  #contact-col3 .button-selected {
    margin-bottom: 0.9rem;
  }
  .result-links {
    clear: both;
    width: 100%;
    display: block;
  }
  a.streaming-site i {
    display: none;
  }
  a.streaming-site span {
    width: 100%;
    display: inherit;
  }

}
/********************************** REALLY LARGE SCREENS - MIN: 61.3125EM / 961PX **********************************/

@media only screen and (min-width: 61.3125em) {

  #resultspage .result-links {
    float: right;
    margin-top: 1em;
  }
  .home body, .supporter body {
    padding-top: 0;
  }
  .changelocation {
    margin-top: 0.5em;
  }
  .home .preview-text, .supporter .preview-text {
    font-size: 0.688rem;
    line-height: 130%;
    color: #5e5e5e;
    padding: 0.313rem 0.750rem 0;
  }
  .button.button-donate:before, .bulletin-viewer:before {
    content: "";
    display: inline-block;
    margin-right: 0.3rem;
    vertical-align: middle;
    float: left;
    height: 26px;
    width:22px;
  }
  .bulletin-viewer:before{
    background: url("/images/icon-bulletin.svg") no-repeat;
  }
  .button.button-donate:before { /* Donate Button */
    font-family: 'foundation-icons', sans-serif;
    font-size: 1.875rem;
    font-weight: normal;
    color: #ffffff;
    margin-top: -2px;
    content: '\f142';
  }
}

/********************** HOME PAGE FIXES - UP TO 45.625EM / 730PX ************************/
@media only screen and (max-width: 45.625em) {
  .home .hide-for-small-only, .home .hide-for-small {
    display: none !important;
  }
  .home-left {
    width: 100%;
  }
  #homebar .browse-buttons .small-6 {
    width: 50%;
  }
}

/* Quick Link Fix */
@media only screen and (min-width: 48em) {/* ipad and smaller will be 100%, larger will be max of 90% */
  .home .search-form {
    max-width: 90%;
  }
}
@media only screen and (min-width: 47.5em){
  .home .search-form, .supporter .search-form {
    max-height: 94px;
  }
}

@media only screen and (min-width: 30em) and (max-width: 48em) {
  #contact-info #listing-contact, #contact-info #listing-hours {
    width: 49.5%;
  }
}
@media only screen and (min-width: 47.5625em) {
  .home .alert-box {
    margin-top: -2rem;
  }
  #siteModal .modal-body .modal-right {
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .home #searchbar, .supporter #searchbar {
    padding: 0;
  }
  .home .search-form, .supporter .search-form {
    max-width: 90%;
  }
  .home .alert-box, .supporter .alert-box {
    margin-top: -2rem;
  }
}
@media only screen and (min-width: 70.063em) {
  .home #searchbar, .supporter #searchbar {
    padding: 5em 0 15em;
  }
  .results #searchbar {
    padding: 0;
  }
  .home #searchbar .logo img, .supporter #searchbar .logo img {
    width: 33em;
  }
  .home .alert-box, .supporter .alert-box {
    margin-top: -4rem;
  }
}

/** Category images **/
.accountants,.supporters-list h3.accountants:before {background-image:url("/images/categories/accountants.jpg");}
.adaptive-remodeling,.supporters-list h3.adaptive-remodeling:before {background-image:url("/images/categories/adaptive-remodeling.jpg");}
.alzheimers-memory-care,.supporters-list h3.alzheimers-memory-care:before {background-image:url("/images/categories/alzheimers-memory-care.jpg");}
.appliances-electronics,.supporters-list h3.appliances-electronics:before {background-image:url("/images/categories/appliances-electronics.jpg");}
.arts-entertainment,.supporters-list h3.arts-entertainment:before {background-image:url("/images/categories/arts-entertainment.jpg");}
.assisted-living,.supporters-list h3.assisted-living:before {background-image:url("/images/categories/assisted-living.jpg");}
.attorney,.supporters-list h3.attorney:before {background-image:url("/images/categories/attorney.jpg");}
.audiologists,.supporters-list h3.audiologists:before {background-image:url("/images/categories/audiologists.jpg");}
.automotive,.supporters-list h3.automotive:before {background-image:url("/images/categories/automotive.jpg");}
.bank,.supporters-list h3.bank:before {background-image:url("/images/categories/bank.jpg");}
.carpet-rug-cleaning,.supporters-list h3.carpet-rug-cleaning:before {background-image:url("/images/categories/carpet-rug-cleaning.jpg");}
.catholic,.supporters-list h3.catholic:before {background-image:url("/images/categories/catholic.jpg");}
.chamber-of-commerce,.supporters-list h3.chamber-of-commerce:before {background-image:url("/images/categories/chamber-of-commerce.jpg");}
.clocks-clock-repair,.supporters-list h3.clocks-clock-repair:before {background-image:url("/images/categories/clocks-clock-repair.jpg");}
.community,.supporters-list h3.community:before {background-image:url("/images/categories/community.jpg");}
.community-center,.supporters-list h3.community-center:before {background-image:url("/images/categories/community-center.jpg");}
.computers-electronics,.supporters-list h3.computers-electronics:before {background-image:url("/images/categories/computers-electronics.jpg");}
.congregations-organizations,.supporters-list h3.congregations-organizations:before {background-image:url("/images/categories/congregations-organizations.jpg");}
.counseling-service,.supporters-list h3.counseling-service:before {background-image:url("/images/categories/counseling-service.jpg");}
.day-care,.supporters-list h3.day-care:before {background-image:url("/images/categories/day-care.jpg");}
.dentist-periodontics-cosmetic,.supporters-list h3.dentist-periodontics-cosmetic:before {background-image:url("/images/categories/dentist-periodontics-cosmetic.jpg");}
.dermatology,.supporters-list h3.dermatology:before {background-image:url("/images/categories/dermatology.jpg");}
.education-training,.supporters-list h3.education-training:before {background-image:url("/images/categories/education-training.jpg");}
.elder-law,.supporters-list h3.elder-law:before {background-image:url("/images/categories/elder-law.jpg");}
.electronics,.supporters-list h3.electronics:before {background-image:url("/images/categories/electronics.jpg");}
.engineers,.supporters-list h3.engineers:before {background-image:url("/images/categories/engineers.jpg");}
.episcopal,.supporters-list h3.episcopal:before {background-image:url("/images/categories/episcopal.jpg");}
.estate-planning,.supporters-list h3.estate-planning:before {background-image:url("/images/categories/estate-planning.jpg");}
.estate-sales,.supporters-list h3.estate-sales:before {background-image:url("/images/categories/estate-sales.jpg");}
.farmers-markets,.supporters-list h3.farmers-markets:before {background-image:url("/images/categories/farmers-markets.jpg");}
.farms,.supporters-list h3.farms:before {background-image:url("/images/categories/farms.jpg");}
.floral-gifts,.supporters-list h3.floral-gifts:before {background-image:url("/images/categories/floral-gifts.jpg");}
.food-beverage,.supporters-list h3.food-beverage:before {background-image:url("/images/categories/food-beverage.jpg");}
.funeral-homes-memorials,.supporters-list h3.funeral-homes-memorials:before {background-image:url("/images/categories/funeral-homes-memorials.jpg");}
.general, .supporters-list h3.general:before {background-image: url("/images/categories/general.jpg");}
.help-wanted,.supporters-list h3.help-wanted:before {background-image:url("/images/categories/help-wanted.jpg");}
.hobbies,.supporters-list h3.hobbies:before {background-image:url("/images/categories/hobbies.jpg");}
.home-builder-contractor,.supporters-list h3.home-builder-contractor:before {background-image:url("/images/categories/home-builder-contractor.jpg");}
.home-furnishings,.supporters-list h3.home-furnishings:before {background-image:url("/images/categories/home-furnishings.jpg");}
.home-health-care,.supporters-list h3.home-health-care:before {background-image:url("/images/categories/home-health-care.jpg");}
.home-improvement-contractor, .supporters-list h3.home-improvement-contractor:before {background-image: url("/images/categories/home-improvement-contractor.jpg");}
.insurance-medicare-medicaid,.supporters-list h3.insurance-medicare-medicaid:before {background-image:url("/images/categories/insurance-medicare-medicaid.jpg");}
.jewish,.supporters-list h3.jewish:before {background-image:url("/images/categories/jewish.jpg");}
.landscaping-lawn-service,.supporters-list h3.landscaping-lawn-service:before {background-image:url("/images/categories/landscaping-lawn-service.jpg");}
.locksmith,.supporters-list h3.locksmith:before {background-image:url("/images/categories/locksmith.jpg");}
.lutheran,.supporters-list h3.lutheran:before {background-image:url("/images/categories/lutheran.jpg");}
.manufacturing,.supporters-list h3.manufacturing:before {background-image:url("/images/categories/manufacturing.jpg");}
.medical-clinic-hospital,.supporters-list h3.medical-clinic-hospital:before {background-image:url("/images/categories/medical-clinic-hospital.jpg");}
.membership-organization,.supporters-list h3.membership-organization:before {background-image:url("/images/categories/membership-organization.jpg");}
.money-finance,.supporters-list h3.money-finance:before {background-image:url("/images/categories/money-finance.jpg");}
.moving-storage,.supporters-list h3.moving-storage:before {background-image:url("/images/categories/moving-storage.jpg");}
.municipality,.supporters-list h3.moving-storage:before {background-image:url("/images/categories/municipality.jpg");}
.nursing-home-hospice-skilled-nursing,.supporters-list h3.nursing-home-hospice-skilled-nursing:before {background-image:url("/images/categories/nursing-home-hospice-skilled-nursing.jpg");}
.office,.supporters-list h3.office:before {background-image:url("/images/categories/office.jpg");}
.personal-beauty,.supporters-list h3.personal-beauty:before {background-image:url("/images/categories/personal-beauty.jpg");}
.personal-service,.supporters-list h3.personal-service:before {background-image:url("/images/categories/personal-service.jpg");}
.pets-vets,.supporters-list h3.pets-vets:before {background-image:url("/images/categories/pets-vets.jpg");}
.physical-therapy,.supporters-list h3.physical-therapy:before {background-image:url("/images/categories/physical-therapy.jpg");}
.plumbing,.supporters-list h3.plumbing:before {background-image:url("/images/categories/plumbing.jpg");}
.pool-spa,.supporters-list h3.pool-spa:before {background-image:url("/images/categories/pool-spa.jpg");}
.real-estate,.supporters-list h3.real-estate:before {background-image:url("/images/categories/real-estate.jpg");}
.restaurant,.supporters-list h3.restaurant:before {background-image:url("/images/categories/restaurant.jpg");}
.retail-other,.supporters-list h3.retail-other:before {background-image:url("/images/categories/retail-other.jpg");}
.retirement-community,.supporters-list h3.retirement-community:before {background-image:url("/images/categories/retirement-community.jpg");}
.senior-agency,.supporters-list h3.senior-agency:before {background-image:url("/images/categories/senior-agency.jpg");}
.senior-apartments,.supporters-list h3.senior-apartments:before {background-image:url("/images/categories/senior-apartments.jpg");}
.senior-center,.supporters-list h3.senior-center:before {background-image:url("/images/categories/senior-center.jpg");}
.senior-movers-senior-transportation,.supporters-list h3.senior-movers-senior-transportation:before {background-image:url("/images/categories/senior-movers-senior-transportation.jpg");}
.sports-recreation,.supporters-list h3.sports-recreation:before {background-image:url("/images/categories/sports-recreation.jpg");}
.telecommunications,.supporters-list h3.telecommunications:before {background-image:url("/images/categories/telecommunications.jpg");}
.thrift-store,.supporters-list h3.thrift-store:before {background-image:url("/images/categories/thrift-store.jpg");}
.transportation,.supporters-list h3.transportation:before {background-image:url("/images/categories/transportation.jpg");}
.travel-vacation,.supporters-list h3.travel-vacation:before {background-image:url("/images/categories/travel-vacation.jpg");}
.vision-centers-ophthalmology,.supporters-list h3.vision-centers-ophthalmology:before {background-image:url("/images/categories/vision-centers-ophthalmology.jpg");}
.prettyselect-group .f-dropdown {
  width: auto;
  margin-top: 30px;
  margin-left: 0;
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
}
.prettyselect-group .f-dropdown li {
  padding: 0 0.2em;
  font-size: 0.850rem;
}
.prettyselect-group .f-dropdown li:hover {
  background: #2e9fd7;
}
.prettyselect-group .f-dropdown li:hover a {
  color: #fff;
}
.prettyselect-group .f-dropdown a {
  font-size: 0.8em;
  line-height: 150%;
}
.prettyselect-group .f-dropdown a:hover {
  color: #fff;
}
#select-group-dropdownbrowsetagswitchcategory {
  max-height:400px;
  overflow-y:auto;
  overflow-x:hidden;
}

.prettyselect-group .button {
  width: 100%;
  text-align: left;
}
.prettyselect-group .caret:after {
  float: right;
  margin: 0.5em 0 0 0;
}

/**** ribbons ****/
.has-ribbon {
  position: relative;
}

/** <div class="ribbon-wrapper ribbon-left ribbon-STYLE"><div class="ribbon">Expired</div></div> **/
.ribbon-wrapper {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  z-index: 999;
}
.ribbon-wrapper.ribbon-left {
  left: -2px;
}
.ribbon-wrapper.ribbon-right {
  right:-2px;
}

.ribbon-wrapper > .ribbon {
  font-weight: bold;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 25px;
  width: 160px;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-wrapper > .ribbon:before, .ribbon-wrapper > .ribbon:after {
  content: "";
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}
.ribbon-wrapper > .ribbon:before {
  left: 0;
}
.ribbon-wrapper > .ribbon:after {
  right: 0;
}


.ribbon-left > .ribbon {
  left: -37px;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
}
.ribbon-right > .ribbon {
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
}

/** expired ribbon **/

.ribbon-expired .ribbon {
  background-color: #d64b4b;
  color: #801111;
  text-shadow: rgba(214, 92,92 ,0.5) 0px 1px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d64b4b), to(#ab2c2c));
  background-image: -webkit-linear-gradient(top, #d64b4b, #ab2c2c);
  background-image:    -moz-linear-gradient(top, #d64b4b, #ab2c2c);
  background-image:     -ms-linear-gradient(top, #d64b4b, #ab2c2c);
  background-image:      -o-linear-gradient(top, #d64b4b, #ab2c2c);
}

.ribbon-expired .ribbon:before, .ribbon-expired .ribbon:after {
  border-top:   3px solid #871616;
}

/** unavailable ribbon **/
.ribbon-unavailable .ribbon {
  background-color: #ffd787;
  color: #8A6D3B;
  text-shadow: rgba(242, 189, 109 ,0.5) 0px 1px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd787), to(#ad7f23));
  background-image: -webkit-linear-gradient(top, #ffd787, #ad7f23);
  background-image:    -moz-linear-gradient(top, #ffd787, #ad7f23);
  background-image:     -ms-linear-gradient(top, #ffd787, #ad7f23);
  background-image:      -o-linear-gradient(top, #ffd787, #ad7f23);
}
.ribbon-unavailable .ribbon:before, .ribbon-unavailable .ribbon:after {
  border-top:   3px solid #8A6D3B;
}

.ribbon-green {
  background-color: #BFDC7A;
  color: #6a6340;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
}

.ribbon-green:before, .ribbon-green:after {
  border-top:   3px solid #6e8900;
}


/** Bulletin Viewer **/

#bulletin-viewer {
  width: 100%;
  padding: 0 0 1em;
}

#bulletin-viewer .outer {
  overflow: hidden;
  padding-top: 23%;
  position: relative;
}

@media only screen and (max-device-width: 414px) {
  #bulletin-viewer .outer {
    padding-top: 45%;
  }
}

#bulletin-viewer .outer iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#publication-list {
  overflow-y: scroll;
  margin-top: 2.5rem;
  width: 100%;
  padding: 0;
}

#listing-supporters .outer {
  height: 251px;
}

#listing-supporters ul {
  max-height: 208px;
}

/* ads on the side */
#publication-list-horizontal {
  text-align: center;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
  padding: 0;
  height: 180px;
  margin-bottom: 1em;
}

#publication-list-horizontal > ul {
  display: table;
}

#publication-list-horizontal > ul > li {
  text-align: center;
  display: table-cell;
  min-width: 98px;
  padding: 6px;
}

#listing-supporters.alternate .outer {
  height: 242px;
}

#listing-supporters.alternate ul {
  max-height: 200px;
}

/* one big block */

.media, .media * {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 80vh !important;
  max-height: 100vh !important;
}

#bottom-banner {
  position:fixed;
  z-index:150;
  height:250px;
  width:350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: left;
  bottom:10px;
}

@media not all and (min-resolution:.001dpcm) {
  @media {
    #bottom-banner {
      height:320px;
    }
  }
}

#bottom-banner-container {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

#bottom-banner-content {
  background-color: #FFF;
  border: 1px solid #000;
}

#bottom-banner .button{
  top: 0;
  right: 0;
  margin: 2px;
  font-weight: bold;
  float: right;
}

.bottom-banner-ad {
  padding:5px 5px 5px 9px;
}

#bulletin-scroller {
  text-align: center;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
  padding: 0;
  height: 210px;
}

#bulletin-scroller > ul {
  display: table;
}

#bulletin-scroller > ul > li {
  text-align: center;
  display: table-cell;
  min-width: 98px;
  padding: 6px;
}

.select2-container-multi .select2-search-choice-close {
  left: .25rem;
  top: .25rem;
}


/** autocomplete **/
.autocomplete-input {
  z-index: 1;
  position: relative;
}
.autocomplete-wrapper {
  position: relative;
}
.autocomplete-results {
  box-shadow: 1px 4px 6px rgba(185,185,185,0.5), -1px 1px 1px rgba(185,185,185,0.5), 1px -1px 1px rgba(185,185,185,0.5), -1px -1px 1px rgba(185,185,185,0.5);
  position: absolute;
  left: 0;
  background: white;
  overflow-y: auto;
  z-index: 2;
  margin-left: 0;
  width: 430px;
}
.autocomplete-choice {
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 24px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  color: #797373;
  font-size: 0.85rem;
  padding: 7px 15px 7px 7.5px;
  cursor: pointer;
}
.autocomplete-results:empty {
  padding: 0;
}
.autocomplete-choice.active {
  background-color: #e7f5fd;
}
.autocomplete-choice:hover {
  background-color: #eeeeee;
}

#searchForm .autocomplete-choice .fi-marker {
  margin-right: 2px;
  line-height: 16px;
  top: -1px;
  position: relative;
  font-size: 1.2rem;
}
.autocomplete-spinner {
  display: none;
  font-size: 19px;
}
.autocomplete-searching .autocomplete-spinner {
  display: inline-block;
  text-align: center;
  position: relative;
}
.autocomplete-attachment {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  color: #000000;
}
.autocomplete-geolocate {
  padding-left: 4px;
}
.autocomplete-too-short,
.autocomplete-too-short:hover {
  font-style: italic;
  background: white;
}
#searchForm label {
  z-index: 3;
}

/*remove the X in Edge input fields*/
::-ms-clear{display:none;}

.listing-ad-skyscraper {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -300px;
  z-index: 2040;
  display: none; /* default display is none for mobile views */
  width:160px;
}

@media only screen and (min-width: 1292px) {
  /* shows the skyscraper ad on large screens */
  .listing-ad-skyscraper {
    text-align: center;
    display: block;
  }
}

@media only screen and (max-width: 40em) {
  .mobile-ad-space-leaderboard {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-ad-space-billboard {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-ad-space-skyscraper {
    position: fixed;
    left: 50%;
    bottom: -24px;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 1000;
  }

  .mobile-ad-space-sponsorship {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 40em) {
  .mobile-ad-space-leaderboard, .mobile-ad-space-billboard, .mobile-ad-space-skyscraper, .mobile-ad-space-sponsorship {
    display: none;
  }
}

@media only screen and (max-width: 984px) {
  .listing-ad-billboard, .search-ad-empty-results {
    display: none;
  }
}

@media only screen and (min-width: 985px) {
  .listing-ad-billboard {
    padding-left: 15px;
    text-align: center;
    display: block;
  }
}
.report {
  padding: 20px;
}

.report dt {
    font-size: 16px;
}

.fixed-ad-bottom {
  position: absolute;
  top: 50px;
}

.search-ad-empty-results {
  padding-top:25px;
  padding-left:30px;
}

.empty-results {
  padding-left:30px;
}

#publicationForm .help-block {
  margin-top: -10px !important;
  margin-left: 10px;
  font-size: 11px;
}

/* Initializing the publish date field as hidden on the listing publication upload form */
#publishDate {
  display:none;
}

#siteModal .modal-body {
  padding:15px 15px 15px 15px;
}

#publicationForm {
  margin: -15px 0 1rem 0;
}

img.edit-publication {
  max-height: 200px;
  max-width: 200px;
  margin-bottom: 20px;
}
img.size-list {
  max-height: 120px;
  max-width: 120px;
}
.table-publications-list .meta-buttons {
  white-space: nowrap;
}