<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0
}
.dropdown-menu &gt; li &gt; a {
	white-space: wrap;
}

.navbar-default {
    background-color: transparent;
    border: none
}

.navbar-collapse {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	padding:0;
}

#dnnMenu .topLevel&gt;li&gt;a {
    color: #003f87;
}

#dnnMenu .topLevel&gt;li&gt;a:focus,
#dnnMenu .topLevel&gt;li&gt;a:hover {
    color: #003f87;
	text-decoration:none;
	background:transparent;
}

#dnnMenu .topLevel&gt;li.active&gt;a:focus,
#dnnMenu .topLevel&gt;li.active&gt;a:hover {
    color: #003f87;
	text-decoration:none;
	background:transparent;
}

#dnnMenu .topLevel&gt;.open&gt;a,
#dnnMenu .topLevel&gt;.open&gt;a:hover,
#dnnMenu .topLevel&gt;.open&gt;a:focus {
    background:transparent;
}

#dnnMenu .topLevel&gt;.active.open&gt;a,
#dnnMenu .topLevel&gt;.active.open&gt;a:hover,
#dnnMenu .topLevel&gt;.active.open&gt;a:focus {
    background:transparent;
}

#dnnMenu .navbar-default .topLevel&gt;li&gt;a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#dnnMenu .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #f1f1f1;
    padding: 0;
	border:none;
}

#dnnMenu .dropdown-menu::after {
    bottom: 100%;
    left: 35%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #f1f1f1;
    border-width: 10px;
    margin-left: -30px;
	display:none;
}

#dnnMenu .dropdown-menu li {
    background: none;
    float: none;
    clear: both;
    width: auto;
    padding: 13px 15px;
    border-bottom: 1px solid #ccc;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#dnnMenu .dropdown-menu li:hover {
    background: #fff;
}

#dnnMenu .dropdown-menu li:last-child {
    border: none
}

#dnnMenu .dropdown-menu li&gt;a {
    background: transparent;
	font-size:15px;
	color:#002147;
	font-weight: bold;
}

#dnnMenu .dropdown-menu li.active&gt;a,
#dnnMenu .dropdown-menu li.active a:hover,
#dnnMenu .dropdown-menu li.active a:focus {
    color: #5cb0e9;
    font-weight: bold;
}

#dnnMenu .dropdown-menu a:hover {
    color: #5cb0e9;
	text-decoration:none;
}

#dnnMenu .subLevelRight::after {
    border: none
}



@media only screen and (min-width:768px) and (max-width:995px) {
    #dnnMenu .nav li {
        font-size: 15px
    }
}

@media only screen and (max-width:991px) {
	#dnnMenu .navbar-nav {
		margin-top:0;
	}
    #dnnMenu .dropdown-menu {
        padding: 0
    }
    #dnnMenu .dropdown-menu::after {
        border: none;
        pointer-events: none;
        border-color: none;
        border-width: 0
    }
    #dnnMenu .dropdown-menu.subLevel {
        padding: 0
    }
    #dnnMenu .dropdown-menu.subLevel li.active a span {
        color: #003f87;
    }
    #dnnMenu .dropdown-menu.subLevel li {
        background: transparent;
        /*border-bottom: 1px solid #9b9b9b;*/
        padding: 0;
		
    }
	#dnnMenu .dropdown-menu.subLevel li:hover {
		background: #ffffff;
	}
	#dnnMenu .dropdown-menu.subLevel li a span, #dnnMenu .dropdown-menu.subLevel li a {
		text-transform: none;
    font-size: 18px;
    font-weight: 500;
    margin-left: 0;
    color: #fff;
    padding: 10px 0;
	}
    #dnnMenu .dropdown-menu.subLevelRight li {
        padding: 0
    }
    #dnnMenu .topLevel li {
        position: relative;
        background: #fff;
        list-style-type: none;
        float: none;
        width: 100%;
        margin-bottom: 0;
       border-bottom: 1px solid #ccc;
    }
	#dnnMenu .topLevel li:last-child {
		border:none;
	}
	#dnnMenu .topLevel &gt; li a {
	}
    #dnnMenu .topLevel li.active a {
        color: #003f87;
        font-weight: bold;
    }
    #dnnMenu .topLevel li a {
        display: block;
        color: #003f87;
        -webkit-transition: all .2s ease 0s;
        -moz-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
        transition: all .2s ease 0s;
		padding:15px 0;
		text-align: center;
    }
    #dnnMenu .topLevel li a:hover {
        background: transparent;
    }
    #dnnMenu .topLevel li a:hover span {
        color: #3f3f3f
    }
    #dnnMenu .topLevel li a span {
        line-height: 32px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform:uppercase;
    }
    #dnnMenu .topLevel .dropdown.open a span {
        color: #003f87;
    }
	#dnnMenu .topLevel .dropdown-menu.subLevel a span {
		font-size:22px;
		color: #616161;
		font-weight: 400;
		margin-left:0;
		line-height:25px;
		font-family: "Source Serif 4", serif;
    }
    #dnnMenu .topLevel .dropdown-menu.subLevelRight a span {
        color: #003f87;
		font-size:18px;
		font-weight:300;
		margin-left:0;
		line-height:25px;
		font-family: "Source Sans 3", sans-serif;
    }
	.dropdown-menu.subLevelRight {
		box-shadow:unset;
	}

    #dnnMenu .topLevel&gt;li&gt;a {
        color: #003f87;
    }
    #dnnMenu .topLevel&gt;li&gt;a:hover span {
        color: #333;
    }
    #dnnMenu .dropdown.open .subLevel&gt;li a:hover span {
        color: #333;
    }
	.navbar-nav.sm-collapsible .open .dropdown-menu .caret {
		right:15px;
		top:0;
	}
    .navbar-nav.sm-collapsible .caret,
    .navbar-nav.sm-collapsible ul .caret {
        position: absolute;
        right: 15px;
        padding: 0;
        width: 34px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        top: 14px;
        border: none;
        background-color: transparent;
        display: block;
        margin: 0;
        border-radius: 0;
        font-size: 1.4em;
		font-weight: !important;
    }
	.navbar-nav.sm-collapsible .caret::before {
		font-size:18px;
	}
	#dnnMenu .navbar-nav.sm-collapsible .caret::before {
		content: "\2b";
		font-family: "Font Awesome 6 Pro";
}
#dnnMenu .navbar-nav.sm-collapsible .open &gt; a &gt; .caret::before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}
}
</pre></body></html>