* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* main settings */

body * {
    font-family: 'Source Serif Pro', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
}

body {
    padding-top: 90px;
}

body.fixed {
    overflow: hidden;
    padding-right: 17px;
}

body.fixed header {
    padding-right: 17px;
}

.container {
    /* lapas maksimālais platums */
    max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Serif Pro";
    color: #083461;
}


/* Navigācijas josla */

header {
    background-color: #114478;
    height: 90px;
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
}

#overlay {
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-color: #083461;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

#overlay.show {
    display: block;
}

.navbar-nav {
    width: 100%;
    display: flex;
}

header .navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
    font-family: 'Source Sans pro';
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -0.2px;
    line-height: 22px;
    white-space: nowrap;
    padding-top: 24px;
    padding-bottom: 34px;
    padding-right: 20px;
    padding-left: 21px;
    padding-right: 20px;
}

header .navbar-dark .navbar-nav .nav-item {
    position: relative;
}

header .navbar-dark .navbar-nav .nav-item.open .nav-link {
    color: #093461;
}

header .navbar-dark .navbar-nav .nav-item .submenu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 24px;
    border-top: 4px solid #72D2F6;
    display: none;
    min-width: 300px;
    max-height: calc(100vh - 90px);
    overflow-y: scroll;
}

header .navbar-dark .navbar-nav .nav-item .submenu .second-submenu {
    padding-left: 20px;
}

header .navbar-dark .navbar-nav .nav-item .submenu .nav-link {
    color: #093461;
    font-family: "Source Sans Pro";
    font-size: 17px;
    letter-spacing: -0.2px;
    line-height: 22px;
    padding: 0;
    margin-bottom: 16px;
}

header .navbar {
    padding-top: 10px;
    padding-bottom: 0;
}

header .navbar-collapse {
    justify-content: space-between;
    padding-left: 164px;
    padding-right: 0px;
    align-items: center;

}

header .navbar-collapse.show {
    overflow-y: scroll;
    max-height: calc(100vh - 56px);
}

.icon-search-container {
    margin-left: 4.3rem;
    padding-bottom: 10px;
}

/* logotips */

header .logo {
    height: 150px;
    /* logo-base */
    width: 150px;
    /* logo-base */
    background-color: #72D2F6;
    /* logo-base */
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    /* logo novietojums līdz ar augšējo lapas (navigācijas joslas) līniju. */
    left: 0;
    /* novietojums līdz ar joslas kreiso malu */
}


/* meklēšanas ikona */

header .search-btn-mobile {
    background-color: #72D2F6;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

header .search-wrapper {
    background-color: #114478;
    display: none;
}

header .search-row .ui-autocomplete {
    top: 100%;
    background-color: #fff;
    width: 100%;
    padding: 24px;
    z-index: 1;
}

header .search-row .ui-menu-item {
    margin-bottom: 16px;
}

header .search-row .ui-menu-item a {
    color: #093461;
    font-family: "Source Sans Pro";
    font-size: 17px;
    letter-spacing: -0.2px;
}

header .search-row .ui-state-highlight {
    font-weight: bold;
    text-decoration: underline;
    color: #093461;
    background-color: #fff;
    border: none;
}

header .search-row .ui-menu-item::marker {
    content: '';
}

header .search-row .search-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

header .search-row .search-form-row {
    display: flex;
    min-height: 90px;
    align-items: center;
    position: relative;
}

header .search-row .search-form-row input[type=search] {
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-size: 17px;
    letter-spacing: -0.2px;
    line-height: 22px;
    background-color: #114478;
    border: none;
    height: 30px;
    width: 100%;
    margin-right: 20px;
    padding-left: 20px;
}

header .search-row .search-form-row input[type=search]::placeholder {
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-size: 17px;
    letter-spacing: -0.2px;
    line-height: 22px;
}

header .search-row .search-form-row input[type=search]:focus {
    outline: none;
}


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

.section-breadcrumb,
ol.breadcrumb {
    height: 50px;
    background-color: #E1F1FA;
    align-items: center;
}

.breadcrumb {
    margin-left: 185px;
}

.breadcrumb .breadcrumb {
    list-style: none;
}

/* Display list items side by side */
.breadcrumb .breadcrumb li {
    display: inline;
}

.breadcrumb .breadcrumb-item {
    height: 19px;
    color: #114478;
    font-family: "Source Sans Pro";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 19px;
}

.breadcrumb .breadcrumb-item :active {
    height: 19px;
    color: #7F9099 !important;
    font-family: "Source Sans Pro";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 19px;
}

.breadcrumb .breadcrumb-item a {

    color: #114478;
    font-family: "Source Sans Pro";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 19px;
}

.breadcrumb-item:last-child a {
    color: #7F9099;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: url("../images/html/ic-sep-breadcrumbs.svg") !important;
}


/* Teksts ar virsrakstu un saraksts */

.article .row .text-wrapper h1,
.text-wrapper h1 {
    color: #083461;
    font-family: "Source Serif Pro";
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
}

.text-wrapper h1,
.text-wrapper h2,
.text-wrapper h3,
.text-wrapper h4,
.text-wrapper h5,
.text-wrapper h6 {
    font-family: "Source Serif Pro";
    color: #083461;
}

.news h1,
.news h2,
.news h3,
.news h4,
.news h5,
.news h6,
.news-section h1,
.news-section h2,
.news-section h3,
.news-section h4,
.news-section h5,
.news-section h6 {
    font-family: "Source Serif Pro";
    color: #083461;
}

.news h1 {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
}

.news h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 40px;
}

.news h3 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 36px;
}

.news h4 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 34px;
}

.news h5 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 32px;
}

.news h6 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 28px;
}


.text-wrapper h2 {
    font-size: 34px;
}


.article .row .text-wrapper p {
    color: #556066;
    font-family: "Source Sans Pro";
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
}

.article {
    margin-top: 20px;
    background-color: #FFFFFF;
    padding-bottom: 150px;
}

.article .text-wrapper {
    margin-top: 50px;
}

.article .row .navigation-col .navigation-wrapper {
    background-color: #E1F1FA;
    padding: 40px;
    min-height: 522px;
    margin-bottom: -20px;
    position: sticky;
    top: 0;
}

.article .row .navigation-col .navigation-wrapper h5 {
    color: #113E6B;
    font-family: "Source Serif Pro";
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 32px;
    margin-bottom: 10px;
}

.article .row .navigation-col .navigation-wrapper .link {
    display: block;
    color: #093461;
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
    padding: 8px 0 8px 20px;
    box-shadow: inset 0 -1px 0 0 #D3E6F0;
}

.article .row .navigation-col .navigation-wrapper .link span {
    position: relative;
}

.article .row .navigation-col .navigation-wrapper .link span::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/html/ic-sep-breadcrumbs.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 4px;
    height: 8px;
}

.article .row .navigation-col .navigation-wrapper .link:hover {
    font-weight: bold;
}

.article .row .navigation-col .navigation-wrapper .link:hover span::before {
    background-image: url('../images/html/ic-sep-breadcrumbs-dark.svg');
}

/* Partners-section */

.partners-section {
    background-image: url('../images/html/background-element-partners.svg');
    background-size: 711px;
    background-position: left;
    background-position: bottom right;
    background-color: #E1F1FA;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: 35%;

}

.partners-section h2 {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    color: #083461;
    font-family: "Source Serif Pro";
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
    margin-bottom: 20px;
}

.partners-section p {
    height: 64px;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    color: #7F9099;
    font-family: "Source Sans Pro";
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 40px;
}

.partners-section img {
    height: auto;
    width: 100%;
    max-height: 100px;
}

.partners-section img.semi-width {
    max-width: 150px;
}

.partners-section img.small-width {
    max-width: 130px;
}

.partners-section .img-wrapper {
    height: 100px;
    width: 170px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
    justify-content: center;
    margin-right: 30px;
}

.partners-section .title {
    height: 24px;
    width: 170px;
    color: #7F9099;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 24px;
    text-align: center;
}

.partners-section .slider-row .slider-item {
    width: 50%;
}

/* footer */

.footer {
    background-color: #093461;
}

.footer .logo {
    height: 150px;
    /* logo-base */
    width: 150px;
    /* logo-base */
    background-color: #72D2F6;
    /* logo-base */
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    /* novietojums līdz ar joslas kreiso malu */
}

.footer .logo-container {
    position: relative;
    min-height: 90px;
}

.footer .container .footer-row {
    min-height: 90px;
    align-items: center;
}

.footer .copyrights {
    /*height: 22px;*/
    width: 292px;
    color: #FFFFFF !important;
    font-family: "Source Sans Pro";
    font-size: 17px;
    letter-spacing: -0.2px;
    line-height: 22px;
}

.footer .website-developed-by {
    opacity: 0.7;
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-size: 17px;
    letter-spacing: -0.2px;
    line-height: 22px;
    white-space: nowrap;
    vertical-align: middle;
}

.footer .container .row .website-developed-by img {
    margin-bottom: 6px;
    margin-left: 0.3rem;
}

.footer.container .row {
    display: inline-block;
    margin-left: 13px;
    padding: 0px;
    align-items: center;
}

/* md screens */
@media screen and (max-width: 991px) {
    body {
        padding-top: 56px;
    }

    header {
        height: auto;
    }

    header .search-row .search-form-row {
        min-height: 56px;
    }

    header .search-row .ui-autocomplete {
        left: -15px;
        right: -15px;
        width: calc(100% + 30px);
    }


    header .navbar-dark .navbar-toggler {
        border-color: #72D2F6;
        height: 56px;
        width: 56px;
        border-radius: 0;
    }

    header .navbar-dark .navbar-toggler:focus {
        outline: none;
    }

    header .navbar {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    header .navbar-collapse {
        padding-left: 0;
    }

    header .navbar #navbarText:before {
        content: "";
        height: 70px;
        display: block;
    }

    header .navbar #navbarText:after {
        content: "";
        height: 30px;
        display: block;
    }

    header .navbar-dark .navbar-nav .nav-link {
        margin-bottom: 10px;
        padding-left: 0;
        padding-bottom: 0;
    }

    header .navbar-dark .navbar-nav .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .navbar-dark .navbar-nav .nav-item .submenu {
        position: relative;
        background-color: #114478;
        color: #FFFFFF;
        padding-bottom: 0;
        padding-top: 0;
        border-top: none;
    }

    header .navbar-dark .navbar-nav .nav-item .submenu .nav-link {
        color: #FFFFFF;
    }

    header .logo {
        padding: 5px;
        height: 100px;
        width: 100px;
        z-index: 1;
    }

    header .logo img {
        height: 100%;
    }

    ol.breadcrumb {
        margin-left: 100px;
    }
}

/* xs screens */
@media screen and (max-width: 575px) {
    ol.breadcrumb {
        margin-left: 80px;
        height: 40px;
    }

    .breadcrumb .breadcrumb-item,
    .breadcrumb .breadcrumb-item a {
        font-size: 10px;
    }

    .section-breadcrumb {
        height: auto;
    }

    header .navbar {
        margin-left: -15px;
        margin-right: -15px;
    }


}

.news {
    padding-bottom: 100px;
}

.section-news .news-block .img-wrapper {
    height: 208px;
    width: 100%;
    background-color: #E1F1FA;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cookie-notification {
    background-color: #114478;
    bottom: 0;
    color: #ffffff;
    opacity: 0;
    position: fixed;
    transform: translateY(100%);
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 105;
}

#cookie-notification .container {
    padding: 15px;
}

#cookie-notification .text {
    font-size: 0.875rem;
}

#cookie-notification .btn {
    margin-left: 15px;
    background-color: #72D2F6;
}

#cookie-notification .btn-filled {
    border-color: #fff;
    background-color: #fff;
}

#cookie-notification.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.article-index {
    background-color: #093461;
    background-image: url('../images/html/image-custom-pattern.svg');
    background-position-x: 88px;
    background-position-y: 111px;
}

.article-index h1 {
    color: #FFFFFF;
}

.article-index .row {
    min-height: 420px;
}

.article-index .row .text-col {
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.article-index .row .text-wrapper {
    padding-top: 140px;
    padding-bottom: 113px;
}

.article-index .row .text-col h1 {
    font-size: 54px;
    letter-spacing: 0;
    line-height: 68px;
    font-family: "Source Serif Pro";
    font-weight: bold;
}

.article-index .row .text-col p {
    opacity: 0.8;
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-size: 17px;
    letter-spacing: 0;
    line-height: 22px;
}

.article-index .row .text-col a {
    /*height: 32px;
    width: 87px;*/
    color: #72D2F6;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 32px;
}

/* article-index. Kalendāra daļa*/

.article-index .row .calendar-col {
    display: flex;
    align-items: flex-end;
}

.article-index .row .calendar-col .calendar-wrapper {
    background-color: #72D2F6;
    padding: 40px;
    min-height: 368px;
    margin-bottom: -20px;
    width: 100%;
}

.article-index .row .calendar-col .calendar-wrapper h3 {
    color: #093461;
    font-family: "Source Serif Pro";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
    margin-top: 28px;
    margin-bottom: 30px;
}

.article-index .row .calendar-col .calendar-wrapper .white-btn {
    display: block;
    color: #093461;
    font-family: "Source Sans Pro";
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
    background-color: #fff;
    padding: 8px 20px;
    margin-bottom: 10px;
}

.article-index .row .calendar-col .calendar-wrapper .white-btn:last-child {
    margin-bottom: 0;
}

.article-index .row .calendar-col .calendar-wrapper .white-btn span {
    position: relative;
    padding-left: 16px;
}

.article-index .row .calendar-col .calendar-wrapper .white-btn span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/html/ic-sep-breadcrumbs.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 4px;
    height: 8px;
}

/* Ziņu sadaļa ar bildēm - --=pārskatīt=-- */

.news-section {
    padding-top: 60px;
    background-color: #FFFFFF;
}

.news-section h2 {
    color: #083461;
    font-family: "Source Serif Pro";
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 40px;
}

.news-section .news-img {
    height: auto;
    width: 100%;
    background-color: #E1F1FA;
}

.news-section .no-img-wrapper {
    height: 208px;
    width: 100%;
    background-color: #E1F1FA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-section .no-image {
    max-width: 48px;
}


.news-section .date {
    color: #7F9099;
    font-family: "Source Sans Pro";
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 13px;
}

.news-section .title {
    color: #113E6B;
    font-family: "Source Serif Pro";
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 32px;
    margin-bottom: 50px;
}

/* Poga */

.news-section .button {
    height: 60px;
    max-width: 100%;
    background-color: #093461;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.news-section .button .btn {
    width: 100%;
    color: #72D2F6;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.4px;
    text-align: center;
    background-color: #093461;
    margin: 14px 25px;
}

.news-section.all-news {
    padding-bottom: 100px;
}

/* --= NEWS_SINGLE_ITEM =-- */
/* Teksts ar virsrakstu, bildi un ikonām */

.article-single-news {
    margin-top: 50px;
    background-color: #FFFFFF;
    padding-bottom: 150px;
}

.article-single-news .icons-container {
    margin-bottom: 30px;
}

.article-single-news .icons-container .box {
    border-left: 1px solid #E1F1FA;
    border-right: 1px solid #E1F1FA;
}

.article-single-news .icons-container .social {
    border-left: 1px solid #E1F1FA;
    margin-left: 20px;
}

.article-single-news .news-date {
    color: #7F9099;
    font-family: "Source Sans Pro";
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
    padding-right: 20px;
}

.article-single-news img.ic-print {
    max-width: 24px;
    opacity: 0.5;
    margin-right: 10px;
    color: #7F9099;
    margin-left: 20px;
}

.article-single-news .ic-print-link {
    max-width: 35px;
    color: #7F9099;
    font-family: "Source Sans Pro";
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
    text-decoration: underline 1px dotted rgb(127, 144, 153, 0.5);
    padding-right: 20px;
}

.article-single-news .ic-email-img {
    max-width: 24px;
    opacity: 0.5;
    margin-right: 10px;
    margin-left: 20px;
}

.article-single-news .ic-email-link {
    max-width: 35px;
    color: #7F9099;
    font-family: "Source Sans Pro";
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
    text-decoration: underline 1px dotted rgb(127, 144, 153, 0.5);
    margin-bottom: 0;
}

.article-single-news .facebook-link {
    color: #7F9099;
    font-family: "Source Sans Pro";
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
    text-decoration: underline 1px dotted rgb(127, 144, 153, 0.5);
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.article-single-news .row .text-wrapper p {
    color: #556066;
    font-family: "Source Sans Pro";
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
    margin-bottom: 40px;
}

/* --=Gandrīz visās sadaļās=-- */
/* Partners-section */

/* --= KONTAKTU LAPA =-- */

.contacts .container {
    margin-top: 70px;
    background-color: #FFFFFF;
    margin-bottom: 100px;
}

.contacts .contacts-content h1 {
    color: #083461;
    font-family: "Source Serif Pro";
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 30px;
}

.contacts .contacts-content .p1,
.contacts .contact-cards-container .ic-cards .p2,
.contacts .contact-cards-container .ic-cards .p3 {
    color: #556066;
    font-family: "Source Sans Pro";
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
}

.contacts .contacts-content .p1 {
    margin-bottom: 40px;
}

.contacts .contact-cards-container .ic-cards .p2 {
    margin-bottom: 0;
}

.contacts .contact-cards-container .ic-cards .p3 {
    font-size: 16px;
    line-height: 24px;
    margin-top: -14px;
    margin-bottom: 10px;
}

.contacts h6 {
    color: #113E6B;
    font-family: "Source Serif Pro";
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 32px;
    margin-bottom: 20px;
}


.contacts .ic-social {
    height: 50px;
    width: 50px;
    background-color: #72D2F6;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts .ic-social .icon-wrap {
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts .contact-social-network-container,
.contacts .contact-cards-container {
    margin-bottom: 40px;
}

.contacts .contact-cards-container .ic-cards-img {
    opacity: 0.5;
    background-color: #7F9099;
    margin-right: 16px;
}

.contacts .contact-cards-container .ic-cards {
    margin-bottom: 10px;
}

/* --= PLANŠETĒM, TELEFONIEM =-- */
/* md screens */
@media screen and (max-width: 991px) {

    h1,
    .news h1,
    .article-index .row .text-col h1,
    .contacts .contacts-content h1 {
        font-size: 28px;
        line-height: 38px;
    }

    h2,
    .news h2,
    .news-section h2,
    .partners-section h2 {
        font-size: 26px;
        line-height: 36px;
    }

    h3,
    .news h3,
    .article-index .row .calendar-col .calendar-wrapper h3 {
        font-size: 24px;
        line-height: 34px;
    }

    h4,
    .news h4 {
        font-size: 21px;
        line-height: 32px;
    }

    h5,
    .news h5 {
        font-size: 18px;
        line-height: 28px;
    }

    h6,
    .news h6 {
        font-size: 16px;
        line-height: 26px;
    }

    p,
    .news p,
    .article-single-news .row .text-wrapper p,
    .partners-section p {
        font-size: 16px;
        line-height: 26px;
    }


    header,
    footer {
        height: auto;
    }

    header .navbar-collapse {
        padding-left: 0;
    }

    header .navbar #navbarText:before {
        content: "";
        height: 70px;
        display: block;
    }

    header .navbar-dark .navbar-nav .nav-link {
        margin-bottom: 10px;
        padding-top: 0;
    }

    header .navbar-dark .navbar-nav .nav-link.main.arrow {
        position: relative;
        width: 100%;
    }

    header .navbar-dark .navbar-nav .nav-link.main.arrow::after {
        content: '';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url('/images/html/ic-dropdown-large.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
    }

    header .navbar-dark .navbar-nav .nav-item.open {
        background-color: #114478;
    }

    header .navbar-dark .navbar-nav .nav-item.open .nav-link {
        color: #FFFFFF;
    }

    header .logo,
    .footer .logo {
        padding: 5px;
        height: 100px;
        width: 100px;
    }

    header .logo img,
    .footer .logo img {
        height: 100%;
    }

    .section-breadcrumb {
        display: none;
    }

    .article-single-news .text-wrapper img,
    .article .text-wrapper img {
        height: auto !important;
        width: 100% !important;
    }

    .footer .logo {
        margin-bottom: 10px;
    }

    .footer .website-developed-by {
        padding-bottom: 15px;
    }
}

/* xs screens */
@media screen and (max-width: 575px) {
    .article-single-news .icons-container {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .article-single-news .icons-container .box{
        border-left: none;
        border-right: none;
    }

    .article-single-news img.ic-print,
    .article-single-news .ic-email-img,
    .article-single-news .icons-container .social{
        margin-left: 0;
    }

    .article-single-news .icons-container .social{
        border-left: none;
    }

    .article-single-news .ic-email-img{
        width: 100%;
        max-height: 24px;
    }

    .article-single-news .row .inside-item{
        margin-bottom: 5px;
    }

    .partners-section {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .partners-section h2 {
        margin-bottom: 10px;
    }

    .partners-section .slider-row {
        padding-top: 60px;
    }

    .partners-section .img-wrapper {
        width: 100%;
    }

    .partners-section img {
        object-fit: contain;
    }

    .partners-section .title {
        width: 100%;
    }

    .news p,
    .article-single-news .row .text-wrapper p {
        font-size: 14px;
        line-height: 20px;
    }

    .article-single-news {
        margin-top: 50px;
        padding-bottom: 40px;
    }

    .article-index .row .text-wrapper {
        padding-top: 70px;
        padding-bottom: 40px;
    }


    header,
    footer {
        height: auto;
    }

    header .navbar {
        margin-left: -15px;
        margin-right: -15px;
    }

    .section-breadcrumb {
        display: none;
    }

    .footer .logo {
        margin-bottom: 10px;
    }

    .footer .website-developed-by {
        padding-bottom: 15px;
    }
}

ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    color: #556066;
    font-family: "Source Sans Pro";
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
    padding-left: 0;
}

ol li {
    counter-increment: my-awesome-counter;
}

ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #114478;
    margin-right: 10px;
    font-weight: 600;
}


.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    width: 100%;
    margin-top: 40px;
}

.slick-dots li {
    margin: 0 20px;
}

.slick-dots button {
    display: block;
    width: 6px;
    height: 6px;
    padding: 0;

    border: none;
    border-radius: 100%;
    background-color: #CAD5DB;

    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #114478;
}

#load-more-projects .base {
    display: block;
}

#load-more-projects .loading,
#load-more-projects .end {
    display: none;
}

.text-wrapper ul {
    list-style: none;
    color: #556066;
    font-family: "Source Sans Pro";
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
    padding-left: 0;
    margin-bottom: 20px;
}

.text-wrapper ul li::before {
    content: "• ";
    color: #114478;
    width: 5px;
    margin-right: 10px;
}

.heading2 h2 {
    color: #113E6B;
    font-family: "Source Serif Pro";
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 32px;
    margin-bottom: 20px;
}

.text-wrapper hr {
    height: 1px;
    width: 100%;
    color: #E1F1FA;
    margin-top: 40px;
    margin-bottom: 40px;
}

.article-single-news .row .documents {
    height: 60px;
    background-color: #E1F1FA;
    display: flex;
    align-items: center;
    width: 100%;
}

.article-single-news .row .documents-container {
    margin-bottom: 10px;
}

.article-single-news .row .inside-item.file {
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #093461;
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.4px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-single-news .row .inside-item {
    color: #093461;
    font-family: "Source Sans Pro";
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 32px;
}

.article-single-news .row .ic-icon {
    height: 12px;
    width: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.article-single-news .row .inside-item.download {
    margin-left: auto;
    margin-right: 20px;
}

.article-single-news .text-wrapper img {
    height: auto;
    max-width: 970px;
    margin-top: 40px;
    margin-left: -100px;
    margin-bottom: 12px;
}

.article-single-news .text-wrapper .figure-caption {
    color: #556066;
    font-family: "Source Sans Pro";
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 18px;
    margin-bottom: 40px;
    margin-left: -100px;
}

@media screen and (max-width: 991px) {
    .article-single-news .text-wrapper .figure-caption {
        margin-left: 0;
    }

    .article-single-news .text-wrapper img {
        margin-left: 0;
    }

    body.fixed header {
        padding-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .text-wrapper ul,
    .text-wrapper ol {
        font-size: 14px;
        line-height: 20px;
    }

    .article-single-news .row .documents{
        flex-direction: column;
        height: auto;
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .article-single-news .row .inside-item.download{
        margin-left: 0;
        margin-right: 0;
    }
    .article-single-news .row .documents .inside-item{
        margin-bottom: 0;
    }

}

header .logo img,
.footer .logo img{
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}