@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: DMSans;
    src: url('fonts/DMSans-Regular.ttf');
}

body {
    font-family: 'Inter', sans-serif;
    margin:0;
    padding:0;
    font-size: 18px;
    line-height: 26px;
    color: #373737;
}

header {
    width:100%;
    background: url(/images/header_bg.png);
    height: 300px;
}

.search-box #search {
    background: #F1F8FE;
    border-radius: 8px;
    height: 40px;
    border: none;
    width: 284px;
    padding: 0 15px 0 44px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #9E9E9E;
}

.link {
    position: relative;
    background: #F1F8FE;
    padding: 15px 5px 15px 61px;
    display: block;
    margin-bottom: 15px;
}

.link:after {
    content: ' ';
    background-image: url(/images/link.svg);
    width: 31px;
    position: absolute;
    left: 15px;
    top: 21px;
    height: 15px;
}

.search-icon {
    padding: 0;
    position: absolute;
    left: 14px;
    top: 5px;
    background: none;
    border: none;
}

header .container {
    height: 100%;
    display: flex;
    align-items: center;
}

::-moz-selection {
    color: #fff;
    background: #2764BE;
}

::selection {
    color: #fff;
    background: #2764BE;
}

.side_nav li ul {
    padding-left: 0;
}
.side_nav li ul li a {
    background: #fff;
    padding: 17px 30px;
    border: 1px solid #F3F3F3;
}

.side_nav li:nth-child(2), .side_nav li:nth-child(3) {
    margin-bottom: 0;
}

.side_nav li ul li {
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1C1C1C!important;
    text-decoration: none;
}

#logo {
    margin-top: 47px;
    margin-bottom: 47px;
}


.nav-item a:hover, .fa-search {
    color: #174993 !important;
}

b, strong {
    font-weight: 500;
    font-size: 19px;
    line-height: 26px;
}

a {
    color: #2764BE;
    text-decoration: none;
    font-weight: 700;
}

.dropdown-toggle:after {
    background-image: url(/images/arrow-dropdown.svg);
    border: none;
    width: 12px;
    height: 7px;
    margin-left: 7px;
    vertical-align: 0.155em;
}

a:hover {
    color: #174993
}
.navbar-collapse {
    align-items: normal;
}
.navbar {
   padding: 30px 0 30px;
   background-color:transparent;
   border-color:#fff;

}

@media (min-width: 1200px) {
    .container {
        width: 1220px;
    }
}

.breadcrumbs {
    margin-bottom: 10px;
    padding-left: 0;
}

.breadcrumbs a {
    font-weight: normal;
}
.btn-link:hover {
    color: #fff;
}
.pl-0 {
    padding-left: 0;
}
.nav > li {
    margin-right: 57px;
}

.nav > li:last-child {
    margin-right: 0;
}

.nav > li > a {
    padding: 0;
}

.bordered{
     border-bottom:1px solid #ccc;
}

h1 {
   color:#5995cf;
   font-size:45px;
   margin: 0px 0 35px;
}

.search-box {
    position: relative;
}

.navbar .container-fluid {
    padding: 0;

}

/* input */
.search-input {
  outline: none;
  border: none;
  background: none;
  width: 0;
  padding: 0;
  color: #444;
  float: left;
  font-size: 16px;
  transition: .3s;
  line-height: 40px;
}

.search-input::placeholder {
  color: #dbc5b0;
}

p {
    margin: 0 0 20px;

}
.page-content-left p {
    word-break: break-word;
}

.navbar {
    --mdb-navbar-box-shadow: none;
    box-shadow: none;
}

.btn {
    text-transform: none
}



.side_nav {

}

.btn:hover {
    background-color: #174993;
}

#toTop:hover {
    background: #fff;
}

h2 {
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.side_nav strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.side_nav .active strong, .side_nav .active a{
    color: #2764BE;
}

.side_nav > li {
    list-style: none;
    margin-bottom: 2px!important;
}

.side_nav li ul li {
    list-style: none;
}
#navbarRight .nav > li.h2 a{
    margin-left: 15px;
    font-size: 15px;
}
#navbarRight .nav > li.h3 a{
    margin-left: 25px;
    font-size: 14px;
}


.accordion-button {
    display: flex!important;
}
.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: #F3F3F3;
}
.accordion-button:after {
    flex-shrink: 0;
    width: 12px;
    height: 7px;
    margin-left: auto;
    content: "";
    background-size: auto;
    background-image: url(/images/arrow-dropdown.svg);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(/images/arrow-dropdown.svg);
}
.side_nav li a {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    background: #F3F3F3;
    padding: 17px 15px 17px 20px;
    text-decoration: none;
}

/* icon */
.search-btn {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}

.btn {
    text-decoration: none;
}

.primary-menu {
    margin-bottom: 33px;
}

.arrow-right {
    position: relative;
    margin-left: 57px;
}


.arrow-right:before {
    content: ' ';
    background-image: url(/images/arrow.svg);
    width: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    height: 17px;
}

.navbar {
    margin-bottom: 0;
}
.nav-item .nav-link {
    padding: 20px 40px;
}

.dropdown-menu  li a {
    padding: 15px 25px !important;
    border-bottom: 1px solid #F3F3F3;
}

.title h1 {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 68px;
    letter-spacing: 0.2px;
    color: #1C1C1C;
    margin: 24px 0 20px;
}

.description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #A3A3A3;
    margin-bottom: 40px;
}
.accordion-header {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    background: #F3F3F3;
    padding: 17px 20px;
    text-decoration: none;
    margin-top: 0;
}
.accordion-flush .accordion-item {
    border-bottom: none;
}
.dropdown-menu.show {
    margin-top: 15px!important;
    margin-left: -25px!important;
}
.search-btn img {
    margin-right: 14px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color: #F3F3F3;
}
.brands {
    position: absolute!important;
    left: 0;
    top: 44%;
    z-index: -1!important;
}

.footer-menu {
    position: relative;
    gap: 80px;
    justify-content: center;
}

.footer-menu li {
    list-style: none;
}

.footer-menu li a {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-menu li:after {
    content: ' ';
    position: absolute;
    width: 30px;
    height: 0;
    border: 2px solid #2764BE;
    transform: rotate(90deg);
    top: 11px;
    margin-left: 25px;
}

.footer-menu li:last-child:after {
    content: none;
    display: none;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.brands .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-input:focus,
.search-input:not(:placeholder-shown) {
  width: 80%;
  padding: 0 6px;
   border:1px solid #ccc;
  border-radius:10px;
}

.search-box:hover > .search-input {
  width: 80%;
  padding: 0 6px;
  border:1px solid #ccc;
  border-radius:10px;
  display:inline-block;
}

.search-btn:hover{
	text-decoration:none;
}

.sep50 {
    width: 100%;
    height: 50px;
}

/*p strong {
 display: inline-block;
 margin-top:30px;
}
*/
.btn-info {
    color: #fff;
    background-color: #2764BE;
    padding: 14px 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    border-radius: 0;
    border: none;
}

.rounded {
   padding: 25px 27px;
   border-radius: 50px;

}

footer {
   margin-top: 60px;
   background: #101F35;
   color: #fff;
   padding: 27px 0;
}

.move-to-top {
    border: 2px solid #2764BE;
    background: #fff;
    padding: 14.5px;
    border-radius: 0;
}

footer a, footer a:hover{
   color: #fff;
}
.pd50{
   padding-top: 50px;
}

h1{
   color: #5995cf;
   font-size: 45px;
}
.nav-item a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #1C1C1C;
}
.container img {
   max-width: 100%;
}
.fa-question-circle {
   display: block;
   width: 100%;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   padding: 20px 0;
}

a.iw_wpde {
   background-image: url(/images/wpde.gif);
}

a.interwiki {
   background: transparent url(/images/interwiki.png) 0 1px no-repeat;
   padding: 1px 0 1px 16px;
}
.dokuwiki a.urlextern, .dokuwiki a.windows, .dokuwiki a.mail, .dokuwiki a.mediafile, .dokuwiki a.interwiki {
   background-repeat: no-repeat;
   background-position: 0 center;
   padding: 0 0 0 18px;
}

.side_nav {
   margin: 0;
   padding: 0;
}

.navbar-toggler {
    color: #000;
}

.table-time-line thead tr th {
    padding: 28px 67px;
    background: #F4F5F9;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    color: #373737;
    border: 0.5px solid #5A94CF!important;
}

.table-time-line tbody tr td {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #373737;
    border: 0.5px solid #5A94CF;
}

.table-time-line tbody tr td:last-child {
    text-align: left;
}

.table-time-line tbody tr td:first-child {
    vertical-align: middle;
    text-align: center;
}

h1.title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #1F539E;
    margin: 0 0 25px;
}

h2.sub-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #1C1C1C;
    margin-bottom: 25px;
}

@media print {
   .navbar, footer, header, .breadcrumbs, .left-menu, .pb-3.border-top, .show-nav-right, #print_btn, #toTop, #navbarRight {
       display: none!important;
   }
    .page-content-left {
        width: 100%!important;
    }
    .page-content-left h1 {
        display: none!important;
    }
}

@media (max-width: 768px) {
    .title h1 {
        font-size: 35px;
        line-height: 1.5;
    }
    .navbar-nav {
        gap: 10px!important;
        padding: 20px 12px!important;
    }
}

@media screen and (max-width: 600px) {

    table.table-time-line thead th {
        width: 48%;
    }

    table.table-time-line tr {
        border-bottom: none;
        display: block;
        margin-bottom: -0.975em;
    }

    table.table-time-line td {
        display: block;
        font-size: .8em;
        text-align: left;
    }

    table.table-time-line td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.table-time-line td:last-child {
        border-top: 0;
    }
}

.lightbox img {
    cursor: pointer!important;
}

#navbarLeftAlignExample .dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    z-index: 1;
    top: 60px;
}

.navbar-nav {
    gap: 25px;
}
.search-result {

}
.sticky-top {
    top: 20px
}
.search-result .search-box {
    margin-bottom: 30px;
}
.search-result .search-box .search-snippet .search_hit {
    background-color: #ff9;
}

.nav-pills.menu-sidebar .nav-link {
    font-size: 17px;
    line-height: 1.5;
}

#scrollspy {
    overflow-y: scroll;
    height: 600px;
    overflow-x: hidden;
}

.show-nav-right {
    display: none;
}

@media (max-width: 768px) {
    #navbarLeftAlignExample .navbar-nav .dropdown-menu {
        position: static!important;
    }
    .show-nav-right {
        width: 55px;
        background: #101F35;
        height: 45px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
    }

    .show-nav-right .fa-times {
        display: none;
    }

    .active.show-nav-right {
        position: fixed;
        top: 15px;
        right: 15px;
    }

    .active.show-nav-right .fa-times {
        display: block;
        margin-top: 12px;
        margin-left: 20px;
    }

    .active.show-nav-right .fa-bars {
        display: none;
    }

    .show-nav-right button {
        color: #fff;
    }

    #navbarRight {
        display: none;
    }
    .primary-menu {
        margin-bottom: 0;
    }
    .nav-item .nav-link {
        padding: 10px 0;
    }
    .collapse:not(.show) {
        display: none!important;
    }

    .container.main-page .row {
        margin: 0!important;
    }
    h1 {
        margin: 30px 0 35px;
    }
    header {
        height: 150px;
    }
    footer {
        padding-bottom: 0;
    }
    .search-box #search {
        width: auto;
    }
    .footer-menu li {
        width: 100%;
    }
    .footer-menu {
        gap: 20px;
        padding-left: 0;
        flex-wrap: wrap;
    }
    .footer-menu li:after {
        display: none;
    }
    .footer-menu li a {
        border-bottom: 3px solid #2764BE;
        padding-bottom: 10px;
        width: 90px;
        display: block;
    }
    .footer-menu li:last-child a {
        border-bottom: none;
    }
    #navbarRight {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #fff;
        overflow-y: scroll;
    }

}

.hide {
    display: none!important;
}

.show-nav-right {
    z-index: 999;
    cursor: pointer;
}

.active {
    display: block!important;
}

pre {
    background: hsla(0,0%,78%,.3);
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    color: #353535;
    direction: ltr;
    font-style: normal;
    min-width: 200px;
    padding: 1em;
    tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
}


.nav-item.sub-menu {
    padding-left: 15px;
}

#navbarRight .nav > .nav-item.sub-menu > a {
    font-size: 16px;
}

#navbarRight .nav > li {
    margin-right: 0px;
}


.collapse:not(.show) {
    display: none;
}
figure.image{

}
figure.image figcaption{
    /*text-align: center;*/
    font-size: 14px;
    color: #777;
}