/*------------------------------------*\
#GLOBAL SETTINGS
\*------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
body {
  background-color: #ffffff;
  font-family: 'Lato', sans-serif;
}

.PageFooter .row, .PageHeader .row {
  margin: 0;
  max-width: 100%;
}

.ComponentTitle-linkIconContainer {
  display: none;
}
.mobile-hide {
  display: none;
}
.mobile-show {
  display: block;
}
/*------------------------------------*\
#NAVBAR
\*------------------------------------*/
.CollapsibleHeader {
  border-bottom: 2px solid #005CD4 !important;
}
.CollapsibleHeader-logo img {
  max-height: 45px;
}

/*------------------------------------*\
#WEATHER ALERT
\*------------------------------------*/
.WeatherAlert-dismissBtn {
  top: 12px;
  right: 24px;
}
/*------------------------------------*\
#CLOSING ALERT
\*------------------------------------*/
.ClosingsAlert .Banner {
  margin: 0 auto;
}

.ClosingsAlert .Banner-title {
  padding-left: 20px;
}
.ClosingsAlert .Banner-circle {
  padding-right: 20px;
}
/*------------------------------------*\
#PAGE TITLE
\*------------------------------------*/
.PageTitle {
  padding: 0;
  margin-bottom: 20px;
}
.PageTitle-mainText {
  font-weight: 700;
  color: #000000 !important;
}
.PageTitle-text {
  font-size: 25px !important;
  margin: 0;
  line-height: inherit;
  display: block;
}
.ComponentTitle-title {
  color: #000;
}
.ComponentTitle {
  position: relative;
  margin: 0 0 18px !important;
  padding-top: 0 !important;
  line-height: 1em;
}
.ComponentTitle .ComponentTitle-title {
  font-size: 25px !important;
  line-height: 20px !important;
  display: block;
  margin: 0;
}
/*------------------------------------*\
#TIME STAMP
\*------------------------------------*/
.Timestamp-time {
  color: #8D8D8D;
  font-weight: bold;
  display: block;
  opacity: 1;
  font-size: 15px;
}
.Timestamp {
  opacity: 1;
}
.Timestamp-connector, .Timestamp-author {
  display: none;
}
/*------------------------------------*\
#SUBSCRIBE
\*------------------------------------*/
.SubscribeModule {
  background-color: #fff;
  padding: 24px 15px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 2px 5px 11px rgba(0, 0, 0, .11);
  font-weight: bolder;
  font-size: 18px;
  max-width: 378px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.SubscribeModule span {
  position: relative;
  top: 3px;
  display: inline;
}
.SubscribeModule-socialMediaIcons {
  padding: 0;
  padding-left: 10px;
  display: inline;
}
.SubscribeModule-socialMediaIcons {
  padding-top: 9px;
}
@media only screen and (min-width: 350px) {
  .SubscribeModule {
    font-size: 20px;
  }
}
@media only screen and (min-width: 425px) {
  .SubscribeModule {
    font-size: 22px;
    padding: 31px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .SubscribeModule {
    font-size: 13px;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .SubscribeModule {
    font-size: 18px;
    padding: 19px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .SubscribeModule {
    font-size: 23px;
    padding: 27px 15px;
  }
}
@media only screen and (min-width: 1470px) {
  .SubscribeModule {
    font-size: 29px;
    padding: 38px 15px;
    max-width: 100%;
  }
}
/*------------------------------------*\
#NEWSLETTER
\*------------------------------------*/
.Newsletter .Form {
  width: 100%;
  padding: 0;
}
.Newsletter .Form-Title {
  text-align: inherit;
}
.Newsletter .Form-Text {
  padding: 0;
  display: block;
  margin: 0;
}
.Newsletter .Form .SubmitForm input.button, .Newsletter .Form .SubmitForm input.email {
  max-width: 250px;
}
.Newsletter .Form .SubmitForm input.email {
  text-transform: uppercase;
  border: 1px solid #979797;
  margin-right: 0;
  font-size: 17px;
  margin-bottom: 10px;
}
.Newsletter .Form .SubmitForm input.button {
  font-size: 17px;
}
.Newsletter .Form .SubmitForm input.StyleBorder-strong {
  border-radius: 36px;
}
.Newsletter .Form .SubmitForm input.button, .Newsletter .Form .SubmitForm input.email {
  max-width: 400px;
  width: 100%;
  min-width: 0;
}
@media only screen and (min-width: 992px) {
  .Newsletter .Form-Text {
    width: 100%;
  }
  .Newsletter .Form .SubmitForm {
    width: 100%;
  }
  .Newsletter .Form .SubmitForm-ErrorMessage {
    text-align: center;
  }
  .Newsletter .Form .SubmitForm {
    width: 100%;
    max-width: 450px;
    float: none;
  }
  .Newsletter .Form .SubmitForm input.button, .Newsletter .Form .SubmitForm input.email {
    min-width: 0;
    float: none;
    font-weight: normal;
  }
  .Newsletter .Form .Agreement {
    width: 100%;
    float: none;
  }
}
/*------------------------------------*\
#VIDEOPLAYER
\*------------------------------------*/
.VideoPlayer-videoBackgroundColor {
  border-radius: 5px;
}
.VideoPlayer video {
  width: 100%;
  border-radius: 5px;
}
.VideoPlayer-icon:after {
  background: transparent url(https://ftpcontent.worldnow.com/professionalservices/clients/wboc/Images/icon-video@3x.png) 50%/contain no-repeat;
  top: inherit;
  left: 15px;
  bottom: 25px;
  transform: none;
}
.VideoPlayer-icon {
  position: absolute;
  top: auto;
  bottom: 17px;
  left: 16px;
  transform: none;
  background: transparent url(https://ftpcontent.worldnow.com/professionalservices/clients/wboc/Images/icon-video@3x.png) 50%/contain no-repeat;
}
@media only screen and (max-width: 350px) {
  .VideoPlayer-icon {
    position: absolute;
    top: auto;
    bottom: 17px;
    left: 16px;
    transform: none;
  }
}
/*------------------------------------*\
#IMAGELINK
\*------------------------------------*/
.ImageLink {
  width: 100%;
}
.ImageLink img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.max-width .ImageLink img {
  width: 100%;
  max-height: 550px;
  border-radius: 5px;
}
/*------------------------------------*\
#IMAGELINK BUTTON
\*------------------------------------*/
.link-button .ImageLink {
  max-width: 378px;
  margin: 0 auto;
  display: block;
}
.link-button .ImageLink img {
  width: 100%;
  box-shadow: 2px 5px 11px rgba(0, 0, 0, 0.11);
  margin-bottom: 10px;
  border-radius: 5px;
}
.center-title-mobile {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .center-title-mobile {
    text-align: left;
  }
}
@media only screen and (min-width: 1470px) {
  .link-button .ImageLink {
    max-width: 100%;
  }
}
/*------------------------------------*\
#SPONSOR IMAGE
\*------------------------------------*/
.sponsored .PageTitle-sponsorComponent {
  text-align: center;
  margin-top: 50px;
}
.sponsored .PageTitle {
  margin: 0;
  padding: 0;
}
.sponsored .PageTitle-text {
  display: none;
}
.sponsored .PageTitle-sponsorLabel {
  font-weight: bold;
  padding-right: 15px;
  font-size: 17px;
}
.SponsorUnit-image {
  display: inline;
}
@media only screen and (min-width: 425px) {
  .sponsored .PageTitle-sponsorComponent {
    display: block;
    width: auto;
    float: right;
  }
}
/*------------------------------------*\
#CARD BREAKING NEWS
\*------------------------------------*/
.bigbreakingnews {
  margin-top: 40px;
}
.bigbreakingnews .Card-textContainer {
  min-height: 300px;
}
.bigbreakingnews .Card-pill, .bigbreakingnews .Timestamp-time {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .bigbreakingnews .Card-description {
    max-height: calc(1.24em * 5);
  }
  .bigbreakingnews .Card-textContainer {
    padding-top: 52.6%;
  }
}
/*------------------------------------*\
#CARDSPLIT IMAGE TOP GLOBAL
\*------------------------------------*/
.Card-container {
  height: 100% !important;
  border-radius: 5px;
  box-shadow: 2px 5px 11px rgba(0, 0, 0, .11);
  margin-bottom: 15px;
}
.Card-split-imageContainer--sm {
  padding-top: 56.25%;
  border-radius: 5px;
}
.Card-split-imageContainer .img-responsive {
  border-radius: 5px 5px 0 0;
  padding: 0 !important;
}
.Card-split-imageContainer.VideoThumbnail-bottom-left:after {
  bottom: 17px;
  left: 16px;
  width: 50px;
  height: 50px;
}
.Card-split-textContainer--sm {
  display: block;
  height: 127px;
}
.Card-split-title {
  line-height: 1.4;
  font-size: 20px;
  color: #53565A;
  font-weight: 600;
}
.Card-md .Card-split-title {
  overflow: hidden;
}
/*------------------------------------*\
#before max-height fix
.Card-md .Card-split-title {
  max-height: 1.3em;
  overflow: hidden;
}
\*------------------------------------*/
.Card-split-textContainer--sm .Timestamp {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .Card-split-textContainer--sm .Timestamp {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1470px) {
  .Card-split-imageContainer.VideoThumbnail-bottom-left:after {
    bottom: 31px;
    left: 31px;
    width: 75px;
    height: 75px;
  }
}
/*------------------------------------*\
#CARD GLOBAL
\*------------------------------------*/
.Card-imageGradient--bottom .imageContainer:after{
  background-image: unset;
}
@media only screen and (min-width: 768px) {
  .Card-textContainer {
    padding: 27px;
    height: 107px;
  }
}
@media only screen and (min-width: 992px) {
  .Card-container {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .Card-textContainer {
    padding: 27px;
    height: 117px;
  }
}
@media only screen and (min-width: 1470px) {
  .Card-textContainer {
    height: 108px;
  }
}
/*------------------------------------*\
#ARTICLE LIST GLOBAL
\*------------------------------------*/
.ArticleList {
  margin-bottom: 0;
  padding: 0;
  border-radius: 5px;
  background: transparent !important;
}
.Item {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 5px 11px rgba(0, 0, 0, .11);
  padding: 0;
}
.Item-imageContainer {
  width: 100%;
}
.ArticleList .List .Item-imageContainer .img-responsive {
  height: 100%;
}
.Item .image-right {
  float: none;
  margin: 0;
  border-radius: 5px 5px 0 0;
}
.ItemTextArea {
  padding: 20px;
  overflow: hidden;
}
.articleTitle {
  max-height: 52px;
  overflow: hidden;
  margin-bottom: 12px;
}
.ItemTextArea-title {
  line-height: 1.4;
  font-weight: 600;
  color: #53565A;
}
.Timestamp {
  padding-bottom: 20px;
  padding-top: 20px;
}
.Timestamp-author, .global-article .Timestamp-connector {
  display: none;
}
.ReadMoreButton-style--basic {
  border: 2px solid #9B9B9B;
  border-radius: 4px;
  background-color: #fff;
  height: 68px;
}
.ReadMoreButton-style--basic>a:hover {
  background-color: transparent;
  color: #004FC9;
}
.ReadMoreButton>a {
  line-height: 68px;
}
@media only screen and (min-width: 768px) {
  .Item .image-right {
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) {
  .Item .image-right {
    float: right;
    margin-left: 15px;
  }
  .Item-imageContainer {
    width: 270px;
  }
  .ItemTextArea {
    padding: 0;
    max-width: 500px;
  }
  .Timestamp {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .descriptionText {
    padding-bottom: 20px;
    max-height: 200px;
    overflow: hidden;
  }
  .ArticleList .List .Item-imageContainer .img-responsive {
    height: 182px;
    width: 100%;
  }
  .ArticleList .List .Item-container .textContainer {
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .ArticleList .Timestamp {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1470px) {
  .ArticleList .List .Item-container .textContainer {
    padding: 25px;
  }
}
/*------------------------------------*\
#MOBILE-SLIDER-LIST
\*------------------------------------*/
.mobile-slider-list .Timestamp {
  padding-top: 0;
}
/*------------------------------------*\
#HERO ARTICLE LIST
\*------------------------------------*/
.hero-slider-article .SliderArticleList-sliderItems {
  padding: 25px;
  padding-right: 0;
}
/*------------------------------------*\
#POPULAR STORIES ARTICLE LIST
\*------------------------------------*/
.popstories .ArticleList {
  padding: 0;
  background-color: transparent !important;
}
.popstories .ArticleList .List .Item-container .textContainer {
  margin: 0;
  padding: 0;
}
.popstories .Item {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 5px 11px rgba(0, 0, 0, .11);
  padding: 0;
}
.popstories .articleTitle {
  margin-bottom: 0;
  max-height: 100%;
}
.popstories .Item .image-right {
  border-radius: 0;
  float: right;
}
.popstories .Item-imageContainer {
  width: 100px;
}
.popstories .ItemTextArea-title {
  font-size: 16px;
  color: #4C4E4D;
  font-weight: 600;
  line-height: 1.2em;
  overflow: hidden;
  max-height: calc(1.2em * 2);
}
.popstories .Item-imageContainer.VideoThumbnail-center:after {
  left: 30px;
  top: auto;
  bottom: -9px;
}
.popstories .ItemTextArea {
  padding: 12px;
  overflow: hidden;
}
.popstories .ReadMoreButton-style--basic {
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 5px;
  height: 68px;
}
.popstories .ReadMoreButton>a {
  line-height: 68px;
}
.popstories .Timestamp {
  padding-top: 0;
}
.popstories .Timestamp-connector, .popstories .Timestamp-author {
  display: none;
}
.popstories .Timestamp-time {
  font-size: 15px;
  max-height: calc(1.4em * 1);
  overflow: hidden;
}
.popstories .ArticleList .List .Item-imageContainer .img-responsive {
  border-radius: 0 5px 5px 0;
}
.popstories .Item-imageContainer.VideoThumbnail:after {
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 425px) {
  .popstories .Item-imageContainer {
    width: 188px;
  }
}
@media only screen and (min-width: 768px) {
  .popstories .ItemTextArea {
    padding: 20px 30px;
  }
  .popstories .ItemTextArea-title {
    font-size: 16px;
    max-height: calc(1.2em * 1);
  }
}
@media only screen and (min-width: 992px) {
  .popstories .ArticleList .List .Item-container .textContainer {
    padding: 0 5px;
  }
  .popstories .ArticleList .List .Item-container {
    min-height: 0 !important;
  }
  .popstories .Item-imageContainer {
    width: 120px;
    min-height: 0;
  }
  .popstories .ItemTextArea {
    padding: 0;
  }
  .popstories .Item {
    margin-bottom: 7px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #D8D8D8;
  }
  .popstories .ArticleList {
    background: #fff !important;
    border-radius: 5px;
    box-shadow: 2px 5px 11px rgba(0, 0, 0, .11);
  }
  .popstories .Item-imageContainer .img-responsive {
    height: auto !important;
  }
  .popstories .Item {
    padding: 7px;
  }
  .popstories .Item:last-child {
    margin-bottom: 0;
  }
  .popstories .ItemTextArea-title {
    font-size: 15px;
    line-height: 1.2em;
    overflow: hidden;
    max-height: calc(1.2em * 3);
    margin-bottom: 2px;
  }
  .popstories .ReadMoreButton-style--basic {
    border: 0;
  }
  .popstories .ArticleList .List .Item-imageContainer .img-responsive {
    border-radius: 0;
  }
  .popstories .ReadMoreButton-style--basic {
    height: 44px;
  }
  .popstories .ReadMoreButton>a {
    line-height: 44px;
  }
  .popstories .ItemTextArea {
    height: calc(1.2em * 4);
  }
  .popstories .Item .image-right {
    height: 76px;
  }
}
@media only screen and (min-width: 1200px) {
  .popstories .VideoThumbnail {
    width: 158px;
  }
  .popstories .Item {
    padding: 11.2px 14px;
  }
  .popstories .Item .image-right {
    height: 89px;
  }
  .popstories .ItemTextArea {
    height: calc(1.4em * 4);
  }
  .popstories .ItemTextArea-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1470px) {
  .popstories .VideoThumbnail {
    width: 180.5px;
  }
  .popstories .ItemTextArea-title {
    font-size: 18px;
  }
  .popstories .Item {
    padding: 13.6px 16px;
  }
  .popstories .Item .image-right {
    height: 105px;
  }
  .popstories .ItemTextArea {
    height: calc(1.2em * 5.5);
  }
  .popstories .ReadMoreButton {
    height: 53px;
  }
  .popstories .ReadMoreButton>a {
    line-height: 53px;
  }
  .popstories .articleTitle {
    max-height: calc(1.2em * 4);
  }
}
/*------------------------------------*\
#DELMARVA LIFE HERO
\*------------------------------------*/
.delmarva-life-hero .ImageLink {
  margin: 0 auto;
  display: block;
}
.delmarva-life-hero .ImageLink img {
  width: 100%;
  box-shadow: 2px 5px 11px rgba(0, 0, 0, 0.11);
  margin-bottom: 20px;
  border-radius: 5px;
}
.delmarva-life-hero .col-lg-6.col-xs-6 .ImageLink {
  padding-right: 5px;
}
.delmarva-life-hero .col-sm-6.col-xs-6 .ImageLink {
  padding-left: 5px;
}
.delmarva-life-hero .col-xs-12 .ImageLink img {
  max-height: 540px;
}
.delmarva-life-hero .col-xs-6 .ImageLink img {
  max-height: 100px;
}
@media only screen and (min-width: 768px) {
  .delmarva-life-hero .col-lg-6.col-xs-6 .ImageLink {
    padding-right: 15px;
  }
  .delmarva-life-hero .col-sm-6.col-xs-6 .ImageLink {
    padding-left: 15px;
  }
}
/*------------------------------------*\
#DELMARVA LIFE ARTICLE LIST
\*------------------------------------*/
.delmarva-life-list .Item-container {
  min-height: 100% !important;
}
.delmarva-life-list .ArticleList .List .Item-container .textContainer {
  margin: 0;
  display: table;
  direction: rtl;
  width: 100%;
  padding: 0;
}
.delmarva-life-list .Item .image-right {
  margin-left: 10px;
  float: right;
  display: table-cell;
}
.delmarva-life-list .ItemTextArea {
  display: table-cell;
  vertical-align: middle;
  direction: ltr;
  padding-left: 15px;
}
.delmarva-life-list .Item-imageContainer {
  min-height: 100%;
  width: 160px;
}
.delmarva-life-list .ArticleList .List .Item-imageContainer .img-responsive {
  height: auto;
}
.delmarva-life-list .Item {
  margin-bottom: 17px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 2px 5px 11px rgba(0, 0, 0, 0.11);
}
.delmarva-life-list .ArticleList {
  background-color: transparent !important;
}
.delmarva-life-list .ItemTextArea-title {
  color: #4C4E4D;
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .delmarva-life-list .Item-imageContainer {
    width: 97px;
  }
  .delmarva-life-list .Item {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .delmarva-life-list .Item-imageContainer {
    width: 128px;
  }
  .delmarva-life-list .Item {
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1470px) {
  .delmarva-life-list .Item-imageContainer {
    width: 167px;
  }
}
/*------------------------------------*\
#VIDEO THUMBNAIL ARTICLE LIST
\*------------------------------------*/
.VideoThumbnail:after {
  background: transparent url(https://ftpcontent.worldnow.com/professionalservices/clients/wboc/Images/icon-video@3x.png) 50%/contain no-repeat;
}
.HeroItem-imageContainer.VideoThumbnail:after, .Item-imageContainer.VideoThumbnail:after {
  width: 50px;
  height: 50px;
}
/*------------------------------------*\
#GLOBAL SLIDER ARTICLE LIST
\*------------------------------------*/
.SliderArticleList-sliderItems {
  padding: 0;
}
.SliderArticleList-sliderItemsContainer {
  overflow-x: hidden;
}
.SliderArticleList-sliderItem {
  width: 100%;
  box-shadow: 2px 5px 11px rgba(0, 0, 0, .11);
  display: none;
  margin-bottom: 15px;
}
.SliderArticleList-sliderItem:nth-child(1), .SliderArticleList-sliderItem:nth-child(2), .SliderArticleList-sliderItem:nth-child(3) {
  display: block;
}
.SliderArticleList .ReadMoreButton.ReadMoreButton-style--basic.ReadMoreButton-text--uppercase {
  border: 2px solid #9B9B9B;
  border-radius: 4px;
  background-color: #fff;
  height: 68px;
}
.SliderArticleList .ReadMoreButton.ReadMoreButton-style--basic.ReadMoreButton-text--uppercase a {
  line-height: 68px;
}
.SliderArticleList-sliderItemTextContainer {
  background-color: #fff;
  padding: 16px;
  min-height: 135px;
  border-radius: 0 0 5px 5px;
}
.SliderArticleList .Timestamp-connector, .SliderArticleList .Timestamp-author {
  display: none;
}
.SliderArticleList-sliderItemHeadline {
  max-height: calc(1.24em * 3);
  font-size: 20px;
  line-height: 25px;
}
.SliderArticleList-sliderItemsContainer::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.SliderArticleList-sliderItemsContainer {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.SliderArticleList-sliderItemThumbnail {
  border-radius: 5px 5px 0 0;
  height: 100%;
  padding-top: 56.22%;
}
.SliderArticleList-scrollButton {
  bottom: 59%;
}
.SliderArticleList-scrollButton.SliderArticleList-scrollButton--left,.SliderArticleList-scrollButton.SliderArticleList-scrollButton--right {
  background: #000;
  color: #fff;
  border-radius: 50px;
}
.SliderArticleList-scrollButton:before {
  padding: 0 22px;
  font-size: 34px;
}
.SliderArticleList-sliderItem:last-child {
  margin-right: 0 !important;
}
@media only screen and (min-width: 640px) {
  .SliderArticleList-sliderItem:nth-child(1), .SliderArticleList-sliderItem:nth-child(2), .SliderArticleList-sliderItem:nth-child(3) {
    width: 31%;
    display: inline-block;
  }
  .SliderArticleList-sliderItemHeadline {
    height: calc(1.24em * 3);
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .SliderArticleList-sliderItem {
    width: 185px !important;
    display: inline-block;
  }
  .SliderArticleList-sliderItem {
        margin-right: 12px !important;
}
  .SliderArticleList-sliderItem:nth-child(1), .SliderArticleList-sliderItem:nth-child(2), .SliderArticleList-sliderItem:nth-child(3) {
    display: inline-block;
  }
  .SliderArticleList-sliderItemTextContainer {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .SliderArticleList-sliderItem {
    margin-right: 55px;
        width: 185px !important;

  }
}
@media only screen and (min-width: 1200px) {
  .SliderArticleList-sliderItem {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1470px) {
  .SliderArticleList-sliderItem {
    margin-right: 55px !important;
        width: 265px !important;

      }

}
/*------------------------------------*\
#BACKGROUND SLIDER
\*------------------------------------*/
.slidercss .SliderArticleList {
  text-align: center;
  overflow: visible;
}
.slidercss .SliderArticleList-sliderItem {
  width: 100%;
  max-width: 185px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.slidercss .SliderArticleList-sliderItem:last-child {
  margin-right: auto !important;
}
.slidercss .SliderArticleList-sliderItemThumbnail {
  padding-top: 82.45%;
  border-radius: 5px 5px 0 0;
}
.slidercss .SliderArticleList .ComponentTitle {
  text-align: center;
}
.slidercss .SliderArticleList-sliderItemTextContainer {
  min-height: 0;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  min-height: 75px;
}
.slidercss h3.SliderArticleList-sliderItemHeadline {
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  margin-top: 0px !important;
  margin: 0;
  padding: 0;
}
.slidercss .SliderArticleList-sliderItem {
  display: block;
}
.SliderArticleList-scrollButton--left {
  left: 4px;
}
.SliderArticleList-scrollButton--right {
  right: 4px;
}
.SliderArticleList-scrollButton.SliderArticleList-scrollButton--right, .SliderArticleList-scrollButton.SliderArticleList-scrollButton--left {
  background: #fff;
  opacity: .78;
  color: #9B9B9B;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  bottom: 50%;
}
.SliderArticleList-scrollButton:hover {
  transform: none;
  opacity: 1 !important;
}
@media only screen and (min-width: 640px) {
  .slidercss .SliderArticleList-sliderItem {
    width: 31%;
    display: inline-block;
    margin: 0;
    margin-right: 15px;
  }
  .slidercss .SliderArticleList-sliderItem:last-child {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .slidercss .SliderArticleList-sliderItem {
    width: 26.41% !important;
  }
}
@media only screen and (min-width: 992px) {
  .slidercss .SliderArticleList-sliderItem {
    margin-right: 40px;
  }
  .slidercss .white-background .SliderArticleList-sliderItemsContainer {
    width: 85%;
    margin: 0 auto;
  }
  .slidercss .SliderArticleList-sliderItem {
    width: 22.41% !important;
  }
}
@media only screen and (min-width: 1470px) {
  .slidercss .SliderArticleList-sliderItem {
    margin-right: 43px;
  }
  .slidercss .SliderArticleList-sliderItem {
    width: 17.41% !important;
  }
}
/*------------------------------------*\
#BACKGROUND SLIDER MOBILE
\*------------------------------------*/
.slidercss-mobile .ItemTextArea {
  background-color: #000;
  border-radius: 0 0 5px 5px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
}
.slidercss-mobile .articleTitle {
  margin: 0;
  max-height: calc(1.2em * 5);
}
.slidercss-mobile .ItemTextArea-title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.slidercss-mobile .Timestamp {
  display: none;
}
/*------------------------------------*\
#OBITUARIES
\*------------------------------------*/
.obit-top {
  margin-top: 40px;
}
.obit-top .ArticleList {
  box-shadow: 2px 5px 11px rgba(0, 0, 0, .11);
  border: 1px solid #D8D8D8;
  border-radius: 5px 5px 0 0;
  background-color: #fff !important;
}
.obit-top .ComponentTitle {
  text-align: center;
  margin: 20px !important;
  padding: 0 !important;
}
.obit-top .HeroItem-title {
  padding: 25px 25px 0 25px;
}
.obit-top .HeroItem-abstract {
  padding: 0 25px 25px 25px;
}
.obit-top .HeroLayout {
  min-height: 100%;
}
.obit-sponsored {
  background-color: #fff;
  box-shadow: 2px 5px 11px rgba(0, 0, 0, .11);
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  padding: 15px 0;
}
.obit-sponsored .PageTitle-text {
  display: none;
}
.obit-sponsored .PageTitle-sponsorLabel {
  display: block;
}
.obit-sponsored .SponsorUnit-image {
  width: 100%;
  max-width: 300px;
}
.obit-sponsored .PageTitle-sponsorComponent {
  text-align: center;
}
.obit-button .ArticleList {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.obit-button .ComponentTitle {
  display: none;
}
.obit-button .ReadMoreButton {
  height: 55px;
  background-color: #fff;
  border: none;
  border-top: 1px solid #D8D8D8;
  border-radius: 0 0 5px 5px;
  font-size: 18px;
  color: #53565A;
}
.obit-button .ReadMoreButton>a {
  line-height: 55px;
}
.obit-button .HeroLayout {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .obit-top .ArticleList {
    margin-top: 0;
  }
  .obit-top {
    margin-top: 38px;
  }
}
/*------------------------------------*\
#CARDSPLIT IMAGE LEFT SHORT
\*------------------------------------*/
.leftsidesection .Card-split-textContainer {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 60%;
}
.leftsidesection .Card-split-imageContainer {
  width: 40%;
  display: table-cell;
  padding-top: 30.25%;
  border-radius: 5px 0 0 5px;
}
.leftsidesection .Card-container {
  margin-bottom: 30px;
}
.leftsidesection .Card-split-imageContainer .img-responsive {
  border-radius: 5px 0 0 5px;
}
.text-center .Card-split-textContainer {
  text-align: center !important;
}
@media only screen and (min-width: 768px) {
  .leftsidesection .Card-split-title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .leftsidesection .Card-split-title {
    font-size: 20px;
  }
  .leftsidesection .Card-split-imageContainer {
    padding-top: 50.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .leftsidesection .Card-split-title {
    font-size: 25px;
  }
}
/*------------------------------------*\
#CARDSPLIT IMAGE LEFT LONG
\*------------------------------------*/
.leftsidesection-large .Card-split-container {
  margin-bottom: 30px;
  display: block;
}
.leftsidesection-large .Card-split-imageContainer {
  display: block;
  width: 100%;
  border-radius: 5px 5px 0 0;
  padding-top: 56.25%;
}
.leftsidesection-large .Card-split-imageContainer .img-responsive {
  border-radius: 5px 5px 0 0;
}
.leftsidesection-large .Card-container {
  margin-bottom: 30px;
}
/**/
.leftsidesection-large .Card-split-content--top {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
}
.leftsidesection-large .Card-split-textContainer .Timestamp {
  margin-bottom: 15px;
}
.leftsidesection .Card-split-title {
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  .leftsidesection-large .Card-split-container {
    display: table;
  }
  .leftsidesection-large .Card-split-textContainer {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 60%;
  }
  .leftsidesection-large .Card-split-imageContainer {
    width: 40%;
    display: table-cell;
    padding-top: 22.25%;
    border-radius: 5px 0 0 5px;
  }
  .leftsidesection-large .Card-split-imageContainer .img-responsive {
    border-radius: 5px 0 0 5px;
  }
  .leftsidesection-large .Card-split-content--top {
    margin-bottom: 15px;
  }
}
/*------------------------------------*\
#SLIDESHOW
\*------------------------------------*/
.Slideshow .ComponentTitle {
  text-align: center;
}
.Slideshow .ComponentTitle .ComponentTitle-title {
  line-height: 28px !important;
}
.SlideshowIcon polyline {
  stroke: #989898 !important;
}
.SlideshowIcon .Pagination>polyline {
  stroke-width: 3.7;
  stroke-linecap: round;
}
.SlideshowWrapper .ImageSlideshow .Slideshow-pagination--right {
  right: 3px;
}
.SlideshowWrapper .ImageSlideshow .Slideshow-pagination--left {
  left: 3px;
}
.SlideshowWrapper .ImageSlideshow .Slideshow-pagination--right, .SlideshowWrapper .ImageSlideshow .Slideshow-pagination--left {
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  border-radius: 55px;
}
.Slideshow-pagination--left .SlideshowIcon {
  padding-right: 20px;
}
.Slideshow-pagination--right .SlideshowIcon {
  padding-left: 20px;
}
.SlideshowIcon {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 16px;
  border-radius: 55px;
  background: transparent;
}
.SlideshowIcon>svg {
  margin: 6px 0 0 6px;
}
.Slideshow .ComponentTitle-linkIconContainer {
  display: none;
}
.SlideshowWrapper .ImageSlideshow .Slideshow-main:hover .Slideshow-caption {
  text-align: center;
  transition-delay: 0s;
  transition: none;
}
.SlideshowWrapper .ImageSlideshow .Slideshow-caption {
  transition-delay: 0s;
  transition: none;
}
.SlideshowWrapper .ImageSlideshow .Slideshow-main:hover .Slideshow-description {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 15px;
  max-height: calc(1.3em * 4.5);
}
@media only screen and (min-width: 425px) {
  .SlideshowIcon {
    background: #fff;
  }
}
/*------------------------------------*\
#CLIP PAGE
\*------------------------------------*/
.Clip {
  background-color: #fff;
  padding: 30px 15px;
  box-shadow: 2px 5px 11px rgba(0, 0, 0, .11);
}
.Clip .ComponentTitle-title {
  text-transform: capitalize;
  font-size: 42px !important;
  line-height: 1em !important;
}
.Clip-abstract {
  font-size: 16px;
  line-height: 1.4em;
}
.Timestamp-updated .Timestamp-time {
  display: inline;
}
.Timestamp-updated .Timestamp-prefix {
  font-size: 15px;
  color: #004FC9;
}
.Clip .Video {
  margin-top: 15px;
}
.video-js .vjs-big-play-button {
  border: 3px solid #fff !important;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button>.vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  top: -3px !important;
}
/*------------------------------------*\
#CLIP VIDEO DOCKER
\*------------------------------------*/
.Video-wrapper--dock .Video-content--top-left {
  left: 15px;
}
/*------------------------------------*\
#STORY PAGE
\*------------------------------------*/
.Article {
  overflow: hidden;
  color: #313131;
  background-color: #fff;
  padding: 30px 15px;
  box-shadow: 2px 5px 11px rgba(0, 0, 0, .11);
}
.Article-pill {
  display: none;
}
.Article .Hero-image--scale {
  max-height: 100%;
  height: auto;
  width: 100%
}
.Hero {
  margin-top: 15px;
}
.Article .Hero-image-ratio {
  margin: 0 -30px;
}
.ArticleBody {
  margin-top: 0;
}
.ArticleBody>:not([class~=ArticleBody-ad]) p {}
@media only screen and (min-width: 768px) {
  .Article-title {
    font-size: 42px;
    line-height: 1.2em;
  }
  .Article, .Clip {
    padding: 40px;
  }
  .Article .Hero-image-ratio {
    margin: 0 -40px;
  }
}
/*------------------------------------*\
#ADVERTISEMENT
\*------------------------------------*/
.AdvertisementUnit {
  margin-bottom: 40px;
  margin-top: 40px;
}
.align-top .AdvertisementUnit {
  margin-top: 0;
}
.adjust-no-ad .AdvertisementUnit {
  margin-bottom: 0;
}
/*------------------------------------*\
#FOOTER NAVIGATION
\*------------------------------------*/
.FooterNavigation-menu-column ul li a {
  text-align: center !important;
}
.FooterNavigation-menu-column {
  margin-top: 25px;
}
.Footer, .FooterNavigation {
  border-top: 1px solid #dbdbdb;
}
@media only screen and (min-width: 768px) {
  .FooterNavigation-menu-column ul li a {
    text-align: left !important;
  }
}
/*------------------------------------*\
#MEDIA QUERY
\*------------------------------------*/
@media only screen and (min-width: 768px) {
  .row, .white-background {
    max-width: 750px;
    margin: 0 auto;
  }
  .white-background {
    padding: 0 30px;
  }
  .mobile-hide {
    display: block;
  }
  .mobile-show {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .row, .white-background {
    max-width: 970px;
  }
  .margin-top-40 {
    margin-top: 40px;
  }
  .margin-bottom-40px {
    margin-bottom: 40px;
  }
  #EvieSays {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .row, .white-background {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1470px) {
  .row, .white-background {
    max-width: 1440px;
  }
  .no-slide .SliderArticleList-sliderItem {
    margin-right: 13px;
  }
}
/*------------------------------------*\
#INTERNET EXPLORER
\*------------------------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .Card-split-imageContainer--isIE {
    height: 0;
  }
  .popstories .Item-imageContainer .img-responsive {
    height: 66.5px !important;
  }
  .link-button .ImageLink img {
    background-size: contain !important;
    max-height: 170px;
  }
}





.appUBIcons
{
   padding: 10px;
}
.appUBDiv
{
  font-size: 16px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.wbocUBTitle
{
    font-size: 20px;
    display: block;
    border-bottom: solid 1px #c0c0c0;
    padding-bottom: 5px;
    color: #555 !important;
}

.wbocUBTitle a
{
 color: #555 !important;
}

.wbocUBButton
{
   border: solid 1px #c0c0c0;
}
.wbocUBDescription
{
    font-size: 14px;
}

.wbocUBChildDiv
{
    padding-top: 0px;
}

#wbocUBParentBordered
{
    /* border: solid 1px #e6e4e4; */
    padding: 10px;
    padding-left:10px;
    padding-right:10px;
    margin-top: 10px;
}

.wbocUBParentBordered p {
   padding: 0px;
   margin: 2px;
}

#wbocUBParent
{
    border: solid 1px #e6e4e4;
    padding: 5px;
    margin-top: 10px;
}

.CardList-item-description
{
   max-height: inherit;
}
.wbocUBParentBordered
{
   /* border: solid 1px #e6e4e4; */
   padding: 5px;
   margin-top: 10px;
   padding-bottom: 10px;
   padding-top: 10px;
}
.wbocSeparator
{
   height:20px;
   background-color:#c0c0c0;
}

.ComponentTitle {
   border-bottom: solid 0px #c0c0c0;
   padding-bottom: 0px;
}
.wbocCalTitle
{
    color:#000000;
    display: block;
}
.wbocCalItemTitle
{
    font-weight:600 !important;
    color:#000000;
    font-size:14px !important;
}
.wbocCalNav
{
    margin-top: 5px;
}
.wbocCalNav button
{
    font-size:12px;
    padding:5px;
}
.wbocCalTitle
{
    margin-top: 15px;
    font-size:20px;
    border-bottom: solid 1px #c0c0c0;
    padding-bottom: 9px;
    color: #555 !important;
}
.wbocCalWidget
{
    margin-top:20px;
}
.wbocCalItemVenue
{
    color:#000000;
}
.wbocCalInactiveBtn
{
    background-color:#c0c0c0;
}


.next-12-hours-row .next-12-hours-label {top: 0px;}

@media only screen and (max-width: 768px) {
.MultiDayForecastRow .daily-forecast-summary-expanded .weather-phrase {
    padding-top: 34px;
}
.MultiDayForecastRow .daily-forecast-summary-expanded .weather-title+div{overflow: visible;}



}

.CollapsibleHeader-collapse .HeaderMenu-SearchBar {
    padding-right: 40px !important;
}


@media screen and (min-width: 768px){
.MultiDayForecastRow .down-arrow {
    right: 5px;
}
.CollapsibleHeader-collapse .HeaderMenu-SearchBar {
    padding-right: 8px !important;
}
}



.FooterNavigation-menu-column

{ margin-top: 1px; }
.nav>li>a

{ position: relative; display: block; padding: 10px 1px; }





@media (min-width: 768px){
.col-sm-7 {width: 61.333333%;}
.col-sm-5 {width: 32.666667%;}
.PageGrid.PageBody .row {
  padding-left: 15px;
  padding-right: 15px;
}
.PageGrid.PageBody.container {
  width: 100% !important;
  padding: 0;
}
}

.CollapsibleHeader .HeaderMenu .dropdown-menu li>a {  
    padding: 8px;
    padding-left:13px;
    padding-right:13px;
}


.footer-logo-wrap
{margin-bottom: 10px;}


body#WallpaperAd {
    background-position: center 143px !important;
}
