/**
 * Brave Marketo Forms
 * http://www.braveagency.com
 *
 * Copyright (c) 2016 Brave Agency
 * Licensed under the GPLv2+ license.
 */
.marketo-slider{
	display: none;
	background: #fff;
	color: #fff;
	/*padding: 60px 20px;*/
	-webkit-box-shadow: inset 10px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 10px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: inset 10px 0px 15px -5px rgba(0,0,0,0.75);
	z-index: 100;
}

.marketo-slider h1, .marketo-slider h2, .marketo-slider h3{
	color:white;
}

.marketo-download.image {
	display: block;
	float: right;
	margin: 10px;
}


.marketo-download > button{
	display: block;
	margin-top:1px;
	width: 100%;
	border-radius: 0;
}

.marketo-slider .marketo-close{
	color: #fff;
	font: 14px/100% arial, sans-serif;
	position: absolute;
	right: 25px;
	text-decoration: none;
	top: 55px;
    content: '×';
}

.marketo-slider .marketo-close:hover{
	cursor: pointer;
}

.marketo-download-description{
	margin: 10px 0;
}

.marketo-download-description>p{
	color: white;
}

.marketo-download-button{
	background: #000!important;
}

.marketo-slider .mktoForm .mktoRequiredField label.mktoLabel{
	font-weight: 400!important;
	color:#fff;
}

.marketo-slider .mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p{
	color:#fff;
}

.marketo-slider .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{

	color: #fff;
	border: none;
	background-color: #000;
	background-image: none;
}

.marketo-slider .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover{
	border: none;
}

.marketo-slider .mktoForm.mktoLayoutAbove .mktoField{
	line-height: 2em;
	border-radius: 0;
	background: white;
}

.marketo-slider .mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label{
	color:#fff;
}

#confirmform {
	padding: 30px 15px;
}

/*.marketo-slider .mktoButtonRow>span{
	margin-left: 0px!important;

}*/
