body {
	background: #000;
}

::selection {
	background: #FC2128;
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

#dop-fb-nav {
	position: fixed;
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 0;
	min-height: 100px;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-fb-nav_bg.png") top center no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
	z-index: 9999;
}

#dop-fb-nav a {
	display: block;
	width: 100%;
}

#dop-fb-nav a img {
	width: 100%;
}

#dop-fb-nav #nav-links {
	text-align: right;
}

#dop-fb-nav #nav-links a {
	display: inline-block;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 16px;
	line-height: 68px;
	font-weight: 500;
	color: #251f1f;
	padding: 0 15px;
	width: auto;
}

#nav-links a#apply-btn {
    font-weight: 700; /* bold apply button */
}

#nav-links a#apply-btn:hover {
    color: red; /* replace with your desired hover color */
}

#nav-links a#login-btn {
    border: thick double red !important; /* force the border */
    font-weight: 500;
    padding: 0 15px;
    display: inline-block;
}

@media screen and (max-width: 999px) {
	#dop-fb-nav #nav-links {
		display: none;
	}
}

@media screen and (max-width: 999px) {
	#dop-fb-nav {
		background-size: cover;
	}
}

#application-flyout-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.75);
}

#application-flyout {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	display: none;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-fb-nav_bg.png") top center no-repeat;
	background-size: contain;
	z-index: 999999;
	color: #221f1f;
}

#application-flyout #app-flyout-container {
	display: block;
	border-radius: 15px;
	background: #fff;
	padding: 25px;
	position: relative;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	margin-bottom: 125px;
}

#application-flyout #app-flyout-container .exit {
	display: block;
	font-size: 20px;
	line-height: 19px;
	color: #FC2128;
	font-weight: 700;
	border-radius: 200%;
	border: 3px solid #FC2128;
	padding: 4px 9px 7px;
	position: absolute;
	right: 15px;
	top: 10px;
}

#application-flyout #app-flyout-container .exit:hover {
	background: #d7d7d7;
}

#application-flyout #app-flyout-container h2 {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 28px;
	line-height: 32px;
	color: #FC2128;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
	margin-top: 45px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 3px solid #FC2128;
}

#application-flyout #app-flyout-container blockquote {
	border-top: 1px solid #021124;
	border-bottom: 1px solid #021124;
	font-size: 14px;
	line-height: 18px;
	padding: 15px;
	background: #e7e7e7;
	color: #393434;
}

#application-flyout #app-flyout-container #apply-form {
	display: block;
	padding: 25px;
	background: #e7e7e7;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 125px;
	margin-top: 45px;
	border-top: 1px solid #021124;
	border-bottom: 1px solid #021124;
}

#application-flyout #app-flyout-container #apply-form .row {
	padding-top: 15px;
	padding-bottom: 15px;
}

#application-flyout #app-flyout-container #apply-form label {
	display: block;
	width: 100%;
}

#application-flyout #app-flyout-container #apply-form input, #application-flyout #app-flyout-container #apply-form textarea {
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	border: 2px solid #d7d7d7;
}

#application-flyout #app-flyout-container #apply-form select {
	width: 100%;
	background-color: white;
	border: thin solid #FC2128;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	margin: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #FC2128 50%), linear-gradient(135deg, #FC2128 50%, transparent 50%), linear-gradient(to right, #fe9fa2, #fe9fa2);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
}

#application-flyout #app-flyout-container #apply-form textarea {
	text-align: left;
	color: #605858;
}

#application-flyout #app-flyout-container #apply-form #apply-submit {
	display: block;
	padding: 15px;
	text-align: center;
	color: #fff;
	background: #FC2128;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#application-flyout #app-flyout-container .waiver-content {
	background: #e7e7e7;
	padding: 25px;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
}

#footer {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
	padding: 85px 0;
	background: #312a2a;
	color: #fff;
	text-align: center;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

#footer .footer-logo {
	display: block;
	border-radius: 100%;
	overflow: hidden;
	background: #fff;
	width: 100%;
	height: auto;
	padding: 24% 12%;
}

#footer .footer-container {
	padding: 25px;
	background: #080707;
}

#footer h5 {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	margin-top: 35px;
	text-align: left;
	padding-left: 10px;
}

#footer ul {
	display: block;
	list-style: none;
	padding-left: 10px;
}

#footer ul li {
	list-style-type: none;
	text-align: left;
}

#footer ul li a {
	padding: 10px;
	display: block;
	width: 100%;
	color: #fff;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 18px;
	font-weight: 400;
}

#footer ul li a:hover {
	background: #312a2a;
}

#footer .footer-copy {
	display: block;
	padding: 10px;
	background: #080707;
	margin-top: 35px;
}

@media screen and (max-width: 799px) {
	#footer .footer-logo {
		padding: 19% 12%;
		width: 60%;
		margin-left: 20%;
		margin-bottom: 65px;
	}
}

#home-hero {
	position: relative;
	display: block;
	width: 100%;
	height: 690px;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-header-banner_1920_generic-green.jpg") top center no-repeat;
	background-size: cover;
	z-index: 1;
}

#home-hero:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-fb__hero-banner__bg.png") bottom center no-repeat;
	background-size: contain;
	content: '';
	z-index: 5;
}

#home-hero .container {
	position: relative;
	z-index: 10;
}

#home-hero h1 {
	display: block;
	margin-top: 185px;
	font-size: 38px;
	line-height: 42px;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	color: #FC2128;
	font-weight: 700;
}

#home-hero iframe {
	max-width: 100%;
	width: 100%;
	height: 350px;
	margin-top: 185px;
	padding-top: 15px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

@media screen and (max-width: 999px) {
	#home-hero {
		background-position: -248px 0;
		background-size: auto 57%;
		height: auto;
		background-color: #FC2128;
	}

	#home-hero h1 {
		font-size: 24px;
		line-height: 34px;
		margin-top: 110px;
		padding-right: 26%;
	}

	#home-hero iframe {
		margin-top: 45px;
	}
}

#subhero {
	background: #ecf1f7;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 85px 0;
	z-index: 1;
}

#subhero p {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding: 15px 0;
	color: #021124;
}

#subhero .vendor-logo-callout {
	display: block;
	padding: 25px;
	margin: 15px 0;
	border-top: 3px solid #021124;
	border-bottom: 3px solid #021124;
	text-align: center;
}

#subhero .vendor-logo-callout a {
	display: block;
	text-align: center;
	vertical-align: middle;
}

#subhero .vendor-logo-callout img {
	width: auto;
	display: inline-block;
	height: auto;
	max-width: 75%;
}

@media screen and (max-width: 799px) {
	#subhero .vendor-logo-callout img {
		margin-bottom: 20px;
		max-width: 50%;
	}
}

#subhero a.btn {
	background-color: #FC2128;
	border: 1px solid #e7030a;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-family: 'Helvetica', sans-serif;
	font-size: 18px;
	font-weight: 400;
	outline: none;
	outline: 0;
	padding: 20px 45px;
	text-align: center;
	transform: translateY(0);
	transition: transform 150ms, box-shadow 150ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	margin-top: 35px;
}

#subhero a.btn:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0 3px 9px 0;
	transform: translateY(-2px);
}

@media (min-width: 768px) {
	#subhero a.btn {
		padding: 10px 30px;
	}
}

#dop-foodbank-intro {
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop_food-bank_content-intro-bg_v2_green.jpg");
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 600px;
	padding: 185px 0 125px 0;
	z-index: 1;
  /* - makes beige wave
	&:after{
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url('/wp-content/themes/dopfb2022v3/assets/images/dop-fb_content_gray-to-beige.png') top center no-repeat;
		background-size: 100% 100%;
		content: '';
		z-index: 5;
	}
	*/;
}

#dop-foodbank-intro:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-fb_content_gray-to-gray.png") top center no-repeat;
	background-size: auto 100%;
	content: '';
	z-index: 5;
}

#dop-foodbank-intro .container {
	position: relative;
	z-index: 10;
}

#dop-foodbank-intro h2 {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 34px;
	line-height: 34px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #fff;
}

#dop-foodbank-intro a {
	background-color: #fff;
	border: 1px solid #BF1313;
	border-image: none 100% 1 0 stretch;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 0;
	box-sizing: border-box;
	color: #FC2128;
	cursor: pointer;
	display: inline-block;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 35px;
	outline: 0 none currentcolor;
	padding: 20px 45px;
	text-align: center;
	text-decoration: none currentcolor solid;
	touch-action: manipulation;
	transform: translateY(0);
	transition: transform .15s, box-shadow .15s, transform .15s, box-shadow .15s;
	user-select: none;
	vertical-align: middle;
}

@media screen and (max-width: 799px) {
	#dop-foodbank-intro {
		background: #fff;
	}

	#dop-foodbank-intro h2 {
		color: #FC2128;
	}
}

#dop-home-video {
	position: relative;
	display: block;
	width: 100%;
	padding: 45px 0 45px 0;
	background: #ecf1f7;
}

#dop-home-video h2 {
	font-size: 26px;
	line-height: 26px;
	padding: 15px 0;
	border-bottom: 2px solid #010006;
	color: #010006;
	text-align: center;
}

#dop-home-video iframe {
	width: 100%;
	height: 350px;
	display: block;
}

.dop-home-process {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 600px;
	padding: 125px 0 125px 0;
	z-index: 1;
}

.dop-home-process:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-fb_content_gray-to-gray.png") top center no-repeat;
	background-size: auto 100%;
	content: '';
	z-index: 5;
}

.dop-home-process .container {
	position: relative;
	z-index: 10;
}

.dop-home-process.step-one {
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop_food-bank_content-step_one_green.jpg") top right;
	background-size: cover !important;
}

.dop-home-process.step-two {
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop_food-bank_content-step_two_green.jpg");
	background-size: cover !important;
}

.dop-home-process.step-three {
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop_food-bank_content-step_three_green.jpg") top right;
	background-size: cover !important;
}

.dop-home-process h2 {
	font-size: 36px;
	line-height: 42px;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	color: #fff;
	font-weight: 800;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 35px;
}

.dop-home-process h2 img {
	width: 150px;
	display: inline-block;
	height: auto;
	margin-bottom: 25px;
}

.dop-home-process p, .dop-home-process ul {
	font-size: 18px;
	line-height: 31px;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	color: #fff;
}

.dop-home-process a.btn {
	background-color: #fff;
	border: 1px solid #BF1313;
	border-image: none 100% 1 0 stretch;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 0;
	box-sizing: border-box;
	color: #FC2128;
	cursor: pointer;
	display: inline-block;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 35px;
	outline: 0 none currentcolor;
	padding: 20px 45px;
	text-align: center;
	text-decoration: none currentcolor solid;
	touch-action: manipulation;
	transform: translateY(0);
	transition: transform .15s, box-shadow .15s, transform .15s, box-shadow .15s;
	user-select: none;
	vertical-align: middle;
}

@media screen and (max-width: 799px) {
	.dop-home-process {
		background: #fff !important;
	}

	.dop-home-process p, .dop-home-process ul {
		color: #010006;
	}

	.dop-home-process h2 {
		color: #FC2128;
		margin-top: 175px !important;
	}
}

#dop-login-form {
	display: block;
	width: 100%;
	border-radius: 15px;
	background: #fff;
	padding: 25px;
	margin-top: 225px;
	margin-bottom: 85px;
	position: relative;
}

#dop-login-form #dop-login-icon {
	position: absolute;
	left: 50%;
	margin-left: -75px;
	height: auto;
	top: -64px;
	width: 150px;
}

#dop-login-form h1 {
	display: block;
	text-shadow: none;
	color: #021124;
	margin-top: 45px;
	padding-left: 30px;
	font-size: 21px;
	line-height: 24px;
}

#dop-login-form #loginform {
	display: block;
	padding: 20px;
	margin: 10px;
	border: 2px solid #b0a1a1;
	border-radius: 10px;
}

#dop-login-form #loginform label {
	display: block;
	font-size: 14px;
	font-weight: 500;
}

#dop-login-form #loginform input {
	display: block;
	width: 100%;
	margin-top: 5px;
}

#dop-login-form #loginform input[type="checkbox"] {
	width: auto;
	display: inline-block;
}

#dop-login-form #dop-login-side {
	display: block;
	width: 100%;
	height: 100%;
	padding: 55px;
	background: #b0a1a1;
}

#account-hero {
	position: relative;
	display: block;
	width: 100%;
	height: 750px;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-header-banner_1920_account_green.jpg") top center no-repeat;
	background-size: cover;
	z-index: 1;
}

#account-hero:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-fb__hero-banner__bg.png") bottom center no-repeat;
	background-size: contain;
	content: '';
	z-index: 5;
}

#account-hero .container {
	position: relative;
	z-index: 10;
}

#account-hero.my-account-hero {
	height: 300px;
}

#my-account-header {
	position: relative;
	display: block;
	width: 100%;
	height: 350px;
	background-size: cover;
	z-index: 1;
}

#my-account-header:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-fb__hero-banner__bg.png") bottom center no-repeat;
	background-size: contain;
	content: '';
	z-index: 5;
}

#my-account-content {
	position: relative;
	display: block;
	width: 100%;
	min-height: 350px;
	height: auto;
	background: #ecf1f7;
	background-size: cover;
	z-index: 1;
}

#account-content {
	display: block;
	top: 0;
	background: #ecf1f7;
	border-radius: 15px;
	padding: 105px 45px;
	position: relative;
	z-index: 11;
}

#account-content #dop-login-icon {
	position: absolute;
	display: block;
	margin-left: -67px;
	left: 50%;
	top: -67px;
	z-index: 10;
}

#account-content .account-product {
	padding: 15px;
}

#account-content .account-product h4 {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 18px;
	line-height: 32px;
}

#account-content .woocommerce-MyAccount-navigation {
	width: 23%;
}

#account-content .woocommerce-MyAccount-content {
	width: 75%;
}

#account-content .woocommerce-Addresses .woocommerce-Address {
	background: #fff;
	padding: 25px;
	border-radius: 10px 10px 0 0;
	border-bottom: 10px #b6c9e0 solid;
}

#account-content .woocommerce-MyAccount-content form {
	background: #fff;
	padding: 25px;
	border-radius: 10px 10px 0 0;
	border-bottom: 10px #b6c9e0 solid;
}

#account-content .woocommerce-address-fields {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

#account-content .woocommerce-address-fields label {
	font-size: 16px;
}

#account-content .woocommerce-address-fields input {
	display: block;
	margin-top: 5px;
	padding: 10px;
	font-size: 18px;
}

#account_status_container {
	display: block;
	padding: 15px;
	border-radius: 15px 15px 0 0;
	background: #fff;
}

#lc-switch-form {
	text-align: left;
}

#account-products {
	display: block;
	padding: 25px;
	margin: 25px;
	border-radius: 15px 15px 0 0;
	background: #fff;
}

#account-products table a {
	display: block;
	background: #FC2128;
	color: #fff;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
	list-style-type: none;
	display: block;
	background: #b6c9e0;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	color: #010006;
	font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	font-style: italic;
	color: #FC2128;
}

#about-hero {
	position: relative;
	display: block;
	width: 100%;
	height: 250px;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-header-banner_1920_about_green.jpg") top center no-repeat;
	background-size: cover;
	z-index: 1;
}

#about-hero:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-fb__hero-banner__bg.png") bottom center no-repeat;
	background-size: contain;
	content: '';
	z-index: 5;
}

#about-hero .container {
	position: relative;
	z-index: 10;
}

#about-hero h1 {
	text-align: center;
	display: block;
	margin-top: 110px;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 36px;
	line-height: 56px;
	color: #fff;
	font-weight: 600;
}

@media screen and (max-width: 799px) {
	#about-hero {
		height: 260px;
	}

	#about-hero h1 {
		margin-top: 145px;
		font-size: 24px;
		line-height: 28px;
	}
}

.about-page {
	text-align: left !important;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

.about-page p {
	text-align: left !important;
}

.about-page h3 {
	font-size: 36px;
	line-height: 56px;
	font-size: 600;
	text-align: left !important;
}

#application-page {
	display: block;
	background: #fff;
	padding: 35px;
	border-radius: 10px 10px 0 0;
	border: 15px solid #dae4ef;
}

#application-page .waiver-content {
	background: #e7e7e7;
	padding: 25px;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
}

@media screen and (max-width: 799px) {
	#application-page .waiver-content {
		font-size: 12px;
	}
}

.waiver-content {
	background: #e7e7e7;
	padding: 25px;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
}

.wpforms-container-full .wpforms-form button[type=submit] {
	display: block;
	width: 100%;
	background: #00A859 !important;
	color: #fff !important;
	margin-top: 15px;
}

.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #005b30 !important;
}

#donation-hero {
	position: relative;
	display: block;
	width: 100%;
	min-height: 450px;
	height: auto;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-header-banner_1920_account_green.jpg") top center no-repeat;
	background-size: cover;
	z-index: 1;
}

#donation-hero:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-fb__hero-banner__bg.png") bottom center no-repeat;
	background-size: contain;
	content: '';
	z-index: 5;
}

#donation-hero .container {
	position: relative;
	z-index: 10;
}

#donation-hero h1 {
	text-align: center;
	display: block;
	margin-top: 175px;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 36px;
	line-height: 56px;
	color: #fff;
	font-weight: 600;
}

#donation-hero p {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}

#donation-hero #donation-row {
	padding: 25px 0;
}

#donation-hero #donation-row a {
	display: block;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	color: #00A859;
	text-align: center;
	box-shadow: 2px 2px 1px #000;
	position: relative;
	font-weight: bold;
}

#donation-hero #donation-row a:hover {
	position: relative;
	top: 2px;
	left: 2px;
	box-shadow: none;
}

#waiver-hero {
	position: relative;
	display: block;
	width: 100%;
	height: 325px;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-header-banner_1920_about_green.jpg") top center no-repeat;
	background-size: cover;
	z-index: 1;
}

#waiver-hero:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/wp-content/themes/dopfb2022v3/assets/images/dop-fb__hero-banner__bg.png") bottom center no-repeat;
	background-size: contain;
	content: '';
	z-index: 5;
}

#waiver-hero .container {
	position: relative;
	z-index: 10;
}

#waiver-hero h1 {
	text-align: center;
	display: block;
	margin-top: 125px;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 36px;
	line-height: 56px;
	color: #fff;
	font-weight: 600;
}

.waiver-page img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}