.ntv-image {
    min-width: 12.825rem !important;
}
.bdyCntCssflw_324-1 { position: absolute !important; }
/* Closings */
h2.closings { font-size: 1.5rem !important; margin: 1rem 0 !important;}
.county_closing_grouper { margin: 1rem 0;  }
.county_closing_grouper ul { margin-left: 1rem;  }
.county_closing_grouper ul li { padding: 5px; }
.closing_item { color: #777; font-style: italic; }
.closing_item span { color: #333; font-style: normal; }
.group_name { 
    font-size: 1.2rem; font-weight: bold; 
    font-family: "Roboto",sans-serif;
    color: #333; 
    
    }
.tabber-container {
 width: 100% !important;
 margin: 0 auto;
}
.tabber-container > :last-child {
  padding-bottom: 25px;
}
.tabber-container-half {
  width: 50%;
  padding: 0 10px;
  float: left;

}
.ui-tabgroup {
  position: relative;
  display: inline-block;
  width: 100%;
}
.ui-tabgroup:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.ui-tabgroup > .ui-tabs {
  float: left;
  width: 100%;
  position: relative;
}
.ui-tabgroup > .ui-tabs > [class^="ui-tab"] {
  position: relative;
  float: left;
  display: block;
  text-align: center;
  background-color: #fff;
  margin: 0 0 1px 0;
      padding: .5rem 1rem;
  cursor: pointer;
  min-width: 100%;
    border: .0625rem solid #333;
      font-weight: 900;
      font-family: "Lato",sans-serif;
  -webkit-transition: all 0.15s ease-in;
     -moz-transition: all 0.15s ease-in;
       -o-transition: all 0.15s ease-in;
          transition: all 0.15s ease-in;
}
.ui-tabgroup > .ui-tabs > [class^="ui-tab"]:first-of-type {
    -webkit-border-top-left-radius: .25rem;
    -moz-border-radius-topleft: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    -moz-border-radius-bottomleft: .25rem;
    border-bottom-left-radius: .25rem;
}
.ui-tabgroup > .ui-tabs > [class^="ui-tab"]:last-of-type {
-webkit-border-top-right-radius: .25rem;
    -moz-border-radius-topright: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-bottom-right-radius: .25rem;
    -moz-border-radius-bottomright: .25rem;
    border-bottom-right-radius: .25rem;
}
.ui-tabgroup > input[class^="ui-tab"] {
  -webkit-appearance: none;
  -moz-appearance: none !important;
  position: relative;
  float: left;
  left: -99999px;
  padding: 0;
  margin: 0 0 0 -5px; /* FireFox hack */
  height: 0;
  width: 0;
  z-index: -100;
  overflow: hidden;
  outline: 0;
  float: left;
}
.ui-tabgroup > input.ui-tab1:focus ~ .ui-tabs > .ui-tab1,
.ui-tabgroup > input.ui-tab2:focus ~ .ui-tabs > .ui-tab2,
.ui-tabgroup > input.ui-tab3:focus ~ .ui-tabs > .ui-tab3
 {
  text-decoration: underline;
  box-shadow: inset 0 40px 60px -40px rgba(255, 255, 255, 0.2);
}
.ui-tabgroup > input.ui-tab1 ~ .ui-tabs > .ui-tab1 img,
.ui-tabgroup > input.ui-tab2 ~ .ui-tabs > .ui-tab2 img,
.ui-tabgroup > input.ui-tab3 ~ .ui-tabs > .ui-tab3 img
 {
   opacity: 0.4;
   float: right;
   padding-left: 12px;
   height: 75px;
   width: 87px; /* accomodates tab padding/margins */
   position: relative;
   z-index: 1;
}

.ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1,
.ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2,
.ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3
 {
background: #0274b7;
    color: #fff;
    border-color: #0274b7;
}
.ui-tabgroup > input.ui-tab1:checked ~ .ui-tabs > .ui-tab1 img,
.ui-tabgroup > input.ui-tab2:checked ~ .ui-tabs > .ui-tab2 img,
.ui-tabgroup > input.ui-tab3:checked ~ .ui-tabs > .ui-tab3 img
 {
   opacity: 1;
   z-index: 1;
}
.ui-tabgroup > .ui-panels > [class^="ui-tab"] {
  background-color: #fff;
  color: #333;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d9e5e8;
  min-height: 200px;
  display: none;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  float: left;
  width: 100%;
}
img.content-image {
  float: right;
  height: 290px;
  width: 290px;
  padding: 0;
  margin: 5px 0 0 16px;
  border: 4PX solid rgba(235,164,135, 0.8);
  display: block;
  border-radius: 50%;
    }
.ui-tabgroup > input.ui-tab1:checked ~ .ui-panels > .ui-tab1,
.ui-tabgroup > input.ui-tab2:checked ~ .ui-panels > .ui-tab2,
.ui-tabgroup > input.ui-tab3:checked ~ .ui-panels > .ui-tab3 {
    display: block;
}
.ui-tabs label { text-transform: none; }
/* === [MEDIA QUERIES] ===================== */
@media screen and (min-width: 1080px) {
  img.content-image{
    float: right;
    margin: 5px 0 0 16px;
    max-height: 290px;
    max-width: 290px;
  }
}
@media screen and (min-width: 639px) {
  .ui-tabgroup > .ui-tabs > [class^="ui-tab"]:first-child {
    margin: 1px 0 0 0;
  }
  .ui-tabgroup > .ui-tabs > [class^="ui-tab"] {
    margin: 1px 0 0 0;
    min-width: 130px;
  }
}
@media screen and (min-width: 480px) and (max-width: 638px) {
  img.content-image {
      float: none;
      padding: 0 0 12px 0;
      margin: 0 auto;
      display: block;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
   img.content-image {
      float: none;
      padding: 0 0 12px 0;
      margin: 0 auto;
      max-height: 240px;
      max-width: 240px;
      display: block;
    }
}

/* Other */

#div-gpt-ad-flex, #div-gpt-ad-728x90 { min-height: 90px; }
#div-gpt-ad-300x250 { min-height: 250px; }
#div-gpt-ad-300x600 { min-height: 600px; }
.article__body p a { display: inline !important; }
.left-rail p>a {
    color: #0274b7 !important;
}
.related-stories a, .story-body a {
    color: #0274b7 !important;
}
.related-stories li {
    display: block !important;
}
.elexgrid h1 { margin-top: 20px !important; }
.article__insert select { display: none; }
.hideonNWA { display: none; }
.GS_4.ob-strip-layout .ob-widget-header, ._magnetRelHdrel_324-3>div, ._magnetRelHdrel_324-1>div, ._magnetRecHdrecom_324-2>div, ._magnetRecHdrecom_324-1>div {
    font-family: "Roboto",sans-serif !important;
    font-weight: 700 !important;
    color: #333 !important;
    font-size: 1.25rem !important;
    padding-bottom: 7px;
    padding-top: 20px !important;
}
._magnetRecHdrecom_324-1 {
    font-family: "Roboto",sans-serif !important;
    font-weight: 700 !important;
    color: #333 !important;
    font-size: 1.25rem !important;
    padding-bottom: 7px;
    padding-top: 20px !important;
}
._magnetRelConrel_324-3>div, ._magnetRecConrecom_324-2>div { padding: 0 !important; }
._magnetRelHdrel_324-3>div, ._magnetRecHdrecom_324-2>div { padding-left: 0 !important; }
._magnetRelConrel_324-3>div:nth-child(2)>div, ._magnetRecConrecom_324-2>div:nth-child(2)>div { width: 100% !important; }
._magnetRelConrel_324-3>div:nth-child(2)>div>div, ._magnetRecConrecom_324-2>div:nth-child(2)>div>div {
width: 31.8% !Important; 
float: left !important;
padding: 0 !important;
}
._magnetRelConrel_324-3>div:nth-child(2)>div>div>div>div, ._magnetRecConrecom_324-2>div:nth-child(2)>div>div>div>div {
padding: 0 !important;
}
._magnetRelConrel_324-3>div:nth-child(2)>div>div a, ._magnetRecConrecom_324-2>div:nth-child(2)>div>div a {
    width: 100%
}
._magnetRelConrel_324-3>div:nth-child(2)>div>div:nth-child(2),._magnetRelConrel_324-3>div:nth-child(2)>div>div:nth-child(3){
    margin: 0 0 0 2.3%;

}
._magnetRecConrecom_324-2>div:nth-child(2)>div>div:nth-child(2),._magnetRecConrecom_324-2>div:nth-child(2)>div>div:nth-child(3){
    margin: 0 0 0 2.3%;

}
._magnetRelTbrel_324-1, ._magnetRelTbrel_324-3, ._magnetRecTbrecom_324-2 {
    height: 173px !important;
    width: auto !Important;
}
._magnetRelConrel_324-1>div { padding: 0 !important; }
._magnetRelHdrel_324-1>div { padding-left: 0 !important; }
._magnetRelConrel_324-1>div:nth-child(2)>div { width: 100% !important; }
._magnetRelConrel_324-1>div:nth-child(2)>div>div {
width: 31.8% !Important; 
float: left !important;
padding: 0 !important;
}
._magnetRelConrel_324-1>div:nth-child(2)>div>div>div>div {
padding: 0 !important;
}
._magnetRelConrel_324-1>div:nth-child(2)>div>div a {
    width: 100%
}
._magnetRelConrel_324-1>div:nth-child(2)>div>div:nth-child(2), ._magnetRelConrel_324-1>div:nth-child(2)>div>div:nth-child(3) {
    margin: 0 0 0 2.3%;
}
a._magnetRelLkrel_324-1 {
    font-family: inherit !important;
    color: #333 !important;
    padding: 0 !important;
    text-align: left;
    line-height: 1.25 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
._magnetRelLkrel_324-1. ._magnetRecLkrecom_324-2 {
    color: #333333 !important;
    font-size: 16px !important;
    font-family: Roboto, sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}
a._magnetRelLkrel_324-3. a._magnetRecLkrecom_324-2 {
    font-family: inherit !important;
    color: #333 !important;
    padding: 0 !important;
    text-align: left;
    line-height: 1.25 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.GS_4.ob-strip-layout .ob-rec-text, ._magnetRelLkrel_324-3, ._magnetRecLkrecom_324-2, ._magnetRelLkrel_324-1 {
    font-family: "Roboto",sans-serif !important;
    color: #333 !important;
    padding: 0 !important;
    text-align: left;
    line-height: 1.25 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
._magnetEntConent_324-3, ._magnetEntConent_324-1 {
    font-family: inherit !important;
    width: auto;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    background: #ececec !important;
}
._magnetEntHdent_324-3, ._magnetEntHdent_324-1 {
    font-family: inherit !important;
    background-color: #ececec !important;
    border: 0;
    text-align: left;
    font-family: Arial;
    font-size: 14pt;
    color: #444444 !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    height: 30px;
}    
._magnetRecConrecom_324-3, ._magnetRecConrecom_324-1 {
    background-color: #ffffff !important;
    width: auto;
    border-color: #ffffff !important;
    border: 0px;
    border-style: none;
    max-width: 410px;
    margin: 0 auto !Important;
}
._magnetRecLkrecom_324-3, ._magnetRecLkrecom_324-1 {
    font-size: 1rem !important;
    line-height: 1.35 !important;
    font-family: "Roboto",sans-serif !important;
    font-weight: 700 !important;
    color: #333 !important;    
}
._magnetRecConrecom_324-3 ul li>div, ._magnetRecConrecom_324-1 ul li>div {
    padding: 0 !important;
    }
._mgntHdentRelPg_324-3, ._mgntHdentRelPg_324-1 {
    font-family: "Roboto",sans-serif !important;
    border: 0;
    font-size: 2.5rem !important;
    color: #000000 !important;
    line-height: 1.35 !important;
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
    border-bottom: .0625rem #ececec solid !important;
}
._mgntConentRelPg_324-3, ._mgntConentRelPg_324-1 {
    border: none !important;
    font-family: "Roboto",sans-serif !important;
    font-weight: 500 !important;
    color: #333 !important;
    }
._mgntLkentRelPg_324-3, ._mgntLkentRelPg_324-1 {
    font-family: "Roboto",sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    color: #333 !important;
    line-height: 1.35 !important;
    }
._mgntBdentRelPg_324-3, ._mgntBdentRelPg_324-1 {
    font-family: "Lato",sans-serif !important;
    line-height: 1.5rem !important;
    font-size: 1rem !important;
    border-bottom: .0625rem #ececec solid !important;
        padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
}
._magnetRecHdrecom_324-3, ._magnetRecHdrecom_324-1 {
    font-weight: 500 !important;
}
._magnetRecLkrecom_324-3, ._magnetRecLkrecom_324-1 {
    font-weight: 500 !important;
    line-height: 1.35 !important;
    white-space: normal !important;
}
._mgntTbentRelPg_324-3, ._mgntTbentRelPg_324-1 {
    margin-left: 20px;
}
._magnetRelConrel_324-2 div { white-space: normal !important; }
._magnetRelLkrel_324-2 {
    line-height: 1;
}
._magnetRecLkrecom_324-3 {
    color: #333333 !important;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    line-height: 1.1875;
    text-decoration: none;
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 0 0 0 !important;
    font-style: normal;
}
.feed_img { float: left; margin-right: 20px;  width: 302px; }
.feed_list { float: left; }
.feed_img img  { float: left; margin-right: 20px;  width: 100%; }
.feed_list a { color: #0384d0; font-weight: bold; }
.feed_list h3 { margin-left: 6px; }
._magnetRelLkrel_324-2 {
    color: #333333 !important;
    font-size: 1rem !important;
    font-family: "Lato",sans-serif !important;
    text-decoration: none;
}
/* klangoo follow button */
.flw_324-1, .flwCntCSSflw_324-1 { max-width: 300px; }
.flwBtnCSSflw_324-1, ._magnetFollowHeaderflw_324-1 {
    width: auto;
    background-color: #0274b7 !important;
    color: #ffffff !important;
    text-decoration: none;
    outline: 0;
    padding: .5rem 1rem;
    -webkit-box-shadow: 0 0 0.125rem rgba(51,51,51,.25);
    -moz-box-shadow: 0 0 .125rem rgba(51,51,51,.25);
    box-shadow: 0 0 0.125rem rgba(51,51,51,.25);
    background-color: #fff;
    font-family: 'Lato',sans-serif !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    text-align: center;
    min-width: 2.5rem !important !important;
    height: 2.5rem !important;
    border: .03125rem solid rgba(51,51,51,.25);
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    white-space: nowrap;
}
.flwBtnCSSflw_324-1 {
  max-width: 100px;
  }
.sbmtBtnCSSflw_324-1 {
    background-color: #0274b7 !important;
    color: #ffffff !important;
    text-decoration: none;
    outline: 0;
    padding: .5rem 1rem;
    -webkit-box-shadow: 0 0 0.125rem rgba(51,51,51,.25);
    -moz-box-shadow: 0 0 .125rem rgba(51,51,51,.25);
    box-shadow: 0 0 0.125rem rgba(51,51,51,.25);
    background-color: #fff;
    font-family: 'Lato',sans-serif !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    text-align: center;
    min-width: 2.5rem !important;
    height: 2.5rem !important;
    border: .03125rem solid rgba(51,51,51,.25);
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    white-space: nowrap;
}
.bdyCntCssflw_324-1 { line-height: 1 !important; }
.bdyCntCssflw_324-1>div:nth-child(2) { 
margin-bottom: 1rem !important;
    -webkit-border-radius: .25rem !important;
    -moz-border-radius: .25rem !important;
    border-radius: .25rem !important;
    padding: 1rem !important;
    background: #ececec;
    line-height: 1.5rem !important;
-webkit-box-shadow: 0 0 .25rem rgba(51,51,51,.5);
-moz-box-shadow: 0 0 .25rem rgba(51,51,51,.5);
box-shadow: 0 0 .25rem rgba(51,51,51,.5);
}
input.flwiptCssflw_324-1 {
border: .0625rem solid #333 !important;
height: 2.5rem !important;
font-family: "Lato",sans-serif !important;
width: 100% !important;
font-size: 1rem !important;
padding: .5rem !important;
}
/* photo shelter */
.ps-gallery-more {
    float: none !important;
    display: none !important;
}
.ps-gallery-4x4 {
    width: 100% !important;
    float: none !important;
    display: block;
}
.ps-gallery-col {
    float: left;
    width: 16.5% !important;
    padding-right: 4px;
}
.ps-gallery-4x4 a.ps-imgs {
    width: 100% !important;
    max-height: 150px !important;
    overflow: hidden;
    position: relative;
    float: left;
    border: none !important;
}
.ps-gallery-4x4 img {
    position: relative;
    width: 100% !important;
    max-height: 140px !important;
}


/* MOST POPULAR TABBER taboola version
--------------------------------------*/
div.most_popular_container_taboola { 
    display: block; 
    width: 298px; 
    float: left
}
.most_popular_wrapper_taboola { 
    border: 1px solid #CCCCCC; 
    margin: 0 0 20px;
    padding: 5px 10px 10px 10px;
    width: 280px; 
}

#most_popular_taboola{

}

#most_popular_disqus, #most_popular_taboola{
    display: none;
}
#most_popular_disqus, #most_popular_recommended{
    color: #000;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    list-style: none;
    padding: 0px 20px;
    width: 260px;
}
#most_popular_disqus li p, #most_popular_recommended li p{
    color: #999999;
    font-size: 11px;
    line-height: 19px;
    font-weight: bold;
    text-decoration: none;
}
#most_popular_disqus li a, #most_popular_recommended li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 19px;
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    .feed_img { float: none; margin: 0 auto; width: 300px; }
    .feed_img img  { float: none; margin: 0 auto; }
    .feed_list { float: none; margin: 20px auto; max-width: 400px; }
}
@media only screen and (max-width: 1023px) and (min-width: 950px) {
   ._magnetRelConrel_324-2 { width: 580px !important;  }
}
@media only screen and (max-width: 786px) {
    .feed_img { float: none; margin: 0 auto; width: 300px; }
    .feed_img img  { float: none; margin: 0 auto; }
    .feed_list { float: none; margin: 20px auto; max-width: 400px; }
}
@media only screen and (max-width: 1090px) {
    ._magnetRecConrecom_324-3, ._magnetRecConrecom_324-1 {
        max-width: 390px;
    }
}
@media only screen and (max-width: 1020px) {
    ._magnetRecConrecom_324-3, ._magnetRecConrecom_324-1 {
        max-width: 100%;
    }
}
@media only screen and (max-width: 720px) {
    ._magnetRelTbrel_324-3, ._magnetRecTbrecom_324-2, ._magnetRelTbrel_324-1 {
        height: 153px !important;
    }
}
@media only screen and (max-width: 600px) {
    ._magnetRelTbrel_324-3, ._magnetRelTbrel_324-1, ._magnetRecTbrecom_324-2 {
        height: 113px !important;
    }
    a._magnetRelLkrel_324-3, a._magnetRelLkrel_324-1 {
        font-size: 14px !important;
    }
    .GS_4.ob-strip-layout .ob-rec-text {
        font-size: 14px !important;
    }   
}
@media only screen and (max-width: 500px) {
    ._magnetRelTbrel_324-3, ._magnetRelTbrel_324-1, ._magnetRecTbrecom_324-2 {
        height: 93px !important;
    }
}
@media only screen and (max-width: 400px) {
    ._magnetRelTbrel_324-3, ._magnetRelTbrel_324-1, ._magnetRecTbrecom_324-2 {
        height: 76px !important;
    }
}