
/* Fonts are missing CORS headers at VW site - we need to load them locally as well (with the same names as the template is using */
@font-face{font-family:"VWHeadWeb-Bold";src:url("../cms_extras/fonts/VWHeadWeb-Bold.eot");src:url("../cms_extras/fonts/VWHeadWeb-Bold.eot?#iefix") format("eot"),url("../cms_extras/fonts/VWHeadWeb-Bold.ttf") format("truetype"),url("../cms_extras/fonts/VWHeadWeb-Bold.woff") format("woff"),url("../cms_extras/fonts/VWHeadWeb-Bold.svg") format("svg");font-weight:400;font-style:normal}
@font-face{font-family:"VWHeadWeb-Regular";src:url("../cms_extras/fonts/VWHeadWeb-Regular.eot");src:url("../cms_extras/fonts/VWHeadWeb-Regular.eot?#iefix") format("eot"),url("../cms_extras/fonts/VWHeadWeb-Regular.ttf") format("truetype"),url("../cms_extras/fonts/VWHeadWeb-Regular.woff") format("woff"),url("../cms_extras/fonts/VWHeadWeb-Regular.svg") format("svg");font-weight:400;font-style:normal}
@font-face{font-family:"VWTextWeb-Bold";src:url("../cms_extras/fonts/VWTextWeb-Bold.eot");src:url("../cms_extras/fonts/VWTextWeb-Bold.eot?#iefix") format("eot"),url("../cms_extras/fonts/VWTextWeb-Bold.ttf") format("truetype"),url("../cms_extras/fonts/VWTextWeb-Bold.woff") format("woff"),url("../cms_extras/fonts/VWTextWeb-Bold.svg") format("svg");font-weight:400;font-style:normal}
@font-face{font-family:"VWTextWeb-Regular";src:url("../cms_extras/fonts/VWTextWeb-Regular.eot");src:url("../cms_extras/fonts/VWTextWeb-Regular.eot?#iefix") format("eot"),url("../cms_extras/fonts/VWTextWeb-Regular.ttf") format("truetype"),url("../cms_extras/fonts/VWTextWeb-Regular.woff") format("woff"),url("../cms_extras/fonts/VWTextWeb-Regular.svg") format("svg");font-weight:400;font-style:normal}

/* Templates ngw.base.integrator.min.css contain body { height: 100%; } - that kills window.scrollY, so it always returns 0 */
body{ height: auto !important; }

#vw_page_header
{
	z-index:9999;
}

.vw_m341_stage
{
	height:auto !important;
	min-height:unset !important;
	margin-top:0 !important;
}

.form-cell
{
	width:99%;
}
.complex-input-error
{
	display:none;
}
.ihdcc-root .grid-cell
{
	margin-left:0;
}

.vw_m031_iconlink
{
	font-size:14px !important;
}

.container-dark
{
	background-color:#2f3538;
}

.container-dark p, .container-dark h2, .container-dark h3
{
	color:#FFF;
}

.container-blue
{
	background-color:#0099da;
}

.container-blue p, .container-blue h2, .container-blue h3, .container-blue a, .container-blue span, .container-blue svg
{
	color:#FFF;
	fill:#FFF !important;
}