.flag-blue {
    background-color: #0072ce; 
}

.flag-black {
    background-color: #000000; 
}
	
.flag-white {
	color:#000000;
	background-color: #ffffff; 
}
	
.fullscreen {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    min-height: 100vh; 
}
	
body.is-ie .fullscreen {
	height: 100vh; 
}

@media screen and (max-width: 1280px) {
	.fullscreen {
		min-height: calc(100vh - 2.5em); 
	}
	body.is-ie .fullscreen {
		height: calc(100vh - 2.5em); 
	} 
}

@media screen and (max-width: 736px) {
	.fullscreen {
        padding: 2em 0;
        min-height: 0; 
	}
	body.is-ie .fullscreen {
		height: auto; 
	} 
}

.text-primary {
	color:#0072ce!important
}

.navbar-brand-img {
    max-height: 3.6rem;
    width: auto;
}

.navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.50rem 0;
    position: relative;
}

@media print {
	.noPrint{
		display:none;
	}
}

@media print {
    .pagebreak { break-before: always; } 
}

.list-social-icon {
	height: 20px; 
	width: 20px;
}
