@font-face {
    font-family: 'Arial';
    src: url('fonts/Arial-BoldMT.eot');
    src: url('fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('fonts/Arial-BoldMT.woff2') format('woff2'),
        url('fonts/Arial-BoldMT.woff') format('woff'),
        url('fonts/Arial-BoldMT.ttf') format('truetype'),
        url('fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('fonts/ArialMT.eot');
    src: url('fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('fonts/ArialMT.woff2') format('woff2'),
        url('fonts/ArialMT.woff') format('woff'),
        url('fonts/ArialMT.ttf') format('truetype'),
        url('fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Arial';
	font-size: 15px;
    line-height: 1.7;
}
img {
	max-width: 100%;
}
 .blue-bg {
    background: #004c97;
}

.logo {
    font-size: 26px;
}

a, a:active, a:focus, a:hover {
    text-decoration: none;
	color: #004c97;
}
#header .navbar-nav li a.nav-link.active, #header ul.sub-menu li a.active {
    color: #009cde;
}
#header .navbar-nav li a {
    font-size: 14px;
    font-weight: bold;
    color: #707372;
}
header#header {
    border-bottom: 2px solid #707372;
}
nav h2 {
    border-bottom: 2px solid;
}
.dropdown-menu ul li a {
    font-weight: normal !important;
    font-size: 16px !important;
}
h2.section-title, h1.section-title {
    
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 3.5px solid #e54b21;
    line-height: 1.5em;
	font-weight: bold;
    padding-bottom: 2px;
}
.list-view h2 , .view-all{
    font-size: 15px;
    font-weight: bold;
    
}
ul.list-view {
    padding: 0;
    list-style: none;
}
.grid-view li > div {
    max-width: 200px;
}
ul.grid-view h2 a {
    color: #000;
}
.light-bg {
    background: #ebf9ff;
}
p:last-child {
    margin: 0;
}
.flags-section li {
    list-style: none;
    margin-bottom: 25px;
    color: #009cde;
    font-weight: bold;
}

.flags-section ul {
    padding: 0;
}
footer {
    background: #ebecec;
	border-top: 5px solid #004c97;
}
ul.menu-btns {
    margin: 0 -23px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}
ul.menu-btns li {
	margin: 0 15px;
}
ul.menu-btns li .social-link {
    font-size: 20px;
}
.page-content a {
    text-decoration: none;
    color: #004C97;
}
.page-content h1 {
	color: #000;
}
.page-content h2, h3 {
	font-size: 15px;
	margin-bottom: 15px;
}

ul.list-view h2 a {
    color: #004c97;
    text-decoration: none;
}
ul.list-view li {
	margin-bottom: 15px;

}
ul.grid-view li {
    margin: 0;
}
#myBtn {
        display: none; /* Hide the button initially */
        position: fixed; /* Fixed position so it stays in place */
        bottom: 70px; /* Position the button 20px from the bottom */
        right: 30px; /* Position the button 30px from the right */
        z-index: 99; /* Make sure it appears on top of other elements */
    }
.cookie-banner {
    position: fixed;
    bottom: 0;
    background-color: rgb(0 0 0 / 60%);
}
.full-width-nav ul.navbar-nav, .full-width-nav ul.navbar-nav li {
    position: unset;
}

.full-width-nav  .dropdown-menu {
    width: 100%;
}

.full-width-nav  div#navbarNav {
    position: unset;
}

.full-width-nav.navbar {}

nav.navbar.full-width-nav {
    position: static;
}

.full-width-nav .dropdown-menu {
    top: 100%;
}
.menu-bar {
    position: relative;
}
.search-form {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	font-size: 12px;
}
.search-form input {
	font-size: 12px;
	outline: none;
}
button, button:focus {
	outline: none !important;
}
.mobile-menu div#navbarNav {
    position: absolute !important;
    left: 0;
    top: 100%;
    z-index: 9;
    background: #fff;
    width: 100%;
	padding: 0 15px;
    border-top: 2px solid #004c97;
    box-shadow: 0 0 20px #ddd;
}
.cookie-btn {
	opacity: 1;
	position: absolute;
	right: 15px;
}
@media only screen and (min-width: 1025px) {
	.mobile-menu {
		display: none;
	}

}
.desktop-menu {
    padding-left: 18px !important;
    padding-right: 20px !important;
}
.btn-danger{
    --bs-btn-bg: #e54b21 !important;
}
@media only screen and (max-width: 1024px) {
	.desktop-menu {
		display: none;
	}
	ul.menu-btns {
		justify-content: center;
	}	
}