/*revised 2025-04-30 add ADA compliant styling to prevent <a><button> buttons*/

/*ADA accessible buttons, most changes are added to button styling below: rr 20241202*/
a.dbrl-button {
    flex-start: button;
    appearance: button;
	text-align: center;
}
a.dbrl-button:hover {text-decoration: none; color: #fff !important;}

a.dbrl-button {
	background: #659c31;
	border: 0;
	border-radius: 2px;
	color: #fff !important;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	/*font-weight: 400; not ADA compliant*/
	font-weight: 700 !important;
	letter-spacing: 0.046875em;
	line-height: 1.5 !important;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: initial;
	text-decoration: none !important;
-webkit-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
-moz-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
}

a.dbrl-button:hover {
	background: #265069;
}

a.dbrl-button:focus {
	outline: thin dotted;
	outline-offset: -4px;
-webkit-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
-moz-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
}
/*end ADA accessible buttons*/

html {
	box-sizing: border-box;
	background-color: #265069; /* same background color as footer  */
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
					user-select: none;
}
html, body{
	margin: 0;
	padding: 0;
}
body{
	background-color: #ffffff;
	position: relative;
	z-index: 0
}
body * {
	font-family: 'Whitney SSm A', 'Whitney SSm B', sans-serif;
}
h1, h2, h3{
	font-weight: 700;
	font-family: "Archer SSm A", "Archer SSm B", serif;
}
.bbs-content p, .bbs-content li {
	color: #162c3b;
	font-size: 18px; /* 20px */
	/* margin: 0 0 1.5em; */
	line-height: 1.5;
}
.bbs-content button {
	font-size: 18px;
}
.bbs-header a:hover, .bbs-footer a:hover {
	text-decoration: underline;
}
.bbs-header a, .bbs-footer a {
	text-decoration: none;
}
.bbs-content a:hover {
	text-decoration: underline;
}
.bbs-content a {
	color: #087aaa;
	font-weight: 400;
	text-decoration: none;
}

.mobile-hamburger-container {
	text-align: right;
	padding-right: 12px;
}
.mobile-hamburger {
	display: inline-block;
	width: 50px;
	padding-bottom: 5px; /* same as top margin for hamburger-bar */
  text-align: center;
	cursor: pointer;
}
.mobile-hamburger-bar {
	width: 72%;
	margin: auto;
	height: 5px;
	background-color: #ffffff;
	margin-top: 5px;
}


a.bbs-jumplink {
	scroll-margin-top: 150px; /* total fixed height of header */
}

.bbs-content ol li {
	margin-top: 6px;
}
.bbs-content ol li::marker {
	/* font-weight: 700; */
}

div.bbs-header {
	position: relative;
	/* height: 80px; */
	background-color: #ffffff;
	width: 100%;
	border-bottom: 2px solid #265069;
	z-index: 100;
}

.bbs-top-menu {
	background-color: #265069;
	padding-top: 12px;
	padding-bottom: 12px;
}
.bbs-top-menu a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
}
.bbs-top-menu ul {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
div.bbs-top-nav {
	width: 80%;
	max-width: 1200px;
	margin: auto;
	height: 65px;
	text-align: center;
}

a.bbs-top-home {
		color: #fc7d1b;
		display: inline;
    font-size: 30px;
    font-weight: 700;
    /* margin-top: 12px; */
    font-family: "Archer SSm A", "Archer SSm B", serif;
    /* border-left: 2px solid #162c3b; */
		line-height: 65px; /* same as height of image */
}

.title-logo{
	max-width:1200px;
	padding: 10px 5%;
	text-align: center;
	overflow: hidden;
}
.title-logo a>img {
	width:100%;
	max-width:420px;
}
.title-logo a.blog-title-mark>img{
	width: 112px;
}
.title-logo a.blog-title-mark{
	font-size: 26px;
	color: #162C3B;
	padding-top: 1px;
	font-weight: 600;
		display: inline-block;
		padding-right: 12px;
}
.title-logo a.blog-title-text{
	font-size: 26px;
	font-family: 'Archer SSm A', 'Archer SSm B', serif;
	font-weight: 700;
	margin-top: 12px;
	color: #6a4331; /* #fc7d1b */
	border-left: 2px solid #162c3b;
	padding-left: 14px;
	display: inline-block;
	vertical-align: top;
}

@media screen and (min-width:768px){
	.title-logo{
		text-align: left;
		overflow: unset;
	}
	.title-logo a{
		float: left;
		display: inline;
	}
	.title-logo a>img {
		max-width:320px;
	}
}



.bbs-uber-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #B2DE89;
	-webkit-box-shadow: 0px 2px 5px 0px rgb(153 153 153);
	-moz-box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
	box-shadow: 0px 2px 5px 0px rgb(153 153 153);
	padding-top: 0;
}

.bbs-uber-menu {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.bbs-uber-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.bbs-uber-list > li {
	display: inline;
	width: 100%;
	float: left;
	text-align: center;
	height: 55px;
	line-height: 55px;
	background-color: #81BA49;
	border-left: none;
	border-right: none;
	border-top: 1px solid #265069;
	color: #162c3b;
}

.bbs-uber-list > li:hover, .bbs-uber-list > li.on {
	background-color: #B2DE89;
}

.bbs-uber-list > li span {
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}

.uber-content {
	padding: 0;
	float: left;
	background-color: white;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	/* border-bottom: 4px solid #265069; */
}

.uber-content .uber-inner {
	width: 80%;
	max-width: 1200px;
	margin: auto;
}

.uber-content .uber-inner .dbrl-button,
.bbs-content button {
	line-height: 1.5;
	font-size: 18px;
	letter-spacing: .05em;
}

ul.uber-button-list {
	text-align: center !important;
}

.bbs-content button {
	padding-left: 4%;
	padding-right: 4%;
}

.uber-content .uber-inner .dbrl-button {
	width: 92%;
	padding-left: 8%;
	padding-right: 8%;
}

.uber-content .uber-inner h5 {
	border-bottom: 1px dotted #bababa;
	font-size: 20px;
	/* text-transform: uppercase; */
	color: #265069;
	font-weight: 700;
	padding-bottom: 15px;
	padding-left: 0;
	letter-spacing: .35px;
	margin: 0 2% 0 0;
	font-family: "Archer SSm A", "Archer SSm B", serif;
}
.uber-content .uber-downloads h5 {
	font-size: 21px;
}

.uber-content .uber-inner ul {
	list-style: none;
	float: left;
	width: 100%;
	text-align: left;
	padding: 0;
	padding-top: 30px;
}

.uber-content .uber-inner ul:last-of-type {
	padding-bottom: 30px;
}

.uber-content .uber-inner ul li {
	float: left;
	width: 100%;
	text-align: left;
	list-style: none;
}

.uber-content .uber-inner ul li a { /* this one also works on mobile...? */
	color: #162C3B;
	text-transform: none;
	font-size: 18px;
	border-bottom: 1px dotted #bababa;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	border-left: 0;
	width: 100%;
	float: left;
	padding-left: 2%;
	text-decoration: none;
}

.uber-content .uber-inner ul li a:hover {
	background-color: #b2de89;
	text-decoration: none;
}

div.uber-downloads img {
	width: 25%;
	float: left;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	vertical-align: middle;
}
.uber-content div.uber-downloads h5 {
	border-bottom: none;
}
div.uber-downloads span.download-text {
	width: 75%;
	float: left;
	padding-left: 5%;
	line-height: 1.25;
}



.bbs-faq-page hr {display: block; margin-top: 36px;}
div.faq-question {display: block; padding-top: 4px;}
div.faq-question span {font-weight: bold; display: block; margin-bottom: 8px;}
div.faq-question a.jump {display: block; position: relative; scroll-margin-top: 116px; visibility: hidden;}
div.questions-list li {margin-top: 8px;}
div.questions-list a {font-size: 19px;}





div.bbs-content {
	width: 90%;
	background-color: #ffffff;
	max-width: 1200px;
	margin: auto;
	padding-top: 16px;
	padding-bottom: 48px;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 1.4;
	position: relative;
	z-index: -1;
}

.bbs-eligibility-list {
	font-weight: 200;
	line-height: 1.4;
}



div.bbs-footer {
	background-color: #265069;
	padding: 24px 0;
	width: 100%;
}

div.footer-content {
	width: 80%;
	max-width: 1200px;
	margin: auto;
	color: white;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #265069;
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    background: #659c31;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: 'Whitney SSm A', 'Whitney SSm B', sans-serif;
    font-weight: 400;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: initial;
    -webkit-box-shadow: 0px 3px 5px -2px rgb(153 153 153);
    -moz-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
    box-shadow: 0px 3px 5px -2px rgb(153 153 153);
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}




.dbrl-links {
	display: none;
	list-style: none;
	margin: 0;
	text-align: right;
	padding: 0 0 12px 0;
}
.dbrl-links li {
	width: auto;
	display: block;
	text-align: center;
	line-height: 2.0;
}




footer {
	display: block;
}
.site-footer a {
	text-decoration: none;
}
.site-footer a span:hover {
	text-decoration: underline;
}
.site-footer a .fa{
	font-size: 26px;
	color: white;
	opacity: .5;
}

.site-footer a .fa:hover{
	opacity: 1;
}

.site-footer a .fa.newsletter-icon {
	opacity:1;
	color:#265069;
	font-weight:bold;
	font-size:18px;
	margin-right:7px;
	line-height:26px;
}
.site-footer .main-navigation {
	margin-bottom: 1.75em;
}
.site-footer{
	background-color: #265069;
	width: 100%;
	padding-bottom: 10px;
	position:relative;
}
.copyright{
	font-size: 16px;
	color: rgba(255,255,255,.5);
	padding-top: 20px;
	padding-left: 10px;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 50px;
}
.footer-logo a{
	color: white;
	font-size: 16px;
	padding-bottom: 10px;
}
.footer-logo a span{
	padding-left: 12px;
}
.footer-logo,
.footer-links,
.title-logo{
	position: relative;
	width: 100%;
	max-width: 1320px;
	padding: 10px 5%;
	text-align: center;
	margin: 0 auto;
	color:white;
}
.footer-logo a>img {
	width: 100%;
	max-width: 420px;
}
#menu-footer-links {
	padding: 0;
}
#menu-footer-links li{
	display: block;
	width: auto;
	padding-bottom: 20px;
}
.site-footer .footer-links{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	text-align: left;
}
.site-footer .footer-links ul{
	list-style: none;
	text-align: center;
}
.site-footer .footer-links li a{
	text-transform: uppercase;
	padding-bottom: 5px;
	color: white;
	font-size: 17px;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}
.site-footer .footer-links li a:hover{
	border-bottom: 1px solid white;
	text-decoration: none;
}
.site-footer .footer-menu{
	margin-left:0;
	margin-bottom: 0;
}
.site-footer .social-icons{
	width: 100%;
	display: block;
	height: 50px;
	text-align: center;
	margin: 0 auto 34px auto;
	padding-top: 20px;
}
.site-footer .social-icons a {
	margin:0 5px 0 5px;
	padding:0;
}
.site-footer .newsletter-button {
	border-radius:3px;
	background-color:#ffffff;
	color:#265069;
	display:block;
	width:166px;
	text-decoration:none;
	margin:8px auto !important;
	height:26px;
	line-height:26px;
	opacity:.5;
	font-weight:bold;
	font-size:16px;
}
.site-footer .newsletter-button:hover {
	opacity:1;
}

.bbs-stamp-logo {
	padding: 12px 0 12px 0;
	display: none;
	margin: auto;
	max-width: 100%;
}
.bbs-stamp-logo-right {
	display: none;
}
.bbs-homepage .bbs-stamp-logo {
	display: block;
}
.footer-contact {
	color: #ffffff;
	text-align: center;
	padding-top: 32px;
}
.footer-contact p {
	line-height: 1.5;
	font-size: 18px;
}
.uber-content .uber-inner.uber-downloads ul:last-of-type {
	padding-top: 0;
}


@media screen and (min-width: 768px) {

.mobile-hamburger {
	display: none;
}

.footer-contact {
	position: absolute;
	right: 15%;
	top: 24px;
	z-index: 10;
	padding-top: 0;
}
.footer-contact p {
	line-height: 1.6;
}

.bbs-stamp-logo {
	float: left;
	display: block;
	padding: 24px 48px 24px 0;
}
.bbs-stamp-logo-right {
	float: right;
	display: block;
	padding: 24px 0 24px 48px;
}

.site-footer .newsletter-button {
	margin: 8px 6px !important;
}
#menu-footer-links li{
	display: inline;
	width: auto;
	padding-right:30px;
}

.site-footer .footer-links ul{
	text-align: left;
}

.site-footer .footer-menu
{
	margin-left:15px;
}

.site-footer .newsletter-button {
	text-align:center;
	float:right;
}
.footer-logo,
.footer-links{
text-align: left;
}

.footer-logo a>img {
width:50%;
max-width:420px;
}

.site-footer .social-icons{
	width: 49%;
position:absolute;
top:0;
right:5%;
text-align: right;
}


}



@media screen and (min-width: 59.375em) {
	.site-footer .main-navigation {
		display: none;
	}


}




@media screen and (min-width: 61.5625em) {
	.site-footer .footer-links ul{
		text-align: left;
	}

	.site-footer .social-icons{
		display: inline;
	}

}


@media screen and (min-width:768px) {
body {
	background-color: #FCFAF2;
}
div.bbs-content {
	/* width: 80%; */
	/*padding-top: 210px */
}
.bbs-uber-menu {
	width: 90%;
}

/* on desktop */

div.bbs-header {
	position: fixed;
}

div.bbs-top-nav {
	text-align: left;
}

.bbs-top-menu {
	height: 42px;
}
.dbrl-links {
	display: block !important;
	padding: 0;
}
.dbrl-links li {
	padding-right: 30px;
	width: auto;
	display: inline-block;
	line-height: unset;
}

a.bbs-top-home {
	float: left;
	margin-left: 14px; /* could remove padding AND image... and make header 58px tall? */
}

.bbs-uber-container {
	padding-top: 109px; /* same as height of fixed header */
}

.bbs-uber-list > li {
	width: 33.33333333%;
	border-left: 4px solid white;
	border-top: none;
	font-size: 18px;
	height: 65px;
	line-height: 65px;
}
.bbs-uber-list > li:last-of-type{
	border-right: 4px solid white;
}




.uber-content {
	position: absolute;
	left: 0;
	top: 175px; /* same as fixed header + uber container (minus box shadow) */
	-webkit-box-shadow: 0px 3px 5px 0px rgb(153 153 153);
	-moz-box-shadow: 0px 3px 5px 0px rgba(153,153,153,1);
	box-shadow: 0px 3px 5px 0px rgb(153 153 153);
	border-bottom: 10px solid #81ba49;
}
.uber-content .uber-inner ul {
	width: 33.333333%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 30px;
}

.uber-content .uber-inner .dbrl-button {
	width: auto;
}

.uber-content .uber-inner ul li {
	padding-right: 2%;
}

.uber-content .uber-inner.uber-downloads ul {
	width: 50%;
	padding-left: 4%;
	padding-right: 4%;
}

.uber-content .uber-inner.uber-downloads ul:last-of-type {
	padding-top: 30px;
}

}

.uber-content .uber-inner ul.uber-closed-notice {
	width: 100%;
}
.uber-content .uber-inner ul.uber-closed-notice > li {
	font-weight: 700;
	font-size: 1.2em;
	padding-top: 8px;
}

@media screen and (min-width:768px) {
	.uber-content .uber-inner ul.uber-closed-notice {
		width: 66.6666%;
	}
	.uber-content .uber-inner ul.uber-closed-notice > li {
		padding-top: 32px;
	}
}

input[type='checkbox']:invalid {
    box-shadow: none !important;
}


div.signup-home {
	margin-bottom: 48px;
	/* margin-top: 36px; */
	clear: both;
	text-align: center;
}
div.signup-home p {
	margin-top: 0;
}
div.signup-home button {
	/* width: 60%; */
	padding-left: 12%;
	padding-right: 12%;
}
div.signup-home-left {
	margin-top: 48px;
}
div.signup-home-right {
	margin-top: 48px;
}
@media screen and (min-width:768px) {
	div.signup-home {
		padding-top: 24px;
	}
	div.signup-home button {
		width: auto;
	}
	div.signup-home-left {
		width: 45%;
		margin-right: 5%;
		float: left;
		margin-top: 0;
	}
	div.signup-home-right {
		width: 50%;
		margin-left: 50%;
		margin-top: 0;
	}
}
