/* HEADER */
body.page-template-template-vbab #main-nav,
body.page-template-template-brands #main-nav{
	display: none;
}
#main-bvab-nav{
	background-color: #fff;
    border-bottom: 1px solid rgba(235,235,235,.3);
    box-shadow: 0 0.9px 1.5px rgb(0 0 0 / 2%), 0 3.1px 5.5px rgb(0 0 0 / 2%), 0 14px 25px rgb(0 0 0 / 2%);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	position: fixed;
	top: 0;
    z-index: 30;
    width: 100%;
}
#main-bvab-nav .contacts{
	text-align: right;
	font-size: 0;
	padding: 8px 0;
}
#main-bvab-nav .contacts a{
	color: #333;
	font-size: .875rem;
	text-decoration: none;
	transition: color .4s ease;	
	margin-left: 3rem;
	display: inline-block;
}
#main-bvab-nav .contacts a:hover{
    color: #777;
}
#main-bvab-nav .socials{
	font-size: 0;
	margin-left: 3rem;
	display: inline-block;
}
#main-bvab-nav .socials a{
	margin-left: 0;
}
#main-bvab-nav .socials a .iconify{
	font-size: 22px;
	color: #333;
	transition: all 0.3s ease;
	margin-right: 1rem;
}
#main-bvab-nav .socials a:last-child .iconify{
	margin-right: 0;
}
#main-bvab-nav .socials a:hover .iconify{
	transform: scale(1.1);
}
/* VBAB Navigation */
body.page-template-template-vbab #main-bvab-nav .desktop-menu,
body.page-template-template-brands #main-bvab-nav .desktop-menu{
	height: 40px;
}
body.page-template-template-vbab .desktop-menu,
body.page-template-template-brands .desktop-menu {
  display: inline-block !important;
  cursor: pointer;
}
body.page-template-template-vbab #mySidenav,
body.page-template-template-brands #mySidenav{
	display: block !important;
}
.sidenav-vbab .sidenav-close-container{
	text-align: right;
}
.sidenav-vbab .sidenav-close-container .desktop-menu_opened {
    left: auto;
    right: 1rem;
}
.sidenav-vbab .sidenav-menu-container{
	margin: 3rem auto;
}
.sidenav-vbab .menu__logo a,
.sidenav-vbab .angus__logo a{
	display: block;
}
.sidenav-vbab .menu__logo a img,
.sidenav-vbab .angus__logo a img{
	width: 224px;
	height: auto;
	max-width: unset;
}
.sidenav-vbab .sidenav-menu-container #menu-vbab-main-menu a{
    width: 100%;
    position: relative;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    line-height: 1.6;
}
.sidenav-vbab .sidenav-menu-container #menu-vbab-main-menu a::after{
    font-family: nu-icons;
    font-size: .875rem;
    content: "\e904";
    color: #fff;
    position: absolute;
    right: 2rem;
    font-size: .625rem;
}
@media only screen and (max-width:767px) {
	#main-bvab-nav .contacts{
		display: none;
	}
	.sidenav-vbab .sidenav-menu-container{
		margin: 1rem auto;
	}
	.sidenav-vbab .menu__logo a img,
	.sidenav-vbab .angus__logo a img{
		width: 150px;
	}
	.sidenav-vbab .sidenav-menu-container #menu-vbab-main-menu a{
	    padding: 0.6rem 2rem;
	    font-size: .75rem;
	}
}
/* HERO BANNER PARENT */
.hero-vbab-section{
	margin-top: 57px;
}
.hero-vbab-section .vbab-hero{
    overflow: hidden;
    position: relative;	
    display: grid;
    grid-template-columns: .7fr 1fr;
    background-color: #333;
}
.hero-vbab-section .vbab-hero .intro__content{
	margin-left: calc((100vw - 1340px)/2);
    max-width: calc(100% - (100vw - 1340px)/2);
    padding: 4rem 8rem 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    position: relative;
} 
.hero-vbab-section .vbab-hero .intro__content a{
	display: block;
}  
.hero-vbab-section .vbab-hero .intro__content a img{
	width: 242px;
	height: auto;
	margin-bottom: 2rem;
}   
.hero-vbab-section .vbab-hero .intro__content .hero__title{
	font-size: 4.125rem;
}
.hero-vbab-section .vbab-hero .intro__media{
	position: relative;
    padding-bottom: 66%;
}   
.hero-vbab-section .vbab-hero .intro__media .intro__img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@media only screen and (max-width: 1380px)  {
	.hero-vbab-section .vbab-hero{
    	height: 530px;
    }
	.hero-vbab-section .vbab-hero .intro__content{
		margin-left: 0;
		max-width: unset;
		padding: 4rem 2rem;
	}
}
@media only screen and (max-width: 1080px)  {
	.hero-vbab-section .vbab-hero .intro__content a img{
		width: 200px;
	}   
	.hero-vbab-section .vbab-hero .intro__content .hero__title{
		font-size: 3.67rem;
	}
}
@media only screen and (max-width:992px) {
	.hero-vbab-section .vbab-hero{
    	height: 465px;
    	grid-template-columns: 1fr 1fr;
    }
	.hero-vbab-section .vbab-hero .intro__content a img{
		width: 160px;
	}   
	.hero-vbab-section .vbab-hero .intro__content .hero__title{
		font-size: 3.25rem;
	}
}
@media only screen and (max-width:767px) {
	.hero-vbab-section .vbab-hero{
    	height: auto;
    }
	.hero-vbab-section .vbab-hero{
    	  grid-template-columns: 1fr;
    }
	.hero-vbab-section .vbab-hero .intro__content{
		padding: 4rem 1rem;
	}
}
/* HERO BANNER SUB PAGES*/
.hero-vbab-section .hero{
    height: 538px;
    overflow: hidden;
    position: relative;
}
.hero-vbab-section .hero .hero__content {
	position: absolute;
	bottom: 3rem;
	right: calc((100vw - 1340px)/2);
	z-index: 9;
}
.hero-vbab-section .hero img.wp-post-image {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.hero-vbab-section .hero .hero__content .hero__title{
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
.hero-vbab-section .hero .hero__content .hero__underline{
    display: block;
    width: 104%;
    height: 2rem;
    margin-top: -1rem;
    position: relative;
    z-index: 5; 
}
.hero-vbab-section .hero .hero__content .hero__underline::after,
.hero-vbab-section .hero .hero__content .hero__underline::before{
    content: "";
    background-color: #dd4639;
    position: absolute;
    left: -4%;
    transform-origin: left bottom; 
}
.hero-vbab-section .hero .hero__content .hero__underline::after{
    bottom: 0;
    height: 0.25rem;
    width: 100%;	
}
.hero-vbab-section .hero .hero__content .hero__underline::before{
    top: 50%;
    height: 50%;
    width: 0.25rem;
    transform: rotate(-45deg); 
}
.hero-vbab-section .hero::after{
	content: "";
    background-image: linear-gradient(to left, rgba(51, 51, 51, 0.8), rgba(0, 0, 0, 0));
    width: 100%;
    height: 12rem;
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media only screen and (max-width: 1360px)  {
	.hero-vbab-section .hero .hero__content {
		right: 1rem;
	}
}
/* Rich COntent (1 COl) - vbab-content - vbab-image-divider */
.vbab-content h3{
	font-size: 1.55em;
	color: #dd4639;
    font-weight: 900;
    line-height: 1.2;
    text-transform: none;
}
.vbab-content p{
	font-size: 1.1rem !important;
	color: #333;
	margin-bottom: 1rem;
	line-height: 1.75em;
}
.vbab-content ul{
	margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding: 0 !important;
}
.vbab-content ul li{
	padding-left: 1.6666667em;
	list-style-type: none;
	position: relative;
}
.vbab-content ul li::before{
	content: "" !important;
    position: absolute;
    background-color: #777;
    width: 0.6666em;
    height: 1px;
	top: 0.85em !important;
    left: 6px !important;
    transform: none;
}
.vbab-content li a{
	text-decoration: underline;
	color: inherit;
}
.vbab-content ol li{
	list-style: inherit !important;
}
.vbab-content ol li::before{
	display: none;
}
.vbab-content ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.vbab-image-divider{
	padding: 0 !important;
}
.vbab-image-divider .container{
  max-width: unset;
  padding: 0;
}
.vbab-image-divider .container .row{
	margin-left: 0;
	margin-right: 0;
}
.vbab-image-divider .container .row div{
	padding-left: 0;
	padding-right: 0;
	min-height: 580px;
}
.vbab-image-divider .container .row div img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.vbab-image-divider .container p{
  	margin: 0;
}
.vbab-content .lead{
	color: #dd4639;
	font-size: 21px !important;
	font-weight: 600;
}
.vbab-content .btn{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    height: auto;
    white-space: normal;
    line-height: 1em;
    max-width: 100%;
    margin-top: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border: 0;
    color: #fff;
    background-color: #dd4639;
    min-width: 0;
    font-size: 1rem;
    text-transform: none;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
.vbab-content .btn:hover{
	color: #fff;
    background-color: #c22e21;
}
@media only screen and (max-width:767px) {
	.vbab-image-divider{
		display: none;
	}
	.vbab-content .lead{
		font-size: 1.125rem !important;
	}
	.vbab-content p,
	.vbab-content li{
		font-size: 0.875rem !important;
	}
}
/* Rich Content (2 COl) - vbab-cta - vbab-form-section - has-heading - has-iframe - has-pdf-download */
.has-pdf-download .col-md-6:last-child{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pdf-card{
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.9px 1.5px rgb(0 0 0 / 3%), 0 3.1px 5.5px rgb(0 0 0 / 8%), 0 14px 25px rgb(0 0 0 / 12%);
    display: block;
    font-weight: 600;
    text-align: center;
    padding: 2rem 1rem;
    max-width: 24.5rem;
    margin: 2rem 0;
    min-width: 392px;
}
.pdf-card a img{
	width: 223px;
	height: auto;
	margin-bottom: 1rem;
}
.pdf-card a{
	font-weight: 600;
    color: #333;
    display: block;
}
.pdf-card a:hover{
	text-decoration: none;
    color: #333;
}
.vbab-cta .row{
	background-color: #dd4639;
	margin-right: 0;
    margin-left: 0;
    color: #fff;
    padding: 3rem;
}
.vbab-cta .row h2{
    color: #fff;
    margin: 0;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    position: relative;
    text-transform: uppercase;
    font-size: 2.88em;
    font-weight: 900;
    line-height: 1.2em;
}
.vbab-cta .row p{
	margin: 0;
}
.vbab-cta .row p .btn{
	margin: 0;
	background: #fff;
    color: #dd4639;
    border: 0;
    border-radius: 0.25rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.95em 1.25em;
    text-align: start;
    text-decoration: none;
    min-width: 168px;
}
.vbab-cta .container .row .col-md-3{
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: right;
}
.vbab-cta .container .row .col-md-3 p{
	font-size: 0;
}
.has-heading h2{
	font-size: 2.88em;
	text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    position: relative;
    margin-bottom: 0;
}
.has-heading hr,
.has-heading .hr{
	max-width: 10rem;
    border: 0;
    background-color: #dd4639;
    display: inline-flex;
    height: 0.25rem;
    width: 100%;
    margin: 2rem 0;
}
@media only screen and (max-width:992px) {
	.vbab-cta .row h2{
		font-size: 2.125em;
	}
	.pdf-card{
	    min-width: 0;
	}
}
@media only screen and (max-width:767px) {	
	.vbab-cta .row{
	    padding: 3rem 2rem;
	}  
	.vbab-cta .row h2{
		text-align: center;
	}
	.vbab-cta .container .row .col-md-3{
		margin-top: 2rem;
		justify-content: center;
	}
	.has-heading h2{
		font-size: 2.125em;		
	}
	.has-heading hr,
	.has-heading .hr{	
		max-width: 5rem;
	}
}
.vbab-form-section .container .row{
    margin-right: 0;
    margin-left: 0;
}
.vbab-form-section .container .row .col-md-8{
	padding: 4rem 3rem;
	background-color: #eee;
}
.vbab-form-section h3{
	color: #333 !important;
	font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2.6rem;
}
.vbab-form-section .container .row .col-md-4 h3{
	color: #fff !important;
}
.vbab-form-section .container .row .col-md-4{
	padding: 4rem 3rem;
	background-color: #333;
	color: #fff;
}
.vbab-form-section .container .row .col-md-4 p{
	color: #fff;
	line-height: 1.5em;
}
.vbab-form-section .container .row .col-md-4 table{
	width: 100%;
}
.vbab-form-section .container .row .col-md-4 table td{
	color: #fff;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    padding: 5px 0px;
}
.has-iframe .container .row .col-md-8{
	padding: 0;
}
.has-iframe .container .row .col-md-8 p{
	margin: 0;
	font-size: 0;
}
.has-iframe .container .row .col-md-8 iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 500px;
}
@media only screen and (max-width:767px) {
	.has-iframe .container .row .col-md-8{
		padding: 0 !important;
	}
}
.vbab-form-section .container .row .col-md-4 table td:last-child{
	text-align: right;
}
.vbab-form-section .container .socials_container{
	font-size: 0;
	margin-top: 2rem;
	display: flex;
}
.vbab-form-section .container .socials_container a .iconify{
	font-size: 22px;
	color: #fff;
	transition: all 0.3s ease;
	margin-right: 1rem;
}
.vbab-form-section .container .socials_container a:hover .iconify{
	color: #fff;
	transform: scale(1.1);
}
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content input[type=email], 
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content input[type=tel], 
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content input[type=text]{
	min-height: 46px;
	padding: 10px 1rem;
}
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content input[type=email], 
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content input[type=tel], 
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content input[type=text], 
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content textarea{
    background-color: #fff;
    border: 0.0625rem solid #fff;	
}
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content input[type=email]:hover, 
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content input[type=tel]:hover, 
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content input[type=text]:hover, 
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content textarea:hover,
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content input[type=email]:focus, 
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content input[type=tel]:focus, 
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content input[type=text]:focus, 
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content textarea:focus{
    border-color: #333;
}
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content textarea{
	height: 128px;
}
.vbab-form-section .nf-error.field-wrap .nf-field-element:after{
	height: 46px;
	width: 46px;
	line-height: 46px;
}
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content .submit-container .submit-wrap .nf-field-element input[type=button]{
    border: 1px solid #fff;
    min-width: 137px;
    max-width: 100%;
    background-color: #fff;
    border-color: #fff;
    color: #000;
    font-weight: 600;
    text-transform: none;
    font-size: 1rem;
    line-height: 1;
    padding: 14px 2.5em;
}
.vbab-form-section .nf-form-cont .nf-form-layout .nf-form-content .submit-container .submit-wrap .nf-field-element input[type=button]:hover{
	background-color: #fff;
    border: 1px solid #fff;
}
.vbab-form-section .submit-container {
    margin-bottom: 0;
}
.vbab-form-section.bg-primary{
	background: none !important;
}
.vbab-form-section.bg-primary .container .row .col-md-8{
	background-color: #dd4639;
}
.vbab-form-section.bg-primary h3{
	color: #fff !important;
}
.vbab-form-section.bg-primary .nf-error-msg{
	color: #fff;
}
.vbab-form-section.bg-primary .nf-form-cont .nf-form-layout .nf-form-content .submit-container .submit-wrap .nf-field-element input[type=button]{
    color: #dd4639;
}
@media only screen and (max-width:992px) {
	.vbab-form-section .container .row {
		flex-direction: column;
	}
	.vbab-form-section .container .row .col-md-4{
		flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}
	.vbab-form-section .container .row .col-md-8{
		flex: 0 0 100%;
		max-width: 100%;	
		order: 2;
	}	
}
@media only screen and (max-width:767px) {
	.vbab-form-section .container .row .col-md-4,
	.vbab-form-section .container .row .col-md-8{
		padding: 3rem 2rem;
	}
}
/* INTRO MENU SECTION */
.vbab_intro_menu .menu-card{
	height: 44vh;
	border-radius: 0.25rem;
	overflow: hidden;
	max-height: 36rem;
	display: block;
	box-shadow: 0 0.9px 1.5px rgb(0 0 0 / 3%), 0 3.1px 5.5px rgb(0 0 0 / 8%), 0 14px 25px rgb(0 0 0 / 12%);
	position: relative;
	margin: 1rem 0;
}
.vbab_intro_menu .menu-card:after{
	background: linear-gradient(0deg, #333333 0%, rgba(51, 51, 51, 0) 44%);
	content: "";
    width: 100%;
    height: 100%;
    z-index: 4;
    display: block;
    position: absolute;
    top: 0;
}
.vbab_intro_menu .menu-card:hover{
	text-decoration: none;
}
.vbab_intro_menu .menu-card img{
	object-fit:cover;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease;
}
.vbab_intro_menu .menu-card:hover img{
    transform: scale(1.04);
}    
.vbab_intro_menu .menu-card span{
    color: #fff;
    font-size: 1.875rem;
    letter-spacing: .025em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 1.25rem;
    position: absolute;
    width: 100%;
    z-index: 5;	
    bottom: 0;
    left:0;
}
@media only screen and (max-width:992px) {
	.vbab_intro_menu .menu-card{
	    height: 24vh;
	    max-height: 36rem;
	}
}    
/* IMAGE CONTENT DIVIDER SECTION */
.vbab_image_content_divider {
    height: 60vh;
    max-height: 37.5rem;
    position: relative;
}
.vbab_image_content_divider .container{
    z-index: 9;
    position: relative;
}
.vbab_image_content_divider .container .justify-content-center{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.vbab_image_content_divider .container .content-container{
	max-width: 798px;
	margin: auto;
}
.vbab_image_content_divider img{
	position: absolute;
	top:0;
	left: 0;
	object-fit:cover;
	width: 100%;
	height: 100%;
}
.vbab_image_content_divider::after{
	content:"";
	background-image: linear-gradient(to left, rgba(51, 51, 51, 0.8), rgba(0, 0, 0, 0));
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
}
/* FOOTER */
.footer-vbab{
	color: #fff;
	background-color: #333;
}
.footer-vbab h3,
.footer-vbab li a,
.footer-vbab p a{
	color: #fff;
}
.footer-vbab h3{
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.footer-vbab .footer__logo img{
	max-width: 14rem;
    margin: 0;
}
.footer-vbab .footer__logo a{
	display: inline-block;
	color: inherit;
}
.footer-vbab .footer__menu .menu{
	padding: 0;
	margin: 0;
}
.footer-vbab .footer__menu h3{
	padding: 0 1rem;
}
.footer-vbab .footer__menu .menu li{
	list-style-type: none;
	width: 100%;
}
.footer-vbab .footer__menu .menu li a{
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
    cursor: pointer;
    display: block;
    font-size: .875rem;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.6rem 1rem;
    width: 100%;	
    transition: all 0.3s ease;
}
.footer-vbab .footer__menu .menu li a:hover{
    background-color: rgba(255,255,255,.06);
}
.footer-vbab .footer__contact br{
	display: none;
}
.footer-vbab .footer__contact p{
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	color: #fff;
	font-size: .875rem;
    line-height: 1.8;
    position: relative;
    padding-left: 2rem;
}
.footer-vbab .footer__contact p .iconify{
	position: absolute;
	top:4px;
	left: 0;
	font-size: 17px;
}
.footer-vbab .footer__contact p a:hover{
	text-decoration: none;
}
.footer-vbab .footer__contact .socials{
	font-size: 0;
	margin-top: 2rem;
	display: flex;
}
.footer-vbab .footer__contact .socials a .iconify{
	font-size: 22px;
	color: #777;
	transition: all 0.3s ease;
	margin-right: 1rem;
}
.footer-vbab .footer__contact .socials a:hover .iconify{
	color: #fff;
	transform: scale(1.1);
}
.footer-vbab .footer__copy{
	padding-top: 61px;
}
.footer-vbab .footer__copy p{
	color: #fff;
	opacity: .75;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .05em;
}
.footer-vbab .footer__copy p a{
	font-weight: 300;
}   
@media only screen and (max-width:992px) {
	.footer-vbab .footer__logo img{
		max-width: unset;
		width: 159px;
		height:auto;
	    margin: 0 0 1rem 0;
	}
	.footer-vbab .footer__contact{
		margin-top: 2rem;
	}
	.footer-vbab{
		text-align: center;
	}
	.footer-vbab .footer__contact p{
		display: inline-block;
	}
	.footer-vbab .footer__contact br{
		display: block;
	}
	.footer-vbab .footer__contact .socials{
		align-items: center;
		justify-content: center;		
	}
	.footer-vbab .footer__copy {
	  padding-top: 2rem;
	}
}
/* VBAB Image and Text Section */
.vbab_image_and_text{
    background-color: #ebebeb;
    overflow-x: hidden;
}
.vbab_image_and_text .col-md-6{
	position: relative;
}
.vbab_image_and_text .col-md-6:first-child{
	display: flex;
	align-items: center;
	justify-content: center;		
}
.vbab_image_and_text .col-md-6 img{
	height: 100%;
	width: 200%;
	object-fit: cover;
	margin-left: 0;
    width: 50vw;
    max-width: unset !important;
}
.split__angle{
	height: calc(100% + 1px);
	position: absolute;
}
@media only screen and (max-width:992px) {
	.vbab_image_and_text .col-md-6{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.vbab_image_and_text .col-md-6:last-child{
		height: 320px;
		margin-top: 3rem;
		overflow: hidden;
	}
	.vbab_image_and_text .col-md-6 img{
		width: 100%;
		height: 100%;		
	}
	.split__angle{
		display: none;
	}
}
/* VBAB BRAND Section */
.vbab_brands_header .brand_header_container,
.vbab_brands_header .brand_content_container{
	display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
}
.vbab_brands_header .brand_header_container .brand_header h2{
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 3rem;
    margin-top: 1.25rem;
}
.vbab_brands_header .brand_header_container .brand_header h2:after{
	content: "";
	display: block;
    border-bottom: 0.25rem solid #dd4639;
    padding-bottom: 1.125rem;
    width: 100%;
    margin: auto;
}
.vbab_brands_header .brand_header_container .brand_header{
	display: flex;
	align-items: center;
	justify-content: center;	
}
.vbab_brands_header .brand_content_container .brand_content{
	display: flex;
	align-items: center;
	justify-content: center;	
	padding-left: 3rem;
	padding-right: 3rem;
	position: relative;
	min-width: 0;
}
.vbab_brands_header .brand_content_container .brand_content img{
    max-width: 9.5rem;
    max-height: 10.5rem;
    object-fit: contain;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.vbab_brands_header .brand_content_container .brand_content:first-child img{
	min-width: 20rem;
    max-height: 14rem;
}
.vbab_brands_header .brand_content_container .brand_content:first-child:before{
	display: none;
}
.vbab_brands_header .brand_content_container .brand_content:before{
	content: "";
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 30.8 6.5' viewBox='0 0 30.8 6.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.8 6.5c.8-.8 1.1-1.7 1.2-2.5h-23v-1.5h23c-.3-1.5-1.2-2.5-1.2-2.5l9 3.3z' fill='%23333'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
	width: 2.875rem;
    height: 2.875rem;
    z-index: 5;
}     
.vbab_brands_header .brand_content_container {
	position: relative;
	padding: 6.5rem 3rem;
	transition: all 0.22s ease;
	font-size: 0;
}
.vbab_brands_header .brand_content_container .brand-link{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vbab_brands_header .brand_content_container:hover{
    box-shadow: 0 0.9px 1.5px rgb(0 0 0 / 3%), 0 3.1px 5.5px rgb(0 0 0 / 8%), 0 14px 25px rgb(0 0 0 / 12%);
    transform: scale(1.025);
}   
@media only screen and (max-width:1199px) {
	.vbab_brands_header .brand_header_container .brand_header h2{
		font-size: 2.5em;
	}
	.vbab_brands_header .brand_content_container .brand_content img{
	    max-width: 6rem;
	    max-height: 4.5rem;
	}
	.vbab_brands_header .brand_content_container .brand_content:first-child img{
		min-width: 15rem;
	    max-height: 7rem;
	}
}
@media only screen and (max-width:992px) {
	.vbab_brands_header .brand_header_container .brand_header h2{
		font-size: 2em;
	}
	.vbab_brands_header .brand_content_container .brand_content:before{
		width: 1.125rem;
		height: 1.125rem;
	}
	.vbab_brands_header .brand_content_container {
		padding: 4rem 2rem;
	}
	.vbab_brands_header .brand_content_container .brand_content {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.vbab_brands_header .brand_content_container .brand_content img{	
		max-width: 100%;
	}
}
@media only screen and (max-width:767px) {
	.vbab_brands_header .container_inner{
		position: relative;
		overflow: auto;
		max-width: 100%;
	}
	.vbab_brands_header .brand_header_container,
	.vbab_brands_header .brand_content_container{
		width: 622px;
	}
	.vbab_brands_header .brand_content_container .brand_content img{
		max-width: 4rem;
		max-height: 4.5rem;
	}
	.vbab_brands_header .brand_content_container .brand_content:first-child img{	
		min-width: 9rem;
		max-width: 100%;
		max-height: 7rem;
	}
	.vbab_brands_header .brand_content_container {
		padding: 2rem 0;
	}
}
/* VBAB Single BRAND Page */
#brands-wrapper{
	margin-top: 57px;
	padding-top: 6rem;
	padding-bottom: 6rem;
}
#brands-wrapper .logo-container{
	display: flex;
	align-items: center;
	justify-content: center;
}
#brands-wrapper .logo-container img{
	height: 100%;
    max-height: 16rem;
    width: 100%;
    object-fit: contain;
}
#brands-wrapper h1{
	font-size: 2.88em;
	color: #333;
	margin-bottom: 1.5rem;
}
#brands-wrapper p{
	color: #333;
	font-size: 1.1rem;
    line-height: 1.7778;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
#brands-wrapper .btn-container{
	font-size: 0;
}
#brands-wrapper .btn-container .btn{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    height: auto;
    white-space: normal;
    line-height: 1em;
    max-width: 100%;
    margin-top: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border: 0;
    color: #fff;
    min-width: 0;
    font-size: 1rem;
    text-transform: none;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
} 
#brands-wrapper .btn-container .btn:first-child{
	background-color: #333;
} 
#brands-wrapper .btn-container .btn:first-child:hover{
    background-color: #4d4d4d;
} 
#brands-wrapper .btn-container .btn:last-child{
	margin-left: 0.8rem;
	background-color: #dd4639;
} 
#brands-wrapper .btn-container .btn:last-child:hover{
    background-color: #c22e21;
} 
#brands-wrapper .brands-container{
	padding-top: 6rem;
}
#brands-wrapper .brands-container h2{
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 3rem;
    margin-top: 1.25rem;
}
#brands-wrapper .brands-container h2:after{
	content: "";
	display: block;
    border-bottom: 0.25rem solid #dd4639;
    padding-bottom: 1.125rem;
    width: 100%;
    margin: auto;
}
#brands-wrapper .brands-container .brand_content{
	display: flex;
	align-items: center;
	justify-content: center;	
	padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    min-width: 0;
}
#brands-wrapper .brands-container .brand_content a {
	display: block;
}
#brands-wrapper .brands-container .brand_content a img {
    max-width: 9.5rem;
    max-height: 10.5rem;
    height: auto;
    object-fit:contain;
    margin-top: 3rem;
    transition: all 0.3s ease;
}
#brands-wrapper .brands-container .brand_content a:hover img{
    transform: scale(1.05);
}
#brands-wrapper .brands-container .brand_content a:first-child img{ 
	margin-top: 0;
	
}
#brands-wrapper .brands-container .brand_content:nth-child(4):before{
	display: none;
}
#brands-wrapper .brands-container .brand_content:before{
	content: "";
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 30.8 6.5' viewBox='0 0 30.8 6.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.8 6.5c.8-.8 1.1-1.7 1.2-2.5h-23v-1.5h23c-.3-1.5-1.2-2.5-1.2-2.5l9 3.3z' fill='%23333'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
	width: 2.875rem;
    height: 2.875rem;
    z-index: 5;
}
@media only screen and (max-width:1199px) {
	#brands-wrapper .brands-container h2{
		font-size: 2.5em;
	}
	#brands-wrapper .brands-container .brand_content a img {
	    max-width: 6rem;
	    max-height: 4.5rem;
	}
	#brands-wrapper .brands-container .brand_content a img {
	    margin-top: 2rem;
	}
	#brands-wrapper .brands-container .brand_content a:first-child img{ 
		margin-top: 0;
		
	}
}
@media only screen and (max-width:992px) {
	#brands-wrapper{
		text-align: center;
		padding-top: 3rem;
	}
	#brands-wrapper .logo-container{
		margin-bottom: 2rem;
	}
	#brands-wrapper h1{
		font-size: 2.25em;
		line-height: 1.2;
	}
	#brands-wrapper .brands-container h2{
		font-size: 2em;
	}
	#brands-wrapper .brands-container .brand_content a img{	
		max-width: 100%;
	}
	#brands-wrapper .btn-container .btn:first-child{
		margin-left: 0.4rem;
		margin-right: 0.4rem;
	} 
	#brands-wrapper .btn-container .btn:last-child{
		margin-left: 0.4rem;
		margin-right: 0.4rem;
	}
	#brands-wrapper .brands-container .brand_content:before{
		width: 1.125rem;
		height: 1.125rem;
	}
	#brands-wrapper .brands-container .brand_content a img {
	    margin-top: 1rem;
	}
	#brands-wrapper .brands-container .brand_content a:first-child img{ 
		margin-top: 0;
		
	}
}
@media only screen and (max-width:767px) {
	#brands-wrapper p{
	  font-size: .875rem;
	  line-height: 1.75;
	}
	#brands-wrapper .brands-container .brand_content a img{
		max-width: 4rem;
		max-height: 4.5rem;
	}
	#brands-wrapper .brands-container {
	  padding-top: 4rem;
	}
	#brands-wrapper .container_inner{
		position: relative;
		overflow: auto;
		max-width: 100%;
	}
	#brands-wrapper .container_inner .row{
		width: 500px;
	}
}
/* VBAB Gallery Parent Page */
.vbab_gallery_parent .content-container{
	width: 100%;
}
.vbab_gallery_parent .featured-gallery{
    padding: 3rem 0;
    position: relative;
    margin-bottom: 2.25rem;
}
.vbab_gallery_parent .featured-gallery .img-container{
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    position: relative;
    display: block;
}
.vbab_gallery_parent .featured-gallery .img-container img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    position: absolute;
    top:0;
    left: 0;
}
.vbab_gallery_parent .featured-gallery h2{
    line-height: 1.3;
    font-size: 2.25rem;
    font-weight: 900;
    text-transform: capitalize;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    max-width: 352px;
}
.vbab_gallery_parent .featured-gallery h2 a{
	color: #333;
	transition: all 0.3s ease;
}
.vbab_gallery_parent .featured-gallery h2 a:hover{
	text-decoration: none;
	color: #dd4639;
}
.vbab_gallery_parent .featured-gallery .btn{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    height: auto;
    white-space: normal;
    line-height: 1em;
    max-width: 100%;
    margin-top: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border: 0;
    color: #fff;
    min-width: 0;
    font-size: 1rem;
    text-transform: none;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #dd4639;
}
.vbab_gallery_parent .featured-gallery .btn:hover{
	background-color: #c22e21;
}
.vbab_gallery_parent .featured-gallery:after{
	content: "";
	display:block;
	border-bottom: 1px solid #ebebeb;
	width: calc(100% - 30px);
	position: absolute;
	bottom: 0;
	left: 15px;
}	
.vbab_gallery_parent .featured-gallery:before{
	content: "";
	display:block;
	border-top: 1px solid #ebebeb;
	width: calc(100% - 30px);
	position: absolute;
	top: 0;
	left: 15px;
}
.vbab_gallery_parent .featured-gallery .col-lg-6:last-child{
	display: flex;
	align-items: center;
	justify-content: center;
}
.vbab_gallery_parent .gallery-card{
	margin: 15px 0px;
	border-radius: 0.25rem;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0.9px 1.5px rgb(0 0 0 / 3%), 0 3.1px 5.5px rgb(0 0 0 / 8%), 0 14px 25px rgb(0 0 0 / 12%);
}
.vbab_gallery_parent .gallery-card .menu-card{
	display: block;
}
.vbab_gallery_parent .gallery-card .menu-card:hover{
	text-decoration: none;
}
.vbab_gallery_parent .gallery-card .menu-card:hover img{
	transform: scale(1.04);
}
.vbab_gallery_parent .gallery-card .menu-card:hover .title-container{
	color: #dd4639;
}
.vbab_gallery_parent .gallery-card .menu-card .img-container{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.vbab_gallery_parent .gallery-card .menu-card .img-container img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position: center;
    position: absolute;
    top:0;
    left: 0;	
    transition: all 0.4s ease;
}
.vbab_gallery_parent .gallery-card .menu-card .title-container{
	padding: 1.5rem;
	font-size: 1.25rem;
	font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    color: #333;
    transition: all 0.3s ease;
    display: block;
    min-height: 105px;
}
@media only screen and (max-width:992px) {
	.vbab_gallery_parent .featured-gallery h2{
	    max-width: unset;
	    margin-top: 1rem;
	    font-size: 1.5rem;
	}
}
@media only screen and (max-width:767px) {
	.vbab_gallery_parent .gallery-card .menu-card .title-container{
	    min-height: 0;
	}
}
/* VBAB Gallery Child Page */
.vbab_gallery_child{
	margin-top: 57px;
	padding-bottom: 0 !important;
}
.vbab_gallery_child .header-row{
	padding-bottom: 2rem;
	position: relative;
}
.vbab_gallery_child .header-row:after{
	content: "";
	display: block;
	width: calc(100% - 30px);
	border-bottom: 1px solid #ebebeb;
	position: absolute;
	bottom:0;
	left: 15px;
}
.vbab_gallery_child .header-row h1{
    font-size: 1.96rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.22;
    text-transform: uppercase;
    max-width: 42rem;
    width: 100%;
    color: #333;
}
.vbab_gallery_child .header-row p{
	width: 100%;
    max-width: 45rem;
    margin-top: 1.25rem;
    font-size: 1.1rem;
    line-height: 1.7778;
    color: #333;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
.vbab_gallery_child .header-row div:first-child{
	display: flex;
	align-items: center;
	justify-content: center;
}
.vbab_gallery_child .header-row div:first-child a{
	width: 100%;
	font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #333;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    transition: all 0.3s ease;
}
.vbab_gallery_child .header-row div:first-child a:hover{
	text-decoration: none;
	color: #dd4639;
}

.vbab_gallery_child .image_gallery__images{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
}

.vbab_gallery_child .image_gallery__images:after{
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	position: absolute;
	bottom:0;
	left: 0;
}

.vbab_gallery_child .image_gallery__images .gallery-item{
	min-width: 0;
	position: relative;
}
.vbab_gallery_child .image_gallery__images.has-video-item .gallery-item:nth-child(2) img,
.vbab_gallery_child .image_gallery__images.has-video-item .gallery-item:nth-child(3) img{
	height: 281px;
}
@media only screen and (max-width:767px) {
	.vbab_gallery_child .image_gallery__images .gallery-item.video-item{
		grid-column: 1 / -1;
	}
	.vbab_gallery_child .image_gallery__images.has-video-item .gallery-item:nth-child(2) img,
	.vbab_gallery_child .image_gallery__images.has-video-item .gallery-item:nth-child(3) img{
		height: 100%;
	}
}
.vbab_gallery_child .image_gallery__images .gallery-item span{
	position: absolute;
	bottom: 0;
	left:  0;
	width: 100%;
	color: #fff;
	padding: 0 8px 8px;
    text-align: center;
    font-size: 13px;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
.vbab_gallery_child .image_gallery__images .gallery-item iframe{
	width: 100%;
	height: 281px;
	object-fit:auto;
	object-fit-position:center;
	cursor: pointer;
}
.vbab_gallery_child .image_gallery__images .gallery-item img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-fit-position:center;
	cursor: pointer;
}
.vbab-gallery-footer{
	padding-top: 2rem;
	max-width: 880px;
	margin: auto !important;
}
.vbab-gallery-footer h2{
	font-size: 1.75rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1.5rem;	
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	position: relative;
	margin-bottom: 0;
}
.vbab-gallery-footer .share-buttons-list{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.5rem 0 5rem;
	padding: 0;
	font-size: 0;
}
.vbab-gallery-footer .share-buttons-list li{
	list-style-type: none;
	background: #ebebeb;
	font-size: 1.25rem;
	line-height: 1em;
	border-radius: 50%;
	margin: 0 0.5rem;
	width: 51px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
.vbab-gallery-footer .share-buttons-list li a{
	color: #333;
	display: block;
	padding: 1rem;
	transition: all 0.3s ease;
}
.vbab-gallery-footer .share-buttons-list li:hover{
	box-shadow: 0 0.3px 0.4px rgb(0 0 0 / 3%), 0 0.9px 1.5px rgb(0 0 0 / 5%), 0 3.5px 6px rgb(0 0 0 / 10%);
}
.vbab-gallery-footer .share-buttons-list li:hover a{
	transform: scale(1.1);
}
.vbab-gallery-footer .text-sm-left,
.vbab-gallery-footer .text-sm-right{
	padding: 0;
} 
.vbab-gallery-footer .text-sm-right{
	border-left: 1px solid #d7d7d7;
}     
.vbab-gallery-footer .text-sm-left a,
.vbab-gallery-footer .text-sm-right a{
	font-size: .875rem;
    font-weight: 700;
    line-height: 1.7778;
    color: #333;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    display: block;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.3s ease;
}
.vbab-gallery-footer .text-sm-left a span,
.vbab-gallery-footer .text-sm-right a span{
    color: #dd4639;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    font-size: .875rem;
    font-weight: 700;
    display: block;
}
.vbab-gallery-footer .text-sm-left a:hover,
.vbab-gallery-footer .text-sm-right a:hover{
	text-decoration: none;
	background-color: #ebebeb;
}
.show{
    z-index: 999;
    display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: rgba(0,0,0,.9);
    backdrop-filter: blur(5px);
}
.show .img-show {
    background: transparent;
	position: absolute; 
	left: 0; 
	top: 0;
	width: 100%;
	height: 100%;	
	display: flex;
	align-items: center;
	justify-content: center;
}
.img-show .close-btn{
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 99;
    cursor: pointer;   
    background-color: rgba(255,255,255,.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 54px;
    width: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
.img-show .close-btn span{
	color: #fff;
	font-size: 2rem;
}
@media only screen and (max-width:992px) {
	.vbab_gallery_child .header-row div:first-child a{
		margin-bottom: 2rem;
	}
	.vbab-gallery-footer .text-sm-right{
		border-left: none;
	} 
	.vbab-gallery-footer .text-sm-left a,
	.vbab-gallery-footer .text-sm-right a{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
@media only screen and (max-width:767px) {
	.vbab_gallery_child .header-row p{
		font-size: .875rem;
		line-height: 1.75;
	}
	.vbab-gallery-footer .share-buttons-list{
		margin: 1.5rem 0 3rem;
	}		
	.vbab-gallery-footer .text-sm-left,
	.vbab-gallery-footer .text-sm-right{
		text-align: left !important;
	} 
	.vbab_gallery_child .image_gallery__images{
	    grid-template-columns: 1fr 1fr;
	}
	.img-show .close-btn{
	    top: 1rem;
	    right: 1rem;
	}
}
/* VBAB Video Section Page */
.vbab_video_section{
	padding: 0 !important;
}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span{
	background: #fff !important;
}
.fp-section.fp-table, 
.fp-slide.fp-table {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
}
.fullpage__video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-color: #333;
    background-position: center center;
    -moz-background-size: contain;
    background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
}
.fullpage__section {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    position: relative;
}
.fullpage__overlay{
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to left, rgba(51, 51, 51, 0.8), rgba(0, 0, 0, 0));
    align-items: flex-end;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    max-width: 100%;
    transform: translate3d(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
}   
.fullpage__overlay h2 {
    text-align: right;
    font-size: 4.33rem;
    margin-bottom: 4rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
}
.fullpage__overlay h2 .fullpage__underline{
	display: block;
	    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 10'%3E%3Cpath stroke='%23DC4737' stroke-width='1.4' d='M191.154 9.093H9.093L1 1' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1rem;
    right: 0;
    height: 0.8rem;
    width: 110%;
    padding-bottom: 0.75em;
}
.fullpage__overlay p{
	font-size: 1.18rem;
    text-align: right;
    max-width: 40rem;
    color: #fff;
    line-height: 1.7778;
}
.fp-watermark{
	display: none !important;
}
@media only screen and (max-width:767px) {
	.fullpage__overlay{
	    padding: 1.5rem;
	    align-items: flex-start;
	}   
	.fullpage__overlay h2 {
		color: #fff;
		font-size: 2.25rem;
		text-align: left;
		margin-bottom: 1.25rem;
		line-height: 1.2em;
	}
	.fullpage__overlay h2 .fullpage__underline{
		display: none;
	}
	.fullpage__overlay p{
		font-size: 1rem;
		text-align: left;
		line-height: 1.75;
	}
}
/* VBAB Locations Section */
.vbab_locations{
	height: 865px;
	position: relative;
}
.intro-container{
	position: absolute;
	z-index: 9;
    bottom: 3rem;
    left: 3rem;
    width: 24rem;
    color: #fff;
}
.nbgm-map {
    width: 100%;
    height: 865px;
}
.nbgm-map img {
    max-width: inherit !important;
}   
.intro-container .map-details{
	display: none;
    padding: 1.8rem 2rem;
    background-color: #dd4639;
    border-radius: 0.25rem;
    box-shadow: none;
    line-height: 1.6em;
}
.intro-container .map-details h5{
	color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .025em;
    margin-bottom: 1.5rem;
    line-height: 1.6em;
}   
.intro-container .map-details p{
	line-height: 1.6em;
}
.intro-container .map-details.active{
	display: block;
}
.marker-filter{
	position: absolute;
	z-index: 9;
    top: 10%;
    left: 0;
    display: flex;
    flex-direction: column;
}
.marker-filter .filter-box{
	background-color: #dd4639;
    color: #fff;
    padding: 0.75rem 1.25rem;
    margin: 0;
    margin-right: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
}
.marker-filter .filter-box:nth-child(2){
	background-color: #333;
}
.marker-filter .filter-box label{
	cursor: pointer;
	display: flex;
	align-items: center;
    position: relative;
    margin-bottom: 0;
    margin-right: 0.8rem;
}
.marker-filter .filter-box label input{
	cursor: pointer;
    opacity: 0;
    overflow: visible;
    position: absolute;
	margin-bottom: 2rem;
	box-sizing: border-box;
    padding: 0;
    transition: border-color 200ms ease;
    width: 100%;
    line-height: 1.5rem;
    border-radius: 0;
    display: inline-block;
    font-size: 1rem;
    background-color: #fff;
    border: 0.0625rem solid #fff;
    margin: 0;
}
.marker-filter .filter-box label input:checked~.filter__checkbox{
    border: 0.125rem solid #fff;
    border-radius: 50%;
}
.marker-filter .filter-box label .filter__checkbox{
    height: 1.5rem;
    width: 1.5rem;
    background-color: transparent;
    border: 0.125rem solid #fff;
    border-radius: 50%;
    position: absolute;	
    transition: all .3s ease-out;
}
.marker-filter .filter-box label .filter__checkbox:after{
	content: "";
    border-radius: 50%;
    background-color: #fff;
    border: 0.125rem solid #fff;
    transition: all .3s ease-out;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    height: 1rem;
    width: 1rem;
	transform: translate(-50%, -50%);
}
.marker-filter .filter-box label input:checked~.filter__checkbox:after{
    background-color: #fff;
    border: 0.125rem solid #fff;
    border-radius: 50%;
    opacity: 1;
}
.marker-filter .filter-box label .filter__title{
    font-size: 1.125rem;
    padding-left: 2.4rem;
    font-weight: 600;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
@media only screen and (max-width: 1023px)  {
	.marker-filter .filter-box{
		padding: .5rem 1rem;
	}
	.marker-filter .filter-box label{
		margin-right: .5rem;
	}
	.marker-filter .filter-box label input{
		margin-bottom: 1.5rem;
	}
	.marker-filter .filter-box label .filter__checkbox{
		height: 1.125rem;
		width: 1.125rem;
	}
	.marker-filter .filter-box label .filter__checkbox:after{
		height: .5rem;
		width: .5rem;
	}
	.marker-filter .filter-box label .filter__title{
		font-size: .95rem;
		padding-left: 1.75rem;
	}
	.intro-container{
		bottom: .5rem;
		left: .5rem;
		width: 20rem;
		padding: 1.5rem;		
	}
}
@media only screen and (max-width:767px) {
	.vbab_locations{
		height: 640px;
	}
	.nbgm-map {
	    height: 640px;
	}
	.marker-filter{
		top:4%;
	}
}