/* line 503, ../../app/stylesheets/framework/_admin.scss */
#flash_notice, #flash_alert {
  padding: 5px 8px;
  margin: 10px 0;
}
/* line 506, ../../app/stylesheets/framework/_admin.scss */
#flash_notice ul, #flash_alert ul {
  list-style-type: none;
  margin: 0px 10px;
  padding: 0px;
}
/* line 510, ../../app/stylesheets/framework/_admin.scss */
#flash_notice ul .field, #flash_alert ul .field {
  text-transform: capitalize;
  font-weight: bold;
}

/* line 516, ../../app/stylesheets/framework/_admin.scss */
#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
  margin: 10px;
}

/* line 521, ../../app/stylesheets/framework/_admin.scss */
#flash_alert {
  background-color: #FCC;
  border: solid 1px #C66;
  margin: 10px;
}

/* line 527, ../../app/stylesheets/framework/_admin.scss */
.alert_success {
  background: #CCFFCC none repeat scroll 0 0 !important;
  border-color: #5CE65C !important;
  color: #70BA70 !important;
}

/* line 533, ../../app/stylesheets/framework/_admin.scss */
.breadcrumb-link {
  color: white !important;
  float: left !important;
  margin-left: 11px !important;
  margin-right: -8px !important;
}

/* line 540, ../../app/stylesheets/framework/_admin.scss */
.admin #repeat_event_form {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
}
/* line 543, ../../app/stylesheets/framework/_admin.scss */
.admin #repeat_event_form .right {
  text-align: right;
  padding-right: 20px;
}
/* line 547, ../../app/stylesheets/framework/_admin.scss */
.admin #repeat_event_form .r_every_text {
  line-height: 25px;
  color: #888888;
}
/* line 551, ../../app/stylesheets/framework/_admin.scss */
.admin #repeat_event_form .row.collapse {
  margin-bottom: 5px;
}
/* line 554, ../../app/stylesheets/framework/_admin.scss */
.admin #repeat_event_form input[readonly] {
  color: #ccc;
  color: #ccc;
  border: 1px solid #ccc;
}
/* line 560, ../../app/stylesheets/framework/_admin.scss */
.admin #event_repeat {
  float: left;
  margin-top: 6px;
  margin-bottom: 0px;
}
/* line 565, ../../app/stylesheets/framework/_admin.scss */
.admin #summary {
  float: left;
  font-family: Helvetica, Arial, sans-serif !important;
  margin-top: 0px;
  clear: both;
}
/* line 571, ../../app/stylesheets/framework/_admin.scss */
.admin .repeat_yes {
  float: left;
  font-family: Helvetica, Arial, sans-serif !important;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 7px;
}
/* line 578, ../../app/stylesheets/framework/_admin.scss */
.admin #edit_repeat {
  margin-left: 5px;
  float: right;
  cursor: pointer;
  color: #4b741a;
}

/* line 586, ../../app/stylesheets/framework/_admin.scss */
#user-form .chosen-container.chosen-container-single {
  width: 310px !important;
}

/* line 590, ../../app/stylesheets/framework/_admin.scss */
.check_options_section, .check_options_category, .check_options_column, .check_options_milestone, .check_options_top_local_news, .check_options_event, .check_options_obituary, .check_options_c, .check_options_re, .check_options_d {
  margin-top: 10px;
  font-size: 13px;
}
/* line 593, ../../app/stylesheets/framework/_admin.scss */
.check_options_section input, .check_options_category input, .check_options_column input, .check_options_milestone input, .check_options_top_local_news input, .check_options_event input, .check_options_obituary input, .check_options_c input, .check_options_re input, .check_options_d input {
  margin-right: 3px;
  margin-left: 10px;
}
/* line 596, ../../app/stylesheets/framework/_admin.scss */
.check_options_section input#sponsor_show_home_page, .check_options_category input#sponsor_show_home_page, .check_options_column input#sponsor_show_home_page, .check_options_milestone input#sponsor_show_home_page, .check_options_top_local_news input#sponsor_show_home_page, .check_options_event input#sponsor_show_home_page, .check_options_obituary input#sponsor_show_home_page, .check_options_c input#sponsor_show_home_page, .check_options_re input#sponsor_show_home_page, .check_options_d input#sponsor_show_home_page {
  margin-left: 0px;
}

/* line 601, ../../app/stylesheets/framework/_admin.scss */
.check_options_milestone, .check_options_top_local_news, .check_options_event, .check_options_obituary, .check_options_c, .check_options_re, .check_options_d {
  margin-top: 2px;
}

/* line 604, ../../app/stylesheets/framework/_admin.scss */
.type_crop {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  padding-left: 45px;
}
/* line 609, ../../app/stylesheets/framework/_admin.scss */
.type_crop #dataWidth {
  width: 50px;
  margin-bottom: 10px;
}
/* line 613, ../../app/stylesheets/framework/_admin.scss */
.type_crop #dataHeight {
  width: 50px;
  margin-bottom: 10px;
}

/* line 619, ../../app/stylesheets/framework/_admin.scss */
#crop-dialog .rotate {
  display: inline-block;
  float: right;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}
/* line 625, ../../app/stylesheets/framework/_admin.scss */
#crop-dialog .rotate::after {
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(200, 200, 200, 0.6);
  z-index: 2;
}
/* line 636, ../../app/stylesheets/framework/_admin.scss */
#crop-dialog .rotate #lbl_rotate_only {
  margin-left: 0;
}
/* line 639, ../../app/stylesheets/framework/_admin.scss */
#crop-dialog .rotate #rotate_only {
  position: relative;
  z-index: 3;
}

/* line 645, ../../app/stylesheets/framework/_admin.scss */
.crop-container {
  margin-bottom: 15px;
}

/* line 649, ../../app/stylesheets/framework/_admin.scss */
#crop-dialog input[type='submit'] {
  background: #609028;
  color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 700;
}

/* line 659, ../../app/stylesheets/framework/_admin.scss */
form#crop-form {
  margin-bottom: 8px;
}

/* line 109, ../../app/stylesheets/framework/_story_box.scss */
.calendar-index-box .box-contents .event-row a {
  margin-right: 5px;
}
/* line 113, ../../app/stylesheets/framework/_story_box.scss */
.calendar-index-box .box-contents .event-row a:link, .calendar-index-box .box-contents .event-row a:active, .calendar-index-box .box-contents .event-row a:visited {
  color: #717171;
}
/* line 116, ../../app/stylesheets/framework/_story_box.scss */
.calendar-index-box .box-contents .event-row a:hover {
  color: #000;
}
/* line 119, ../../app/stylesheets/framework/_story_box.scss */
.calendar-index-box .box-contents .event-row a:after {
  content: ",";
}
/* line 122, ../../app/stylesheets/framework/_story_box.scss */
.calendar-index-box .box-contents .event-row a:last-child:after {
  content: "";
}

/* line 128, ../../app/stylesheets/framework/_story_box.scss */
#primary h2.box-header {
  font-family: "Lato", Verdana, Arial, sans-serif;
  width: 70%;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* line 134, ../../app/stylesheets/framework/_story_box.scss */
#primary h2.box-header.form-box-header {
  width: 100%;
}
/* line 137, ../../app/stylesheets/framework/_story_box.scss */
#primary h2.box-header.no-top {
  padding-top: 0px !important;
}

/* line 149, ../../app/stylesheets/framework/_story_box.scss */
#controller.towns #action.show #primary .real-estate-box .box-contents .content h3,
#controller.towns #action.show #primary .business-listing-box .box-contents .content h3 {
  margin-bottom: 5px;
}
/* line 151, ../../app/stylesheets/framework/_story_box.scss */
#controller.towns #action.show #primary .real-estate-box .box-contents .content h3 a,
#controller.towns #action.show #primary .business-listing-box .box-contents .content h3 a {
  font-size: 16px;
  color: #333;
}
/* line 156, ../../app/stylesheets/framework/_story_box.scss */
#controller.towns #action.show #primary .real-estate-box .box-contents .content .stats,
#controller.towns #action.show #primary .business-listing-box .box-contents .content .stats {
  font-size: 14px;
  line-height: 19px;
}
/* line 166, ../../app/stylesheets/framework/_story_box.scss */
#controller.towns #action.show #primary h2.box-header.re-title a, #controller.towns #action.show #primary h2.box-header.bl-title a {
  font-weight: bold;
}

/* line 175, ../../app/stylesheets/framework/_story_box.scss */
#primary h2.box-header.event-name {
  width: 100% !important;
}

/* line 180, ../../app/stylesheets/framework/_story_box.scss */
#primary h2.box-header.full-width {
  width: 100% !important;
}

/* line 185, ../../app/stylesheets/framework/_story_box.scss */
#primary h2.box-header.round-width {
  width: 560px !important;
}

/* line 190, ../../app/stylesheets/framework/_story_box.scss */
#primary h2.box-header.title-event-index {
  width: 68% !important;
}

/* line 132, ../../app/stylesheets/framework/_layout.scss */
.tablet-show.header-sidebar .nearby_towns {
  padding: 0 15px;
}
/* line 133, ../../app/stylesheets/framework/_layout.scss */
.tablet-show.header-sidebar .nearby_towns h4.title {
  font-size: 12px !important;
  margin-bottom: 10px;
  text-decoration: underline;
}
/* line 139, ../../app/stylesheets/framework/_layout.scss */
.tablet-show.header-sidebar .nearby_towns ul {
  width: 100%;
  margin-left: 25px;
  margin-bottom: 10px;
}
/* line 143, ../../app/stylesheets/framework/_layout.scss */
.tablet-show.header-sidebar .nearby_towns ul li {
  padding-left: 0px;
}
/* line 145, ../../app/stylesheets/framework/_layout.scss */
.tablet-show.header-sidebar .nearby_towns ul li a {
  color: #4b741a;
}

/* line 154, ../../app/stylesheets/framework/_layout.scss */
#local-news-bar .link_nearby_towns a {
  font-size: 14px !important;
  color: #4b741a;
  text-decoration: underline;
}
/* line 160, ../../app/stylesheets/framework/_layout.scss */
#local-news-bar ul.list_nearby_towns {
  width: 360px;
  margin: 10px 0px;
  overflow: inherit;
  float: right;
}
/* line 165, ../../app/stylesheets/framework/_layout.scss */
#local-news-bar ul.list_nearby_towns li {
  float: left;
  display: inline;
  width: 50%;
}
/* line 169, ../../app/stylesheets/framework/_layout.scss */
#local-news-bar ul.list_nearby_towns li a {
  color: #4b741a;
  font-size: 13px;
}

/* line 177, ../../app/stylesheets/framework/_layout.scss */
.category-name {
  float: right;
  font-size: 18px;
  font-weight: bold;
  padding-top: 3px;
}

/* line 183, ../../app/stylesheets/framework/_layout.scss */
.with-category-name {
  display: inline-block;
}

/* line 186, ../../app/stylesheets/framework/_layout.scss */
.hide-subscribe-box {
  height: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 0 !important;
}
/* line 192, ../../app/stylesheets/framework/_layout.scss */
.hide-subscribe-box .news-letter-float {
  height: 0 !important;
}

/* line 196, ../../app/stylesheets/framework/_layout.scss */
.ipad-vertical-show {
  display: none;
}

/* line 199, ../../app/stylesheets/framework/_layout.scss */
.spinner-email, .spinner-pass {
  float: left;
  top: 14px;
  position: relative;
  left: 270px;
}

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/*
 * Basic Text Formatting
 */
/* line 10, ../../app/stylesheets/print.scss */
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  margin: 0px;
  -webkit-print-color-adjust: exact;
}

/* line 16, ../../app/stylesheets/print.scss */
.hide {
  display: none;
}

/* line 19, ../../app/stylesheets/print.scss */
.news-letter-float {
  display: none !important;
}

/*
 * Hide stuff we don't need in print 
 */
/* line 46, ../../app/stylesheets/print.scss */
#utilities,
#main-nav,
#sub-header,
.ads,
.ad-box,
#goog-gt-tt,
.related-articles,
.close-carousel,
#footer,
#breadcrumbs,
.town-picker-widget,
.mobile-show,
.right,
.buttons,
.translate,
.breadcrumbs,
.related-articles,
.container_ad,
#secondary,
.fb-like,
#desktop_standard_1,
#admin {
  display: none;
}

/* line 50, ../../app/stylesheets/print.scss */
#header {
  background-color: #333333 !important;
}
/* line 52, ../../app/stylesheets/print.scss */
#header #secondary-header {
  display: block;
  max-width: 1090px;
  margin: 0 auto;
  background: #333333;
  height: 10px;
}
/* line 58, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget {
  width: 100%;
  clear: both;
  margin: 0px auto;
}
/* line 63, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .large-3.columns {
  display: none;
  width: 25%;
  float: left;
}
/* line 67, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .large-3.columns ul.contact {
  display: none;
}
/* line 70, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .large-3.columns .vitals-container {
  visibility: hidden;
}
/* line 74, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .large-6.columns {
  text-align: center;
}
/* line 78, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget.mobile {
  padding: 0;
  background: transparent;
}
/* line 81, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget.mobile .vitals {
  width: auto !important;
}
/* line 84, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget.mobile ul.contact {
  margin-top: 7px !important;
}
/* line 86, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget.mobile ul.contact > li {
  margin-right: 10px;
}
/* line 88, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget.mobile ul.contact > li a {
  display: block;
  background-size: cover;
}
/* line 97, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget.mobile ul.contact ul.sub-menu li a {
  width: 100%;
}
/* line 104, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .editor-text {
  color: white;
  display: block;
  margin-bottom: 3px;
}
/* line 109, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget h2 {
  font-size: 16px;
  color: white;
  margin-bottom: 5px;
}
/* line 115, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .vitals-container {
  height: 84px;
  padding-left: 18px;
}
/* line 120, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .image {
  width: auto;
  float: left;
  height: 100%;
  overflow: hidden;
}
/* line 126, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .image img {
  width: auto;
  height: 100%;
}
/* line 132, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .vitals {
  float: left;
  color: white;
  margin-left: 10px;
  font-weight: bold;
  max-width: 56%;
  font-size: 10px;
}
/* line 139, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .vitals.overall {
  margin-top: 6px;
  margin-left: 0px;
  font-size: 14px;
  line-height: 17px;
}
/* line 145, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .vitals.overall a {
  color: #4b741a;
  font-size: 14px;
}
/* line 149, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .vitals.overall .phone_editor {
  font-weight: bold;
  color: #333333;
}
/* line 155, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .vitals ul.contact {
  padding-left: 0;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  clear: both;
  margin-top: 5px;
  padding-left: 0;
}
/* line 166, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .vitals .email {
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  height: 12px;
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/email.png") top left no-repeat;
  background-size: 15px 12px;
  text-indent: -999px;
}
/* line 178, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .vitals .contact_editor {
  margin-top: 10px;
  font-weight: bold;
}
/* line 181, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .vitals .contact_editor a {
  color: #4b741a;
}
/* line 186, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .vitals .phone_editor {
  margin-top: 0px;
  font-weight: lighter;
}
/* line 191, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .vitals .editor-name {
  margin-top: -3px;
  font-size: 10px;
  font-weight: 500;
  width: 104%;
}
/* line 198, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .vitals a {
  color: white;
  text-decoration: none;
  font-size: 10px;
}
/* line 203, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .vitals a:hover {
  text-decoration: none;
}
/* line 207, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .vitals ul.contact {
  float: none !important;
}
/* line 213, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li {
  float: left;
  margin-right: 15px;
}
/* line 217, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li:last-child {
  margin-right: 0px;
}
/* line 221, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li a {
  display: inline-block;
  float: left;
}
/* line 224, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li a.advertise {
  color: #7fc035;
  line-height: 12px;
}
/* line 227, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li a.advertise:hover {
  text-decoration: underline;
}
/* line 231, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li a.login-url {
  width: 32px;
  height: 42px;
  padding-top: 30px;
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/icon-login.png") top left no-repeat;
  background-size: 32px 32px;
  font-size: 12px;
  font-weight: normal;
  color: #f98c10;
  text-align: center;
}
/* line 245, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li a.submit-content-url {
  width: auto;
  height: 42px;
  padding-top: 30px;
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/icon-submit-content.png") top left no-repeat;
  background-size: 32px 32px;
  font-size: 12px;
  font-weight: normal;
  color: #7fc035;
}
/* line 259, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li a.facebook {
  width: 32px;
  height: 32px;
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/facebook.png") top left no-repeat;
  background-size: 32px 32px;
}
/* line 268, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li a.twitter {
  width: 32px;
  height: 32px;
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/twitter.png") top left no-repeat;
  background-size: 32px 32px;
}
/* line 277, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li a.rss {
  width: 32px;
  height: 32px;
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/rss.png") top left no-repeat;
  background-size: 32px 32px;
}
/* line 286, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li a.enews-button {
  background: #7fc035;
  padding: 3px 6px;
  width: 100%;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
}
/* line 293, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li a.enews-button.user-present {
  padding: 3px 8px;
}
/* line 298, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li a.orange-link {
  color: #f98c10;
  font-size: 14px;
  font-weight: normal;
}
/* line 305, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li span.separator {
  color: #fff;
}
/* line 309, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li ul.subnav-columns {
  display: none;
  background: white;
  position: absolute;
  width: auto;
  border: 1px solid #bbbbbb;
  top: 100px;
  padding-bottom: 5px;
  margin-left: 0px;
  z-index: 100;
}
/* line 319, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget ul.contact > li ul.subnav-columns a {
  color: #6d6d6d;
  text-shadow: none;
  height: auto;
  text-transform: none;
  text-indent: 0px;
}
/* line 330, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo {
  text-align: center;
  padding: 3% 0px;
}
/* line 333, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo .header-town-link {
  display: block;
}
/* line 335, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo .header-town-link span {
  height: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 340, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon {
  line-height: 48px;
  margin: 0px 1% !important;
  height: 40px;
  padding-top: 5px;
  display: inline-block;
}
/* line 346, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon img.default-icon-image {
  float: left;
  margin: 0;
  padding: 0;
  height: 120%;
  margin-top: -5px;
}
/* line 352, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon img.default-icon-image.to-masthead {
  height: 142%;
  margin-top: -12px;
}
/* line 357, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon img {
  display: block;
}
/* line 361, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon img,
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon span {
  height: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 367, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon img.default-logo-img,
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon span.default-logo-img {
  width: auto;
  font-family: "Asap", sans-serif;
  line-height: 10px;
  display: inline-block;
  text-align: left;
  padding-left: 5px !important;
  float: left;
}
/* line 375, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon img.default-logo-img .tap-logo,
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon span.default-logo-img .tap-logo {
  padding: 0px;
  color: #7fc035;
  font-weight: bold;
  height: auto;
  max-height: 25px;
  line-height: 16px;
  font-size: 32px;
  display: inline-block;
}
/* line 385, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon img.default-logo-img .into-logo,
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon span.default-logo-img .into-logo {
  padding: 0px;
  color: #f98c10;
  height: auto;
  max-height: 25px;
  line-height: 16px;
  font-size: 32px;
  display: inline-block;
}
/* line 394, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon img.default-logo-img .default-logo-name,
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon span.default-logo-img .default-logo-name {
  font-family: "Asap", sans-serif;
  font-weight: bold;
  color: #7fc035;
  width: auto;
  word-wrap: break-word;
  font-size: 32px;
  line-height: 6px;
}
/* line 404, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon img.tap-slogan,
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon span.tap-slogan {
  color: white;
  padding: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  height: auto;
  max-height: 25px;
  line-height: 30px;
  width: 100%;
  display: block;
  text-align: center;
}
/* line 417, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo .header-town-link.default-home-icon .masthead-image {
  height: 100%;
  margin-top: -13px;
  position: absolute;
  top: -1px;
}
/* line 425, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo img {
  width: auto;
  margin: 0 auto;
  display: block;
}
/* line 431, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo.with-image {
  height: 80px;
  width: 100%;
  margin-top: 0px;
}
/* line 435, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo.with-image #logo {
  vertical-align: middle;
}
/* line 437, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo.with-image #logo .header-town-link.default-home-icon {
  line-height: 48px;
  margin: 0px 1% !important;
  display: inline-block;
  height: 80px;
  padding-top: 0px;
  display: inline-flex;
  align-items: center;
}
/* line 445, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo.with-image #logo .header-town-link.default-home-icon img.default-icon-image {
  margin-top: 0px;
  height: 40px;
  position: absolute;
  top: 0px;
  margin: auto -25px;
}
/* line 452, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo.with-image #logo .header-town-link.default-home-icon .masthead-image {
  margin-top: 0px;
}
/* line 456, ../../app/stylesheets/print.scss */
#header #secondary-header .town-editor-widget .town_logo.with-image #logo img {
  max-height: 80px;
}
/* line 464, ../../app/stylesheets/print.scss */
#header .navigation {
  display: none;
}

/*
 * Spacing
 */
/* line 479, ../../app/stylesheets/print.scss */
#primary-header {
  background: #fff;
  overflow: visible;
  padding: 0 15px;
  margin-top: 10px;
}
/* line 485, ../../app/stylesheets/print.scss */
#primary-header .tap-banner {
  width: 865px;
  height: 143px;
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  border: 3px solid #333333;
  overflow: hidden;
  float: left;
}
/* line 503, ../../app/stylesheets/print.scss */
#primary-header .tap-banner.no-town {
  width: 605px;
}
/* line 507, ../../app/stylesheets/print.scss */
#primary-header .social {
  width: 214px;
  margin-left: 30px;
  float: left;
}
/* line 511, ../../app/stylesheets/print.scss */
#primary-header .social .translate {
  width: 200px;
  margin: 15px auto;
}
/* line 515, ../../app/stylesheets/print.scss */
#primary-header .social .social-links {
  margin-top: 5px;
}
/* line 521, ../../app/stylesheets/print.scss */
#primary-header .town_logo {
  width: 608px;
  height: 150px;
  float: left;
}
/* line 526, ../../app/stylesheets/print.scss */
#primary-header .full_logo {
  width: 873px;
}
/* line 528, ../../app/stylesheets/print.scss */
#primary-header .full_logo #logo-home {
  width: 873px;
}
/* line 530, ../../app/stylesheets/print.scss */
#primary-header .full_logo #logo-home p {
  top: 64px;
  left: 390px;
  font-size: 22px;
}
/* line 537, ../../app/stylesheets/print.scss */
#primary-header #logo {
  float: left;
  width: 600px;
  height: 150px;
  position: relative;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
}
/* line 547, ../../app/stylesheets/print.scss */
#primary-header #logo .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 553, ../../app/stylesheets/print.scss */
#primary-header #logo img {
  vertical-align: middle;
  width: 595px;
}
/* line 558, ../../app/stylesheets/print.scss */
#primary-header #logo h1 {
  margin: 0;
  height: 595px;
}
/* line 562, ../../app/stylesheets/print.scss */
#primary-header #logo h1 a {
  display: block;
  height: 595px;
}
/* line 568, ../../app/stylesheets/print.scss */
#primary-header #logo p {
  margin: 0;
  height: 595px;
  background-position: 0 -595px;
}
/* line 575, ../../app/stylesheets/print.scss */
#primary-header .town_editor {
  width: 257px;
  height: 148px;
  float: left;
  padding: 0;
  margin: 0;
}
/* line 583, ../../app/stylesheets/print.scss */
#primary-header .right {
  width: 180px;
  height: 148px;
}

/* line 590, ../../app/stylesheets/print.scss */
#banner_001 .banner {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
/* line 595, ../../app/stylesheets/print.scss */
#banner_001 .right {
  width: 320px;
  height: 90px;
  overflow: hidden;
  float: right;
}
/* line 600, ../../app/stylesheets/print.scss */
#banner_001 .right ul {
  float: left;
  width: 65px;
  height: 90px;
  margin: 0px;
}
/* line 606, ../../app/stylesheets/print.scss */
#banner_001 .right .translate {
  background: #e8e8e8;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  float: right;
  width: 245px;
  padding: 7.5% 0px;
}
/* line 623, ../../app/stylesheets/print.scss */
#banner_001 .right .translate #google-translate {
  width: 200px;
  margin: 0 auto;
}

/* line 630, ../../app/stylesheets/print.scss */
.headersections .section.group {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 634, ../../app/stylesheets/print.scss */
.town-editor-widget {
  height: 150px;
  background: #333333;
  padding: 10px 5px 10px 10px;
  margin-bottom: 10px;
  float: right;
  width: 245px;
}
/* line 642, ../../app/stylesheets/print.scss */
.town-editor-widget h2 {
  font-size: 16px;
  color: white;
  margin-bottom: 5px;
}
/* line 648, ../../app/stylesheets/print.scss */
.town-editor-widget .image {
  width: 75px;
  float: left;
}
/* line 651, ../../app/stylesheets/print.scss */
.town-editor-widget .image img {
  width: 100%;
}
/* line 656, ../../app/stylesheets/print.scss */
.town-editor-widget .vitals {
  float: left;
  color: white;
  margin-left: 10px;
}
/* line 661, ../../app/stylesheets/print.scss */
.town-editor-widget .vitals .editor-name {
  font-size: 14px;
}
/* line 665, ../../app/stylesheets/print.scss */
.town-editor-widget .vitals ul.contact {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
}
/* line 674, ../../app/stylesheets/print.scss */
.town-editor-widget .vitals ul.contact li {
  float: left;
  margin-right: 15px;
}
/* line 678, ../../app/stylesheets/print.scss */
.town-editor-widget .vitals ul.contact li a {
  text-indent: -9999px;
  display: block;
}
/* line 681, ../../app/stylesheets/print.scss */
.town-editor-widget .vitals ul.contact li a.email {
  width: 28px;
  height: 28px;
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/email.png") top left no-repeat;
  background-size: 28px 28px;
}
/* line 689, ../../app/stylesheets/print.scss */
.town-editor-widget .vitals ul.contact li a.facebook {
  width: 14px;
  height: 28px;
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/facebook.png") top left no-repeat;
  background-size: 28px 28px;
}
/* line 697, ../../app/stylesheets/print.scss */
.town-editor-widget .vitals ul.contact li a.twitter {
  width: 28px;
  height: 28px;
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/twitter.png") top left no-repeat;
  background-size: 28px 28px;
}
/* line 705, ../../app/stylesheets/print.scss */
.town-editor-widget .vitals ul.contact li a.rss {
  width: 28px;
  height: 28px;
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/rss.png") top left no-repeat;
  background-size: 28px 28px;
}
/* line 716, ../../app/stylesheets/print.scss */
.town-editor-widget .vitals a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}
/* line 721, ../../app/stylesheets/print.scss */
.town-editor-widget .vitals a:hover {
  text-decoration: none;
}

/* line 729, ../../app/stylesheets/print.scss */
.article {
  margin-top: 20px;
  padding-bottom: 10px;
}
/* line 732, ../../app/stylesheets/print.scss */
.article .left-image-ad {
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  width: 300px;
}
/* line 738, ../../app/stylesheets/print.scss */
.article .left-image-ad .desktop_standard {
  display: none;
}
/* line 742, ../../app/stylesheets/print.scss */
.article .carousel {
  position: relative;
  float: left;
  width: 300px;
}
/* line 746, ../../app/stylesheets/print.scss */
.article .carousel p {
  width: 100%;
}
/* line 749, ../../app/stylesheets/print.scss */
.article .carousel .slide {
  overflow: hidden;
}
/* line 754, ../../app/stylesheets/print.scss */
.article .carousel .cycle-prev,
.article .carousel .cycle-next,
.article .carousel .cycle-pager {
  display: none;
}
/* line 757, ../../app/stylesheets/print.scss */
.article .carousel img {
  width: 300px;
}
/* line 761, ../../app/stylesheets/print.scss */
.article .container_ad {
  border-bottom: none;
  border-top: 2px solid #333333;
}
/* line 766, ../../app/stylesheets/print.scss */
.article .info h3.name {
  color: #f98c10;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
/* line 773, ../../app/stylesheets/print.scss */
.article .info .author {
  font-weight: normal;
  line-height: 20px;
}
/* line 777, ../../app/stylesheets/print.scss */
.article .info p.published-at {
  width: 80%;
}
/* line 782, ../../app/stylesheets/print.scss */
.article .body div {
  font-size: 12px;
  line-height: 1.75em !important;
}
/* line 787, ../../app/stylesheets/print.scss */
.article .body .info .name {
  display: none;
}
/* line 792, ../../app/stylesheets/print.scss */
.article .fb-like {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 797, ../../app/stylesheets/print.scss */
.article .article-sidebar,
.article .subscribe-link {
  width: 480px;
  border-bottom: 1px solid #4b741a;
  border-top: 1px solid #4b741a;
  margin: auto;
  margin-bottom: 20px;
}
/* line 808, ../../app/stylesheets/print.scss */
.article .article-sidebar h4,
.article .subscribe-link h4,
.article .subscribe-link a {
  font-weight: bold;
  padding: 0;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-top: 10px;
  color: #4b741a;
}
/* line 817, ../../app/stylesheets/print.scss */
.article .article-sidebar p,
.article .subscribe-link p {
  margin-left: 20px;
  font-style: italic;
}
/* line 822, ../../app/stylesheets/print.scss */
.article .article-sidebar p em,
.article .article-sidebar p i,
.article .subscribe-link p em,
.article .subscribe-link p i {
  font-style: normal;
}
/* line 826, ../../app/stylesheets/print.scss */
.article .subscribe-link {
  text-align: center;
  display: none;
}
/* line 830, ../../app/stylesheets/print.scss */
.article .subscribe-link h4 {
  font-size: 1.1em;
}
/* line 833, ../../app/stylesheets/print.scss */
.article .subscribe-link a {
  text-decoration: underline;
}
/* line 836, ../../app/stylesheets/print.scss */
.article .subscribe-link a:hover {
  text-decoration: none;
}
/* line 840, ../../app/stylesheets/print.scss */
.article .body {
  font-size: 16px !important;
  line-height: 1.75em !important;
}
/* line 843, ../../app/stylesheets/print.scss */
.article .body p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.75em !important;
}
/* line 847, ../../app/stylesheets/print.scss */
.article .body p a {
  margin: 0;
}
/* line 852, ../../app/stylesheets/print.scss */
.article .body ul,
.article .body ol {
  font-size: 16px !important;
  line-height: 1.75em !important;
  margin: 0 1.5em 1.5em 1.5em;
}
/* line 857, ../../app/stylesheets/print.scss */
.article .body a {
  font-size: 16px;
}
/* line 861, ../../app/stylesheets/print.scss */
.article .column-bio {
  font-style: italic;
}
/* line 864, ../../app/stylesheets/print.scss */
.article .column-bio em {
  font-style: normal;
}
/* line 868, ../../app/stylesheets/print.scss */
.article .ads .bullseye-ad {
  width: 300px;
  margin: 10px auto;
}

/* line 874, ../../app/stylesheets/print.scss */
.copyright {
  background: #333333;
  color: #ccc;
  font-size: 12px;
  height: 145px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 882, ../../app/stylesheets/print.scss */
.copyright .copyright-container {
  display: block;
  max-width: 1090px;
  margin: 0 auto;
}
/* line 887, ../../app/stylesheets/print.scss */
.copyright a {
  color: #68b30f;
  font-size: 15px;
}
/* line 892, ../../app/stylesheets/print.scss */
.copyright .right {
  float: right;
}
/* line 895, ../../app/stylesheets/print.scss */
.copyright #footer-notes {
  margin-top: 50px;
  line-height: 20px;
}
/* line 898, ../../app/stylesheets/print.scss */
.copyright #footer-notes .legal {
  font-style: italic;
}

/* line 905, ../../app/stylesheets/print.scss */
.headersections {
  margin: 0 auto;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  clear: both;
}
/* line 910, ../../app/stylesheets/print.scss */
.headersections .section.group {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 914, ../../app/stylesheets/print.scss */
.headersections .right {
  float: right;
}
/* line 918, ../../app/stylesheets/print.scss */
.headersections #primary-header .right {
  float: right;
}
/* line 924, ../../app/stylesheets/print.scss */
.headersections #secondary-header .navigation a {
  color: #000;
}
/* line 928, ../../app/stylesheets/print.scss */
.headersections #secondary-header .right {
  float: right;
}
/* line 932, ../../app/stylesheets/print.scss */
.headersections #primary-header-mobile {
  overflow: hidden;
  background: #fff;
  overflow: visible;
}
/* line 936, ../../app/stylesheets/print.scss */
.headersections #primary-header-mobile .tap-banner {
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  border: 2px solid #333333;
  overflow: hidden;
}
/* line 951, ../../app/stylesheets/print.scss */
.headersections #primary-header-mobile .tap-banner .town_logo {
  padding: 5% 3%;
}
/* line 953, ../../app/stylesheets/print.scss */
.headersections #primary-header-mobile .tap-banner .town_logo img {
  width: 98%;
}
/* line 963, ../../app/stylesheets/print.scss */
.headersections .buttons .button {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #4b741a;
  margin-bottom: 13px;
  display: block;
  width: 100%;
  height: 40px;
}
/* line 981, ../../app/stylesheets/print.scss */
.headersections .buttons .button a {
  display: block;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding: 0 5px;
  width: 100%;
  height: 40px;
}
/* line 993, ../../app/stylesheets/print.scss */
.headersections .buttons .button:last-child {
  margin-bottom: 0px;
}
/* line 999, ../../app/stylesheets/print.scss */
.headersections #primary-header {
  background: #fff;
  overflow: visible;
  padding: 0 15px;
  margin-top: 10px;
}
/* line 1006, ../../app/stylesheets/print.scss */
.headersections #primary-header .tap-banner {
  width: 865px;
  height: 143px;
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  border: 3px solid #333333;
  overflow: hidden;
  float: left;
}
/* line 1024, ../../app/stylesheets/print.scss */
.headersections #primary-header .tap-banner.no-town {
  width: 605px;
}
/* line 1028, ../../app/stylesheets/print.scss */
.headersections #primary-header .social {
  width: 214px;
  margin-left: 30px;
  float: left;
}
/* line 1032, ../../app/stylesheets/print.scss */
.headersections #primary-header .social .translate {
  width: 200px;
  margin: 15px auto;
}
/* line 1036, ../../app/stylesheets/print.scss */
.headersections #primary-header .social .social-links {
  margin-top: 5px;
}
/* line 1042, ../../app/stylesheets/print.scss */
.headersections #primary-header .town_logo {
  width: 608px;
  height: 150px;
  float: left;
}
/* line 1047, ../../app/stylesheets/print.scss */
.headersections #primary-header .full_logo {
  width: 873px;
}
/* line 1049, ../../app/stylesheets/print.scss */
.headersections #primary-header .full_logo #logo-home {
  width: 873px;
}
/* line 1051, ../../app/stylesheets/print.scss */
.headersections #primary-header .full_logo #logo-home p {
  top: 64px;
  left: 390px;
  font-size: 22px;
}
/* line 1058, ../../app/stylesheets/print.scss */
.headersections #primary-header #logo {
  float: left;
  width: 600px;
  height: 150px;
  position: relative;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
}
/* line 1071, ../../app/stylesheets/print.scss */
.headersections #primary-header #logo .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 1077, ../../app/stylesheets/print.scss */
.headersections #primary-header #logo img {
  vertical-align: middle;
  width: 595px;
}
/* line 1082, ../../app/stylesheets/print.scss */
.headersections #primary-header #logo h1 {
  margin: 0;
  height: 595px;
}
/* line 1086, ../../app/stylesheets/print.scss */
.headersections #primary-header #logo h1 a {
  display: block;
  height: 595px;
}
/* line 1092, ../../app/stylesheets/print.scss */
.headersections #primary-header #logo p {
  margin: 0;
  height: 595px;
  background-position: 0 -595px;
}
/* line 1099, ../../app/stylesheets/print.scss */
.headersections #primary-header .town_editor {
  width: 257px;
  height: 148px;
  float: left;
  padding: 0;
  margin: 0;
}
/* line 1107, ../../app/stylesheets/print.scss */
.headersections #primary-header .right {
  width: 180px;
  height: 148px;
}
/* line 1114, ../../app/stylesheets/print.scss */
.headersections #banner_001 .right .buttons {
  width: 320px;
  float: right;
}
/* line 1117, ../../app/stylesheets/print.scss */
.headersections #banner_001 .right .buttons .button {
  height: 90px;
}
/* line 1119, ../../app/stylesheets/print.scss */
.headersections #banner_001 .right .buttons .button a {
  height: 90px;
  line-height: 90px;
}
/* line 1128, ../../app/stylesheets/print.scss */
.headersections #advertisments {
  height: 95px;
  position: relative;
}
/* line 1131, ../../app/stylesheets/print.scss */
.headersections #advertisments .advertice {
  height: 95px;
}
/* line 1133, ../../app/stylesheets/print.scss */
.headersections #advertisments .advertice a {
  background: #6d6d6d;
  color: #fff;
  display: block;
  padding: 13% 32%;
}
/* line 1140, ../../app/stylesheets/print.scss */
.headersections #advertisments .right {
  float: right;
}
/* line 1144, ../../app/stylesheets/print.scss */
.headersections #advertisments a img {
  max-width: 99%;
}

/* line 1150, ../../app/stylesheets/print.scss */
#banner_001 {
  padding-right: 0px;
  max-width: 1090px;
  margin: 0 auto;
  font-family: "Lato", Verdana, Arial, sans-serif;
  clear: both;
}

/* line 1158, ../../app/stylesheets/print.scss */
#atstbx2 .at_flat_counter:last-child {
  display: none;
}

/* line 1162, ../../app/stylesheets/print.scss */
#main {
  padding-right: 0px;
  max-width: 1090px;
  margin: 0 auto;
  font-family: "Lato", Verdana, Arial, sans-serif;
  clear: both;
}
/* line 1168, ../../app/stylesheets/print.scss */
#main .swiper-box {
  text-align: center;
  margin-bottom: 20px;
}
/* line 1171, ../../app/stylesheets/print.scss */
#main .swiper-box .swiper-wrapper {
  display: none;
  height: 0;
}
/* line 1175, ../../app/stylesheets/print.scss */
#main .swiper-box .swiper-slide {
  display: none;
}
/* line 1178, ../../app/stylesheets/print.scss */
#main .swiper-box .caption-side {
  transform: inherit;
}
/* line 1181, ../../app/stylesheets/print.scss */
#main .swiper-box img {
  max-width: 100%;
}
/* line 1185, ../../app/stylesheets/print.scss */
#main #tap_leaderboard_2 {
  text-align: center;
}
/* line 1189, ../../app/stylesheets/print.scss */
#main .addthis_sharing_toolbox > a {
  display: none;
}
/* line 1193, ../../app/stylesheets/print.scss */
#main .embededContent {
  text-align: center;
}
/* line 1197, ../../app/stylesheets/print.scss */
#main .container_bullseye_ad .adv {
  float: left;
  width: 50%;
  text-align: center;
}
/* line 1201, ../../app/stylesheets/print.scss */
#main .container_bullseye_ad .adv .tap_bullseye_desktop {
  text-align: center;
  margin: 0 auto;
}

/* line 1217, ../../app/stylesheets/print.scss */
.small-2 medium-4 large-3 columns search-button-container hide-for-large,
.no-header,
.grecaptcha-logo,
.grecaptcha-badge,
.rc-anchor rc-anchor-invisible rc-anchor-light rc-anchor-invisible-hover,
.hide-for-large,
.show-for-large,
.show-for-small-only,
.search-button-container {
  display: none;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  font-size: 0%;
}

/* line 1229, ../../app/stylesheets/print.scss */
.town_logo with-image {
  height: 80px;
  width: 100%;
  margin-top: 0px;
}

/* line 1235, ../../app/stylesheets/print.scss */
.hide-for-large {
  display: none;
}
