@charset "UTF-8";
/* CSS Document */
.container-header {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
	background-color: #ffffff00;
    background-image: linear-gradient(45deg, white, #ffffff00);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffcd00;
}
.navbar-light .navbar-nav .nav-link {
    color: #e7e4e48c;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f4d209b3;
}
.navbar-light .navbar-toggler {
    color: rgb(250 245 245);
    border-color: #fffdfd;
}
/*.navbar-light .navbar-toggler-icon {
    background-image: url(../../../../../images/headers/collapse.png);
}*/
.dropdownz {
    padding-left: 15px;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0 !important;
	left: auto;
}
.form-label {
  margin-bottom: 0px !important;
}
.boxz {
    -moz-box-shadow: 0 0 10px #333333;
	-webkit-box-shadow:0 0 10px #333333;
	box-shadow: 0 0 10px #333333;
}
.container-header nav {
    margin-top: 0em;
    padding: 0;
}

.footer1 {
    font-size: 13px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #dad7d7ad;
}
.footer2 {
    font-size: 13px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #dad7d7ad;
}

@media only screen and (min-width: 992px){
.footer3 {
    font-size: 13px;
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: #dad7d7ad;
}
}
@media only screen and (max-width: 991px){
.footer3 {
    font-size: 13px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #dad7d7ad;
}
}
.footerText {
	margin-top: 30px; 
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
}
.footerColor, .footer2, .footer3 {
	background-color: #0e355d;
}
.footerRowPad {
	padding: 20px 0 20px 0;
}
.bottom-b {
	border: none !important;
}
.btn.jmodedit {
	z-index: -10 !important;
}
.mfp_masonry_skin_card .mfp_masonry_item .mfp_cat {
    font-size: .8em;
}
.mfp_masonry_skin_card .mfp_masonry_item .mfp_masonry_title {
    font-size: .9em;
	margin: 0;
}
.mfp_masonry_skin_card .mfp_masonry_item .mfp_date {
    font-size: .8em;
}
.text-muted {
    font-size: .9rem;
	line-height: 1rem;
}
.page-header {
    font-size: 1.1rem;
}
@media (min-width: 400px){
.h1, h1 {
    font-size: 1.5rem;
    color: #0d6efd;
}
}
@media (min-width: 400px){
.h3, h3 {
    font-size: 1.25rem;
}
}
.breadcrumb {
    margin-bottom: 0px;
}
main {
    background-color: white;
	padding: 10px;
}
nav {
    background-color: white;
}
.com-content-article__body {
    background-color: white;
	padding: 10px;
	-moz-box-shadow: 0 0 10px #333333;
	-webkit-box-shadow:0 0 10px #333333;
	box-shadow: 0 0 10px #333333;
}
.p, p {
	margin-bottom: 0px !important; 
}
.card-body {
    z-index: 1;
}
.td1{
    vertical-align: top;
    font-weight: normal;
    text-align: right;
}
.td2{
    vertical-align: top;
    padding-left: 10px;
    text-align: left;
}
