/* Article Banners */
.mobileAdWrapper {
    display: block;
    background-color: #F1F1F1;
    height: 600px;
    margin: 27px 0;
    position: relative;
    clear: both;
}

.stickyMobileBanner {
    position: sticky;
    top: 78px;
}

.display-md-up {
    display: none;
}

.display-md-down {
    display: block;
}

@media only screen and (min-width: 768px) {
    .mobileAdWrapper {
        background-color: unset;
        height: unset;
        margin: unset;
        margin-bottom: 15px;
    }

    .stickyMobileBanner {
        position: static;
        top: unset;
    }
    
    .display-md-up {
        display: block;
    }
    
    .display-md-down {
        display: none;
    }
}

/* Homepage News Section */
.fp-news-main-article {
    padding: 0;
}

.black-white-bg {
    background-image: linear-gradient(to right, #ededed 50%, #fff 50%);
}

.gray-bg {
    background-color: #ededed;
}

#home-news .fp-news-list h3, #home-news .fp-news-list a, #home-news .fp-news-list span, #home-news a.allNews {
    color: #231F20;
}

#home-news .fp-news-list span.line {
    border-color: #231F20;
}

.home-news-slider {
    margin-bottom: 55px;
}

.home-news-slider .news-slider-item {
    width: 100%;
}

.home-news-slider .news-slider-item .img-container-square {
    display: block;
}

.home-news-slider .flickity-prev-next-button {
    transform: none;
    top: unset;
    bottom: -46px;
    background: transparent;
    opacity: .25;
    z-index: 2;
    transition: all .3s ease;
    width: 33px;
    height: 33px;
}

.home-news-slider .flickity-prev-next-button:hover {
    opacity: 1;
}

.home-news-slider .flickity-page-dots {
    counter-reset: a;
    bottom: -45px;
    z-index: 1;
}

.home-news-slider .flickity-page-dots .dot {
    background: none;
    border-radius: unset;
    width: unset;
    height: unset;
    font-size: 28px;
}

.home-news-slider .flickity-page-dots .dot::after {
    content: counter(a);
	counter-increment: a;
}

#home-news .news-slider-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
}

#home-news .news-slider-list li {
    padding: 12px 8px 10px;
    position: relative;
    transition: all .3s ease;
}

#home-news .news-slider-list li:hover a, #home-news .news-slider-list li:hover p {
    color: #241F20;
}

#home-news .news-slider-list li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #a7a7a7;
}

#home-news .news-slider-list li:last-of-type:after {
    border-bottom: none;
}

#home-news .news-slider-list li.active {
    background: #fff;
}

#home-news .news-slider-list li.active:after {
    border-bottom: 4px solid #48B1EC;
}

#home-news .news-slider-list li.active a {
    color: #241F20;
}

#home-news .news-slider-list li.active p {
    color: #48B1EC;
}

#home-news .news-slider-list h3 {
    padding-bottom: 0;
    transition: all .3s ease;
    font-size: 24px;
}

#home-news .news-slider-list a {
    color: #989898;
    text-decoration: none;
    transition: all .3s ease;
}

#home-news .news-slider-list p {
    text-align: right;
    font-weight: 300;
    color: #989898;
    margin-top: 10px;
    margin-bottom: 0;
    transition: all .3s ease;
    font-size: 14px;
}

#home-news .fp-news-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: unset;
    padding-right: 0;
    padding-top: 16px;
}

#home-news .fp-news-list h3 {
    font-size: 14px;
    font-weight: 300;
}

#home-news .fp-news-list span {
    font-size: 11px;
}

#home-news a.allNews {
    font-size: 14px;
}

.news-slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.6);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-slider-text .news-slider-title {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
}

.news-slider-text .news-slider-info {
    color: #241F20;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
}

.news-slider-text .news-slider-info span {
    display: inline-block;
}

#home-news {
    margin-bottom: 16px;
}

.fp-news-title {
    background: #241F20;
    color: #fff;
    text-align: right!important;
    padding: 10px 25px!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fp-news-title h2 {
    font-weight: 300;
    font-size: 34px;
    flex-grow: 1;
}
.fp-news-title img {
    flex-grow: 1;
}
.fp-news-menu {
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .fp-news #newsCategories {
        padding: 10px;
        padding-bottom: 10px;
        margin-left: auto;
        margin-right: 25px;
        display: block;
        border: none;
        background: transparent;
        font-size: 18px;
    }

    .fp-news #newsCategories:focus {
        outline: none;
    }

    .px0-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    .fp-news-title>img {
        width: 150px;
        margin: unset;
    }
}

@media only screen and (min-width: 768px) {
    #home-news {
        margin-bottom: 0;
    }

    #home-news .fp-news-list {
        height: 370px;
        margin-bottom: 20px;
    }
    
    .home-news-slider {
        margin-bottom: 60px;
        margin-top: 20px;
    }

    #home-news .tab-content>.active {
        display: flex;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fp-news-menu {
        margin-right: -24px;
        margin-left: -24px;
    }

    .fp-news-menu ul {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .fp-news-title {
        padding: 18px 25px!important;
    }

    .fp-news-title>img {
        margin: unset;
    }
}

@media only screen and (min-width: 992px) {
    #home-news .news-slider-list {
        min-height: 512px;
    }

    #home-news .fp-news-list {
        height: 475px;
        margin-bottom: 10px;
    }

    #home-news .fp-news-list li:hover a, #home-news .fp-news-list li:hover span.date {
        color: #48B1EC;
    }
    
    .home-news-slider {
        margin-bottom: 30%;
        margin-top: 0;
    }

    .news-slider-text .news-slider-title {
        color: #a7a7a7;
    }

    .fp-news-title {
        padding: 0;
        position: relative;
        background: transparent;
    }
    
    .fp-news-title h2 {
        position: absolute;
        top: 0;
        left: 15px;
        background: #241F20;
        color: #fff;
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        padding: 20px;
        z-index: 2;
    }

    .display-md-flex {
        display: flex;
    }

    .news-slider-text {
        display: none;
    }
}


.align-end {
    align-self: flex-end;
}

#loadMoreSelector {
    background-color: #48B1EC;
    font-size: 20px;
    margin-bottom: 10px;
    transition: all .3s ease;
}

@media only screen and (min-width: 992px) {
    #loadMoreSelector:hover {
        background-color: #000;
    }
}

.article__categories {
    line-height: 1.2;
    margin-top: 50px;
    color: #adadad;
}

@media only screen and (max-width: 991px) {
    .article__categories {
        padding-left: 10px;
    }
}

.article__categories--img {
    display: block;
    margin-left: auto;
    width: 15px!important;
    height: auto!important;
}

.article__categories a {
    font-size: 12px;
}

/* Content Gaps */
@media only screen and (max-width: 767px) {
    #staticContent {
        padding-right: 15px;
        padding-left: 15px;
    }

    #comments {
        padding: 0 10px;
    }
}
    
@media only screen and (max-width: 991px) {
    .mx-sm-0 {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Sticky Sidebar */
.innerArticleContainer {
    display: block;
}

.sidebarStickyBanner {
    margin: 20px 0;
}

.sidebarStickyBanners {
    display: none;
}

@media only screen and (min-width: 992px) {
    .sidebarStickyBanners {
        display: block;
        height: 100%;
    }
    
    .sidebarStickyBannerWrapper {
        height: calc(50% - 305px);
    }

    .innerArticleContainer {
        display: flex;
    }
}

/* Slide In Banner */
.slideInBanner {
    display: none;
}

@media only screen and (min-width: 1367px) {
    .slideInBanner {
        display: block;
        position: fixed;
        width: 300px;
        height: 250px;
        left: 0;
        top: 50%;
        transform: translate(0 , -50%);
        transition: .4s linear;
        z-index: 99;
    }
    
    .slideInBanner.slideOut {
        transform: translate(-350px, -50%);
    }
    
    .slideInBanner .slideInClose {
        padding: 0;
        position: absolute;
        top: -17px;
        margin: auto;
        right: -16px;
        color: #000;
        width: 35px;
        height: 35px;
        z-index: 2;
        border-radius: 100%;
        transition: none;
        border: none;
        cursor: pointer;
        font-size: 20px;
        font-weight: 900;
    }
}

#vi-div {
    margin-bottom: 10px !important;
}

/* Calendar Section */
@media only screen and (max-width: 991px) {
    .m0-md-down {
        margin: 0;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .order3 {
        order: 3;
    }

    .flex-md-down {
        display: flex;
        flex-direction: column;
    }

    .support-news-list {
        margin-bottom: 20px;
    }
}

.support-news-list {
    padding-left: 15px;
    height: 214px;
}

.ellipsis-lines-5 {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    .blackBox {
        width: 195px;
        height: 200px;
    }
}

/* Afieroma */
.afieroma {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: saturation;
    margin-top: 20px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .afieroma {
        display: flex;
        margin-left: 0;
        margin-right: 0;
    }
}

.afieroma .bgLeft {
    background-color: rgba(162, 130, 11, 0.4);
}

@media only screen and (max-width: 767px) {
    .afieroma .bgLeft {
        padding: 0;
    }
}

.afieroma .bgRight {
    background-color: rgba(0, 0, 0, 0.6);
}

.afieroma__header {
    color: #000;
    background: #FEDB5C;
    font-weight: 400;
    font-size: 20px;
    padding: 2px 30px;
}

.afieroma__left:hover, .afieroma__left:focus {
    text-decoration: none;
    outline: none;
}

@media only screen and (min-width: 768px) {
    .afieroma__header {
        width: 160px;
        height: 160px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 20px;
        flex-shrink: 0;
        font-size: 24px;
    }

    .afieroma__left {
        display: flex;
        height: 100%;
        padding: 45px 0;
    }
}

.afieroma__text {
    color: #fff;
    padding: 30px;
}

.afieroma__title {
    margin-bottom: 4px;
    font-size: 30px;
}

.afieroma__subtitle {
    padding: 0;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.2;
}

.afieroma__more {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    margin-top: 35px;
}

.afieroma__right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

.afieroma__pilonas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.afieroma__pilonas:before  {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: calc(100% + 16px);
    height: 100%;
    background: #F1F1F1;
    z-index: -1;
}

.afieroma__pilonas--subtitle {
    color: #48B1EC;
    font-weight: 400;
    font-size: 15px;
}

.afieroma__pilonas--text .category {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 6px;
}

.afieroma__pilonas--logo-wrapper {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.afieroma__pilonas--logo-wrapper span {
    display: inline-block;
    padding-right: 20px;
    font-size: 12px;
}

.afieroma__articles {
    margin-bottom: 28px;
}

.afieroma__category {
    margin-top: 40px;
}

@media only screen and (min-width: 768px) {
    .afieroma__text {
        padding: 0 5px 0 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .afieroma__title {
        font-size: 48px;
    }

    .afieroma__subtitle {
        font-size: 32px;
    }

    .afieroma__more {
        font-size: 18px;
        margin-top: 25px;
    }

    .afieroma__right {
        padding: 0;
    }

    .afieroma__articles {
        margin-bottom: 75px;
    }

    .afieroma__pilonas {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .afieroma__pilonas:before  {
        content: none;
    }

    .afieroma__pilonas--text {
        width: 66%;
    }

    .afieroma__pilonas--subtitle {
        font-size: 24px;
    }

    .afieroma__pilonas--text .category {
        font-size: 34px;
    }

    .afieroma__pilonas--logo-wrapper {
        display: block;
        margin-top: 0;
    }

    .afieroma__pilonas--logo-wrapper span {
        display: none;
    }
}

.afieroma__article {
    margin-top: 30px;
    margin-bottom: 4px;
}

.afieroma__article .afieroma__left {
    padding-top: 0;
    padding-bottom: 0;
}

.afieroma__article .afieroma__title {
    margin-bottom: 0;
    font-size: 30px;
}

.afieroma__article .afieroma__subtitle {
    font-size: 20px;
}

.afieroma__article .afieroma__text {
    min-height: 102px;
}

.afieroma__article .afieroma__right {
    padding: 6px 0;
}

@media only screen and (min-width: 768px) {
    .afieroma__article .afieroma__header {
        height: 120px;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.afieroma.afieroma__sidebar {
    display: block;
    margin-top: 0;
}

.afieroma__sidebar .bgLeft  {
    padding: 0;
}

.afieroma__sidebar .afieroma__left  {
    display: block;
    padding: 0;
}

.afieroma__sidebar .afieroma__right  {
    padding: 15px 0;
}

.afieroma__sidebar .afieroma__header  {
    display: block;
    font-size: 20px;
    padding: 2px 30px;
    width: unset;
    height: unset;
}

.afieroma__sidebar .afieroma__text  {
    padding: 30px;
    display: block;
}

.afieroma__sidebar .afieroma__title  {
    font-size: 22px;
}

.afieroma__sidebar .afieroma__subtitle  {
    font-size: 22px;
}

.afieroma__sidebar .afieroma__more  {
    font-size: 16px;
    margin-top: 35px;
}
@media (min-width: 992px) {
  .afieroma__articles .pictureinner img {
      width: 100%;
      height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .afieroma__title {
        font-size: 34px;
    }
    .afieroma__subtitle {
        font-size: 26px;
    }
}

/* Google News */
.googleNews {
    margin-bottom: 50px;
}

.googleNews__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border: 2px solid #FEDB5C;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 5px;
  margin-bottom: 20px;
  transition: all .3s ease;
}

.googleNews__row:hover {
    background: #f3f0f0;
}

.googleNews__row:hover, .googleNews__row:focus {
    text-decoration: none;
    color: #000;
    outline: none;
}

.googleNews__row span {
    margin: 3px 2px;
}

.googleNews__row img {
    height: auto;
    width: 125px;
    margin: 3px 4px;
}

.googleNews__row .underlineText {
    position: relative;
    font-weight: 600;
}

.googleNews__row .underlineText:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #48B1EC;
}

.menuSocialFooter .googleNewsLink img {
    height: auto;
    width: 16px;
}
.colorMenuThree {
  background-color: #9D8F62; }

/*.qc-cmp-cleanslate {
  z-index: 10000 !important;
}*/