/*** GENERAL CSS ***/
a {
    color: #231f20;
}

a:hover {
    color: #a67d51 !important;
}

.entry-title a:hover {
    color: #a67d51!important;
}

.article__body a {
    color: #336699;
    font-weight: bold;
}

.wrapper {
    padding-top: 0 !important;
}

.login-button {
    color: white;
    padding: 0;
    border: none;
    background: none;
}

.login-button:hover {
    color: #a67d51 !important;
}

.bookmark-button {
    color: #666;
    padding-right: 28px;
    font-size: 25px;
    border: none;
    background: transparent;
    outline: none !important;
}

.bookmark-button:hover {
    color: #a67d51 !important;
    cursor: pointer;
}

p {
    margin-bottom: 0rem;
    line-height: 1.4 !important;
    font-size: 1.25rem;
}
p.summary {
    line-height: normal!important;
}
.fullStory a {
    color: #369;
    font-weight: 700;
}

.fullStory p {
    line-height: 1.4;
    font-size: 1.25rem;
    font-weight: 400;
    color: #231f20;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0.5em;
}

.fullStory, .fullStory p {
    clear: left;
}

.section-header {
    border-top: solid 2px #336699;
    border-bottom: solid 1px #434243;
    font-size: 1.2em;
    padding-top: 3px;
    line-height: 34px;
    font-weight: 700;
    clear: both;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.inline-head, .static-inline-head {
    border: 0;
    border-bottom: 1px solid #ddd;
    text-align: left;
    line-height: 1.8em;
}

.pull-right-md img {
    margin-bottom: 10px;
}

img.ad-assets-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-height: 150px;
}

.how-to a {
    font-weight: 700;
    color: #369!important;
    padding-left: 10px;
}

.how-to p {
    margin-bottom: 0.5em;
}

.modal-header {
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    font-weight: 800;
    font-size: 12px;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin: 8px, 12px;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.modal-title {
    text-align: left;
    margin: 0;
    line-height: 1.42857143;
}

.pull-right {
    float: right!important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive .sportvid .galleryitem{
    display: none;
    max-width: 100%;
    height: auto;
}

.inner-cont, .inner-slide {
    padding-right: 24px;
}
/*** END GENERAL CSS ***/

/*** TOP BAR ****/

#top-bar {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-transform: uppercase;
}

div#top-bar, div#top-bar a {
    font-size: 15px;
}

#top-bar .sidemenuTrigger {
    width: 135px;
    background: #A67D50;
    padding-left: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 15px;
}

#top-bar .sidebarTriggerText {
    font-family: proxima-nova-condensed,Helvetica,sans-serif;
    color: #222;
    font-weight: bold;
}

#top-bar i.fa.fa-bars {
    padding-left: 4px;
    font-size: 16px;
    color: white;
}

#top-bar .right {
    margin-top: auto;
    margin-bottom: auto;
}

#top-bar .right-top-bar-menu {
    font-weight: bold;
}

#top-bar .right i.fa.fa-search {
    color: #9d9d9d;
}

.right-top-bar-menu span {
    padding-right: 10px;
}

.search-bar {
    display: none;
}

#top-bar .top-bar-logo img {
    max-width: 130px;
}

#top-bar .center {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

#top-bar .right .search  {
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
}

.navbar-brand {
    display: inline-block;
    padding-top: 2rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-nav .navbar {
    margin-bottom: 0px;
}

.navbar {
    padding: 1px 0px;
}

ul {
    margin-top: 0px;
    line-height: 1.4 !important;
    font-size: 1.25rem;
}

#top-bar-mobile {
    background-color: #333;
    width: 100%;
}

#top-bar-mobile .sidemenuTrigger {
    background-color: #a67d51;
    margin-top: 0;
    margin-bottom: 0;
}

#top-bar-mobile .logo img {
    max-width: 140px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 26px;
}

#top-bar-mobile .hamburger-button {
    font-size: 22px;
    padding-left: 5px;
    padding-top: 10px;
}

#top-bar-mobile .links {
    margin-top: auto;
    padding-bottom: 7px;
}

#top-bar-mobile .links a {
    color: white;
    font-size: 12px;
    font-family: proxima-nova-condensed,Helvetica,sans-serif;
    font-weight: bold;
}

#top-bar-mobile .divider {
    color: #a67d51;
}

/* search Dropdown*/
.searchmenu {
    padding-top: 15px;
}

.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  /* The container <div> - needed to position the dropdown content */
  .searchdropdown {
    position: relative;
    display: inline-block;
  }

  /* Dropdown Content (Hidden by Default) */
  .search-bar {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    z-index: 1000;
  }

  .search-field {
      margin-right: 15px;
  }

  .search-button {
    background-color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(224, 224, 224) 100%);
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow :rgba(255, 255, 255, 0.15) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 1px 0px;
    font-size: 14px;
    line-height: 20px;
    height: 34;
  }

/*** END TOP BAR ****/

/*** HEADER LOGO ****/

.header-region .container {
    margin-bottom: 5px;
    margin-top: 15px;
    padding-bottom: 15px;
}

.header-region .logo {
    text-align: center;
}

.header-region .logo img {
    max-width: 292px;
}

.header-region .tagline {
    text-align: center;
}

.header-region .tagline img {
    max-width: 240px;
}

.header-region .date {
    font-family: proxima-nova,sans-serif;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}

.header-region-article {
    padding-top: 90px;
    padding-bottom: 10px;
}

.header-region-article .logo img {
    max-width: 192px;
}

.header-region-article .section {
    text-align: center;
    font-family: proxima-nova-condensed,sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

.header-region-article .date {
    font-family: proxima-nova,sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: right;
}

.header-region-article .separator {
    border-bottom: 2px solid #a7a7a7;
    padding-top: 15px;
}

@media (max-width:767px) {
    .header-region-article {
        padding-top: 0;
    }

    .header-region-article .date {
        text-align: center;
    }
}

/**** END HEADER LOGO ****/


/**** SIDEBAR MENU *****/

.sidebar_heading {
    font-family: proxima-nova-condensed,sans-serif;
    color: #a0792c;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 12px;
}

/***** END SIDEBAR MENU ****/



/***** TEASER CSS ****/

.topstories_section_main .entry-title {
    margin-bottom: 10px;
    line-height: 40px;
}

.topstories_section_main .entry-title a {
    font-family: kepler-std-semicondensed,serif;
    color: #231f20;
    font-size: 34px;
    font-weight: bold;
}

.topstories_section_main .teaser-body {
    font-family: kepler-std-semicondensed,serif;
    color: #231f20;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
}

.topstories_section_main .teaser-body .mobile {
    font-family: kepler-std-semicondensed,serif;
    color: #231f20;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
}

.topstories_section_bottom {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width: 767px) {
    .topstories_section_bottom {
        margin-left: 25px;
        margin-right: 25px;
    }
}

.topstories_section_bottom .entry-title {
    margin-bottom: 5px;
    line-height: 30px;
}

.topstories_section_bottom .entry-title {
    font-family: kepler-std-semicondensed,serif;
    color: #231f20;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
}

@media (max-width: 767px){
    article.topstories_section_main .entry-title,
    article.topstories_section_bottom .entry-title {
        text-align: left !important;
    }
}

.comments i {
    color: #a7a9ac;
}

.mostread-teaser {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 15px;
}

.mostread-teaser .headline {
    line-height: 25px;
}

.mostread-teaser a .headline {
    font-family: kepler-std-semicondensed,serif;
    font-size: 20px;
}

.mostread-teaser a {
    color: black;
}

.mostread-teaser a:hover {
    color: #a67d51;
}

.mostread-teaser .count {
    color: #222;
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: 700;
    padding-right: 10px;
    font-size: 25px;
}

.mostdiscussed {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 15px;
}

.mostdiscussed .headline {
    line-height: 25px;
}

.mostdiscussed a .headline {
    font-family: kepler-std-semicondensed,serif;
    font-size: 20px;
}

.mostdiscussed a {
    color: black;
}

.mostdiscussed a:hover {
    color: #a67d51;
}

.mostdiscussed .count {
    color: #222;
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: 700;
    padding-right: 10px;
    font-size: 25px;
}

.mostdiscussed .commentcount {
    font-family: proxima-nova-condensed,sans-serif;
    font-size: .9em;
    color: #369;
    font-weight: 600;
}
.mostdiscussed .commentcount i.fa.fa-comment{
    color: #a7a9ac;
}

.mostviewedmedia {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 15px;
}

.mostviewedmedia .headline {
    line-height: 25px;
}

.mostviewedmedia a .headline {
    font-family: kepler-std-semicondensed,serif;
    font-size: 20px;
}

.mostviewedmedia a {
    color: black;
}

.mostviewedmedia a:hover {
    color: #a67d51;
}

.mostviewedmedia .count {
    color: #222;
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: 700;
    padding-right: 10px;
    font-size: 25px;
}
span.commentcount {
    font-family: proxima-nova-condensed;
    font-weight: 600;
}
.sidebar-latest.teaser {
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sidebar-latest.teaser .date {
    color: #369;
    font-family: proxima-nova-condensed,sans-serif;
    font-size: 16px;
}

.sidebar-latest.teaser .headline {
    line-height: 22px;
    margin-bottom: 4px;
}

.sidebar-latest.teaser .headline a {
    font-family: kepler-std-semicondensed,serif;
    color: #231f20;
    font-size: 20px;
    font-weight: bold;
}

.article-block.teaser.col-md-4 {
    float: left;
}

@media(min-width:767px) {
    .article-block.teaser.col-md-4 {
        padding-left: 0;
        padding-right: 30px;
        height: 320px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
}


.article-block .section {
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: bold;
    color: #696969;
    font-size: 14px;
}

.article-block .headline {
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: bold;
    color: #231f20;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 10px;
}

.article-block .teaser-body {
    font-family: kepler-std-semicondensed,serif;
    color: #231f20;
    line-height: 1.25rem;
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 1.15rem;
}

.article-block  .comments i {
    color: #a7a9ac;
    font-size: 14px;
}

.ad-section-header a {
    color: #fff!important;
}

.ad-section-header {
    font-size: 1.1em;
    padding-top: 3px;
    line-height: 34px;
    font-weight: 700;
    clear: both;
    background-color: #369;
    padding-left: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #369;
}

.ad-section-header, .inline-head, .referitem, .section-head, .section-header {
    font-family: proxima-nova,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
}

#social-cont {
    float: right;
}

#social-cont #facebook{
    color: rgb(102, 102, 102);
    float: left;
    outline-color: rgb(102, 102, 102);
    padding-top: 5px;
}

#social-cont {
    float: right;
}

#social-cont #twitter{
    color: rgb(102, 102, 102);
    float: left;
    outline-color: rgb(102, 102, 102);
    padding-top: 5px;
}

.social-border {
    background-color: rgb(204, 51, 51);
    float: left;
    height: 40px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    width: 2px;
}

h6.bits-hed {
    margin-bottom: 14px;
}

h6 {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    position: relative;
}

h1, h2, h3, h4, h5, h6, p {
    color: #231f20;
    font-family: kepler-std-semicondensed,serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    line-height: 1.2;
}

hr.full-divider {
    border-color: #dedede;
    margin-bottom: 30px;
}

.book1-slick-next, .book1-slick-prev {
    z-index: 10;
    height: 25px;
    width: 25px;
}

.book1-slick-next, .book1-slick-prev {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%!important;
    margin-top: -10px;
    padding: 0;
    border: 0;
    outline: 0;
}

.book1-slick-prev {
    left: 0px!important;
}

.book1-slick-next {
    right: 0px!important;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
}

*, :after, :before {
box-sizing: border-box;
}

.book1-slick-next i, .book1-slick-prev i {
    color: #cfd0d2;
    font-size: 25px;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top,#369 0,#24476b 100%);
    background-image: linear-gradient(to bottom,#369 0,#24476b 100%);
    background-repeat: repeat-x;
    border-color: #214263;
}

.category-list-header {
    color: #a0792c;
    font-weight: 700;
    font-family: proxima-nova-condensed,sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
}

.category-list {
    /*border-bottom: solid 1px #dbdbdb;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.category-list .entry-title {
    font-family: kepler-std-semicondensed,serif;
    line-height: 25px;
    font-weight: bold;
    font-size: 20px;
}

.category-list .teaser-image {
    padding-bottom: 12px;
}

.center {
    width: 100%;
    text-align: center!important;
}

.thumb-crop_02 {
    position: relative;
    width: 245px;
    height: 170px;
    overflow: hidden;
    margin: 0 auto;
}

#contest-single-slider p, #contest-slider p, #specialsect-slider-cont p, .bookstore-item p {
    font-family: proxima-nova-condensed,sans-serif;
    font-size: .9em;
    text-align: center;
    margin: 5px 0 0 0;
    color: #fff;
    background-color: #231f20;
}

.bookstore-item img {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.logo-forum {
    max-width: 170px;
}

.weekend-block-main {
    border-bottom: none;
}

.heading-spacer {
    padding-top: 32px;
}

hr.story-sep {
    border: 0;
    height: 1px;
    background: #dbdbdb;
    margin: 0 0.5em 1em 0;
}

.panel-body {
    padding: 15px;
}

.well-rev-gray {
    background-image: none;
    background-repeat: no-repeat;
    border-color: #dcdcdc;
    box-shadow: none;
    min-height: 20px;
    padding: 19px;
    background-color: #656666;
    border: 1px solid #e3e3e3;
    border-radius: 0;
}

.new-slick-next {
    right: 0px!important;
}

.new-slick-prev {
    left: 0px!important;
}

.new-slick-next, .new-slick-prev {
    position: absolute;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    margin-top: -10px;
    padding: 0;
    border: 0;
    outline: 0;
    top: 100%!important;
    z-index: 10;
    height: 25px;
    width: 25px;
}

.new-slick-next i, .new-slick-prev i {
    color: #cfd0d2;
    font-size: 25px;
}

.small-slick-next {
    right: 4px!important;
}

.small-slick-prev {
    left: 4px!important;
}

.small-slick-prev, .small-slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: 0;
    outline: 0;
    top: 33%!important;
    z-index: 10;
    height: 25px;
    width: 25px;
}

.small-slick-next i, .small-slick-prev i {
    color: rgba(252,253,255,.8);
    font-size: 25px;
    text-shadow: -3px 3px 3px #333;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.widgetpubimage {
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

#bookstore-slider-cont, #contest-slider-cont, #specialsect-slider-cont {
    background-color: #231f20;
    padding-bottom: 30px;
}

#contest-single-slider a, #contest-slider a, #contest-slider a:link, #specialsect-slider-cont a, #specialsect-slider-cont a:link, .bookstore-item a, .bookstore-item a:link {
    color: #fff;
    text-decoration: none;
}

/*** END TEASER CSS ***/

/**** ARTICLE PAGE CSS ***/

.article-page .article__headline {
    font-family: kepler-std-semicondensed,serif;
    color: #231f20;
    font-weight: bold;
    font-size: 38px;
}

.article-page .article-restofcontent {
    font-family: kepler-std-semicondensed,serif;
    font-size: 18.4px;
    color: #231f20;
    height: 100%;
}

.article-page .article-date {
    color: #464646;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 13px;
    font-family: proxima-nova,sans-serif;
}

.article-page .relatedArticles .heading {
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: 700;
    color: #a0792c;
    font-size: 17px;
    margin-bottom: 10px;
}

.article-page .relatedArticles .headline {
    font-family: kepler-std-semicondensed,serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-top: 6px;
    margin-bottom: 4px;
}

.article-page .relatedArticles .summary {
    font-family: kepler-std-semicondensed,serif;
    font-size: 16px;
    line-height: 22px;
}

.article-page .relatedArticles .content {
    padding-right: 60px;
}

.article-page .relatedArticles .article {
    border-bottom: #dedede solid 1px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.article-page .social-media.article a {
    color: #666;
    padding-right: 28px;
    font-size: 25px;
}

.article-page .article-byline {
    font-family: proxima-nova,sans-serif;
    color: #231f20;
}

.article-page .article__byline-name {
    padding-top: 0;
}

.article-page .article-staff {
    margin-bottom: 30px;
}

@media (min-width: 592px) {
    .article-slider img {
        object-fit: contain;
        max-height: 540px;
    }
}

.article-page .article-slider img {
    background: #202020;
}

.article-page .article-staff .name {
    color: #00669A;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    padding-right: 20px;
}

.article-page .article-staff .info {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    padding-top: 8px;
    padding-bottom: 6px;
}

.article-page .article-staff .email {
    font-family: proxima-nova-condensed, sans-serif;
    font-size: 18px;
}

.article-page .article-byline i {
    color: #666;
}

.article-page .article-byline .email a {
    color: #369;
    padding-left: 10px;
}

.article-page .article-staff .description {
    padding-top: 10px;
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
}


.article-page .article-slider .slick-arrow {
    color: white;
    text-shadow: none;
    margin-top: 310px;
    position: absolute;
    top: 0;
    z-index: 2;
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 600;
    font-size: 17px;
}

@media(max-width:767px) {

    .article-page .article-slider .slick-arrow {
        margin-top: 90px;
    }

    .article-page .article-slider .slick-arrow i {
        font-size: 45px;
    }
}

.article-slider {
    padding-bottom: 10px;
}

.article-slider div .article_image_caption {
    color: black;
    background: white;
    font-family: proxima-nova-condensed,sans-serif;
    font-size: 16px;
    padding-top: 18px;
    text-align: left;
}

.article-page .article-slider .previous_arrow.slick-arrow {
    background: none;
}

.article-page .article-slider .next_arrow.slick-arrow {
    right: 0;
    background: none;
}

.article-slider img {
    padding-right: 10px;
    padding-left: 10px;
}

.article-page .article-slider .slick-arrow i {
    color: white;
    font-size: 50px;
    font-weight: 600;
}

.article-page .article-slider .slick-disabled {
    opacity: 0;
    pointer-events:none;
}

.article-page .article-slider .slick-arrow i.fa-angle-left {
    padding-left: 6px;
}

.article-page .article-slider .slick-arrow i.fa-angle-right {
    padding-right: 6px;
}

/* the slides */
.slick-slide {
    margin: 0 5px;
}
/* the parent */
.slick-list {
    margin: 0 -30px;
}

/*** END ARTICLE PAGE CSS ****/

/*** START COMMENTS CSS ****/

.author {
    float: left;
    padding-left: 8px;
    padding-top: 5px;
}

.panel-title {
    box-sizing: border-box;
    float: left;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    font-family: kepler-std,serif;
}

.comment-report {
    box-sizing: border-box;
    color: #c40016;
    float: right;
    font-family: proxima-nova,sans-serif;
    font-style: normal;
    font-size: .9em;
    font-weight: 800;
    padding-top: 2px;
    padding-right: 8px;
}

.comment-time {
    color: #636363;
}

.datecontainer {
    font-family: proxima-nova,sans-serif;
    font-style: normal;
    font-size: .9em;
    font-weight: 600;
}

.panel-body-comments {
    padding: 8px 13px;
}

.panel-comments {

    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid transparent;;
    border-radius: 0;
    border-color: #ccc;
}

.comment-body p {
    font-size: 1.15em;
    word-wrap: break-word;
    line-height: 160%;
    font-weight: 400;
}

.postdate {
    float: left;
    padding-left: 8px;
    padding-top: 3px;
}

h3.comment-reply-title {
	font-family: 'proxima-nova-condensed', sans-serif;
}

.text-policy{
	font-family: 'proxima-nova-condensed', sans-serif;
    	line-height: 1.25;
}


#comment {
    width: 100%;
}


/*** END COMMENTS CSS ****/

/***FOOTER CSS***/

.footer {
    background: #231F20;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: proxima-nova,sans-serif;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.footer .logo {
    max-width: 105px;
}

@media (min-width:767px) {
    .footer .left {
        padding-left: 60px;
    }
}

@media (max-width:767px) {
    .footer .footer_logo_image {
        max-width: 140px;
        padding-left: 0;
    }
}

.footer .left .info p, .footer .left .info b {
    line-height: 6px;
}

.footer .left .info-heading {
    font-weight: 600;
    padding-bottom: 8px;
}

.footer .why-the-day {
    text-align: center;
    padding-top: 20px;
    color: #a67d51;
    font-weight: 600;
}

.footer .back-top {
    text-align: center;
}

.footer .heading, .footer .heading a {
    color: #a67d51;
    font-weight: bold;
}

.footer .left .staff-profiles a {
    color: white;
    padding-right: 8px;
}

.footer .left .social-media-icons a, .footer .right .links a {
    color: white;
}


.footer .left .social-media-icons a:hover {
    color: blue;
}

.footer .left .social-media-icons i {
    font-size: 26px;
    padding-right: 15px;
    padding-top: 10px;
}

.footer .left .social-media-icons .icons {
    font-size: 26px;
    padding-top: 10px;
}

.footer .left .social-media-icons .icons i {
    padding-right: 20px;
}

.footer .links, .footer .links a {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
}

.footer .right .links a {
    padding-right: 12px;
}

.footer .right .quick-links i {
    padding-right: 8px;
}

.footer .why-the-day a {
    color: #a67d51;
}

.footer .back-to-top a {
    color: white;
}

.footer .back-to-top {
    text-align: center;
}

.info {
    color: #fff;
}

/***END FOOTER CSS***/

/***MENUSIDEBAR CSS***/

#sidebarMenu {
    text-transform: uppercase;
}

#sidebarMenu input {
    font-family: proxima-nova-condensed,Helvetica,sans-serif;
    font-size: 15px;
}

#menu-hamburger-menu li {
    line-height: 12px;
    border-bottom: 1px solid #323949;
    margin-left: 20px;
}

.item {
    font-family: proxima-nova-condensed,Helvetica,sans-serif;
    border-bottom-color: rgb(50, 57, 73);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 15px;
}

.childmenu {
    text-transform: none;
    border-bottom-style: none !important;
    border-bottom-width: 1px;
    padding-left: 60px;
}

#sidebarMenu a {
    padding-left: 40px;
    color: white;
}

#sidebarMenu li a.nav-link {
    font-size: 15px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: 1px solid #323949;
}

#sidebarMenu li {
    margin-left: 10px;
}

#sidebarMenu .sidebar_menu_text {
    text-transform: uppercase;
    font-weight: 800;
}

#sidebarMenu .dropdown-menu {
    background: rgb(45,47,51);
}

#sidebarMenu .close-button {
    color: white;
    text-align: right;
    font-size: 20px;
}

#sidebarMenu .social-media-cont a  {
    color: white;
    padding-left: 5px;
}

#sidebarMenu .sidebar-menu-social-media i {
    padding-right: 12px;
}

#sidebarMenu input {
    border-radius: 0;
}

#sidebarMenu .sidebar-menu-social-media-icons {
    padding-left: 20px;
    padding-bottom: 10px;
}

#sidebarMenu .sidebar-menu-social-media-icons a {
    color: white;
    padding-left: 30px;
    padding-bottom: 5px;
    display: inline;
    padding-right: 15px;
    padding-left: 0;
}

#sidebarMenu .sidebar_menu_divider {
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: proxima-nova-condensed,Helvetica,sans-serif;
    padding-left: 5px;
    margin-left: 15px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#sidebarMenu .sidebar_menu_text {
    font-weight: 800;
}

#sidebarMenu .sidebar_menu_divider.marketplace {
    background: #336699;
    font-weight: 800;
}

#sidebarMenu .sidebar_menu_divider.services {
    background: #A67D51;
    font-weight: 800;
}

/***END MENUSIDEBAR CSS***/

/*****ADS CSS********/

#topad {
    text-align: center;
}

#topad.article {
    padding-top: 10px;
}

#bottomad {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

/****END ADS CSS****/

/****SUPPORT LOCAL NEWS*****/

.support-local-news {
    border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.support-local-news .heading {
    font-family: "kepler-std-semicondensed",serif;
    font-size: 24.6px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.support-local-news .content {
    line-height: 6px;
    text-align: center;
    padding-bottom: 15px;
}

.support-local-news .content p {
    font-family: proxima-nova-condensed,sans-serif;
    font-size: 14px;
}

.support-local-news .button {
    text-align: center;
    color: #fff;
}

.support-local-news .button .btn.btn-override {
    background-color: #8a1e1e !important;
    background-image: none !important;
    padding-left: 2em;
    padding-right: 2em;
}

.support-local-news .button .btn-proxima {
    font-family: proxima-nova-condensed,sans-serif;
    font-size: 95%;
}

/*****END SUPPORT LOCAL NEWS****/

/****SECTION FRONT HEADER****/

#section-front.wrapper .container {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}

#section-front.concept .container {
    padding-top: 100px;
}

#section-front.concept .section {
    font-family: proxima-nova-condensed,sans-serif;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
}

#section-front.concept .date {
    font-family: proxima-nova,sans-serif;
    font-weight: bold;
    text-align: right;
    font-size: 14px;
}

#section-front.concept .header {
    border-bottom: 2px solid #a7a7a7;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

#section-front.concept .logo {
    text-align: left;
}

#section-front.concept .logo img {
    max-width: 192px;
}

#section-front .left {
    padding-right: 20px;
}

#section-front.concept .left-block {
    padding-right: 15px;
}

#section-front.concept .left-block .text {
    overflow-wrap: break-word;
}

#section-front .right {
    padding-left: 20px;
}

.concept-section-front-header {
    color:  #231f20;
    display: block h1;
    font-family: proxima-nova-condensed, sans-serif;
    font-size:  44px;
    font-weight: 700;
    margin-top: 25px;
    text-align: center;


}

.section-front-header {
    padding-top: 100px;
}

.section-front-header {
    padding-top: 90px;
    padding-bottom: 10px;
}

.section-front-header .logo img {
    max-width: 192px;
}

.section-front-header .section {
    text-align: center;
    font-family: proxima-nova-condensed,sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

.section-front-header .date {
    font-family: proxima-nova,sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: right;
}

.section-front-header .separator {
    border-bottom: 2px solid #a7a7a7;
    padding-top: 15px;
}

@media (max-width:767px) {
    .section-front-header {
        padding-top: 0;
    }

    .section-front-header .date {
        text-align: center;
    }
}

.row-special {
    padding: 15px 0;
    border-bottom: 1px solid #a7a7a7;
    border-top: 2px solid #a7a7a7;
}

/****END SECTION FRONT HEADER****/

/***SECTION FRONT TEASERS****/

.article-list-onecolumn {
    padding-bottom: 30px;
}

.article-list-onecolumn .headline {
    font-family: kepler-std-semicondensed,serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 30px;
    padding-bottom: 5px;
}


.banner-ad-block {
    padding-bottom: 30px;
}

#section-front .right .heading {
    font-family: proxima-nova-condensed,sans-serif;
    text-transform: uppercase;
    font-weight: 0900;
    color: #a0792c;
    font-size: 20px;
}

.sidebar-mostread .number {
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: 900;
    font-size: 20px;
    padding-right: 6px;
}

.sidebar-mostread {
    border-bottom: 1px solid #cecece;
    vertical-align: top;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 25px;
}

.sidebar-latest {
    border-bottom: 1px solid #cecece;
    line-height: 30px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sidebar-latest .headline {
    font-family: kepler-std-semicondensed,serif;
    font-weight: 600;
    font-size: 20px;
}

.sidebar-latest .date {
    font-family: proxima-nova-condensed,sans-serif;
    color: #369;
}

.block-headline {
    font-size: 18px;
    font-weight: 600;
    font-family: kepler-std-semicondensed, serif;
    margin: 10px 0;
    line-height: 22px;    
}

.bucket-header {
        font-size: 20px;
        font-weight: 900;
        font-family: proxima-nova-condensed,sans-serif;
        color: #a0792c;
    }
.bucket-header-caps {
        font-size: 20px;
        font-weight: 900;
        font-family: proxima-nova-condensed,sans-serif;
        color: #a0792c;
        text-transform: uppercase;
    }

.bucket-header a{
    font-size: 20px;
    font-weight: 900;
    font-family: proxima-nova-condensed,sans-serif;
    color: #a0792c;
}
.cist-byline a{
    color: rgb(160, 121, 44);
    font-weight: 600;
    font-size: 16px;
    font-family: proxima-nova-condensed,sans-serif;
}
.contread{
    margin-bottom: 33px;
    text-align: right;
}

.contread a{
    color: rgb(51, 102, 153);
    font-family: proxima-nova, sans-serif;
    font-size: 12.8px;
    font-weight: 600;
    outline-color: rgb(51, 102, 153);
    text-decoration-color: rgb(51, 102, 153);
}
.inner-cont{
    margin-bottom: 33px;
    margin-left: 10px;
}

.town-news-bucket {
    background-color: rgb(101, 102, 102);
    border-color: rgb(220, 220, 220);
    border-style: solid;
    border-width: 1px;
    min-height: 20px;
    padding: 9px 9px 9px 9px;
    font-size: 14px;
    font-family: sans-serif;
}

.town-news-bucket p{
    color: rgb(255, 255, 255);
    font-family: kepler-std-semicondensed, serif;
    font-size: 18.4px;
    margin-bottom: 9.2px
}

.section-sidebar {
    margin-bottom: 20px
}

.padding {
        margin-top: 33px;
}

.panel-default {
    background-color: rgb(255, 255, 255);
    border-color: rgb(221, 221, 221);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: block;
    font-family: sans-serif;
    margin-top: 5px;
}

.panel-heading {
    background-image: linear-gradient(rgb(245, 245, 245) 0px, rgb(232, 232, 232) 100%);
    border-radius: 3px;
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    padding: 10px 15px 10px;
}

.todtheadline {
    font-size: 20px;
    font-weight: 800;
    font-family: proxima-nova-condensed, sans-serif;
    margin-left: 10px;
    line-height: 1.3;
    margin-top: 10px;
}

.todtbucket {
    border-color: rgb(187, 187, 187);
    border-style: solid;
    border-width: 1px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 12px;
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
    width: 360px;
}

#ytplayer {
    width: 100%;
    height: 100%;
}

.well {
background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.article-facts-cont h3, .article-grafic-cont h3 {
    font-size: 1.5em;
    font-family: proxima-nova,sans-serif;
    margin-bottom: 20px;
}

.article-facts-cont p, .medium .article-grafic-cont p {
    font-size: 1.1em;
    font-family: proxima-nova,sans-serif;
}
.leadarticlehead {
    margin-top: 10px;
}

/***END SECTION FRONT TEASERS***/

/***STATIC TEASERS****/
.static-header{
    text-align: center;
    font-family: proxima-nova-condensed,sans-serif;
    font-size: 44px;
    font-weight: 700;
    text-transform: capitalize;
}


/***END STATIC TEASERS***/
/***CAROUSELs AND PROMOS****/
.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.carousel-item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.slider div {
    text-align: left
}

.slider div img {
    margin-left: auto;
    margin-right: auto
}

.slide-caption {
    min-height: 100px
}

.newsletter-promo {
text-align: left;
padding: 20px;
min-height: 114px;
max-width: 525px;
margin: 0 auto 12px 10px;
background-color: #a67d51;
}

.newsletter-promo p {
font-family: proxima-nova-condensed,sans-serif;
    font-size: 1em;
    padding: 0;
    font-weight: 600;
    color: #fff;
}

.btn-black {
    background-image: linear-gradient(to bottom,#222 0,#222 100%) !important;
    background-color: #222 !important;
    color: #fff !important;
}


/***END CAROUSELs AND PROMOs****/

/*****EVENTS CSS******/

.events-header .date {
    font-family: proxima-nova,sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #231f20;
    text-align: right;
}

.events-header {
    padding-top: 15px;
}

#event-page .calendar {
    font-family: sans-serif;
    font-size: 13px;
    background: ;
}

#event-page .calendar a.prev-month.eme-cal-prev-month {
    padding-right: 10px;
    padding-bottom: 2px;
    margin-bottom: 10px;
    border-radius: 5px 0 0 5px;
}

#event-page .calendar ul.eme-calendar-day-event {
    padding-bottom: 6px;
    font-size: 16px;
}

#event-page .calendar a.next-month.eme-cal-next-month {
    padding-left: 10px;
    padding-bottom: 2px;
    margin-bottom: 10px;
    border-radius: 0 5px 5px 0;
}

#event-page .calendar table.fullcalendar td {
    border: 0;
    border-bottom: 1px solid #ddd;
}

#event-page .calendar ul {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
    background: #E9E9E9;
}

#event-page .calendar .eme-calendar-full {
    background: white;
}

#event-page .calendar .eme-calendar-full {
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.eme_events_list {
    padding-left: 0;
}

.eme_events_list .title, .event-item.single-event .title {
    line-height: 30px;
}

.eme_events_list .event-item, .event-item.single-event .event-item {
    padding-bottom: 15px;
}

.eme_events_list .category-top, .event-item.single-event .category-top {
    font-family: proxima-nova-condensed,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #a0792c;
    font-size: 18px;
}

#event-page .event-container .content {
    padding: 15px;
}

.eme_events_list .event-container {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.eme_events_list .heading {
    background-color: #EEEEEE;
    color: #555;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.event-item.single-event .location {
    font-family: kepler-std-semicondensed,serif;
    font-size: 18px;
}

.event-item.single-event .location .heading {
    font-weight: bold;
}

.event-item.single-event .location {
    font-family: kepler-std-semicondensed,serif;
    font-size: 18px;
}

.event-item.single-event .location p {
    margin-bottom: 0;
    line-height: 25px;
}

.event-item.single-event .date {
    font-family: kepler-std-semicondensed,serif;
    font-weight: bold;
    font-size: 18px;
}

.event-item.single-event .category-body {
    padding-bottom: 10px;
}

.event-item.single-event .events-home {
    background: #f5f5f5;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: sans-serif;
    margin-bottom: 12px;
}

.event-item.single-event .events-home .date {
    font-family: sans-serif;
    font-weight: initial;
    font-size: 16px;
    color: #999;
}

span.event-home-title {
    border-right: solid 2px #999;
    padding-right: 8px;
    margin-right: 5px;
}

.eme_events_list .title a, .event-item.single-event .title a {
    font-family: kepler-std-semicondensed,serif;
    color: #231f20;
    font-weight: bold;
    font-size: 28px;
}

.eme_events_list .date {
    color: #369;
    font-family: proxima-nova,sans-serif;
    font-weight: bold;
    font-size: 13px;
}

.eme_events_list .image, .event-item.single-event .image {
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
}

.eme_events_list .content, .event-item.single-event .content {
    padding: 15px;
}

.eme_events_list .text, .event-item.single-event .text  {
    font-family: kepler-std-semicondensed,serif;
    font-size: 18px;
    line-height: 28px;
}

.eme_events_list button.btn.btn-link, .event-item.single-event button.btn.btn-link {
    background: #369 !important;
    color: white !important;
}

.event-container .content .category, .event-item.single-event .content .category {
    font-family: kepler-std-semicondensed,serif;
    text-transform: none;
    color: #231f20;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.event-item.single-event .content {
    padding-left: 0 !important;
}

#eme_filter_form .heading, .calendar .heading {
    color: #a0792c;
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 6px;
}

select#eme_loc_filter {
    width: 100%;
}

select#eme_cat_filter {
    width: 100%;
}

#event-page .location_filter {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #656666;
    color: white;
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
}

#event-page .category_filter {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #EAEAEA;
    color: black;
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
}

#event-page .submit .heading {
    color: #a0792c;
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: bold;
    font-size: 18px;
}

#event-page .search .heading {
    color: #a0792c;
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: bold;
    font-size: 18px;
}

#event-page .search .form-group {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #EAEAEA;
    color: black;
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
}

#event-page .search-form-container {
    padding: 20px;
    background: white;
    border: solid 1px #dddddd;
}

#event-page .search-form-container .form {
    padding-right: 0;
}

#event-page ul.eme-calendar-day-event {
    display: none;
}

#event-page .search .text {
    font-family: kepler-std-semicondensed,serif;
    padding-bottom: 4px;
    font-size: 18px;
}

.event-search-heading {
    font-family: kepler-std-semicondensed,serif;
    font-size: 28px;
    font-weight: bold;
}

/***END EVENTS CSS*****/

.breadcrumb>li+li:before {
    content: "|\00a0";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    font-family: sans-serif;
    list-style-position: outside;
    list-style: none;
    margin-block-end: 20px;
    margin-bottom: 20px;
    padding: 8px 15px;
    text-size-adjust: 100%;

}

.breadcrumb>li {
    display: inline-block;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.thumb-left {
    float: left;
    margin-right: 15px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/***START CLASSIFIEDS CSS*****/
.cbcontent {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 8px;
}

.classifiedlisting {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.classifiedlisting .classifiedTitle {
    border-bottom: solid 3px #cecece;
}

.classified-right-item {
    float: none;
}

.classr_btm {
    background-image: url(https://static.theday.com/theday/assets/classifieds/images/classifieds-top-btm.jpeg);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 46px;
    width: 300px;
    clear: both;
    float: none;
}

.classr_mid {
    background-image: url(https://static.theday.com/theday/assets/classifieds/images/classifieds_bg.jpeg);
    background-repeat: repeat-y;
    background-position: 0px 0px;
    clear: both;
    float: none;
    height: auto;
    width: 300px;
}

.classr_right {
    background-image: url(https://static.theday.com/theday/assets/classifieds/images/classifieds-top-btm.jpeg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 84px;
    width: 300px;
}

.deadline_right {
    background-image: url(https://static.theday.com/theday/assets/classifieds/images/deadline_top_bg.jpeg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 84px;
    width: 300px;
}

.expand {
    margin-top: 13px;
    float: right;
    height: 20px;
    width: 20px;
    background-image: url(https://static.theday.com/theday/assets/classifieds/images/plus.png);
    background-repeat: no-repeat;
}
.input-group>.form-control {
    height: auto;
}

.minus {
    background-image: url(https://static.theday.com/theday/assets/classifieds/images/minus.png) !important;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

img, a {
    border: 0px;
    outline: none;
}

img {
    padding-top: 2px;
}

/* Overrides for general styles
 -- 3/22/2022 jfr -- */

/* date in header */
.date {
	font-family: proxima-nova-condensed, sans-serif;
}

/* Overrides for TopStory 1 */
.topstories_section_main .teaser-body {
	line-height: 1.15em;
	font-size: 18px;
}

.topstories_section_bottom .teaser-body {
	line-height: 1.4em;
}

/*.article-block .teaser-body {
	line-height: 1.15em;
} */

/* Overrides article body text */
p.article__body {
	margin-bottom: 0.75rem;
    line-height: 1.4;
}

/* Overrides on section heads in topstory 2*/
.article-block .section {
    color: #a67d50;
    font-size: 18px;
}

/* Homepage video player */

.article-vid, .article-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 5px;
}

.article-vid, .article-video {
    width: 100%;
}
/* article video iframes  */
.article-vid embed, .article-vid iframe, .article-vid object, .article-video embed, .article-video iframe, .article-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Line-height on article page headline */
.article-page .article__headline {
	line-height: 1.2em;
}

/* Overrides related stories summary on article page */
.article-page .relatedArticles .summary {
    font-family: kepler-std-semicondensed,serif;
    font-size: 1.15rem;
    line-height: 1.4rem;
}
/* ARTICLE subheads */
h5.subheadline1 {
    font-family: proxima-nova-condensed;
    font-weight: 800;
}

/* Overrides on photo captions */
.article_image_caption {
	line-height: 1.2;
}

h2.teaser__headline {
	line-height: 1.2!important;
}

/* Overrides for side menu */
#sidebarMenu a {
    color: white;
}

#sidebarMenu a {
    padding: 0 0 0 30px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    transition: 0.3s;
    cursor: pointer;
}

.childmenu {
    text-transform: none;
    border-bottom-style: none !important;
    border-bottom-width: 1px;
    padding-left: 15px;
}

/* Overrides for sectionfronts */
.article-list-onecolumn {
    padding-bottom: 30px;
    line-height: 1.4;
}

.section-sidebar .headline a {
    font-weight: 600;
	font-size: 1em;
	line-height:1.4;
}

/* search results override */
.section-teaser .teaser-body {
    font-size: 1rem;
    line-height: 1.5;
}
.teaser-article-modifieddate {
	font-family: proxima-nova-condensed, sans-serif;
    color: #464646;
    padding-bottom: 6px;
    font-size: 14px;
	font-weight: 600;
}


/*  ======== START PELCRO MODAL STYLES theday.com ======== */
#pelcro-app .pelcro-root {
  font-family: proxima-nova-condensed, sans-serif;
}

.pelcro-root p {
    color: #111827;
    font-family: proxima-nova-condensed;
}
#pelcro-app .pelcro-link {
  color: #222;
}

#pelcro-app .pelcro-link:hover {
  color: #a67d51;
}

#pelcro-app .pelcro-modal {
  border-color: #222;
}
/*
#pelcro-app .pelcro-input-field:focus,
#pelcro-app .pelcro-button-solid {
  --tw-ring-color: #50a6fd;
}
*/
#pelcro-app .pelcro-button-solid {
  background-color: #222;
}

#pelcro-app .pelcro-button-solid:hover {
  background-color: #a67d51;
  color: #222222;
}

#pelcro-app .pelcro-login-container .pelcro-input-wrapper,
#pelcro-app .pelcro-input-field,
#pelcro-app .pelcro-input-label,
#pelcro-app .pelcro-input-error,
#pelcro-app .pelcro-checkbox-label {
    font-family: proxima-nova-condensed, sans-serif;
}
#pelcro-app .pelcro-input-error {
	color: #880000;
}

/* subscribe to get access */
#pelcro-app .pelcro-title-wrapper h4 {
  font-family: kepler-std-semicondensed, serif;
}
#pelcro-app .pelcro-title-wrapper p {
  font-family: proxima-nova-condensed, sans-serif;
}

#pelcro-app .pelcro-select-products-wrapper,
#pelcro-app .pelcro-modal-footer {
  font-family: proxima-nova-condensed,sans-serif;
}

#pelcro-app .pelcro-select-product-title,
#pelcro-app .pelcro-select-product-description {
	font-family: proxima-nova-condensed, sans-serif;
}

#pelcro-app .pelcro-select-product-title,
#pelcro-app .pelcro-select-product-description,
#pelcro-app .pelcro-select-product-cost {
	font-family: proxima-nova-condensed, sans-serif;
}

#pelcro-app .pelcro-select-product-cost {
	font-size: 1rem!important;
}
/* my account slide-out*/
#pelcro-view-dashboard,
#pelcro-view-dashboard span,
#pelcro-view-dashboard p{
	font-family: proxima-nova-condensed, sans-serif;
}

#pelcro-app .pelcro-notification-entitlement {
	font-family: proxima-nova-condensed, sans-serif;
	font-size: 1rem;
}
.pelcro-view-dashboard {
	font-family: proxima-nova-condensed, sans-serif;
}

/* override modal overlay blur */
#pelcro-app .pelcro-root .pelcro-modal-overlay {
-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

/* entitlement style addition */
.pelcro-root .pelcro-notification-entitlement {
    box-shadow: -8px 8px 10px;
}
.pelcro-root .pelcro-button-solid:disabled {
    cursor: not-allowed;
    background-color: #ccc!important;
}
/*  ======== END PELCRO MODAL STYLES theday.com ======== */

/*  ========  JR ADDED 9/20/22 ========*/

.teaser-image {
    margin-bottom: 10px;
}

.teaser-body p {
    font-size: 1.15rem;
    line-height: 1.25rem!important;
}

.article-page .relatedArticles .summary {
    font-family: kepler-std-semicondensed,serif;
    font-size: 1.15rem;
    line-height: 1.4rem;
}

.table td, .table th {
    padding: 0.25rem;
}

.teaser-title {
    font-family: proxima-nova-condensed, sans-serif;
}

/* overrides factbox styles */
.article-factbox {
    padding: 10px 18px;
    border: 1px solid #616161!important;
    margin-top: 12px;
    background-color: #e2e2e2!important;
}

h4.content-part__title {
    background-color: #333;
    color: white;
    padding-left: 10px;
    font-family: 'proxima-nova-condensed';
    text-decoration: none!important;
}
.article-factbox a {
    color: #336699!important;
    font-weight: bold!important;
}
.article-factbox a:hover {
    color: #a67d51 !important;
    }
/* 10/21/22 styles for News FAQs */
details {
    font-family: proxima-nova-condensed, sans-serif;
      border: 1px solid #d4d4d4;
      padding: .75em .75em 0;
      margin-top: 10px;
      box-shadow:0 0 20px #d4d4d4;
  }

  summary {
    font-family: proxima-nova-condensed, sans-serif;
      font-weight: bold;
      margin: -.75em -.75em 0;
      padding: .75em;
      background-color: #e2e2e2;;
      color: #333;
      cursor: pointer;
  }

  details[open] {
      padding: .75em;
      border-bottom: 1px solid #d4d4d4;
  }

  details[open] summary {
      border-bottom: 1px solid #d4d4d4;
      margin-bottom: 10px;
  }
  p.right {
    font-family: 'proxima-nova-condensed', sans-serif;
    font-weight: 800;
    text-align: right;
    padding-right: 25px;
  }

/* STYLES for subscribe offer pages 11/09/22 */
  .card {
    border-radius: 0rem;
  }
  .card-body p {
    font-family: proxima-nova-condensed,sans-serif;
  }
  .card-body h2, .card-body h4 {
    font-weight: 800;
  }
  .price {
    font-size: 2rem;
    font-family: kepler-std-semicondensed,serif;
    color: #336699;
  }
  .greybg {
    background-color: #e5e5e5;
  }
  .subscribe {
    background-color: #e5e5e5;
    border: 4px solid #8fa2c3;
    margin-bottom: 10px;
  }
  .btn-primary {
    font-family: proxima-nova-condensed,sans-serif;
    font-weight: 800;
  }
  .benefits {
    margin-top: 10px;
  }
  .benefits p {
    font-family: kepler-std-semicondensed,serif;
    border-top: 1px solid #a8bfd6;
    margin-top: 10px;
    font-size: 1em;
padding-top: 8px;
  }
  .offer {
    text-align: center;
    color: #fff;
    background-color: #ff0000;
    font-family: kepler-std-semicondensed,serif;
    padding-bottom: 5px;
  }
  /* END STYLES for subscribe offer pages */

  /* OVERRIDE padding at top of page for mobile */
  @media all and (max-width: 478px) {.header-region {padding-top: 0!important;}.sidebarMenu {padding-top: 58px;}}

  /* STYLES FOR NEWSROOM POLICIES/FAQs */

details {
  font-family: proxima-nova-condensed, sans-serif;
    border: 1px solid #d4d4d4;
    padding: .75em .75em 0;
	margin-top: 10px;
	box-shadow:0 0 20px #d4d4d4;
}

summary {
  font-family: proxima-nova-condensed, sans-serif;
    font-weight: bold;
    margin: -.75em -.75em 0;
    padding: .75em;
    background-color: #e2e2e2;;
    color: #333;
    cursor: pointer;
}

details[open] {
    padding: .75em;
	border-bottom: 1px solid #d4d4d4;
}

details[open] summary {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
}
p.right {
  font-family: 'proxima-nova-condensed', sans-serif;
  font-weight: 800;
  text-align: right;
  padding-right: 25px;
}
details p a {
    font-weight: 600;
}
:target:before {
    content: "";
    display: block;
    /*height: 80px;
    margin: -80px 0 0;*/
}
#espanol::before { 
    display: block; 
    content: " "; 
    margin-top: -80px; 
    height: 80px; 
    visibility: hidden; 
    pointer-events: none;
  }

  /* factbox customization */
  .article-factbox p
{
    font-family: 'proxima-nova-condensed';
    margin-bottom: 10px;
}
blockquote {
	font-family: proxima-nova-condensed;
	font-size: 1.25em;
	line-height: 1.25;
	margin-left: 3rem;
	border-left: 8px solid #000;
	padding: 20px 10px;
}
/* JOBFAIR/HEALTH EXPO STYLES */


    .wellness_tbl {font-family: proxima-nova-condensed, sans-serif;}
    .wellness_tbl td {padding: 2px 6px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.p1 {
	font-family: proxima-nova-condensed, sans-serif;
    margin-bottom: 1rem;
}
.nopadding-row {
	margin-top: 0;
}
.jobfair-employ {
	background-color: #8da04e;
	color: #fff;
	padding: 4px 12px 2px;
	text-align: center;
	text-transform: uppercase;
}
.jobfair-resource {
	background-color: #1d4f68;
	color: #fff;
	padding: 4px 12px 2px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1;
}
.jobfair-resource-2 {
	background-color: #337192;
	color: #fff;
	padding: 4px 12px 2px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1;
}

.jobfair-sponsor {
	background-color: #df7b29;
	color: #fff;
	padding: 4px 12px 2px;
	text-align: center;
	text-transform: uppercase;

}
.col-padding {
	padding: 0 16px 0 10px;
}
.padding-left {
	padding: 0 8px 0 0;
}
.padding-right {
	padding: 0 0 0 8px;
}
.participants p {
    margin-bottom: 2px;
    font-size: medium;
}
	
.participant-subhed {
	font-weight: 600;
	text-transform: uppercase;
}

.resources-subhed {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.resources-item {
    border-bottom: 1px solid #949494;
    padding-bottom: 10px;
}

h5 > span {
	font-weight: 800;
    font-size: 1.4em;
}
a.jf-link {
    font-weight: 800;
    color: #df7b29;
}
a:hover.jf-link {
	color: #337192;
}

img.second-sponsor {
	max-height: 104px;
	padding: 0 4px;
	}
	
img.third-sponsor {
	max-height: 84px;
	padding: 0 4px;
	}

ul.athletes {
    font-family: proxima-nova-condensed; sans-serif;
    line-height: 1.4 !important;
    font-size: 1.15rem;
}
    
#marketing ul {font-family: kepler-std-semicondensed,serif; list-style-type: square; list-style-position: inside; margin-left: 20px }
#marketing ol {font-family: kepler-std-semicondensed,serif; list-style-type: decimal; list-style-position: inside; margin-left: 20px }
#marketing li {margin-bottom: 8px; font-size: 1.15em;}

/*
New toprow styles 8/16/23
*/
.toprow {
	border-left: 1px solid #ccc;
	/* padding: 10px 0 10px 10px;*/
}

.toprow:first-child {
	border-left: none;
	padding-left: 10px;
    }

svg.icon:hover {
    fill: #a67d51;
    }