<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Dk Blue:  #133051   19, 48, 81
Dk Gray:  #555555
*/
/* HTML
---------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, ol, ul, li, form, label, table, tr, th, td, aside, footer, header, hgroup, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
/*  font: inherit;*/
  vertical-align: top;
  font-display: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 100%;
  color: #111;
  scroll-behavior: smooth;
}
body {
  font-size: 1rem;
  line-height: 1.4rem;
}
h1 {
  font-size: 2.6rem;
  line-height: 3.0rem;
  font-weight: 400;
  color: #133051;
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
}
h1:focus {
  background: rgba(0, 0, 0, .05);
}
#H1 {
  font-size: 2.6rem;
  line-height: 3.0rem;
  font-weight: 400;
  color: #133051;
}
h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #555555;
  font-weight: 100;
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
}
h2:focus {
  background: rgba(0, 0, 0, .05);
}
#H2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #555555;
  font-weight: 100;
}
h3 {
  font-size: 1.6rem;
  line-height: 2.0rem;
  font-weight: 600;
  color: #555555;
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
}
h3:focus {
  background: rgba(0, 0, 0, .05);
}
#H3 {
  font-size: 1.6rem;
  line-height: 2.0rem;
  font-weight: 600;
  color: #555555;
}
h4 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
  color: #555555;
}
h4:focus {
  background: rgba(0, 0, 0, .05);
}
p {
  margin: 2px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
}
p:focus {
  background: rgba(0, 0, 0, .05);
}
ul {
  margin: 0px 0px 12px 10px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 12px 10px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}
li:focus {
  background: rgba(0, 0, 0, .05);
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
hr {
  margin: 10px 0px 18px 0px;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #133051;
  text-decoration: none;
}
a:hover, a:focus {
  color: #133051;
  text-decoration: underline;
}
a img {
  border: 0;
}
p a, li a {
  color: #133051;
  text-decoration: underline;
}
p a:hover, p a:focus, li a:hover, li a:focus {
  color: #133051;
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
img[src*=".svg"] {
  width: 100%;
  height: auto;
}
.ie9 img[src$=".svg"] {
  width: 100%;
  height: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
    height: auto;
  }
}
section {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: hidden;
  display: block;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.body-content, .section-content {
/*	margin: 24px 0 0 24px;*/
}
/* FORMS
---------------------------------------------------------------------*/
form {
  overflow: hidden;
}
fieldset {
/*  margin: 24px 0 12px 0;*/
  border: 1px solid #DDD;
  padding: 18px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
legend {
  color: #555555;
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
label {
  font-size: 1.0rem;
  line-height: 1.2rem;
  display: inline-block;
  margin: 6px 0 3px 0;
  color: #555555;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus {
  background: rgba(0, 0, 0, .08);
}
textarea {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}
textarea:focus {
  background: rgba(0, 0, 0, .08);
}
select {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}
select:focus {
  background: rgba(0, 0, 0, .08);
}
input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):disabled {
  color: #999;
}
textarea:disabled {
  color: #999;
}
select:disabled {
  color: #999;
}
button {
  font-family: 'Open Sans', sans-serif;
}
/* HEADER
---------------------------------------------------------------------*/
header {
  z-index: 1000;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: fixed;
  background: rgba(255, 255, 255, 1);
}
#header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #43372F;
}
#skip a, #skip a:hover, #skip a:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #0000EE;
}
#skip a:active, #skip a:focus {
  position: static;
  width: auto;
  height: auto;
}
.topOffset {
  padding-top: 90px;
}
#topOffsetAdmin {
  padding-top: 124px;
}
#notice {
  background: #133051;
  color: #FFF;
  text-align: center;
  padding: 8px 0 8px 0;
}
#notice a {
  color: #FFF;
  text-decoration: underline;
}
#notice a:hover, #notice a:focus {
  text-decoration: none;
}
#header-container {
	display: flex;
	padding: 20px 0 0 0;
	gap: 30px;
}
#additional-header-info {
	width: 100%;
}
#additional-header-info img {
	width: auto;
}
#dimeBar{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
ul#dimeBar {
  text-transform: uppercase;
  font-size: .8rem;
  line-height: .9rem;
  padding: 0;
  margin: 0px 0;
  overflow: hidden;
  margin-bottom: 1px;
  border-bottom: 1px solid #B0CFD7;
}
ul#dimeBar img {
  height: 14px;
  margin-right: 5px;
}
ul#dimeBar li {
  list-style-type: none;
  display: inline-block;
}
#cta {
  font-size: .9rem;
  line-height: 1rem;
  background: #43372F;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 2px;
}
ul#dimeBar li #cta:hover, ul#dimeBar li #cta:focus {
	color: #43372F;
	background-color: #DAE9ED;
}
ul#dimeBar li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0px solid #000;
  text-decoration: none;
  color: #43372F;
  padding: 8px 12px;
  margin: 0 0 0 0;
  display: block;
  white-space: nowrap;
  text-align: left;
}
ul#dimeBar li #cta{
	color: #FFF;
}
ul#dimeBar li a:hover, ul#dimeBar li a:focus {
  background-color: #DAE9ED;
}

ul#dimeBar li {
  position: relative;
  padding: 0;
  margin: 0;
}

/*Side Nav*/
#hamburger {
	display: none;
}

#hamburger-opened {
	display: none;
}
.sidenav {
  height: 400px;
  width: 0;
  position: fixed;
  z-index: 100;
  right: 0;
  background: white;
  overflow-x: hidden;
  padding-top: 60px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sidenav a {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding: 12px 0 12px 5%;
  color: #555555;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidenav a:hover, .sidenav a:focus {
  background-color: #E0EAED;
  text-decoration: none;
  letter-spacing: 1px;
}
.sidenav img {
  width: 20px;
  margin: 0 12px 0 0;
  position: relative;
  top: 0;
  left: 0;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 50px;
  text-decoration: none;
  border: none;
  color: #FFF;
}
.menuSubnav a {
  background: #EEE;
  color: #333;
  padding: 6px 0 6px 8px;
  border-bottom: 1px solid #FFF;
}
.menuSubnav a:hover, .menuSubnav a:focus {
  background: #CCC;
  color: #111;
  letter-spacing: 0;
}
#menuSubnav1 {
  display: none;
}
#menuSubnav2 {
  display: none;
}
#menuSubnav3 {
  display: none;
}
#menuSubnav4 {
  display: none;
}
#menuSubnav5 {
  display: none;
}
#menuSubnav6 {
  display: none;
}
#menuSubnav7 {
  display: none;
}
#menuSubnav8 {
  display: none;
}
#menuSubnav9 {
  display: none;
}
#main {
  transition: margin-left .5s;
  padding: 20px;
}
.navToggle {
  overflow: hidden;
}
.menuToggle {
  cursor: pointer;
  float: right;
  width: 15%;
  text-align: center;
  padding: 12px 0 12px 0;
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.menuToggle:hover, .menuToggle:focus {
  background: rgba(0, 0, 0, .3);
}
#side-nav {
  border-bottom: 2px solid #FFF;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #FFF;
  width: 30%;
  background: rgba(0, 174, 169, .9);
  float: right;
  position: absolute;
  margin: 0 0 0 0;
  right: -30%;
  display: none;
}
#side-nav img {
  width: 20px;
  margin: 0 12px 0 0;
  position: relative;
  top: 0;
  left: 0;
}
#side-nav span {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding: 12px 12px 12px 12px;
  color: #FFF;
}
#side-nav a {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding: 12px 12px 12px 12px;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#side-nav a:hover, #side-nav a:focus {
  background-color: rgba(0, 0, 0, .3);
  color: #FFF;
  text-decoration: none;
  letter-spacing: 1px;
}
#header_phone {
  text-align: left;
}
#header_nav_at {
  background: rgba(0, 0, 0, .2);
  color: #FFF;
}
#header_nav_at:hover, #header_nav_at:focus {
  background: rgba(0, 0, 0, .4);
}
#header_subnav_at {
  background: rgba(0, 0, 0, .2);
  color: #FFF;
}
#header_subnav_at:hover, #header_subnav_at:focus {
  background: rgba(0, 0, 0, .4);
}
/* FOOTER
---------------------------------------------------------------------*/
footer {
  background: #544B43;
  padding: 24px 0 12px 0;
  color: #FFF;
  overflow: hidden;
}
#footer-container {
	display: flex;
	justify-content: space-between;
}
footer a {
  color: #FFF;
}
footer a:hover, footer a:focus {
  color: #FFF;
}
footer strong {
  letter-spacing: 3px;
  font-size: 1.0rem;
  line-height: 1.2rem;
}
footer span {
  white-space: nowrap;
}
#footer-logo-mb {
		display: none;
}
.socialLinks .mb-only-icon img {
    height: 20px;
    margin-top: 4px;
}
.socialLinks .mb-only-icon {
	display: none;
	background-color: white;
	width: 30px;
	height: 30px;
	border-radius: 20px;
}
#subFooter {
  background: #555555;
  color: #FFF;
  padding: 12px 0 16px 0;
  text-align: center;
}
#subFooter a {
  color: #FFF;
  margin: 0 4px 0 4px;
  display: inline-block;
  white-space: nowrap;
}
#subFooter a:hover, #subFooter a:focus {
  color: #FFF;
}
#footerLegal {
	font-size:.7rem;
	line-height:1rem;
}
#footerLegal strong {
	font-size:.7rem;
	line-height:1rem;
}
ul#menuFtr {
  line-height: 1rem;
  padding: 0;
  margin: 0px 0;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
ul#menuFtr li {
/*  list-style-type: none;*/
}
ul#menuFtr li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #FFF;
  padding: 8px 5px 4px 0px;
  display: block;
  border-bottom: 1px solid #FFF;
}
ul#menuFtr li a:hover, ul#menuFtr li a:focus {
  color: #43372F;
	background-color: #FFF;
  padding: 8px 5px 4px 5px;
}
ul#menuFtr li {
  position: relative;
  padding: 0;
  margin: 0;
}
/* Staff
-------------------------------------------*/
#staffDiv {
  padding: 48px 0 48px 0;
  background-color: #E0EAED;
}
#staffDiv h2 {
  font-weight: 100;
	margin: 0 0 16px 0;
	font-size: 1.8rem;
	line-height: 2rem;
}
.staff-items {
		display: flex;
    justify-content: center;
    align-items: center;
	}
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -ms-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none;
  text-align: left;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog &gt; div {
  width: 50%;
  height: 70vh;
  position: relative;
  margin: 2.5% auto;
  padding: 36px;
  background: #FFF;
  overflow-y: scroll;
}
.modalDialog h3 {
  color: #133051;
  font-size: 1.8rem;
  line-height: 2.0rem;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  font-weight: 200;
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(24, 47, 51, .6);
  font-size: 2.6rem;
  line-height: 2.6rem;
  width: 24px;
  text-decoration: none;
  font-weight: 100;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.close:hover {
  color: rgb(165, 99, 39);
  text-decoration: none;
}
.staffBox {
  display: inline-block;
	width: 220px;
	margin: 0 1.5% 24px 1.5%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(.97);
	-moz-transform: scale(.97);
	-ms-transform: scale(.97);
	-o-transform: scale(.97);
	transform: scale(.97);
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.staffBox:hover, .staffBox:focus {
  text-decoration: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.staffBoxImg {
  background-color: #555555;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 220px;
	border-radius: 50%;
}
.staffBoxTxt {
  padding: 12px;
}
.staffBox h3 {
  font-weight: 400;
	color: black;
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
}
.staffBox h4 {
	font-size: 1.0rem;
	line-height: 1.8rem;
	color: black;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-style: italic;
}
.staffPortrait {
  width: 50%;
  float: right;
  margin: 0 0 24px 24px;
}
.staff-content h2 {
	font-size: 1.5rem;
  line-height: 1.8rem;
}

#profile-banner {
	display: flex;
	align-items: center;
}

#profile-banner img {
	background-color: #555555;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 220px;
	width: 220px;
	border-radius: 50%;
	float: left;
	margin: 32px 64px;
}
.staff-body h3 {
	font-size: 1.3rem;
	line-height: 1.6rem;
	border-bottom: black 1px solid;
	border-image: linear-gradient(to right, #000 25%, transparent 25%) 100% 1;
	font-weight: 400;
}
/* Subpage Nav
-------------------------------------------*/
#subpage-nav {
	padding: 36px 0 48px 0;
	overflow: hidden;
/*	background-color: #E0EAED;*/
}
#subpage-nav h2 {
	text-align: center
}
ul#subpage-nav-list {
  line-height: 1rem;
  padding: 0;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-columns: 2;
  -moz-columns: 2;
	columns: 2;
/*	width: 700px;*/
	margin: auto;
}
ul#subpage-nav-list li {
  list-style-type: none;
	position: relative;
  padding: 0;
  margin: 0;
	border-bottom: 1px solid black;
	display: flex;
	align-items: center;
}
ul#subpage-nav-list li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  padding: 8px 5px 4px 0px;
  display: block;
	max-width: 400px;
	
}
ul#subpage-nav-list li a:hover, ul#subpage-nav-list li a:focus {
  color: #43372F;
  padding: 8px 5px 4px 5px;
}
ul#subpage-nav-list li:hover, ul#subpage-nav-list li:focus {
  background-color: #FFF;
}
	
/* Nav Block
---------------------------------------------------------------------*/
.nav-list-arrow img{
	width: 30px;
	margin-right: 8px;
}
/* ADMIN
---------------------------------------------------------------------*/
#admin {
  background: #555;
  overflow: hidden;
  text-align: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#admin-nav a {
  display: inline-block;
  width: 30px;
  padding: 6px 6px 4px 6px;
  text-align: center;
}
#admin-nav img {
  height: 18px;
  width: auto;
  aspect-ratio: auto 18/18;
}
#admin-nav a:hover, #admin-nav a:focus {
  background: rgba(255, 255, 255, .3);
}
/* NAV WCAG
-----------------------------------------------------------------------------*/
#flyoutnav {
  display: table;
  width: 100%;
  border-bottom: 1px solid #FFF;
}
#flyoutnav &gt; ul {
  margin: 0;
  padding: 0;
/*  display: table-row;*/
/*  background-color: #133051;*/
	display: flex;
	width: 100%;
	justify-content: flex-end;
	gap: 20px;
  
}
#flyoutnav &gt; ul &gt; li {
  display: table-cell;
/*  width: 14.28%;*/
	font-size: .9rem;
  text-align: center;
  position: relative;
	letter-spacing: 1px;
	
}
#flyoutnav a, #flyoutnav .current {
  display: block;
  padding: .25em;
  border-color: #E8E8E8;
}
#flyoutnav a {
  color: #43372F;
  text-decoration: none;
  box-shadow: -.5px 0px 0px 0px #FFF, .5px 0px 0px 0px #FFF;
/*  font-weight: 600;*/
  padding: 12px;
}
#flyoutnav a:hover, #flyoutnav a:focus {
  background-color: #B0CFD7;
  text-decoration: none;
  letter-spacing: 1px;
}
#flyoutnav .current {
  background-color: #555555;
  color: #133051;
}
#flyoutnav &gt; ul &gt; li &gt; ul {
  text-align: left;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  background-color: #133051;
}
#flyoutnav &gt; ul &gt; li &gt; ul &gt; li {
  padding: 0;
  margin: 0;
}
#flyoutnav &gt; ul &gt; li.open &gt; ul {
  display: block;
}
#flyoutnav &gt; ul &gt; li &gt; ul a {
  border-bottom: 1px solid #FFF;
  text-transform: none !important;
  font-weight: 400;
  letter-spacing: 0;
  padding: 12px 0 12px 12px;
}
#flyoutnav &gt; ul &gt; li &gt; ul a:hover, #flyoutnav &gt; ul &gt; li &gt; ul a:focus {
  letter-spacing: 0;
}
/* Google Translate
-----------------------------------------------------------------------------*/
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd img {
  font-size: .1rem;
  line-height: .0rem;
}
.goog-te-gadget {
  font-size: .1rem;
  line-height: .0rem;
  color: #333;
}
.goog-te-gadget a img {
  display: none;
  height: 1;
  width: 1;
}
.goog-te-combo {
  background: #DDD;
  font-size: 1rem;
}
.fixed-con {
  z-index: 9724790009779558 !important;
  background-color: #DDD;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  z-index: 9724790009779 !important;
  top: 0;
  left: unset;
  right: -5px;
  display: none !important;
  border-radius: 50%;
  border: 2px solid #333;
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
  width: 1px;
  height: 1px;
}
.goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt- {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
#google_translate_element select {
  display: block;
  background: #FFF;
  color: #222;
  border: 1px solid #CCC;
  margin: 24px auto 0 auto;
  padding: 6px;
  font-size: .9rem;
  font-weight: 400;
  width: 100%;
}
/* LOGO
-----------------------------------------------------------------------------*/
#header_logo_div {
  text-align: center;
}
#header_logo_div img {
  height: 60px;
  width: auto;
  aspect-ratio: auto 18/6;
}
#header_logo_img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(.97);
  -moz-transform: scale(.97);
  -ms-transform: scale(.97);
  -o-transform: scale(.97);
  transform: scale(.97);
  height: 60px;
  width: auto;
  padding: 12px 0 12px 0;
  margin: 0 auto 0 auto;
}
img.footer_logo_img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(.97);
  -moz-transform: scale(.97);
  -ms-transform: scale(.97);
  -o-transform: scale(.97);
  transform: scale(.97);
  height: 60px;
  width: auto;
  padding: 12px 0 12px 0;
  margin: 0 auto 0 auto;
}
#header_logo_img:hover, #header_logo_img:focus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Social Links
-----------------------------------------------------------------------------*/
.socialLinks {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  overflow: hidden;
	display: flex;
/*	width: 50%;*/
	gap: 10px;
}
.social-link a {
  margin: 0 6px 0 6px;
  padding: 0 0 0 0;
  width: 30px;
	height: 30px;
  display: inline-block;
}
.social-link a img {
  width: 30px;
  height: auto;
  aspect-ratio: auto 1/1;
	border-radius: 20px;
}
.social-link a:hover, .social-link a:focus {
  -webkit-transform: scale(.90);
  -moz-transform: scale(.90);
  -ms-transform: scale(.90);
  -o-transform: scale(.90);
  transform: scale(.90);
}
/* Tiles
-----------------------------------------------------------------------------*/
.tileLink {
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 0 22px 0;
    border: 1px solid #E0EAED;
    font-size: 1.1rem;
    line-height: 1.4rem;
    background: #E0EAED;
    -webkit-transform: scale(.96);
    -moz-transform: scale(.96);
    -ms-transform: scale(.96);
    -o-transform: scale(.96);
    transform: scale(.96);
	height: 350px;
}
.tileLinkImg {
    background-color: #DDD;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.tileLinkImg:after {
    content: "";
    display: block;
    padding-bottom: 70%;
}
.tileLink:hover, .tileLink:focus {
    text-decoration: none;
    background-position: bottom;
    background-repeat: repeat-x;
    border: 1px solid #DFD9CE;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: #DFD9CE;
}
.tileLinkTitle {
	font-size: 1.1rem;
	line-height: 1.4rem;
	padding: 0 0 0 0;
	margin: 12px 4px 12px 9px;
	color: black;
	font-weight: 100;
	text-align: center;
}
.tileLinkBody {
	color: black;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 0 12px 12px 12px;
}
/* Anchors
-----------------------------------------------------------------------------*/

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
ul#anchorLinks {
		padding: 24px 48px;
		overflow: hidden;
		background-color: #E0EAED;
    line-height: 1rem;
    margin-bottom: 10px;
    margin: auto;
}

ul#anchorLinks li {
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
		margin-bottom: 5px;
}

ul#anchorLinks a {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    padding: 8px 5px 4px 0px;
    display: block;
    border-bottom: 1px solid black;
}

ul#anchorLinks li a:hover, ul#anchorLinks li a:focus {
  color: #43372F;
	background-color: #FFF;
  padding: 8px 5px 4px 5px;
}

/* Big Buttons
-----------------------------------------------------------------------------*/
.bigBtn {
  display: inline-block;
  padding: 12px 20px 12px 20px;
  margin: 6px 16px 6px 0;
  min-width: 100px;
  background: #DFD9CE;
  color: black;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  box-shadow: inset 0 0 0 0 #555555;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -ms-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  white-space: nowrap;
}
.bigBtn:hover, .bigBtn:focus {
  background: #DFD9CE;
  color: black;
  text-decoration: none;
  box-shadow: inset 200px 0 0 0 #DFD9CE;
}
.bigBtnWhite {
  display: inline-block;
  padding: 12px 20px 12px 20px;
  margin: 6px 16px 6px 0;
  min-width: 100px;
  background: #FFF;
  color: #133051;
  text-align: center;
  font-weight: 400;
  border-right: 4px solid #555555;
}
.bigBtnWhite:hover, .bigBtnWhite:focus {
  background: #555555;
  color: #FFF;
  text-decoration: none;
  box-shadow: inset 200px 0 0 0 #555555;
}
.bigBtnIcon {
  width: 12px;
  height: 12px;
  padding: 2px 0 0 0;
  margin: 0 0 0 12px;
}
/* TEXT STYLES
-----------------------------------------------------------------------------*/
.hgroup {
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #DDD;
  overflow: hidden;
}
.intro {
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 100;
  color: #544B43;
  margin: 1px 1px 24px 1px;
  padding: 0 0 0 0;
}
.intro:focus {
  background: rgba(0, 0, 0, .05);
}
#INTRO {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 100;
  color: #133051;
}
.intro2 {
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: 100;
	color: #555555;
	margin: 1px 1px 24px 1px;
	padding: 0 0 0 0;
}
.intro2:focus {
  background: rgba(0, 0, 0, .05);
}
#INTRO2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 100;
  color: #133051;
}
.body {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
	height: auto;
}
.footnote {
  font-size: 1.0rem;
  line-height: 1.4rem;
  border-top: 1px solid #555555;
  margin: 36px 0 24px 0;
  padding: 12px 0 0 0;
}
#byline {
  margin: 0 0 36px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #555555;
}
/* Hero + Slideshow
-----------------------------------------------------------------------------*/
.owl-carousel {
  width: 100%;
}
.hero {
  width: 100%;
  background-color: #555555;
	background-blend-mode: overlay;
/*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;

  background-size: cover;
  background-attachment: fixed;
*/
  background-repeat: no-repeat;
/*  background-position: center top;*/
  padding: 180px 0 180px 0;
  overflow: hidden;
	background-position: center;
}
.hero h1 {
  color: #FFF;
  font-size: 3rem;
  line-height: 3.3rem;
  display: block;
  margin: 92px 0 0 0;
  font-weight: 200;
}
.hero em {
  color: #FFF;
  font-size: 2.4rem;
  line-height: 3.0rem;
  display: block;
}
/* Page Main
-----------------------------------------------------------------------------*/
.pageMain {
  background-color: #FFF;
  padding: 36px 0 36px 0;
}
#sections {
  background: #CCC;
  padding: 48px 0 48px 0;
}
/* SEARCH
---------------------------------------------------------------------*/
#SEARCH_TXT {
  background: #FFF;
  padding: 12px;
  border: none;
  color: #5BA1BF;
  text-align: left;
  width: 85%;
  float: left;
}
#SEARCH_GO {
  background: #5BA1BF;
  padding: 12px;
  border: none;
  color: #FFF;
}
/* News
---------------------------------------------------------------*/
#newsDiv {
  width: 100%;
  background-color: #555555;
  background-image: url('/media/static/images/default-bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  padding: 48px 0 48px 0;
  text-align: center;
  overflow: hidden;
}
#newsDiv h2 {
  color: #FFF;
  font-size: 3.6rem;
  line-height: 3.6rem;
  margin: 0 0 24px 0;
}
.newsLink {
  text-align: left;
  display: block;
  background: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 24px 0;
  border: 1px solid #DDD;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 18px;
}
.newsLink:hover, .newsLink:focus {
  text-decoration: none;
  background-position: bottom;
  background-repeat: repeat-x;
  border: 1px solid #133051;
  -webkit-transform: scale(.98);
  -moz-transform: scale(.98);
  -ms-transform: scale(.98);
  -o-transform: scale(.98);
  transform: scale(.98);
}
.newsLinkTitle {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #133051;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.newsLinkDate {
  color: #555555;
  margin: 8px 0 8px 0;
}
.newsLinkBody {
  margin: 0 0 0 0;
  color: #000;
}
/* Sub-pages
---------------------------------------------------------------*/
#subpage-div {
  text-align: center;
  padding: 60px 0 48px 0;
  overflow: hidden;
  background-color: #133051;
  background-image: url('/media/static/images/overlay-dk-blue.svg'), url('/media/static/images/default-bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -m-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
}
#subpage-div h2 {
  font-size: 3.6rem;
  line-height: 4.0rem;
  font-weight: 100;
  color: #FFF;
  text-align: center;
  margin: 0 0 24px 0;
}
#subpage-container {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
}
.subpage-link {
  width: 29%;
  margin: 0 1% 24px 1%;
  background: #FFF;
  flex: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.subpage-link:hover, .subpage-link:focus {
  -webkit-transform: scale(.97);
  -moz-transform: scale(.97);
  -ms-transform: scale(.97);
  -o-transform: scale(.97);
  transform: scale(.97);
  text-decoration: none;
  background-color: rgba(0, 0, 0, .2);
  color: #FFF;
}
.subpage-image {
  background-color: #555555;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.subpage-image:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.subpage-text {
  padding: 12px;
}
.subpage-text h3 {
  color: #133051;
  font-weight: 700;
}
.subpage-text:hover h3, .subpage-text:focus h3 {
  color: #FFF;
}
/* VIDEOS - Responsive
---------------------------------------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: auto;
  background: #133051;
}
.squareVideo {
  padding-bottom: 100%; /* 1:1 */
}
.verticalVideo {
  padding-bottom: 177%; /* 9:16 */
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* MODALS
-----------------------------------------------------------------------------*/
.modalBtn {
  padding: 0 0 0 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modalBtn:hover, .modalBtn:focus {
  opacity: .9;
}
.modalThumbnail {
  -webkit-background-size: 72px, cover;
  -moz-background-size: 72px, cover;
  -ms-background-size: 72px, cover;
  -o-background-size: 72px, cover;
  background-size: 72px, cover;
  background-repeat: no-repeat;
  background-color: #555555;
  background-position: center;
  padding-bottom: 50%;
  margin: 24px 0 36px 0;
}
.modaliFrame {
  width: 100%;
  height: 480px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 100000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  background-color: #FFF;
  margin: 5% auto;
  padding: 6px 24px 24px 24px;
  width: 60%;
}
.modal h2 {
  text-transform: none;
  font-size: 1.2rem;
  line-height: 1.4rem;
  border: none;
  margin: 6px 0 12px 0;
  padding: 0;
}
.close {
  color: #888;
  float: right;
  font-size: 2rem;
  margin: 0 0 6px 0;
}
.close:hover, .close:focus {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
.sectAnchor::before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0 0;
  visibility: hidden;
}
/* Page Divider
-------------------------------------------*/
#page-divider {
	margin: 48px auto;
	position: relative;
	overflow: visible;
}
#divider-line {
	width: 100%;
	height: 1px;
	background-color: black;
	position: relative;
}
#page-divider img {
	height: 60px;
	width: 60px;
	top: -31px;
	z-index: 500;
	position: absolute;
	left: calc(50% - 30px);
	background-color: white;
}
/* MEDIA ELEMENTS
-----------------------------------------------------------------------------*/
.mediaElements {
  width: 40%;
  float: right;
  margin: 0 0 24px 24px;
  font-size: .9rem;
  line-height: 1.1rem;
}
.mediaElements h3 {
  font-size: .9rem;
  line-height: 1.1rem;
  margin: 0 0 2px 0;
  padding: 0 0 0 0;
}
.mediaElements p {
  font-size: .9rem;
  line-height: 1.1rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.mediaElements ul {
  margin: 0 0 0 12px;
}
.mediaElements li {
  margin: 0 0 12px 0;
}
.mediaElements img {
  width: 100%;
  margin: 0 0 6px 0;
  padding: 0 0 0 0;
}
/* Forms
-----------------------------------------------------------------------------*/
.buttons {
  overflow: hidden;
}
.buttons a, .buttons button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  padding: 6px;
}
.buttons button[type] {
  padding: 6px;
  line-height: .7rem;
}
*:first-child + html button[type] {
  padding: 6px;
}
.buttons button img, .buttons a img {
  margin: 0;
  padding: 0;
  border: none;
  width: 14px;
  height: 14px;
}
/* ADMIN BUTTONS: Standard */
button, .buttons a {
  background: #DFD9CE;
  border: 1px solid #DFD9CE;
  color: black;
}
button:hover, .buttons a:hover, .buttons a:focus {
  background: #133051;
  color: #FFF;
  cursor: pointer;
}
/* ADMIN BUTTONS: Positive */
button.positive, .buttons a.positive {
  background-color: #E6EFC2;
  border: 1px solid #C6D880;
  color: #529214;
}
.buttons a.positive:hover, button.positive:hover, button.positive:focus {
  background: #C6D880;
  color: #529214;
}
/* ADMIN BUTTONS: Negative */
.buttons a.negative, button.negative {
  background: #FBE3E4;
  border: 1px solid #FBC2C4;
  color: #D12F19;
}
.buttons a.negative:hover, button.negative:hover, button.negative:focus {
  background: #FBC2C4;
  color: #D12F19;
}
.req {
  color: #F00;
}
#ADDRESS3label {
  display: none;
}
#ADDRESS3 {
  display: none;
}
/* LAYOUT - COLUMNS
-----------------------------------------------------------------------------*/
.container, .header-footer-container {
  margin: 0 auto 0 auto;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 80%;
}
[class*="span"] {
  margin-left: 2.12766%;
  float: left;
}
[class*="span"]:first-child {
  margin-left: 0;
}
.span1 {
  width: 6.38298%;
}
.span2 {
  width: 14.89362%;
}
.span3 {
  width: 23.40426%;
}
.span3alt {
  width: 23.40426%;
}
.span4 {
  width: 31.91489%;
}
.span4x {
  width: 33.3%;
  margin-left: 0;
}
.span5 {
  width: 40.42553%;
}
.span6 {
  width: 48.93617%;
}
.span6x {
  width: 50%;
}
.span7 {
  width: 57.44681%;
}
.span8 {
  width: 65.95745%;
}
.span9 {
  width: 74.46809%;
}
.span10 {
  width: 82.97872%;
}
.span11 {
  width: 91.48936%;
}
.span12 {
  width: 100%;
}
/* Desktop (large)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 1001px) {
  .container {
    width: 1000px;
  }
	.header-footer-container {
    width: 1100px;
  }
}
/* Desktop (regular)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1000px) {
	#flyoutnav &gt; ul &gt; li {
		gap: 0;
	}
	#header_logo_div img {
    height: 50px;
	}
	#hamburger img{
	height: 30px;
}
	#header-container {
		gap: 0;
	}
	#flyoutnav &gt; ul {
		gap: 0;
	}
	#dimeBar {
		justify-content: flex-start
	}
	#flyoutnav &gt; ul &gt; li {
		margin: 0;
	}
	#footer-logo-dt {
		display: none;
	}
	#footer-logo-mb {
		display: block;
	}
	img.footer_logo_img {
		height: auto;
		width: 200px;
	}
	
/*	HD Base Defaults*/
  .container {
    width: 700px;
  }
	.header-footer-container {
    width: 800px;
  }
  .mediaElements {
    width: 100%;
    margin: 0 0 0 0;
    float: none;
  }
  #nav_bar, #nav_bar .container {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .topOffset {
    padding-top: 90px;
  }
  #topOffsetAdmin {
    padding-top: 120px;
  }
  #header_nav a {
    font-size: .65rem;
    line-height: .65rem;
  }
	.tileLink {
		min-height: 400px;
	}
}
/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
/* Header */
	#hamburger {
		display: block;
	}
	#additional-header-info { 
		display: none;
	}
	#header_logo_div {
	    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
	}
/*Footer*/
	#footer-container {
		flex-direction: column;
		gap: 30px;
	}
	#footer-content-first {
		display: flex;
		justify-content: space-between;
	}
	#footer-phone, #footer-address {
		display: none;
	}
	.social-link .mb-only-icon {
		display: inline-block;
		width: 40px;
    height: 40px;
	}
	.socialLinks .mb-only-icon img {
    height: 25px;
    margin-top: 8px;
	}
	.social-link {
		width: 50%
	}
	.socialLinks {
		width: 150px;
		gap: 0;
		flex-wrap: wrap;
	}
	.social-link a img {
		width: 40px;
	}
	ul#menuFtr {
		width:80%
	}
	ul#menuFtr li a {
		padding: 10px 5px 10px 0px
	}
	ul#menuFtr li a:hover, ul#menuFtr li a:focus {
  	padding: 10px 5px 10px 5px;
	}
	
	#staffDiv h2 {
		text-align: center;
	}
	ul#subpage-nav-list {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
	.staff-items {
		flex-direction: column;
	}
	#profile-banner {
		flex-direction: column
	}
/* Default from HD base*/
  .container, .header-footer-container {
    width: 88%;
		margin: auto;
  }
  .hero {
    padding: 80px 0 80px 0;
    background-attachment: scroll, scroll, scroll;
  }
  .hero h1 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  .hero em {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .sectionBody {
    column-count: 1;
  }
  .sectionToggleTitle h2 {
    font-size: 1.2rem;
  }
  #breadcrumb {
    display: none;
  }
  #anchorLinks {
    display: none;
  }
  .tileLinkTitle {
    min-height: 0;
  }
  footer {
    padding: 24px 0 12px 0;
/*    text-align: center;*/
  }
  [class*="span"] {
    margin-left: 0;
  }
  [class*="span"]:first-child {
    margin-left: 0;
  }
  .span1 {
    width: 100%;
  }
  .span2 {
    width: 100%;
  }
  .span3 {
    width: 50%;
  }
	.span3alt {
    width: 100%;
  }
  .span4 {
    width: 100%;
  }
  .span4x {
    width: 100%;
  }
  .span5 {
    width: 100%;
  }
  .span6 {
    width: 100%;
  }
  .span6x {
    width: 100%;
  }
  .span7 {
    width: 100%;
  }
  .span8 {
    width: 100%;
  }
  .span9 {
    width: 100%;
  }
  .span10 {
    width: 100%;
  }
  .span11 {
    width: 100%;
  }
  .span12 {
    width: 100%;
  }
}</pre></body></html>