<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

:root {
	--color-primary: #1a3967; /* blue */
	--font-awesome: 'Font Awesome 5 Pro';
}

/* ========================================================== */
/* Domain: Portal -&gt; User Access Controls -&gt; Navigation */

/*body:not(.user-access-administrator):not(.user-access-committee-board) .portal-main-navigation #menu-main-menu &gt; li {display:none;} */
body:not(.user-access-administrator) .portal-main-navigation #menu-main-menu &gt; li {display:none;} 

body.user-access-committee-board .portal-main-navigation #menu-main-menu &gt; li.user-access-committee-board, /*new 08-29-23 */
body.user-access-committee-adhoc .portal-main-navigation #menu-main-menu &gt; li.user-access-committee-adhoc,
body.user-access-committee-planning .portal-main-navigation #menu-main-menu &gt; li.user-access-committee-planning,
body.user-access-committee-vos-board .portal-main-navigation #menu-main-menu &gt; li.user-access-committee-vos-board,
body.user-access-committee-oversight .portal-main-navigation #menu-main-menu &gt; li.user-access-committee-oversight,
body.user-access-committee-governance .portal-main-navigation #menu-main-menu &gt; li.user-access-committee-governance,
body.user-access-committee-mchr-board .portal-main-navigation #menu-main-menu &gt; li.user-access-committee-mchr-board,
body.user-access-committee-compensation .portal-main-navigation #menu-main-menu &gt; li.user-access-committee-compensation,
body.user-access-committee-finance-audit .portal-main-navigation #menu-main-menu &gt; li.user-access-committee-finance-audit,
body.user-access-committee-outreach-development .portal-main-navigation #menu-main-menu &gt; li.user-access-committee-outreach-development {display:inline-block;}

body.user-access-committee-vos-board .portal-main-navigation #menu-main-menu &gt; li.user-access-committee-vos-board li,
body.user-access-committee-mchr-board .portal-main-navigation #menu-main-menu &gt; li.user-access-committee-mchr-board li {display:none;}
body.user-access-committee-vos-board .portal-main-navigation #menu-main-menu &gt; li.user-access-committee-vos-board li.user-access-committee-vos-board,
body.user-access-committee-mchr-board .portal-main-navigation #menu-main-menu &gt; li.user-access-committee-mchr-board li.user-access-committee-mchr-board {display:block;}


/* ========================================================== */
/* Domain: Portal -&gt; Filters -&gt; Attachments */

.portal .filter-facets {
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap:30px;
}
.portal .filter-facets .facet-item {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}
.portal .filter-facets .facet-item .facetwp-facet {
	position:relative;
}
/*
.portal .filter-facets .facet-item .facetwp-facet::before {
	content:'\f0dd';
	font-family:var(--font-awesome);
	font-size:1.6rem;
	position:absolute;
	top:0;
	right:0;
	display:inline-block;
	width:35px;
	height:35px;
	background-color:var(--color-primary);
	color:white;
}*/
.portal .filter-facets .facet-item a {}
.portal .filter-facets .facet-item a:hover,
.portal .filter-facets .facet-item a:focus,
.portal .filter-facets .facet-item a:active {
	text-decoration:underline;
}
.portal .filter-facets .facet-item h4 {
	color:var(--color-primary);
	font-weight:bold;
	margin:0 0 10px 0;
}
.portal .filter-facets .facetwp-facet {
	margin:0 10px 0 0;
	width:100%;
}
.portal .filter-facets .facetwp-input-wrap {width:100%;}
.portal .filter-facets .facet-item input,
.portal .filter-facets .facet-item select {
	background-color: #fcfcfc;
	background-color:white;
    border: 3px solid var(--color-primary);
	border-radius:0;
	display:block;
	min-height:35px;
	width:100%;
}
.portal .filter-facets .facet-item select option {
	display:inline-block;
	padding:5px 0;
	font-size:1.6rem;
}
.portal .filter-facets .facet-item .btn-reset  {
	color:var(--color-primary);
	display:inline-block;
	margin-top:10px;
}
.portal .filter-facets .facetwp-search-wrap .facetwp-btn {
	top:7px;
}

.portal .filter-facets .facet-item select &gt; option {
	display:inline-block;
	padding:10px;
}

@media (min-width: 992px) {
	 .portal .filter-facets {
		grid-template-columns: repeat(3, 1fr);
	}
}


.pp-offcanvas-content-description .portal .filter-facets .facet-item {
	flex-direction:column;
	align-items:flex-start;
	padding:15px;
}
.pp-offcanvas-content-description .portal .filter-facets .facet-item h4 {margin:0}
.pp-offcanvas-content-description .portal .filter-facets .facet-item .facetwp-facet {margin:0}
.pp-offcanvas-content-description .portal .filter-facets .facet-item .btn-reset {
	display:inline-block;
	margin-top:10px;
}


.portal .filter-actions {
	margin-left:20px;
	margin-right:20px;
}
.portal .filter-actions .btn {
	background-color:#1a3967;
	border-radius:5px;
	color:white;
	display:flex;
	margin-top:20px;
	padding:20px;
}
.portal.filter-container:not(.active) .filter-actions .btn-reset {
	display:none;
}
.portal.filter-container.active .filter-actions .btn-reset {
	display:flex;
}
.portal .filter-actions .btn:hover,
.portal .filter-actions .btn:focus,
.portal .filter-actions .btn:active {
	color: #1a3967;
    background: #a0cced;
}
.portal .filter-actions .btn-reset {}
.portal .filter-actions .btn-return {}

@media (min-width: 992px) {
	.portal .filter-actions {display:none;}
}


/* ========================================================== */
/* Domain: Portal -&gt; Filter Template -&gt; Attachments */

.portal .filter-template {
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap:30px;
}
.portal .filter-template .attachment-item {
	border: 1px solid #e6e6e6;
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.1);
	padding:20px 20px 60px 20px;
	position:relative;
}
.portal .filter-template .attachment-item .row {
	display:flex;
	margin-right:0;
	margin-left:0;
}
.portal .filter-template .attachment-item .column {}
.portal .filter-template .attachment-item .column:first-of-type {}
.portal .filter-template .attachment-item .column:last-of-type {
	padding-left:20px;
}
.portal .filter-template .attachment-item .icon i {
	background-color:rgba(26, 57, 103, 0.1);
	background-color:rgba(26, 57, 103, 0);
	border: 1px solid #e6e6e6;
	border-radius:5px;
	color:#1a3967;
	display:inline-block;
	padding:10px;
	font-family:'Font Awesome 5 Pro';
	font-size:2.4rem;
	font-style:normal;
}
.portal .filter-template .attachment-item .title h4 {
	color:var(--color-primary);
	font-weight:bold;
	margin-top:0;
	word-break: break-all;
}
.portal .filter-template .attachment-item .date span,
.portal .filter-template .attachment-item .type span {
	display:flex;
	color:#333;
}
.portal .filter-template .attachment-item .date span .label,
.portal .filter-template .attachment-item .type span .label {
	font-weight:bold;
	margin-right:5px;
}
.portal .filter-template .attachment-item .link {
	position:absolute;
	bottom:15px;
	/*
	right:15px;
	width: calc(100% - 30px);
	*/
}
.portal .filter-template .attachment-item .link a {
	display:inline-block;
	color: #1a3967;
    color:white;
	background-color:rgba(26, 57, 103, 0);
	background: #1a3967;
	border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.2;
    padding: 6px 12px;
    font-weight: normal;
	font-weight:bold;
    text-shadow: none;
    box-shadow: none;
	text-align:center;
	width:100%;
}
.portal .filter-template .attachment-item .link a:hover,
.portal .filter-template .attachment-item .link a:focus,
.portal .filter-template .attachment-item .link a:active {
	background-color:#1a3967;
	background-color:transparent;
	background-color:#edf1f4;
	border-color: #e6e6e6;
    color: #fff;
	color: #1a3967;
}

@media (min-width: 768px) {
	.portal .filter-template {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (min-width: 992px) {
	.portal .filter-template {
		grid-template-columns: repeat(1, 1fr);
	}
}



/* ========================================================== */
/* Domain: Portal -&gt; Filter Controls -&gt; Attachments */

.portal .filter-controls {
	display:flex;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
    padding-bottom: 20px;
}
.portal .filter-controls &gt; div {
	display:flex;
}
.portal .filter-controls &gt; div:last-of-type {
	margin-left:auto;
}
.portal .filter-controls select {
	border: 1px solid #e6e6e6;
	border-radius:5px;
	display:inline-block;
	margin-left:10px;
	padding:5px;
}

/* ========================================================== */
/* Domain: Portal -&gt; Filter Pagination -&gt; Attachments */

.portal .filter-pagination {
	border-top: 1px solid #e6e6e6;
	margin-top: 20px;
    padding-top: 20px;
}

/* ========================================================== */
/* Domain: Portal -&gt; Users -&gt; Committee Members Listing Pages */

#committee-members {padding:10px;}
#committee-members h2 {
	text-indent:-10px;
}
#committee-members [class*="type-"] {
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap:20px;
	padding:20px 0;
}
#committee-members .person {
	display:flex;
	flex-direction:column;
    padding:0 0 0 30px;
	position:relative;
}
#committee-members .person::before,
#committee-members .person::after {
	content:'';
	display:inline-flex;
	position:absolute;
}
#committee-members .person::before {
	width:20px;
	height:20px;
	background-color:#1a3967;
	top:0;
	left:-10px;
}
#committee-members .person::after {
    width: 1px;
    height: 100%;
    border-left: 1px dotted #1a3967;
    bottom: -21px;
    left: -1px;
}
#committee-members .person a {text-decoration:underline;}
#committee-members .person a:hover,
#committee-members .person a:focus,
#committee-members .person a:active {text-decoration:none;}
#committee-members .person a span {
	display:inline-block;
	margin-right:5px;
}
#committee-members .person .name {}
#committee-members .person .name h3 {
	line-height:1;
	margin-top:0;
	margin-bottom:10px;
}
#committee-members .person .title {
	color:#333;
	font-size:1.6rem;
}
#committee-members .person .email {}
#committee-members .person .phone {}
#committee-members .person .bio {}
#committee-members .person .bio .content {
	display:none;
	background-color:white;
	border:1px solid #ccc;
	margin-top:10px;
	padding:20px;
}
#committee-members .person .bio .trigger {
	background-color:var(--color-primary);
	border-color:transparent;
	font-size:1.4rem;
	margin-top:10px;
	padding:5px;
}
#committee-members .person .bio .trigger:hover,
#committee-members .person .bio .trigger:focus,
#committee-members .person .bio .trigger:active {background-color:#428bca;}

#MemberModalContent .content {
	background-color:white;
	border:1px solid var(--color-primary);
	display:block;
	padding:20px;
}

#MemberModalContent .content h3 {
	border-bottom:1px solid var(--color-primary);
	color: var(--color-primary);
	font-weight: bold;
	margin-top:0;
	margin-bottom:20px;
	padding-bottom:20px;
}

@media (min-width: 768px) {
	#committee-members [class*="type-"] {grid-template-columns: repeat(2, 1fr);}
}

@media (min-width: 992px) {
	
}


/* ========================================================== */
/* Domain: Portal -&gt; Utility Nav -&gt; User Logout */

#logout {
	display:flex;
	align-items:center;
	justify-content:center;
}
#logout a {
	background-color:#428bca;
	border-radius:3px;
	color:white;
	display:flex;
	align-items:center;
	padding:2px 10px;
}
#logout a:hover,
#logout a:focus,
#logout a:active {
	background-color:white;
	color:var(--color-primary);
}
#logout .username {color:white;}
#logout .username::after {
	content:'|';
	display:inline-flex;
	margin-right:5px;
	margin-left:5px;
}
#logout .username i {
	color:#428bca;
	display:inline-flex;
	margin-right:5px;
}

@media (min-width: 768px) {
	#logout {justify-content:flex-start;}
}

@media (min-width: 992px) {
	#logout {justify-content:flex-end;}
}

/*EVENTS PAGE*/
/*page background*/
.tribe-common.tribe-events.tribe-events-view.tribe-events-view--month.tribe-common--breakpoint-xsmall.tribe-common--breakpoint-medium.tribe-common--breakpoint-full {
    background: #FAFAFA;
}
/*search bar*/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border: 2px solid #1a3967;
}
input#tribe-events-events-bar-keyword,
.tribe-events .tribe-events-c-view-selector__list-item-text {
    font-size: 16px
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
	height: 4px;
}
.tribe-events .tribe-events-c-search__input-control-icon-svg {
    color: white;
    background: #1a3967;
    height: 25px;
    width: 25px;
    padding: 4px;
}
input#tribe-events-events-bar-keyword {
    padding-left: 50px;
}
/*Find Events button*/
button.tribe-common-c-btn.tribe-events-c-search__button {
  background-color: #ffffff;
	border: 1px #1a3967 solid;
	border-radius: 0;
	color: #1a3967;
	font-size: 16px;
}
button.tribe-common-c-btn.tribe-events-c-search__button:hover,
button.tribe-common-c-btn.tribe-events-c-search__button:active,
button.tribe-common-c-btn.tribe-events-c-search__button:focus {
	background-color: #1a3967;
}
button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
    border: 1px solid transparent;
}
/*Various buttons/hover/focus*/
#fl-main-content .tribe-events .datepicker .day.active, #fl-main-content .tribe-events .datepicker .day.active.focused, #fl-main-content .tribe-events .datepicker .day.active:focus, #fl-main-content .tribe-events .datepicker .day.active:hover, #fl-main-content .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, #fl-main-content .tribe-events .datepicker .month.active:focus, #fl-main-content .tribe-events .datepicker .month.active:hover, #fl-main-content .tribe-events .datepicker .year.active, #fl-main-content .tribe-events .datepicker .year.active.focused, #fl-main-content .tribe-events .datepicker .year.active:focus, #fl-main-content .tribe-events .datepicker .year.active:hover {
    background: #1a3967;
	border-radius: 0;
}
.tribe-events .datepicker .day.current, .tribe-events .datepicker .day.current.focused, .tribe-events .datepicker .day.current:focus, .tribe-events .datepicker .day.current:hover, .tribe-events .datepicker .month.current, .tribe-events .datepicker .month.current.focused, .tribe-events .datepicker .month.current:focus, .tribe-events .datepicker .month.current:hover, .tribe-events .datepicker .year.current, .tribe-events .datepicker .year.current.focused, .tribe-events .datepicker .year.current:focus, .tribe-events .datepicker .year.current:hover, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus-within, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:hover,
.tribe-events-c-messages__message.tribe-events-c-messages__message--notice,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:hover {
    background: #EDF1F4;
	border-radius: 0;
}
a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden {
    border-radius: 0;
    font-weight: bold;
	color: #1a3967;
	border-color: #1a3967;
}
a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden:hover {
	background-color: #1a3967;
	color: #ffffff;
}
#fl-main-content a.tribe-events-calendar-month__day-date-link {
    color: #1a3967;
}
#fl-main-content span.tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden {
    font-weight: bold;
	color: #1a3967;
}
/* days of week */
div.tribe-events-calendar-month__header-column h3.tribe-events-calendar-month__header-column-title.tribe-common-b3 {
    font-weight: bold;
    color: #1a3967;
    font-size: 16px;
    padding-left: 9px;
}
#fl-main-content header.tribe-events-calendar-month__header {
    background-color: #1a3967;
	border: 2px solid #1a3967;
}
span.tribe-events-calendar-month__header-column-title-desktop.tribe-common-a11y-hidden {
    font-size: 20px;
    color: #ffffff;
}
/*calendar padding - background - border */
#fl-main-content .tribe-events-calendar-month__body {
    border-bottom: 2px solid #1a3967;
    border-left: 2px solid #1a3967;
    border-right: 2px solid #1a3967;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week {
    border-left: 1px solid #1a3967;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
	border-color: #1a3967;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 5rem;
}

header.tribe-events-calendar-month__header {
    padding-top: 15px;
    border: 1px solid var(--tec-color-border-events-bar);
}
.tribe-events-calendar-month {
    background: #ffffff;
}

/*bottom border on calendar day hover*/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
    background-color: #C8B18A;
}
/*date picker*/
#fl-main-content .tribe-events-c-top-bar__datepicker-container {
    max-width: 219px;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    border-radius: 0;
    border-color: #1a3967;
}
/*tooltips*/
.tooltipster-base.tribe-events-tooltip-theme {
    border-radius: 0;
}
.tooltipster-content span, .tooltipster-content a, .tooltipster-content p {
    font-size: 13px;
}
.tooltipster-content a {
    color: #1a3967;
}

/*icon next to no results */
svg.tribe-common-c-svgicon.tribe-common-c-svgicon--messages-not-found.tribe-events-c-messages__message-icon-svg {
    filter: grayscale(100%);
}

/*Event time &amp; name on calendar */
h3.tribe-events-calendar-month__calendar-event-title.tribe-common-h8.tribe-common-h--alt {
    font-weight: bold;
    font-size: 16px;
}
#fl-main-content .tribe-events-calendar-month__calendar-event-datetime {
    font-size: 14px;
    font-weight: bold;
}
/*Event list/day view*/
.tribe-common-g-row.tribe-events-calendar-list__event-row {
	  padding: 3rem 0;
    background: #edf1f4;
}
.tribe-events-calendar-list__event-details.tribe-common-g-col span, 
.tribe-events-calendar-list__event-details.tribe-common-g-col p, 
.tribe-events-calendar-day__event-content.tribe-common-g-col span, 
.tribe-events-calendar-day__event-content.tribe-common-g-col p {
    font-size: 16px;
}
#fl-main-content a.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin,
a.tribe-events-calendar-day__event-title-link.tribe-common-anchor-thin {
    color: #1a3967;
}
a.tribe-events-calendar-list__event-featured-image-link,
a.tribe-events-calendar-day__event-featured-image-link {
    position: relative;
}
a.tribe-events-calendar-list__event-featured-image-link::before,
a.tribe-events-calendar-day__event-featured-image-link::before {
    content: "";
    border: solid 2px #ffffff;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px;
}
img.tribe-events-calendar-list__event-featured-image,
img.tribe-events-calendar-day__event-featured-image {
    border: 2px solid #ffffff;
    box-shadow: var(--tec-box-shadow-tooltip);
}
span.tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
    color: #1a3967;
}
/*previous &amp; next buttons*/
button.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium,
button.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium,
a.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium {
    border: none;
    color: #1a3967;
}
button.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium:hover,
button.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium:active,
button.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium:focus,
button.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium:hover,
button.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium:active,
button.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium:focus,
a.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium:hover,
a.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium:active,
a.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium:focus {
    text-decoration: underline;
}
.tribe-events .tribe-events-c-nav__prev:disabled .tribe-events-c-nav__prev-icon-svg path,
.tribe-events .tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path {
    fill: #1a3967;
}
.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled {
    color: #1a3967;
}
/*mobile calendar*/
.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #EDF1F4;
}
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #1a3967;
    border: none;
}
.tribe-events .tribe-events-calendar-month__day {
    border-radius: 0;
}
/*hide subscribe button*/
.tribe-events-c-subscribe-dropdown {
    display: none;
}
/* hide address state abbreviation styles on event detail page */
.fl-node-m5h3zqwcd2fy abbr[title] {
    cursor: inherit;
    text-decoration: none;
}

/* Code to Fix Nav Bar Gap on Certain Pages (Events, Blog) */
.fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
    position: fixed;
    width: 100%;
    z-index: 100;
}

/* fixing focus state background color of buttons in main body and footer accordingly (beaver builder bug) */
#fl-main-content .fl-builder-content a.fl-button:focus {
    background-color: #1a3967;
}
#footerStyles a.fl-button:focus {
    background-color: #ffffff;
}



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