
/* The below CSS srtle is common for Ondemand Webnar and Collateral page*/ 
label.mktoLabel {
	display: none !important;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField{
	padding: 0.5em 0.5em!important;
}

form.mktoForm * {
	font-size: 1em !important;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form.mktoForm textarea.mktoField {
	margin-bottom: 10px;
	height: calc(100% - 10px);
}
p.required {
    margin-top: 15px !important;
    font-weight: normal;
}

/* The below CSS srtle is only for Ondemand Webnar*/ 
.marketo-ondemand-form .mktoForm .mktoCheckboxList label{
	margin-top:-6px;
	width: 55%!important;
	
}
.marketo-ondemand-form .mktoForm .mktoCheckboxList {
	margin-left: 15px;
}

.marketo-ondemand-form form.mktoForm .mktoHtmlText {
		font-weight: 400 !important;
		padding: 1.25rem 10px !important;
}	

.marketo-ondemand-form form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 10px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #879baa;
    position: relative;
    height: 40px;
    cursor: pointer;
    width: 100%;
    background: url(../images/icons/dropdown-arrow-lg.png) no-repeat 100%;
    background-color: #fff;
}

.marketo-ondemand-form form input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 10px 
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #879baa;
    position: relative;
    height: 40px;
    cursor: pointer;
    width: 100%;
    background-color: #fff;
}

.marketo-ondemand-form .mktoFormRow{
	margin-left:-20px;
	width: auto !important;
}

.mktoButtonRow button{
	display: inline-block;
    position: relative; 
    min-height: 45px;
    text-align: left;
    padding: .8571428571rem 1.0714285714rem !important;
    width: 240px !important;
    font-family: SiemensRoman !important;
    font-size: 18px !important;
    color: #fff !important;
    text-decoration: none !important;
	background-color: #c85a1e !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c85a1e), to(#c85a1e))!important;
    background-image: -webkit-linear-gradient(top, #c85a1e, #c85a1e)!important;
    background-image: -moz-linear-gradient(top, #c85a1e, #c85a1e)!important;
    background-image: linear-gradient(to bottom, #c85a1e, #c85a1e)!important;
	float: right !important;
    margin-top: 20px !important;
    width: 240px !important;
    border: 0 !important;
}


form.mktoForm input[type=checkbox]{
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -5px;
    overflow: hidden;
    display: inline;
}

form.mktoForm input[type=checkbox]:checked:after{
    content: '✓';
    color: black;
    line-height: 1.5;
    font-weight: 900;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -5px;
    overflow: hidden;
    display: inline;
}

form.mktoForm .btn-group button{
	display: none;
}

/* The below CSS srtle is  some style common and some scc only for On-demand Webnar mobile view*/ 
@media only screen and (min-width: 320px) and (max-width: 480px) {
	
	.mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
		height: 40px!important;
	}
	
	.marketo-ondemand-form .mktoForm .mktoCheckboxList label{
		width: 100%!important;
	}
	.marketo-ondemand-form .mktoForm .mktoCheckboxList {
		margin-left: -15px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	
	.mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
		width:320px!important;
	}
	.marketo-ondemand-form .mktoButtonRow button{
		width:200px!important;
	}
	.marketo-ondemand-form .mktoForm .mktoCheckboxList label{
		width: 50%!important;
	}
	form.mktoForm .mktoHtmlText {
		font-weight: 400 !important;
		padding: 1.25rem 10px !important;
	}	
}


/* The below CSS srtle is only for Collateral page*/ 
.marketo-collateral-form{
	margin-bottom: 20px;
}
.marketo-collateral-form .mktoForm .mktoCheckboxList label{
	margin-top:-6px;
}

.marketo-collateral-form form.mktoForm .mktoHtmlText {
	width:100%!important;
	margin-left: -10px;
}	
	
.marketo-collateral-form form.mktoForm .mktoButtonRow {
	width:100%!important;
	margin-top:0px!important;
}	
.marketo-collateral-form form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 10px !important;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #879baa;
    position: relative;
    height: 40px;
    cursor: pointer;
    width: 100%;
    background: url(../images/icons/dropdown-arrow-lg.png) no-repeat 100%;
    background-color: #fff;
}

.marketo-collateral-form form input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #879baa;
    position: relative;
    height: 40px;
    cursor: pointer;
    width: 100%;
    background-color: #fff;
}

.marketo-collateral-form form input:not([type=checkbox]) {
    padding-left: 10px !important;
}



.marketo-collateral-form form.mktoForm{
	width:100% !important;
}
.marketo-collateral-form form.mktoForm {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.marketo-collateral-form .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
	width: 100%!important;
    margin-left: -25px;
}

.marketo-collateral-form form.mktoForm>.mktoFormRow:nth-of-type(1), .marketo-collateral-form form.mktoForm>.mktoFormRow:nth-of-type(2), .marketo-collateral-form form.mktoForm>.mktoFormRow:nth-of-type(3), .marketo-collateral-form form.mktoForm>.mktoFormRow:nth-of-type(4), .marketo-collateral-form form.mktoForm>.mktoFormRow:nth-of-type(5), .marketo-collateral-form form.mktoForm>.mktoFormRow:nth-of-type(6), .marketo-collateral-form form.mktoForm>.mktoFormRow:nth-of-type(7) {
	float: left !important;
	clear: none !important;
	margin-left: -20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.marketo-collateral-form form.mktoForm fieldset .mktoFormCol .mktoFieldWrap {
	padding: 0 10px !important;
}

.marketo-collateral-form form.mktoForm .mktoFormRow fieldset {
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	height: 100%;
}


/* The below CSS srtle is only for Ondemand Webnar mobile view*/ 
@media only screen and (min-width: 320px) and (max-width: 480px) {
	
	.marketo-collateral-form form.mktoForm>.mktoFormRow{
		margin-left:0px !important;
		width:100%;
	}
	
	.marketo-collateral-form .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
		padding: 1.3em !important;
	}
	
	.marketo-collateral-form form.mktoForm .mktoButtonRow {
		width:0%!important;
		margin-top:30px!important;
	}	
}

@media only screen and (min-width: 1245px) {
    .collateral-landing input.mktoField, .collateral-landing select.mktoField {
        width: 192px !important;
    }

    .collateral-landing input.mktoField.mktoFullWidth, .collateral-landing select.mktoField.mktoFullWidth{
        width: 404px !important;
    }
}

@media only screen and (min-width: 722px) and (max-width: 991px) {
    .collateral-landing input.mktoField, .collateral-landing select.mktoField {
        width: 313px !important;
    }

    .collateral-landing input.mktoField.mktoFullWidth, .collateral-landing select.mktoField.mktoFullWidth{
        width: 647px !important;
    }
}

.mktoOptIn {
    margin-left: 10px !important;
    margin-right: 5px !important;
}

.mktoRequiredNotice {
    margin-left: -7px ​!important;
}

.mktoPrivacyDisclaimer {
    margin-left: 12px !important;
}
