<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CUSTOM STYLES */
body {
	font-family: 'Nunito Sans', sans-serif;
}
a {
	color:#f89828;
	text-decoration:none;
	transition-timing-function: ease-in-out;
	transition:.3s;

}
a:hover {
	color:#0078c9;
	text-decoration:none;
}


.black {
	background-color:#000;
	text-align:center;
	color:#fff;
}

.orangeTop {
	background-color:#f89828;
	text-align:center;
}

.navBG {
	background-color:#000;
}
.navBG a {
	color:#fff;
	font-size:.9rem;
}
.navBG a:active {
	color:#f89828;
}
.navBG a:hover {
	color:#f89828;
	background:#333;
}
.copyrightBar {
	padding:10px;
}

.cv_callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border:0;
  border-radius: 0;
  position: relative;
  color: #000;
  background-color: #f4f4f4;
  font-weight:400 }


/* TYPOGRAPHY */
h1 {
	font-weight:800;
	font-size:2rem;
	}
h2 {
	font-size:1.5rem;
	font-weight: 800;
}
h3 {
	font-size:1.3rem;
	font-weight:800;
}
h4 {
	font-size:1.1rem;
	font-weight:800;
}


/* IMAGE CLASSES */

.headerImage {
	width:100%;
	margin:10px 0 10px 0;
}

/* BUTTON CLASSES */
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #f89828;
    color: #fefefe; }
  .button:hover, .button:focus {
    background-color: #666;
    color: #fefefe; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe; }
  .button.primary:hover, .button.primary:focus {
    background-color: #126195;
    color: #fefefe; }

  .button.gray, .button.gray.disabled, .button.gray[disabled], .button.gray.disabled:hover, .button.gray[disabled]:hover, .button.gray.disabled:focus, .button.gray[disabled]:focus {
    background-color: #666;
    border-radius:10px;
    color: #fefefe; }
  .button.gray:hover, .button.gray:focus {
    background-color: #0078c9;
    color: #fefefe; }





.callout {
	background-color:#f4f4f4;
	border:0;
	border-radius:10px;
	text-align:center;
}

a .callout {
background-color:#f4f4f4;
transition-timing-function: ease-in-out;
transition:.5s;
}

a:hover .callout  {
background-color:#e4e4e4;
transform: scale(1.05);
color:#0078c9;
}

.hpIcon {
	font-size:7.5rem;
	color:#f89828;
	margin-bottom:20px;
	transition-timing-function: ease-in-out;
	transition:.5s;
}
a:hover .hpIcon {
	color:#0078c9;
}

.hpIconSM {
	font-size:4.5rem;
	color:#f89828;
	margin-bottom:10px;
	transition-timing-function: ease-in-out;
	transition:.5s;
}
a:hover .hpIconSM {
	color:#0078c9;
}

.activeState {
	color:#00789c;
}


.expertGrid {
	text-align:center;
	margin-bottom:25px;
}

.expertTitle {
	color:#333;
	font-size:.9rem;
	line-height:1rem;
}
a:hover .expertTitle {
	color:#0078c9;
}

.headshot {
	padding:3px;
	border:solid 1px #e4e4e4;
	margin:0 20px 0 0;
	float:left;
	transition-timing-function: ease-in-out;
	transition:.5s;
}
a:hover .headshot {
	transform: scale(1.05);
}

.headshot2 {
	padding:3px;
	border:solid 1px #e4e4e4;
	margin:0 0 10px 0;
	transition-timing-function: ease-in-out;
	transition:.5s;
}
a:hover .headshot2 {
	transform: scale(1.05);
}

.sideNav {
	background-color:#f4f4f4; 
	text-align:center;
	line-height:1.2rem;
	padding:20px;
}

.sideNav a {
	color:#f89828;
	transition-timing-function: ease-in-out;
	transition:.5s;
}

.sideNav a:hover {
	color:#0078c9;
}

.sideNav .activeNav {
	color:#666;
}

.navIcons {
	font-size:2rem;
}

.homePageNews {
background-color:#0078c9;
padding:15px;
border-radius:10px;
color:#fff;
}

.homePageNews a {
color:#f4f4f4;
}

.homePageNews a:hover {
	color:#000;
}

.homePageNews h2 {
	font-size:2rem;
}

.rounded {
	border-radius:10px;
}

</pre></body></html>