/* main */
body { background-color: #fff; }

a { text-decoration: none; transition: all 500ms ease-in-out; }
a:hover { text-decoration: underline; }

/* footer */
footer {
    background-color: #052264;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
}

/* buttons */
.btn.btn-faded {
    background-color: #0079bc;
    color: #fff;
    border-radius: 50px;
    background-image: linear-gradient(90deg,#0079bc,#052264,#052264);
	transition: all 500ms ease-in-out;
}
.btn.btn-faded:hover {
    box-shadow: 0 0 8px 0 rgba(0,121,188,0.5);
}

/* content */
h1 { font-size: 42pt; font-weight: bold; }
h2 { font-size: 32pt; font-weight: bold; }
h3 { font-size: 24pt; font-weight: bold; }
h4 { font-size: 18pt; font-weight: bold; }
h5 { font-size: 16pt; font-weight: bold; }
.hvr-glow {
    box-shadow: 0 0 0 0 rgba(0,121,188,0.5);
    transition: all 500ms ease-in-out;
}
.hvr-glow:hover {
    box-shadow: 0 0 20px 0 rgba(0,121,188,0.5);
}

.bright-text,
.bright-text h1,
.bright-text h2,
.bright-text h3,
.bright-text h4,
.bright-text h5,
.bright-text p {
    color: #fff !important;
}   

/* layout */

#google_translate_element a {
	display: none;
}

.sc-content-block-menu {
    z-index: 9999 !important;
}

header { 
	height: 110px; 
	border-bottom: 5px solid #e5f1f8;
}
.personabar-visible .banner-admin { 
	min-height: 80px;
}

@media (min-width: 768px) { 
	header { position: fixed; top: 0; left: 0; right: 0; z-index: 1500; }
}

form { margin: 0; }
.header-logo { height: 60px; margin-top: 10px; }
@media (min-width: 768px) {
	.header-logo { height: 100px; margin-top: 0; }
}

main { min-height: 200px; background-color: #fff; }
header .social a {
	text-decoration: none;
}
header .social a:hover i {
	color: #052264 !important;
}

.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; }

/* padding for fixed header */
@media (min-width: 768px) { 
	body { padding-top: 110px; }
}

/* fix for pbar */
.personabar-visible header { left: 80px; }

/* stellarnav overrides */
.stellarnav.desktop li.has-sub a {
    padding-right: 10px;
}
.stellarnav li a.depth-0 {
	font-size: 12pt;
    padding: 10px 10px;
	color: var(--bs-secondary);
}
.stellarnav li a.depth-0:hover {
	background-color: #dcdcdc;
}
.stellarnav li a.depth-1 {
	font-size: 10pt;
    padding: 5px 10px;
	color: var(--bs-secondary);
	border-bottom: 1px solid #dcdcdc;
}
.stellarnav li a.depth-1:hover {
	background-color: #dcdcdc;
}
.stellarnav li.has-sub>a:after {
    content: '';
    margin-left: 0px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #FFF;
    display: inline-block;
}
.stellarnav.light ul ul {
    background: #ececec;
}

/* subpage menu */
.subpagemenu {
    padding: 0px;
	margin-top: 30px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-radius: 30px;
}
.subpagemenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.subpagemenu ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
	position: relative;
	display: flex;
	justify-content:center;
	flex-direction: column;
}
.subpagemenu ul li a {
    display: block;
    padding: 8px 0;
    font-weight: normal;
    font-size: 16px;
    color: #052264;
    border-bottom: 2px solid #ececec;
	text-decoration: none;
}
.subpagemenu ul li.active > a {
    color: #0079bc;
}
.subpagemenu ul li.active > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #c8da4f;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-arrow-left-circle-fill" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0m3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5z"/></svg>') no-repeat center;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-arrow-left-circle-fill" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0m3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5z"/></svg>') no-repeat center;
  background-size: contain;
}


.subpagemenu ul li a:hover {
    color: #0079bc;
	text-decoration: underline;
}
.subpagemenu li.level-1 {
	padding-left: 10px;
}
.subpagemenu li.level-2 {
	padding-left: 20px;
}

/* breadcrumb */
.my-breadcrumb .SkinObject {
    color: #cacaca;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    font-weight: normal;
}
.my-breadcrumb .SkinObject:hover {
    color: #0079bc;
}
.my-breadcrumb .SkinObject:before {
    content: "/";
    display: inline-block;
    margin: 0 10px;
}
.my-breadcrumb .SkinObject.first:before {
    content: "";
    margin: 0;
}

/* social share */
.socialShare {
    cursor: pointer;
    color: #cacaca;
    font-weight: 700;
}
.share-buttons {
    position: absolute;
    top: 40px;
    right: 0;
    visibility: hidden;
    background-color: #c8c7c7;
    opacity: .9;
    padding: 1rem;
    z-index: 99;
    text-align: center;
    width: 250px;
    background-color: #c8c7c7;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
.share-buttons .share-button {
    width: 36px;
    height: 36px;
    margin: 2px;
    display: inline-flex;
    background-color: #113350;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: background 500ms ease-in-out;
    -moz-transition: background 500ms ease-in-out;
    -ms-transition: background 500ms ease-in-out;
    -o-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
    cursor: pointer;
}

/*** ADMIN ***/
.personabar-visible .space-on-admin {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-top: 1px dashed #ff9900;
	border-bottom: 1px dashed #ff9900;
}
body:not(.dnnEditState) .DNNEmptyPane {
    width: 100% !important;
}