@import url("https://use.typekit.net/vws6iff.css");

/* fonts */
html, body, p, li, th, td, h1, h2, h3, h4, h5, .h1,.h2, .h3, .h4, .h5 {
    font-family: calibri, sans-serif;
    font-weight: 400;
    font-size: 12pt;
}
p { line-height: 1.3; margin-bottom: 0.75rem; }
h1, .h1 { color: #052264; margin-bottom: 1rem; font-size: 36pt; font-weight: 700; line-height: 1.1; }
h2, .h2 { color: #052264; margin-bottom: 1rem; font-size: 26pt; font-weight: 700; line-height: 1.1; }
h2.heading { margin-bottom: 0.5rem; }
h2.image-link-title {
    font-size: 18pt;
    line-height: 1;
}
h3, .h3 { color: #052264; margin-bottom: 1rem; font-size: 20pt; font-weight: 700; line-height: 1.1; }
h4, .h4 { color: #052264; margin-bottom: 1rem; font-size: 14pt; font-weight: 700; line-height: 1.1; }

.bright-text, .bright-text h1, .bright-text h2, .bright-text h3, .bright-text h4, .bright-text p, .bright-text th, .bright-text td, .bright-text li, .bright-text a, .bright-text i {
	color: #fff;
}

.hvr-bright-text, .hvr-bright-text p, .hvr-bright-text h1, .hvr-bright-text h2, .hvr-bright-text h3, .hvr-bright-text i, .hvr-bright-text a  {
	transition: color 500ms ease-in-out;
}
.hvr-bright-text:hover, .hvr-bright-text:hover p, .hvr-bright-text:hover h1, .hvr-bright-text:hover h2, .hvr-bright-text:hover h3, .hvr-bright-text:hover i, .hvr-bright-text:hover a  {
	color: #fff !important;
}

/* layout */

.p-30 {
    padding: 30px;
}
.p-60 {
    padding: 60px;
}
.p-90 {
    padding: 90px;
}
.p-120 {
    pasdding: 120px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.px-90 {
    padding-left: 90px;
    padding-right: 90px;}
.px-120 {
    padding-left: 120px;
    padding-right: 120px;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-120 {
    padding-bottom: 120px !important;
}
.spacer-30 {
    height: 30px;
}
.spacer-60 {
    height: 60px;
}

#google_translate_element a {
	display: none;
}

.sc-content-block-menu {
    z-index: 9999 !important;
}

main { min-height: 200px; background-color: #fff; }

.goog-logo-link { display:none !important; }    
.goog-te-gadget{ font-size: 0 !important; }
.goog-te-combo { font-size: 12px !important; border-color: #ccc; padding: 5px 10px; margin: 0 !important; }

/* fixed header */

@media (min-width: 768px) { 
	header { position: fixed; top: 0; left: 0; right: 0; height: 100px; z-index: 9; }
	body { padding-top: 100px; }
}

/* subpagemenu */
.subpagemenu ul, .subpagemenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.subpagemenu a {
	padding: 10px 10px;
	background-color: #fff;
	color: #052264;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 5px;
	transition: all 500ms ease-in-out;
}
.subpagemenu a:hover {
	background-color: #0079bc;
	color: #fff;
}
.subpagemenu h3 a {
	font-size: 18pt;
}
.subpagemenu a.selected:after {
	content: "\F285";
	font-family: "Bootstrap-icons";
	display: block;
	font-size: 12pt;
	position: absolute;
	right: 10px;
}
.subpagemenu a.level-2 {
	margin-left: 15px;
}
.subpagemenu a.level-3 {
	margin-left: 30px;
}
.subpagemenu a.level-4 {
	margin-left: 45px;
}

/* stellarnav */
.stellarnav.light ul ul {
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.stellarnav.light a { line-height: 1.1; }
.stellarnav.light a.depth-0 {
	font-size: 12pt;
	font-weight: bold;
	color: #052264;
	padding: 10px;
}
.stellarnav.light a.depth-0:hover {
	background: #ececec;
	color: #0079bc;
}
.stellarnav.light a.depth-1 {
	font-size: 12pt;
	font-weight: bold;
	background: #ececec;
	color: #052264;
	padding: 7px 10px;
}
.stellarnav.light a.depth-1:hover {
	background: #ececec;
	color: #0079bc;
}
.stellarnav li li.has-sub>a:after{
    margin-left:10px;
    float:right;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:6px solid #999;
    position:relative;
    top:4px
}
.stellarnav.light a.depth-2 {
	font-size: 11pt;
	font-weight: bold;
	color: #052264;
	padding: 7px 10px;
}
.stellarnav.light a.depth-2:hover {
	background: #ececec;
	color: #0079bc;
}
.stellarnav.light a.depth-3 {
	font-size: 11pt;
	font-weight: bold;
	color: #052264;
	padding: 7px 10px;
}
.stellarnav.light a.depth-3:hover {
	background: #ececec;
	color: #0079bc;
}
.stellarnav.light li.has-sub>a.depth-0:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #999;
    display: inline-block;
}

.stellarnav.mobile.left>ul, .stellarnav.mobile.right>ul {
    z-index: 9999;
}
.stellarnav.light li.has-sub>a.depth-0:after {
    content: '';
    margin-left: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #999;
    display: inline-block;
}

.stellarnav .dd-toggle {
    width: 40px;
    height: 40px;
}
.stellarnav .nodelevel-1 .dd-toggle {
    width: 30px;
    height: 30px;
}


/* admin */
.grid-button div {
    background-image: linear-gradient(#ff9900,#ff0000);
}
.grid-button-layertwo div {
    background-image: linear-gradient(#99cc00,#999900);
}
.grid-button-layerthree div {
    background-image: linear-gradient(#af4c94,#fb6cd4);
}
.personabar-visible .shadow-on-admin {
    -webkit-box-shadow: 0 0 1px 1px #4AFFED;
    box-shadow: 0 0 1px 1px #4AFFED;
}
.sc-menu {
    -moz-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}
.personabar-visible .space-on-admin {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px dashed #ff9900;
    border-bottom: 1px dashed #ff9900;
}
.show-on-admin { display: none;}
.personabar-visible .show-on-admin { display: block; color: #ff9900}
.personabar-visible .stripe-on-admin {
    background-image: linear-gradient(45deg, #fff2de 25%, #fffbf5 25%, #fffbf5 50%, #fff2de 50%, #fff2de 75%, #fffbf5 75%, #fffbf5 100%);
background-size: 56.57px 56.57px;
}
.mark-for-deletion { display: none; }
.personabar-visible .mark-for-deletion {
    display: flex;
    background-image: linear-gradient(45deg, #fff2de 25%, #fffbf5 25%, #fffbf5 50%, #fff2de 50%, #fff2de 75%, #fffbf5 75%, #fffbf5 100%);
background-size: 56.57px 56.57px;
}

/* SECTIONS */
.section-blue {
	padding: 120px 0;
	color: #fff;
	position: relative;
}
.section-blue:before {
	content: "";
	background-color: #0079bc;
	position: absolute;
	top: 60px;
	bottom: 60px;
	left: 0;
	right: 0;
	transform: skewY(-3deg);
}
.section-darkblue {
	padding: 120px 0;
	color: #fff;
	position: relative;
}
.section-darkblue:before {
	content: "";
	background-color: #052264;
	position: absolute;
	top: 60px;
	bottom: 60px;
	left: 0;
	right: 0;
	transform: skewY(-3deg);
}

.dnnSearchBoxPanel {
    background-color: #fff !important;
}
.dnnSearchResultAdvancedTip { font-size: 10pt !important; }
.dnnSearchBox_advanced_label { font-size: 10pt !important; }
.dnnSearchResultCountPerPage { font-size: 10pt !important; margin: 0 !important; }
.selectize-input { font-size: 10pt; padding: 5px 10px !important; }
.dnnSearchResultPanel { background-color: #fff !important; display: flex; align-items: center; justify-content: end; margin: 0 !important; padding: 0 !important; }
.dnnSearchResultPanel .dnnSearchResultSortOptions > li.active > a, .dnnSearchResultPanel .dnnSearchResultSortOptions > li.active > a:hover {
	background: none !important;
    background-color: #ececec !important;
    color: #333 !important;
	font-size: 10pt !important;
	padding: 5px 10px !important;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li > a {
    display: block;
    padding: 5px 10px !important;
    color: #333 !important;
    background: none !important;
	background-color: #ececec !important;
	font-size: 10pt;
}
.dnnSearchResultPanel .dnnRight {
    display: flex;
    align-items: center;
}
.dnnSearchResultItem-sourceLink { display: none !important; }
.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Others span:last-child {
    display: none;
}
.dnnSearchBoxClearText { display: none !important; }
.dnnSearchResultPager.dnnSearchResultPagerTop {
    margin: 0 0 30px 0 !important;
}
.dnnSearchResultPager span {
    margin: 0 3px 0 0 !important;
}
.dnnSearchResultPager a {
    height: 24px !important;
    margin-top: 0 !important;
    width: 24px !important;
}
#dnnSearchResult_dnnSearchBox_input { right: 20px !important; width: auto !important; }

/*** mobile ***/
@media (max-width: 767.98px) {
	#dnn_dnnLOGO_imgLogo { height: 65px; }
	.dnnSearchBox_advanced { display: none; }
}



.btn-accordion {
    --bs-btn-color: #fff;
    width: 100%;
    --bs-btn-bg: rgb(0, 121, 188);
    --bs-btn-border-color: rgb(0, 121, 188);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0067a0;
    --bs-btn-hover-border-color: #006196;
    --bs-btn-focus-shadow-rgb: 38, 141, 198;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #006196;
    --bs-btn-active-border-color: #005b8d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(0, 121, 188);
    --bs-btn-disabled-border-color: rgb(0, 121, 188);
}

table {
    margin-bottom: 15px;
}

th, td {
  text-align: left;
  padding: 15px;
}

th, td {
  text-align: left;
  padding: 15px;
}

td p { margin: 0; }

.section-blue > div { position: relative; }

.personabar-visible footer .space-on-admin {
    padding: 0 !important;
    margin: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}
.personabar-visible footer .show-on-admin {
    display: none !important;
}
