#banner.lightbox-adjust
{
	margin-top: 0 !important;
}

#nav-main.lightbox-adjust
{
	position: relative !important;
}

#nav-main.menu-float-adjust
{
	position: fixed;
	top: 0;
}

.lunette img,
.bottom-lightbox img
{
	-ms-interpolation-mode: bicubic;
}

.lunette.fixed-to-top
{
	z-index: 4000;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}

div.box-shadow
{
	position: absolute;
    bottom: 0;
    box-shadow: inset 0 -12px 15px -10px #333;
    left: 0;
    right: 0;
    height: 25px;
}

.lunette,
.bottom-lightbox
{
	background: white;
	color: white;
	z-index: 4000;
}

.bottom-lightbox
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	/* background: url(https://s3.amazonaws.com/content.cdrfg.com/lightbox/dav/friends-of-dav-2022/images/friends-of-dav-2022-bg-bottom.jpg); */
	background-size: 100% 100%;
	background-color: #002868;
	background-repeat: no-repeat;
    /* background-size: contain;
	background-position: bottom; */
}

.friends-bottom {
	width: 18vw;
    margin-right: 3vw;
}

.widget-float-img
{
	position: absolute;
	left: 5px;
	top: 0;
	height: 45%;
	padding-top: 4vw;
}

.bottom-lightbox a.close-btn
{
	position: absolute;
	right: 10px;
	top: 10px;
}

.bottom-lightbox a.close-btn img
{
	width: 15px;
}

.lunette_close.close_icon {
	position: absolute;
    top: 10px;
    right: 10px;	
}

.lunette_close.close_icon img
{
	width: 20px !important;
}

.lunette-container
{
	/*padding-top: 3vw;
	padding-bottom: 3vw;*/
}

.lunette-container
{
	margin: 0 auto;
	/*max-width: 1000px;*/
}

.arrow-img
{
	height: 4vw;
}

.bottom-lightbox .arrow-img
{
	height: 3vw;
}

.left-arrow-img
{
	margin-right: 1.5vw;
}

.right-arrow-img
{
	margin-left: 1.5vw;
}

.mobile-arrow
{
	display: none;
}

img.logo-d1
{
	width: 42%;
    margin-top: 6.5vw;
}

img.logo-mobile {
	display: none;
}

img.vvc-img
{
	width: 80%;
}

.callout-container
{
	background: url(https://s3.amazonaws.com/content.cdrfg.com/lightbox/dav/april-fundraising-2022/images/background-desktop.png);
	background-size: auto 100%;
	position: relative;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 0;
	background-repeat: no-repeat;
	background-color: #002868;
	justify-content: flex-end;
}

.callout-wrapper {
	width: 63%;
}

.bottom-lightbox .callout-container
{
	background: none;
	padding-top: 10px;
	padding-bottom: 10px;
	justify-content: center;
}

.limited-label
{
	color: #bed12b;
	font-weight: bold;
}

.btn-container
{
	padding: 0;
}

/*.bottom-lightbox .callout-container
{
	display: flex;
    align-items: center;
    justify-content: center;
}*/

p.callout-txt
{
	display: inline-block;
	color: #fff;
	font-size: 2.8vw;
	text-align: center;
	line-height: 1;
	margin: 0;
	padding-top: 0.8vw;
    padding-bottom: 1.6vw;
	/* font-weight: bold; */
}

.lunette-container p.callout-txt
{
	display: block;
}

.bottom-lightbox p.callout-txt
{
	font-size: 2vw;
	padding-top: 0;
	padding-bottom: 0;
}

.btn-container
{
	text-align: center;
}

.dtn-btn,
.learn-btn
{
	color: white;
	display: inline-block;
	padding: 1vw 1.5vw;
	text-decoration: none;
	font-size: 2.5vw;
	font-weight: bold;
}

.dtn-btn:hover,
.learn-btn:hover,
.bottom-lightbox .dtn-btn:hover
{
	text-decoration: none;
	color: white;
}

.dtn-btn:visited,
.dtn-btn:active,
.dtn-btn:focus,
.bottom-lightbox .dtn-btn:visited,
.bottom-lightbox .dtn-btn:focus,
.bottom-lightbox .dtn-btn:focus,
.learn-btn:visited,
.learn-btn:focus,
.learn-btn:active
{
	text-decoration: none;
	color: white;
}

.dtn-btn
{
	background-color: #b30838;
	border: solid 1px #b30838;
	margin-right: 1vw;
	padding: 0.8vw 5vw;
}

.dtn-btn-top {
	margin-bottom: 6.5vw;
	line-height: 0.8;
}

.bottom-lightbox .dtn-btn
{
	margin-left: 3vw;
	padding: .8vw 2vw;
	font-size: 1.8vw;
	line-height: 0.8;
}


.bottom-lightbox .dtn-btn

.learn-btn
{
	border: solid white 1px;
}

.desktop-break
{
	display: block;
}

.mobile-only
{
	display: none;
}

@media(max-width: 768px)
{
	.desktop-only
	{
		display: none;
	}
	
	.mobile-only
	{
		display: inline-block;
	}
	
	.mobile-break
	{
		display: block;
	}
	
	.desktop-break
	{
		display: block;
	}

	.lunette_close.close_icon {
		top: 22vw;
	}

	.bottom-lightbox .desktop-break {
		width: 90%;
    	margin: 0 auto;
	}

	.friends-bottom {
		width: 69%;
		display: block;
    	margin: 0 auto;
	}
	
	p.callout-txt
	{
		font-size: 5vw;
		padding-top: 3vw;
		padding-bottom: 3vw;
		line-height: 1.2;
	}
	
	img.logo-d1
	{
		display: none;
	}

	img.logo-mobile {
		width: 60%;
		display: inline-block;
	}
	
	
	img.vvc-img
	{
		width: 100%;
		margin-top: 40px;
	}
	
	.desktop-arrow
	{
		display: none;
	}
	
	.mobile-arrow
	{
		display: inline;
	}
	
	.arrow-img,
	.bottom-lightbox .arrow-img
	{
		height: 7vw;
	}
	
	.dtn-btn, .learn-btn
	{
		padding: 2vw 2.5vw;
		font-size: 6.5vw;
	}
	
	.bottom-text {
		margin-top: 3vw;
		margin-bottom: 3vw;
		display: inline-block;
		width: 100%;
		/* font-weight: bold; */
	}

	.dtn-btn
	{
		padding: 2vw 3vw;
		width: 50%;
		margin-right: 2vw;
		margin-left: 2vw;
		line-height: 1;
		font-size: 5vw;
		font-weight: 500;
		width: 40vw;
	}
	
	.learn-btn
	{
		/*display: none;*/
		margin-top: 10px;
	}
	
	.flags-img,
	.box-shadow,
	.vvc-img
	{
		display: none;
	}
	
	.lunette-container .callout-container
	{
		/* padding: 0 10vw 2vw 10vw; */
		padding: 0 10vw 2vw 10vw;
		background: url(https://s3.amazonaws.com/content.cdrfg.com/lightbox/dav/april-fundraising-2022/images/background-mobile.png);
		background-size: 100%;
		background-position: top;
		background-repeat: no-repeat;
		background-color: #002868;
	}
	
	.callout-wrapper
	{
		width: 100%;
		padding-bottom: 3vw;
		padding-top: 27vw;
	}
	
	.bottom-lightbox
	{
		/* background: url(https://s3.amazonaws.com/content.cdrfg.com/lightbox/dav/friends-of-dav-2022/images/friends-of-dav-2022-bg-mobile.jpg); */
		background-size: 100% 100%;
		background-position: top;
		background-repeat: no-repeat;
	}
	
	.bottom-lightbox a.close-btn
	{
		top: 10px;
	}
	
	.bottom-lightbox .callout-container
	{
		display: block;
	}
	
	.bottom-lightbox .dtn-btn
	{
		/*margin-left: 0;*/
		margin-left: 0;
		margin-right: 0;
		width: 40vw;
		/* margin-top: 2vw; */
		padding: 2vw 3vw;
		font-size: 5vw;
		margin-bottom: 20px;
		font-weight: bold;
	}

	.callout-container {
		width: 100%;
	}
	
	.bottom-lightbox p.callout-txt
	{
		font-size: 4.7vw;
		padding: 0 10vw 0vw 10vw;
		/* padding: 20px 60px 5px 60px; */
	}

	.bottom-text .sub-text {
		display: block;
	}
	
	.mobile-widget-logo
	{
		width: 70%;
		margin-top: 15vw;
	}
}

@media screen and (min-width: 768px) and (max-width:768px)
{
	.lunette .p-grid .p-md-6
	{
		width: 100%;
	}
}

@media(min-width: 1350px)
{
	.lunette-container
	{
		/*padding-top: 36px;
		padding-bottom: 36px;*/
	}
	
	.lunette p.callout-txt
	{
		font-size: 2.3vw;
	}
	
	.bottom-lightbox p.callout-txt
	{
		
	}
	
	.dtn-btn, .learn-btn
	{
		padding: 1.2vw 2.8vw;
		font-size: 2vw;
	}
	
	.bottom-lightbox a.dtn-btn
	{
		padding: 15px 2.8vw;
		font-size: 2vw;
	}
	
	.arrow-img
	{
		height: 48px;
	}
}

@media(min-width: 1700px)
{
	.bottom-lightbox a.dtn-btn
	{
		padding: 20px 35px;
		font-size: 30px;
	}
}

