<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("fonts.css"); 

/* :root {
    --white: #fff;
    --ghost-white: #F2F4F3;
    --orange: #FFA400;;
    --dark-blue: #211F73;
    --ocean-blue: #00A7E8;
} */

html {
    overflow-x: hidden !important;
    box-sizing: border-box;  
}

/* h1, h2, h3, h4, h5, h6, span, a {
    font-family: 'Fira Sans';
} */

body {
    font-family: "Fira Sans";
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.hk {
    font-family: 'HK Grotesk' !important;
}

/* font weight */
.fw-900 {
    font-weight: 900;
}

.fw-800 {
    font-weight: 800;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fw-300 {
    font-weight: 300;
}

/* Font sizes */
.fs-30 {
    font-size: 30px;
}

.fs-27 {
    font-size: 27px;
}

.fs-22 {
    font-size: 22px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}
/* Line height */
.lh-27 {
    line-height: 27px;
}

.lh-24 {
    line-height: 24px;
}

.lh-22 {
    line-height: 22px;
}

.lh-19 {
    line-height: 19px;
}

.lh-17 {
    line-height: 17px;
}

/* colors */
.bckg-whiteblue {
    background-color: #F5F5F5;
}

.bckg-white {
    background-color: #FFFFFF;
}

.ghostWhite {
    background-color: #F6F6F9;
}

.orange {
    background-color: #FFA400;
}

.gamboge {
    background-color: #E59400;
}

.bckg-dark-blue {
    background-color: #211F73;
}

.darkder-blue {
    background-color: #151445 !important;
}

.gray88 {
    background-color: #E0E0E0;
}

.dark-blue {
    color: #211F73;;
}

.dark-charcoal {
    color: #333333;
}

.white {
    color: #FFFFFF;
}

.aubergine {
    color: #231F20;
}

.gray51 {
    color: #828282;
}

.prussian-blue {
    color: #002F6B;
}

.black {
    color: #000000;
}


/* borders */
hr {
    opacity: 0.8;
}

.grey-border,
.hr-grey {
    border: 1px solid #E0E0E0;
}

.br-btm-grey {
    border-bottom: 1px solid #E0E0E0;
}

.br-10 {
    border-radius: 10px;
}

/* CSS FOR DESKTOP NAVIGATION */
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1050000000;
}

.nav-item {
    padding: auto 1em;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--orange) !important;
    background-color: var(--dark-blue);
}

.nav-link:focus, .nav-link:hover {
    color: var(--orange) !important;
}
/* END NAVIGATION */

.send-news-btn,
.send-news-btn:hover,
.send-news-btn:active  {
    gap: 10px;
    border: 1px solid white !important;
    color: white !important;
    background-color:#211F73 !important;
}

footer {
    position: inherit;
    bottom: 0;
    width: 100%;
}

footer a:hover {
    color: var(--orange);
}

.slick-prev::before {
    content: '' !important;
    position: absolute;
    background-image: url('images/icons/prev-arr-slider.svg') !important;
    z-index: 99999;
    width: 20px;
    height: 20px;
    top: 0px;
    right: 5px;
    opacity: 1 !important;
}

.slick-next::before {
    content: '' !important;
    position: absolute;
    background-image: url('images/icons/next-arr-slider.svg') !important;
    z-index: 99999;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 5px;
    opacity: 1 !important;
}

@media only screen and (max-width: 580px) {
    .slick-prev::before {
        right: -2px;
    }
    
    .slick-next::before {
        left: -2px;
    }

    /* .carousel-span {
        width: 35% !important;
    } */

    #toggleComment {
        width: 100%;
    }
}

.search-dropdown {
    width: 100vw !important;
    border: none;
}

.bottom-left {
    position: absolute;
    bottom: 20px;
    left: 10px;
    overflow-wrap: break-word;
    word-break: break-all;
    color: #fff;
}

.blue-btn {
    gap: 10px;
    border-bottom: 2px solid #211F73;
}

@media only screen and (max-width: 1199px) {
    .sent-news-container {
        width: 75% !important;
    }
    /* .h-quiz-small,
    .h-quiz {
        height: auto !important;
    }       */
}

@media only screen and (max-width: 600px) {
    .sent-news-container {
        width: 90% !important;
    }

    .fs-sm-18 {
        font-size: 18px;
    }

    .img-obj-small {
        height: 180px;
        object-fit: cover;
        width: 100%;
    }
}


.contact-img {
    width:18px; 
    height:18px;
}

/* pagination customize css */
.pagination &gt; li &gt; a
{
    background-color: white;
    color: #002F6B;
}

.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:focus,
.pagination &gt; li &gt; span:hover
{
    color: white;
    background: #002F6B;
    border-color: #002F6B;
}

.pagination &gt; .active &gt; a
{
    color: white;
    background: #002F6B !important;
    border: solid 1px #002F6B !important;
}

.pagination &gt; .active &gt; a:hover
{
    background: #002F6B !important;
    border: solid 1px #002F6B;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-link {
    border-radius: 100%;
    border: 1px solid #E0E0E0;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
}

.page-item:not(:first-child) .page-link {
    margin-left: 5px !important;
}
/* pagination customize css end */

.izbori th {
    vertical-align: baseline;
}


/* linearGradient on article images */
.image-gradient,
.img-gradient {
    position:relative;
    display:inline-block;
}

.img-gradient:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; 
    height:100%;
    display:inline-block;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.5) 76.04%, rgba(0, 0, 0, 0.5) 100%);/* FF3.6+ */
    background: -webkit-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.5) 76.04%, rgba(0, 0, 0, 0.5) 100%); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.5) 76.04%, rgba(0, 0, 0, 0.5) 100%);/* Chrome10+,Safari5.1+ */
    background: (180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.5) 76.04%, rgba(0, 0, 0, 0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.5) 76.04%, rgba(0, 0, 0, 0.5) 100%); /* IE10+ */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.5) 76.04%, rgba(0, 0, 0, 0.5) 100%); /* W3C */

}

.image-gradient,
.img-gradient img {
    display:block;
}
.image-gradient span,
.img-gradient span {
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    width: 90%;
    margin:0;
    padding: 0 10px;
    z-index: 9;
    text-align: left;
}
.image-gradient p {
    text-shadow: 0px 0px 3px #333333;
}

.image-gradient:after { 
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; 
    height:100%;
    display:inline-block;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.048) 51.03%, rgba(0, 0, 0, 0.6) 100%); */
}
/* linearGradient on article images */
.blue-bg {
    background-color: #211F73;
}


.divided {
    display: flex;
    align-items: center;
}

.divider {
    flex-grow: 1;
    margin: 5px ;
}

.view-all-btn {
    background: rgba(33, 31, 115, 0.05);
    border-radius: 44px;
    padding: 5px 10px;
    gap: 10px;
}

.view-all-btn-white {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 44px;
    padding: 5px 10px;
    gap: 10px;
}

.dark-red-border {
    border: 1px solid #C50202;
}

.green-border {
    border: 1px solid #5BC10A;
}

.yellow-border {
    border: 1px solid #F2C94C;
}

.dark-blue-border {
    border: 1px solid #07438F;
}

.blue-border {
    border: 1px solid #3B5998;
}

.light-blue-border {
    border: 1px solid #00A7E8;
}
.white-border {
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.border-bottom-dark-blue-2px {
    border-bottom: 2px solid #211F73;
}

.border-bottom-orange-2px {
    border-bottom: 2px solid #E59400;
}
   /* #pills-tab {
    display: ruby;
   } */

.nav-pills .nav-link {
    font-weight: 500;
    font-size: 10px;
    line-height: 22px;
    background: rgba(33, 31, 115, 0.05);
    border-bottom: 1px solid #E0E0E0;
    color: #211F73;
    border-radius: 0;
}

.nav-pills .nav-link.active {
    font-weight: 700;
    background-color: #211F73;
    color: white !important;
    border-radius: 0;
}


.more-news-box {
    height: 400px;
    overflow-y: scroll;
    background-color: #FFFFFF;
    border: 2px solid #F2F2F2;
    overflow-x: hidden;
    scrollbar-color: #E0E0E0 white;
    scrollbar-width: thin;
}

.share-icon {
    width: 24px;
    height: 24px;
}

.dark-blue-btn:hover {
    color: white;
    background-color:#211F73; 
}

.dropdown-item:focus, .dropdown-item:hover,
.nav-link:focus, .nav-link:hover {
    color: #FFA400 !important;
}

#addComment {
    display: none;
}

.tmenu-search-btn:hover,
.tmenu-search-btn:focus,
.tmenu-search-btn:active {
    background-color: #211F73;
}

.logo-mob {
    width: 186px;
}

.scroll_to_top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: inline-block;
    z-index: 9999;
}

.carousel {
	position: relative;
}

.carousel-indicators button {
    margin: 7px !important;
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    border-radius: 100% !important;
    background-color: white;
}

.carousel-indicators .active {
    margin: 7px !important;
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    border-radius: 100% !important;
    background-color: #211F73 !important;
}


.carousel-control-next-icon {
    /* background-image: url('images/icons/down-arrow-1.png') !important; */
    background-image: url('images/icons/next-arr-slider.svg');
    width: 35px;
    height: 35px;
    top: 0px;
    background-color: #211F73;
    border-radius: 50%; 
}

.carousel-control-prev-icon {
    /* background-image: url('images/icons/down-arrow-2.png') !important; */
    background-image: url('images/icons/prev-arr-slider.svg') !important;
    width: 35px;
    height: 35px;
    top: 0px;
    background-color: #211F73;
    border-radius: 50%;
}
   
.carousel-indicators {
    margin-bottom: 0;
}

.carousel-span {
    /* position: absolute;
    bottom: 0;
    right: 0;
    margin: 0; */
    padding: 10px;
    /* z-index: 9; */
    background-color: #002F6B;
    /* width: 20%; */
    text-align: center;
}

.required::after {
    content: "*";
    _color: #E59400;
    color: #FF0000;
    font-size: 20px;
}


.table thead tr th {
    padding: 0.75rem;
}



@media only screen and (max-width: 767px) {
    /* .carousel-span {
        width: 25%;
    } */
    
    .sm-card-font-18 {
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
    }
    
    .sm-card-font-14 {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
    }

    .sm-card-font-12 {
        font-weight: 600;
        font-size: 12px;
        line-height: 21px;
    }
}

.img-obj {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .sm-card-h {
    height: 100%;
  }

.card {
    border: none;
    height: 100%;
} 

.card-footer {
    border-top: 0;
    background: white;
    
}
 
.h-quiz {
    min-height: 277px;
}

.h-quiz-small {
    min-height: 350px;
}

@media only screen and (min-width: 1198px) {
    .card-h {
        height: 100px !important;
    }
} 


.progress {
    position: relative;
	height: 25px;
    margin: 10px 0;
    padding-left: 0;
    background-color: #C7C7C7;
}
.progress &gt; .progress-type {
	position: absolute;
	left: 0px;
	padding: 3px 30px 2px 10px;
    border-radius: 5px 0px 0px 5px;
}
.progress &gt; .progress-completed {       
	position: absolute;
	right: 0px;

	padding: 3px 10px 2px;
} 

.progress-bar {
    background-color: #211F73 !important;
    color: #FFFFFF !important;
}

.form-check-input:checked {
    background-color: #211F73;
    border-color: #211F73;
}

.comment {
    width: 23px;
    height: 23px;
}


.quiz-wrapper {
    display: none;
}

.quiz-wrapper.show-quiz {
    display: flex;
}

.quiz-results {
    display: none;
}

.quiz-results.show-results {
    display: flex;
}

.width {
   width: max-content;
}

.comments {
    max-height: 805px;
    overflow-y: auto;
}

.carousel-indicators {
    bottom: 65px;
}

.carousel-caption {
    right: 0;
    left: 0;
    bottom: 0px;
    background-color: #002F6B;
}

.carousel-control-next, .carousel-control-prev { 
    opacity: 0.8 !important;
}

 
.seach-input input:focus, .seach-input input:focus
{
         outline: none;
}
.seach-input input:focus
{
         outline: none !important;
         box-shadow: none;
}

.h-100vh {
    min-height: 100vh;
}

.active &gt; .page-link,
.page-link.active {
    background-color: #211F73 !important;
    border-color: #211F73 !important;
    color: white;
}

.page-link {
    display: inline-block;
}

.flex-1 {
    flex: 1;
}

div[id^="SC_TBlock_"] &gt; div &gt; div {
    z-index: inset !important;
}

.slick-slider-main-news {
    opacity: 0;
    height: 0;
}

.slick-slider-main-news.slick-initialized {
    opacity: 1;
    height: auto;
}

.ads-section {
    position: relative;
}
</pre></body></html>