/* 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;
}

/* line 2, ../../app/stylesheets/town_home_page.scss */
#banner_001 {
  margin-bottom: 5px;
  border-bottom: 5px solid #979797;
}
/* line 5, ../../app/stylesheets/town_home_page.scss */
#banner_001 .banner {
  width: 728px;
  margin: 20px auto;
}
/* line 9, ../../app/stylesheets/town_home_page.scss */
#banner_001 .banner .tap_leaderborad > div {
  border: 1px solid #d6d6d6 !important;
}

@media (max-width: 960px) {
  /* line 17, ../../app/stylesheets/town_home_page.scss */
  .with-town-profile {
    margin-top: 0px !important;
  }

  /* line 20, ../../app/stylesheets/town_home_page.scss */
  #banner_001 {
    margin-top: 70px !important;
  }
}
@media (min-width: 961px) {
  /* line 26, ../../app/stylesheets/town_home_page.scss */
  #banner_001 {
    margin-top: 290px !important;
  }
}
/* line 32, ../../app/stylesheets/town_home_page.scss */
#main .buttons_content {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
/* line 39, ../../app/stylesheets/town_home_page.scss */
#main .buttons_content .buttons_container {
  width: 50%;
  float: left;
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-weight: 600;
}
/* line 45, ../../app/stylesheets/town_home_page.scss */
#main .buttons_content .buttons_container.nearby_button a {
  color: #4b741a;
  font-size: 14px;
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/green-pin-article.png");
  background-position-x: -5px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 35px;
  margin: 0 auto;
  width: 120px;
  height: 40px;
  display: block;
}
/* line 60, ../../app/stylesheets/town_home_page.scss */
#main .buttons_content .buttons_container.submit_content_button a {
  color: #7fc035;
  font-size: 14px;
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/submit-content.png");
  background-position-x: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 35px;
  margin: 0 auto;
  width: 120px;
  height: 40px;
  display: block;
}
/* line 75, ../../app/stylesheets/town_home_page.scss */
#main .buttons_content .buttons_container.advertise_button a {
  font-size: 14px;
  color: #7fc035;
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/advertise.png");
  background-position-x: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 35px;
  margin: 0 auto;
  width: 120px;
  height: 40px;
  display: block;
}
/* line 90, ../../app/stylesheets/town_home_page.scss */
#main .buttons_content.buttons_content_for_article {
  border-top: 0;
}
/* line 94, ../../app/stylesheets/town_home_page.scss */
#main.no-town {
  margin-top: 15px;
}
/* line 96, ../../app/stylesheets/town_home_page.scss */
#main.no-town .buttons_content {
  padding-bottom: 25px;
}
/* line 99, ../../app/stylesheets/town_home_page.scss */
#main.no-town #top-stories {
  padding-top: 20px;
}
/* line 104, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like {
  font-family: "Lato", Verdana, Arial, sans-serif;
}
/* line 106, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like .ymal_title {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #d8d8d8 !important;
  border-top: 1px solid #d8d8d8 !important;
  text-align: center;
  background: #eeeeee;
  padding: 5px 0px;
  margin-bottom: 15px;
}
/* line 116, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like .border {
  padding: 0px 20px 10px 20px;
  border-bottom: 1px solid #d8d8d8 !important;
}
/* line 119, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like .border .block_you_may_also_like {
  border-bottom: 1px solid #d8d8d8 !important;
  margin-bottom: 15px;
}
/* line 122, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like .border .block_you_may_also_like:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0px;
}
/* line 127, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like .border .ymal_label {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
  background: #609028;
  color: #fff;
  padding: 0px 10px;
  float: left;
}
/* line 135, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like .border .ymal_label a {
  color: #fff;
}
/* line 137, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like .border .ymal_label a:hover {
  text-decoration: none;
}
/* line 144, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like .border .ymal_article_1,
#main .container_you_may_also_like .border .ymal_event,
#main .container_you_may_also_like .border .ymal_article_2 {
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
/* line 149, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like .border .ymal_article_1 a,
#main .container_you_may_also_like .border .ymal_event a,
#main .container_you_may_also_like .border .ymal_article_2 a {
  color: #333;
}
/* line 154, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like .border .ymal_event a {
  color: #4b741a;
}
/* line 160, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like .border .ymal_article_1_photo,
#main .container_you_may_also_like .border .ymal_event_photo,
#main .container_you_may_also_like .border .ymal_article_2_photo {
  padding: 5px 0px;
}
/* line 162, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like .border .ymal_article_1_photo img,
#main .container_you_may_also_like .border .ymal_event_photo img,
#main .container_you_may_also_like .border .ymal_article_2_photo img {
  width: 100%;
}
/* line 167, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like .border .ymal_article_2 {
  margin-bottom: 0px;
}
/* line 169, ../../app/stylesheets/town_home_page.scss */
#main .container_you_may_also_like .border .ymal_article_2 a {
  color: #333;
}

/* line 180, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .combined-blocks,
#primary .box-subcolumn-layout .related-articles {
  border-top: 3px solid #979797;
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 184, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .combined-blocks h3.box-header,
#primary .box-subcolumn-layout .related-articles h3.box-header {
  margin: 15px 0px;
  font-size: 18px;
  float: left;
  width: initial;
}
/* line 189, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .combined-blocks h3.box-header a,
#primary .box-subcolumn-layout .related-articles h3.box-header a {
  color: #4b741a;
  font-weight: 600;
}
/* line 195, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .combined-blocks h3.article-name,
#primary .box-subcolumn-layout .combined-blocks h2.article-name,
#primary .box-subcolumn-layout .related-articles h3.article-name,
#primary .box-subcolumn-layout .related-articles h2.article-name {
  font-size: 27px;
  line-height: normal;
  margin: 0;
  font-weight: 400;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
/* line 202, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .combined-blocks h3.article-name.rest,
#primary .box-subcolumn-layout .combined-blocks h2.article-name.rest,
#primary .box-subcolumn-layout .related-articles h3.article-name.rest,
#primary .box-subcolumn-layout .related-articles h2.article-name.rest {
  font-size: 20px;
  font-weight: 500;
}
/* line 207, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .combined-blocks h3.article-name a,
#primary .box-subcolumn-layout .combined-blocks h2.article-name a,
#primary .box-subcolumn-layout .related-articles h3.article-name a,
#primary .box-subcolumn-layout .related-articles h2.article-name a {
  color: #333333;
  margin-top: -5px;
  display: block;
}
/* line 216, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .letter-to-editor-box .box-contents .image {
  margin-top: 15px;
}
/* line 218, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .letter-to-editor-box .box-contents .image.rest {
  width: 200px;
}
/* line 222, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .letter-to-editor-box .box-contents .text {
  margin-top: 15px;
}
/* line 224, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .letter-to-editor-box .box-contents .text p.by-line {
  color: #9b9b9b;
  font-family: Georgia, serif;
  font-size: 14px;
  margin-bottom: 0px;
}
/* line 230, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .letter-to-editor-box .box-contents .text .date {
  color: #9b9b9b;
  font-family: Georgia, serif;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}
/* line 237, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .letter-to-editor-box .box-contents .text div.description {
  color: #222222;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
/* line 244, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .letter-to-editor-box .box-contents .text p a.read-more {
  font-size: 15px;
  color: #4b741a;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
/* line 252, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .container_section_news {
  border-top: 3px solid #979797;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #d8d8d8;
}
/* line 258, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .container_section_news .titile_section_news {
  background: #d8d8d8;
}
/* line 261, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .container_section_news .titile_section_news h3,
#primary .box-subcolumn-layout .container_section_news .titile_section_news h1 {
  font-size: 18px;
  color: #333333;
  padding: 21px 10px;
  margin-bottom: 0;
}
/* line 268, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .container_section_news .body_section_news {
  padding: 15px 0px;
  background: #f2f2f2;
}
/* line 271, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .container_section_news .body_section_news ul {
  margin: 0;
}
/* line 273, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .container_section_news .body_section_news ul li {
  list-style: none;
  padding: 0;
}
/* line 276, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .container_section_news .body_section_news ul li.column {
  width: 25%;
  float: left;
}
/* line 282, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .container_section_news .body_section_news li.section_name {
  padding: 5px 0px 0px 10px;
  margin: 0;
}
/* line 285, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .container_section_news .body_section_news li.section_name a {
  color: #4b741a;
  font-size: 13px;
  line-height: 16px;
}
/* line 291, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .container_section_news .body_section_news .section-subnav-columns {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
}
/* line 296, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .container_section_news .body_section_news .section-subnav-columns .section-column {
  flex-grow: 1;
  flex-basis: 0;
  font-size: 13px;
  line-height: 16px;
  margin-right: 5px;
}
/* line 302, ../../app/stylesheets/town_home_page.scss */
#primary .box-subcolumn-layout .container_section_news .body_section_news .section-subnav-columns .section-column:last-child {
  margin-right: 0px;
}

/* line 319, ../../app/stylesheets/town_home_page.scss */
#controller.sections #action.show #primary .box-subcolumn-layout .combined-blocks h2.article-name,
#controller.sections #action.show #primary .box-subcolumn-layout .combined-blocks h3.article-name,
#controller.sections #action.show #primary .box-subcolumn-layout .related-articles h2.article-name,
#controller.sections #action.show #primary .box-subcolumn-layout .related-articles h3.article-name {
  padding-top: 15px;
}

/* line 334, ../../app/stylesheets/town_home_page.scss */
#secondary .combined-blocks h3.box-header,
#secondary .letter-to-editor-box h3.box-header,
.tablet-sidebar .combined-blocks h3.box-header,
.tablet-sidebar .letter-to-editor-box h3.box-header {
  margin: 5px 0 0 0;
  padding-top: 10px;
  font-size: 37px;
  font-family: Georgia, serif;
  font-weight: bold;
  color: #333333;
  padding-top: 0px;
  padding-bottom: 10px;
}
/* line 345, ../../app/stylesheets/town_home_page.scss */
#secondary .combined-blocks h3.box-header a,
#secondary .letter-to-editor-box h3.box-header a,
.tablet-sidebar .combined-blocks h3.box-header a,
.tablet-sidebar .letter-to-editor-box h3.box-header a {
  color: #4b741a;
  font-size: 21px;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
/* line 352, ../../app/stylesheets/town_home_page.scss */
#secondary .combined-blocks h3.article-name,
#secondary .combined-blocks h2.article-name,
#secondary .letter-to-editor-box h3.article-name,
#secondary .letter-to-editor-box h2.article-name,
.tablet-sidebar .combined-blocks h3.article-name,
.tablet-sidebar .combined-blocks h2.article-name,
.tablet-sidebar .letter-to-editor-box h3.article-name,
.tablet-sidebar .letter-to-editor-box h2.article-name {
  color: #333333;
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-size: 19px;
}
/* line 356, ../../app/stylesheets/town_home_page.scss */
#secondary .combined-blocks h3.article-name a,
#secondary .combined-blocks h2.article-name a,
#secondary .letter-to-editor-box h3.article-name a,
#secondary .letter-to-editor-box h2.article-name a,
.tablet-sidebar .combined-blocks h3.article-name a,
.tablet-sidebar .combined-blocks h2.article-name a,
.tablet-sidebar .letter-to-editor-box h3.article-name a,
.tablet-sidebar .letter-to-editor-box h2.article-name a {
  color: #333333;
  font-weight: 600;
  line-height: 25px;
}
/* line 362, ../../app/stylesheets/town_home_page.scss */
#secondary .combined-blocks h3.article-name.rest a,
#secondary .combined-blocks h2.article-name.rest a,
#secondary .letter-to-editor-box h3.article-name.rest a,
#secondary .letter-to-editor-box h2.article-name.rest a,
.tablet-sidebar .combined-blocks h3.article-name.rest a,
.tablet-sidebar .combined-blocks h2.article-name.rest a,
.tablet-sidebar .letter-to-editor-box h3.article-name.rest a,
.tablet-sidebar .letter-to-editor-box h2.article-name.rest a {
  font-size: 18px;
  font-weight: 500;
}
/* line 370, ../../app/stylesheets/town_home_page.scss */
#secondary .box-contents.event h2,
.tablet-sidebar .box-contents.event h2 {
  margin-bottom: 0px;
}
/* line 372, ../../app/stylesheets/town_home_page.scss */
#secondary .box-contents.event h2 a,
.tablet-sidebar .box-contents.event h2 a {
  font-size: 16px;
  font-weight: 700;
  color: #f98c10;
}
/* line 381, ../../app/stylesheets/town_home_page.scss */
#secondary .letter-to-editor-box .box-contents .text,
.tablet-sidebar .letter-to-editor-box .box-contents .text {
  line-height: 180%;
}
/* line 383, ../../app/stylesheets/town_home_page.scss */
#secondary .letter-to-editor-box .box-contents .text p.by-line,
.tablet-sidebar .letter-to-editor-box .box-contents .text p.by-line {
  margin: 0;
  color: #666666;
  font-family: Georgia, serif;
  font-size: 16px;
}
/* line 389, ../../app/stylesheets/town_home_page.scss */
#secondary .letter-to-editor-box .box-contents .text .date,
.tablet-sidebar .letter-to-editor-box .box-contents .text .date {
  margin-bottom: 5px;
  color: #666666;
  font-family: Georgia, serif;
  font-size: 16px;
}
/* line 395, ../../app/stylesheets/town_home_page.scss */
#secondary .letter-to-editor-box .box-contents .text div.description,
.tablet-sidebar .letter-to-editor-box .box-contents .text div.description {
  padding-bottom: 5px;
  margin-top: 10px;
  color: #222222;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 24px;
  max-height: 159px;
  overflow: hidden;
  position: relative;
  display: inline;
}
/* line 407, ../../app/stylesheets/town_home_page.scss */
#secondary .letter-to-editor-box .box-contents .text p a.read-more,
.tablet-sidebar .letter-to-editor-box .box-contents .text p a.read-more {
  color: #4b741a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

/* line 416, ../../app/stylesheets/town_home_page.scss */
.image_editor_mobile {
  width: 40px;
  float: left;
  height: 40px;
  overflow: hidden;
}
/* line 421, ../../app/stylesheets/town_home_page.scss */
.image_editor_mobile img {
  width: 100%;
}

/* line 426, ../../app/stylesheets/town_home_page.scss */
.bls-container {
  list-style: none;
  margin: 0;
}
/* line 429, ../../app/stylesheets/town_home_page.scss */
.bls-container .image-bl {
  border: 1px solid #eee;
  border-top: 6px solid #333333;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
}
/* line 435, ../../app/stylesheets/town_home_page.scss */
.bls-container .bl-block {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
/* line 440, ../../app/stylesheets/town_home_page.scss */
.bls-container .bl-block .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  display: block;
  position: relative;
}
/* line 450, ../../app/stylesheets/town_home_page.scss */
.bls-container .bl-block .caption {
  background: #eee;
  padding: 5px 10px;
  font-size: 14px;
  display: block;
}
/* line 455, ../../app/stylesheets/town_home_page.scss */
.bls-container .bl-block .caption .name {
  color: #7fc035;
  font-size: 14px;
}
/* line 458, ../../app/stylesheets/town_home_page.scss */
.bls-container .bl-block .caption .name a {
  color: #7fc035;
  font-weight: bold;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
/* line 464, ../../app/stylesheets/town_home_page.scss */
.bls-container .bl-block .caption .address {
  font-weight: bold;
  color: #4a4a4a;
  font-size: 12px;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
/* line 470, ../../app/stylesheets/town_home_page.scss */
.bls-container .bl-block .caption .phone {
  font-size: 12px;
}
/* line 472, ../../app/stylesheets/town_home_page.scss */
.bls-container .bl-block .caption .phone a {
  color: #4a4a4a;
  font-size: 12px;
  margin-bottom: 7px;
  font-family: "Lato", Verdana, Arial, sans-serif;
}
/* line 481, ../../app/stylesheets/town_home_page.scss */
.bls-container .btn-listing {
  width: 100%;
  text-align: center;
  background-color: #ff900a;
  display: block;
  color: #fff;
  border-radius: 15px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 15px;
}
/* line 494, ../../app/stylesheets/town_home_page.scss */
.bls-container .btn-more-listing-container {
  text-align: center;
  margin-top: 15px;
}
/* line 497, ../../app/stylesheets/town_home_page.scss */
.bls-container .btn-more-listing-container .btn-more-listing {
  color: #5f9026;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
/* line 505, ../../app/stylesheets/town_home_page.scss */
.bls-container.bl-search .bl-block {
  width: 48%;
  margin-top: 20px;
}
/* line 508, ../../app/stylesheets/town_home_page.scss */
.bls-container.bl-search .bl-block:nth-child(even) {
  margin-left: 2%;
}
/* line 511, ../../app/stylesheets/town_home_page.scss */
.bls-container.bl-search .bl-block:nth-child(odd) {
  margin-right: 2%;
  clear: both;
}
