@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@1,200;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

@font-face {
    font-family: 'Emberly';
    src: url('/catalog/view/stylesheet/fonts/Emberly/WOFF2/Emberly-Black.woff2') format('woff2'), /* Modern Browsers */
         url('/catalog/view/stylesheet/fonts/Emberly/OTF/Emberly-Black.otf') format('opentype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: normal;
src: local('Libre Baskerville'), url('/catalog/view/stylesheet/fonts/libre-baskerville/LibreBaskerville-Regular.woff') format('woff');
}
@font-face {
font-family: 'Libre Baskerville Italic';
font-style: normal;
font-weight: normal;
src: local('Libre Baskerville Italic'), url('/catalog/view/stylesheet/fonts/libre-baskerville/LibreBaskerville-Italic.woff') format('woff');
}
@font-face {
font-family: 'Libre Baskerville Bold';
font-style: normal;
font-weight: normal;
src: local('Libre Baskerville Bold'), url('/catalog/view/stylesheet/fonts/libre-baskerville/LibreBaskerville-Bold.woff') format('woff');
}


.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


body {
    background-color: #f5efeb;
}

.bg-body {
    background-color: #f5efeb !important;
}

.bg-grey {
    background-color: #3c3f44;
}

header {
    background-color: #000;
}

.nav-link {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    color: #fff;
    padding: 15px !important;
}

.nav-item .nav-link:hover {
    background-color:#333;
    color: #fff;
}

.nav-item .nav-link:focus {
    color: #fff;
}


.tagline {
    font-family: 'Roboto', sans-serif; 
    padding:15px; 
    line-height: 15px; 
    margin:0; 
    font-size: 14px;
    color: #0073ac;
    font-weight: 700;
}

.breadcrumb {
    border: 0;
    background-color: #fff;
}

.breadcrumb > li.breadcrumb-item:after {
    top: 5px;
    width: 10px;
    height: 10px;
}

.article-label, .article-label a {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: .05rem;
    display: inline-block;
    margin-bottom: 4px;
    font-smoothing: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    color: #13354E !important;
}

.article-headline, .article-headline a {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #1D1D1B;
    font-smoothing: auto;
    -webkit-font-smoothing: auto;
}

.article-headline a:hover {
    color: #069;
}

.article-headline-2, .article-headline-2 a {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #1D1D1B;
    font-smoothing: auto;
    -webkit-font-smoothing: auto;
}

.article-headline-2 a:hover {
    color: #069;
}

.article-brief, .article-brief a, .article-brief a:hover {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.4rem;
    color: #696969;
    font-family: Roboto, serif;
}

.article-date {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1.3rem;
    font-weight: 400;
    letter-spacing: .05rem;
    display: inline-block;
    margin-bottom: 4px;
    font-smoothing: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    color: #13354E !important;
}

@media (min-width: 992px) {
    .col-md-border:not(:last-child) {
        border-right: 1px solid #d7d7d7;
    }
}


.block-title {
  text-align: left;
  font-family: 'Emberly', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 4rem;
  color: #000000;
  background-color: #F9F8F3;
}

.block-title-0 {
  color: #fff;
  background-color: #393732;
}

.block-title-1 {
  color: #fff;
  background-color: #636C17;
}

.block-title-2 {
  color: #fff;
  background-color: #850029;
}

.block-title-3 {
  color: #fff;
  background-color: #005B8D;
}

.block-title-4 {
  color: #fff;
  background-color: #008347;
}

.block-title-5 {
  color: #fff;
  background-color: #622956;
}

.block-title-6 {
  color: #fff;
  background-color: #1D1D1B;
}

.block-title-7 {
  color: #fff;
  background-color: #2C79AD;
}

.block-title-8 {
  color: #fff;
  background-color: #6C6C69;
}

.block-title-9 {
  color: #fff;
  background-color: #C74600;
}

.block-title-10 {
  color: #fff;
  background-color: #00233E;
}

.backToTop {
    position: relative;
    display: block;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #FFF;
    overflow: hidden;
}

.copyright {
    font-family: Roboto, sans-serif;
    color: #D0CECE;
    font-size: 0.9em;
    line-height: 2rem;
}

.sticky-sidebar1 {
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    float: right;
}

.page-link {
    border-radius: 50%;
    width: 30px;
    margin: 5px;
    text-align: center;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

h1 {
    border: 0px solid black;
    box-sizing: border-box;
    display: inline;
    padding: 0px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0px 0px 7px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 45px;
    line-height: 60px;
    color: rgb(29, 29, 27);
}

h2 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

p {
    font-size: 18px;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    color: rgb(51, 51, 51);
    display: block;
    font-family: "Lato", sans-serif;
    margin: 0px auto 25px;
}

p img {
    max-width: 100%;
    height: auto;
}

.article-info p:first-child:first-letter {
  color: #222;
  float: left;
    font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 100px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.filled-image img {
    width: 100%;
    height: 250px;
    min-height: 250px;
    object-fit: cover;
}


.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.carousel {
    margin-bottom: 0px;
    box-shadow: none;
    border: 0px;
}

#blockCarousel .carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:#000;
  opacity: 0.15;
  z-index: 1;
}

.carousel-caption {
    z-index: 2;
    right: 5%;
    left: 5%;
}

.carousel-caption h2 a {
    font-size: 2.5rem;
    line-height: 3rem;
    color: #fff;
    font-weight: 900;
}

.carousel-caption p a {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #fff;
}


@media (max-width: 768px) {
    .carousel-caption h2 a {
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #fff;
        font-weight: 900;
    }
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #fff;
}

.carousel-indicators {
    bottom: 0px;
}


.carousel-indicators [data-bs-target] {
    border: 3px solid #fff
}




.enonewsticker{
  background-color:#F2F2F2;
  display:block;
}
.titleenonewsticker{
  height:100%;
  align-items: center;
  justify-content: center;
}
.itemsenonewsticker{
  background-color:#fff
}
.itemsenonewsticker p{
    font-size: 16px;
  margin-bottom:0;position:relative
}
.navenonewsticker .carousel-control-prev,.navenonewsticker .carousel-control-next{
  color:#000;
  position:relative;
  flex-grow:2;
}
.navenonewsticker .carousel-control-next .carousel-control-next-icon,
.navenonewsticker .carousel-control-prev 
.carousel-control-prev-icon{
  display:block;
  height: 100%;
  width:100%;
  background-size: 60% 60%;
}

.navenonewsticker .carousel-control-next, .navenonewsticker .carousel-control-prev {
  width: auto;
}
.topicenonewsticker{
  background-color:#424867;
  color:#fff;
  font-size:70%;
  padding:5px 7px;
  text-transform:uppercase
}

.bg-yellow { 
    background-color: #ffd62c
}
