Created
July 31, 2020 02:05
-
-
Save Pavracer/6a31c9f6de9fb2107cb576dce0521f03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
.beta-base .preheader, .beta-base .header, .beta-base .sidebar, .beta-base .body, .beta-base .footer, #mainContent { | |
text-align: start; | |
} | |
.beta-base .preheader, .beta-base .header, .beta-base .body, .beta-base .sidebar, .beta-base .leftSidebar, .beta-base .rightSidebar, .beta-base .footer { | |
margin: 0; | |
padding: 0; | |
border: none; | |
white-space: normal; | |
line-height: normal; | |
} | |
.beta-base .title, .beta-base .subtitle, .beta-base .text, .beta-base img { | |
margin: 0; | |
padding: 0; | |
background: none; | |
border: none; | |
white-space: normal; | |
line-height: normal; | |
} | |
.beta-base .bodyContainer td.preheader{ | |
padding: 10px 0; | |
} | |
.beta-base .bodyContainer td.header { | |
padding: 0; | |
height: 30px; | |
} | |
.beta-base .bodyContainer td.body, .beta-base .bodyContainer td.footer, | |
.beta-base .bodyContainer td.sidebar, .beta-base .bodyContainer td.leftSidebar, .beta-base .bodyContainer td.rightSidebar { | |
padding: 20px; | |
} | |
.beta-base .bodyContainer td.header p, .beta-base .bodyContainer td.preheader p, .beta-base .bodyContainer td.body p, | |
.beta-base .bodyContainer td.footer p, .beta-base .bodyContainer td.sidebar p, | |
.beta-base .bodyContainer td.leftSidebar p, .beta-base .bodyContainer td.rightSidebar p { | |
margin: 0; | |
color: inherit; | |
} | |
.beta-base .bodyContainer td.header div.title, .beta-base .bodyContainer td.preheader div.title, .beta-base .bodyContainer td.body div.title, | |
.beta-base .bodyContainer td.footer div.title, .beta-base .bodyContainer td.sidebar div.title, | |
.beta-base .bodyContainer td.leftSidebar div.title, .beta-base .bodyContainer td.rightSidebar div.title, | |
.beta-base .bodyContainer td.header div.subtitle, .beta-base .bodyContainer td.preheader div.subtitle, .beta-base .bodyContainer td.body div.subtitle, | |
.beta-base .bodyContainer td.footer div.subtitle, .beta-base .bodyContainer td.sidebar div.subtitle, | |
.beta-base .bodyContainer td.leftSidebar div.subtitle, .beta-base .bodyContainer td.rightSidebar div.subtitle, | |
.beta-base .bodyContainer td.header div.text, .beta-base .bodyContainer td.preheader div.text, .beta-base .bodyContainer td.body div.text, .beta-base .bodyContainer td.body div.text div, | |
.beta-base .bodyContainer td.footer div.text, .beta-base .bodyContainer td.sidebar div.text, | |
.beta-base .bodyContainer td.leftSidebar div.text, .beta-base .bodyContainer td.rightSidebar div.text { | |
overflow: auto; | |
} | |
.beta-base .optout { | |
margin-bottom: 10px; | |
margin-top: 10px; | |
} | |
div.infusion-captcha { | |
width: 220px; | |
padding: 10px; | |
} | |
div.infusion-captcha input, div.infusion-captcha select, div.infusion-captcha textarea { | |
width: 95%; | |
display: inline-block; | |
vertical-align: middle; | |
} | |
table.infusion-field-container td.infusion-field-input-container { | |
padding-bottom: 12px; | |
} | |
table.infusion-field-container td + .infusion-field-input-container { | |
padding-bottom: 0 !important; | |
} | |
table.infusion-field-container td + .infusion-field-label-container { | |
padding-bottom: 12px !important; | |
} | |
table.infusion-field-container td.infusion-field-input-container input[type='text'], | |
table.infusion-field-container td.infusion-field-input-container input[type='password'], | |
table.infusion-field-container td.infusion-field-input-container textarea { | |
width: 100%; | |
margin: 0; | |
} | |
table.infusion-field-container td.infusion-field-input-container input[type='text'], | |
table.infusion-field-container td.infusion-field-input-container input[type='password'], | |
table.infusion-field-container td.infusion-field-input-container select { | |
background-color: #fff; | |
border-radius: 6px; | |
border: 1px solid #ddd; | |
box-sizing: border-box; | |
padding: 8px 16px; | |
height: 40px; | |
line-height: normal; | |
outline: none; | |
-webkit-appearance: none; | |
-webkit-transition: border .3s ease; | |
transition: border .3s ease; | |
} | |
table.infusion-field-container td.infusion-field-input-container select { | |
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='chevron-down'%3E%3Cpath d='M6.293 9.293a1 1 0 0 1 1.414 0L12 13.586l4.293-4.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"); | |
background-size: 20px; | |
background-position: calc(100% - 6px) center; | |
background-repeat: no-repeat; | |
} | |
table.infusion-field-container td.infusion-field-input-container select { | |
width: 100%; | |
margin: 0; | |
} | |
table.infusion-field-container td.infusion-field-input-container select.infusion-multiselect { | |
height: auto; | |
background-image: none; | |
} | |
table.infusion-field-container td.infusion-field-input-container input[type='text']:focus, | |
table.infusion-field-container td.infusion-field-input-container input[type='password']:focus { | |
border-color: #bbb; | |
} | |
table.infusion-field-container td.infusion-field-label-container { | |
padding-right: 5px; | |
max-width: 200px; | |
} | |
td.header .image-snippet img { | |
vertical-align: bottom; | |
} | |
#webformErrors { | |
color: #990000; | |
font-size: 14px; | |
} | |
html, body { | |
margin: 0; | |
padding: 0; | |
height: 100%; | |
} | |
.infusion-form { | |
margin: 0; | |
height: 100%; | |
} | |
.infusion-option { | |
display: block; | |
text-align: left; | |
} | |
@media only screen and (max-width: 675px) { | |
.infusion-form .infusion-field-container, | |
.infusion-form .infusion-field-container tr, | |
.infusion-form .infusion-field-container td, | |
.infusion-form .infusion-field-container tbody { | |
display: block; | |
} | |
.infusion-form .infusion-field-container .pika-table tr { | |
display: table-row !important; | |
margin-bottom: 0 !important; | |
} | |
.infusion-form .infusion-field-container .pika-table td { | |
display: table-cell !important; | |
} | |
.infusion-form .infusion-field-container .pika-table tbody { | |
display: table-row-group !important; | |
} | |
.infusion-form table.bodyContainer { | |
width: 100% !important; | |
} | |
.infusion-form img { | |
max-width: 100%; | |
height: auto; | |
} | |
.infusion-form .image-snippet[contentid="spotlight"] { | |
width: 64px; | |
} | |
.infusion-form .infusion-field-input-container { | |
width: 100% !important; | |
} | |
.infusion-form .video-container iframe { | |
width: 100%; | |
} | |
.infusion-form .infusion-submit button { | |
width: 100% !important; | |
} | |
} | |
</style><style type="text/css"> | |
.beta-font-b h1, .beta-font-b h2, .beta-font-b h3, .beta-font-b h4, .beta-font-b h5, .beta-font-b h6 { | |
font-family: arial,sans-serif; | |
} | |
.beta-font-b h1 {font-size: 24px;} | |
.beta-font-b h2 {font-size: 20px;} | |
.beta-font-b h3 {font-size: 14px;} | |
.beta-font-b h4 {font-size: 12px;} | |
.beta-font-b h5 {font-size: 10px;} | |
.beta-font-b h6 {font-size: 8px;} | |
.beta-font-b address {font-style: italic;} | |
.beta-font-b pre {font-family: Courier New, monospace;} | |
.beta-font-b .title, .beta-font-b .title p { | |
font-size: 20px; | |
font-weight: bold; | |
font-family: arial,sans-serif; | |
} | |
.beta-font-b .subtitle, .beta-font-b .subtitle p { | |
font-size: 11px; | |
font-weight: normal; | |
font-family: arial,sans-serif; | |
} | |
.beta-font-b .text, .beta-font-b p { | |
font-size: 12px; | |
font-family: arial,sans-serif; | |
} | |
.beta-font-b .preheader .text, .beta-font-b .preheader .text p { | |
font-size: 11px; | |
font-family: arial,sans-serif; | |
} | |
.beta-font-b .footer a { | |
font-size: 11px; | |
font-family: arial,sans-serif; | |
} | |
.beta-font-b .footer .text { | |
font-size: 10px; | |
font-family: verdana,sans-serif; | |
} | |
.beta-font-b .sidebar .title, .beta-font-b .leftSidebar .title, .beta-font-b .rightSidebar .title { | |
font-size: 15px; | |
font-weight: bold; | |
font-family: arial,sans-serif; | |
} | |
.beta-font-b .sidebar .subtitle, .beta-font-b .leftSidebar .subtitle, .beta-font-b .rightSidebar .subtitle { | |
font-size: 12px; | |
font-family: arial, sans-serif; | |
} | |
.beta-font-b .sidebar .text, .beta-font-b .sidebar .text p, .beta-font-b .leftSidebar .text, .beta-font-b .rightSidebar .text { | |
font-size: 11px; | |
font-family: arial, sans-serif; | |
} | |
.infusion-field-label-container { | |
font-size: 14px; | |
font-family: arial,sans-serif; | |
} | |
.infusion-field-input-container { | |
color: #000000; | |
font-size: 12px; | |
} | |
.infusion-option label { | |
color: #000000; | |
font-size: 14px; | |
font-family: arial,sans-serif; | |
} | |
</style><style type="text/css"> | |
.default .background{ | |
background-color:#cccccc; | |
; | |
} | |
.default .title{ | |
color:#669940; | |
; | |
} | |
.default .subtitle{ | |
color:#f15c25; | |
; | |
} | |
.default .text{ | |
color:#787878; | |
; | |
} | |
.default a{ | |
color:#f15c25; | |
; | |
} | |
.default .background .preheader .text{ | |
color:#2a2928; | |
; | |
} | |
.default .background .preheader a{ | |
color:#2a2928; | |
; | |
} | |
.default .header{ | |
background-color:#ffffff; | |
; | |
} | |
.default .header .title{ | |
color:#000000; | |
; | |
} | |
.default .header .subtitle{ | |
color:#000000; | |
; | |
} | |
.default .header .text{ | |
color:#000000; | |
; | |
} | |
.default .header .a{ | |
color:#157DB8; | |
; | |
} | |
.default .hero{ | |
background-color:#025C8D; | |
; | |
} | |
.default .hero .title{ | |
color:#FFFFFF; | |
; | |
} | |
.default .hero .subtitle{ | |
color:#FFFFFF; | |
; | |
} | |
.default .hero .text{ | |
color:#FFFFFF; | |
; | |
} | |
.default .hero .a{ | |
color:#157DB8; | |
; | |
} | |
.default .quote{ | |
background-color:#013B5A; | |
; | |
} | |
.default .quote:after{ | |
border-color:#013B5A transparent transparent transparent; | |
; | |
} | |
.default .quote .title{ | |
color:#FFFFFF; | |
; | |
} | |
.default .quote .subtitle{ | |
color:#FFFFFF; | |
; | |
} | |
.default .quote .text{ | |
color:#FFFFFF; | |
; | |
} | |
.default .quote .a{ | |
color:#157DB8; | |
; | |
} | |
.default .body{ | |
background-color:#ffffff; | |
; | |
} | |
.default .main .title{ | |
color:#000000; | |
; | |
} | |
.default .main .subtitle{ | |
color:#000000; | |
; | |
} | |
.default .main .text{ | |
color:#000000; | |
; | |
} | |
.default .main .a{ | |
color:#157DB8; | |
; | |
} | |
.default .sidebar{ | |
background-color:#ffffff; | |
; | |
} | |
.default .sidebar .title{ | |
color:#f15c25; | |
; | |
} | |
.default .sidebar .subtitle{ | |
color:#669940; | |
; | |
} | |
.default .sidebar .text{ | |
color:#000000; | |
; | |
} | |
.default .sidebar .a{ | |
color:#157DB8; | |
; | |
} | |
.default .leftSidebar{ | |
background-color:#ffffff; | |
; | |
} | |
.default .leftSidebar .title{ | |
color:#f15c25; | |
; | |
} | |
.default .leftSidebar .subtitle{ | |
color:#669940; | |
; | |
} | |
.default .rightSidebar{ | |
background-color:#ffffff; | |
; | |
} | |
.default .rightSidebar .title{ | |
color:#f15c25; | |
; | |
} | |
.default .rightSidebar .subtitle{ | |
color:#669940; | |
; | |
} | |
.default .footer{ | |
background-color:#7ac143; | |
; | |
} | |
.default .footer .text{ | |
color:#2a2928; | |
; | |
} | |
.default .footer .title{ | |
color:#000000; | |
; | |
} | |
.default .footer a{ | |
color:#00728f; | |
; | |
} | |
.default .footer .subtitle{ | |
color:#000000; | |
; | |
} | |
.default .infusion-field-label-container{ | |
font-size:14px; | |
; | |
} | |
.default .infusion-field-label-container{ | |
font-family:arial; | |
; | |
} | |
.default .infusion-field-label-container{ | |
color:#000000; | |
; | |
} | |
.default .infusion-field-input{ | |
font-size:14px; | |
; | |
} | |
.default .infusion-option label{ | |
font-size:14px; | |
; | |
} | |
.default .infusion-option label{ | |
font-family:arial; | |
; | |
} | |
.default .infusion-option label{ | |
color:#000000; | |
; | |
} | |
.default .webFormBodyContainer{ | |
border-width:0px; | |
; | |
} | |
.default .webFormBodyContainer{ | |
border-style:Hidden; | |
; | |
} | |
.default .webFormBodyContainer{ | |
border-color:#000000; | |
; | |
} | |
</style><style type="text/css"> | |
.infusion-field-label-container { | |
text-align:Left; | |
} | |
.infusion-field-input-container { | |
width:200px; | |
} | |
.infusion-field-label-container { | |
vertical-align:Middle; | |
} | |
.bodyContainer { | |
width:425px; | |
} | |
</style><script src="https://vl144.infusionsoft.app/app/webTracking/getTrackingCode?b=1.70.0.258945-hf-202007272136" type="text/javascript"> | |
</script><script src="https://vl144.infusionsoft.com/resources/external/recaptcha/production/recaptcha.js?b=1.70.0.258945-hf-202007272136" type="text/javascript"> | |
</script><script async="async" defer="defer" src="https://www.google.com/recaptcha/api.js?onload=onloadInfusionRecaptchaCallback&render=explicit" type="text/javascript"> | |
</script> | |
<div class="text" id="webformErrors" name="errorContent"> | |
</div> | |
<form accept-charset="UTF-8" action="https://vl144.infusionsoft.com/app/form/process/b48a9f534e6ea43bb8402ec5aab3b2c5" class="infusion-form" id="inf_form_b48a9f534e6ea43bb8402ec5aab3b2c5" method="POST" name="APD Contact Web Form" onsubmit="submitWebForm()"> | |
<script type="text/javascript"> | |
function submitWebForm() { | |
var form = document.forms[0]; | |
var resolution = document.createElement('input'); | |
resolution.setAttribute('id', 'screenResolution'); | |
resolution.setAttribute('type', 'hidden'); | |
resolution.setAttribute('name', 'screenResolution'); | |
var resolutionString = screen.width + 'x' + screen.height; | |
resolution.setAttribute('value', resolutionString); | |
form.appendChild(resolution); | |
var pluginString = ''; | |
if (window.ActiveXObject) { | |
var activeXNames = {'AcroPDF.PDF':'Adobe Reader', | |
'ShockwaveFlash.ShockwaveFlash':'Flash', | |
'QuickTime.QuickTime':'Quick Time', | |
'SWCtl':'Shockwave', | |
'WMPLayer.OCX':'Windows Media Player', | |
'AgControl.AgControl':'Silverlight'}; | |
var plugin = null; | |
for (var activeKey in activeXNames) { | |
try { | |
plugin = null; | |
plugin = new ActiveXObject(activeKey); | |
} catch (e) { | |
// do nothing, the plugin is not installed | |
} | |
pluginString += activeXNames[activeKey] + ','; | |
} | |
var realPlayerNames = ['rmockx.RealPlayer G2 Control', | |
'rmocx.RealPlayer G2 Control.1', | |
'RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)', | |
'RealVideo.RealVideo(tm) ActiveX Control (32-bit)', | |
'RealPlayer']; | |
for (var index = 0; index < realPlayerNames.length; index++) { | |
try { | |
plugin = new ActiveXObject(realPlayerNames[index]); | |
} catch (e) { | |
continue; | |
} | |
if (plugin) { | |
break; | |
} | |
} | |
if (plugin) { | |
pluginString += 'RealPlayer,'; | |
} | |
} else { | |
for (var i = 0; i < navigator.plugins.length; i++) { | |
pluginString += navigator.plugins[i].name + ','; | |
} | |
} | |
pluginString = pluginString.substring(0, pluginString.lastIndexOf(',')); | |
var plugins = document.createElement('input'); | |
plugins.setAttribute('id', 'pluginList'); | |
plugins.setAttribute('type', 'hidden'); | |
plugins.setAttribute('name', 'pluginList'); | |
plugins.setAttribute('value', pluginString); | |
form.appendChild(plugins); | |
var java = navigator.javaEnabled(); | |
var javaEnabled = document.createElement('input'); | |
javaEnabled.setAttribute('id', 'javaEnabled'); | |
javaEnabled.setAttribute('type', 'hidden'); | |
javaEnabled.setAttribute('name', 'javaEnabled'); | |
javaEnabled.setAttribute('value', java); | |
form.appendChild(javaEnabled); | |
jQuery('.infusion-submit button').attr('disabled', true); | |
} | |
</script><input name="inf_form_xid" type="hidden" value="b48a9f534e6ea43bb8402ec5aab3b2c5" /><input name="inf_form_name" type="hidden" value="APD Contact Web Form" /><input name="infusionsoft_version" type="hidden" value="1.70.0.258945" /> | |
<div class="default beta-base beta-font-b" id="mainContent" style="height:100%"> | |
<table cellpadding="10" cellspacing="0" class="background" style="width: 100%; height: 100%"><tbody><tr><td align="center" valign="top"> | |
<table bgcolor="#FFFFFF" cellpadding="20" cellspacing="0" class="bodyContainer webFormBodyContainer" width="100%"><tbody><tr><td bgcolor="#FFFFFF" class="body" sectionid="body" valign="top"> | |
<div> | |
<table class="infusion-field-container" style="width:100%;"><tbody><tr><td class="infusion-field-label-container"> | |
<label for="inf_field_FirstName">First Name *</label> | |
</td><td class="infusion-field-input-container" style="width:200px;"> | |
<input class="infusion-field-input" id="inf_field_FirstName" name="inf_field_FirstName" placeholder="First Name *" type="text" /> | |
</td></tr></tbody></table> | |
</div> | |
<div> | |
<table class="infusion-field-container" style="width:100%;"><tbody><tr><td class="infusion-field-label-container"> | |
<label for="inf_field_Email">Email *</label> | |
</td><td class="infusion-field-input-container" style="width:200px;"> | |
<input class="infusion-field-input" id="inf_field_Email" name="inf_field_Email" placeholder="Email *" type="text" /> | |
</td></tr></tbody></table> | |
</div> | |
<div> | |
<table class="infusion-field-container" style="width:100%;"><tbody><tr><td class="infusion-field-label-container"> | |
<label for="inf_field_Phone1">Best Phone</label> | |
</td><td class="infusion-field-input-container" style="width:200px;"> | |
<input class="infusion-field-input" id="inf_field_Phone1" name="inf_field_Phone1" placeholder="Best Phone" type="text" /> | |
</td></tr></tbody></table> | |
</div> | |
<div> | |
<table class="infusion-field-container" style="width:100%;"><tbody><tr><td class="infusion-field-label-container"> | |
<label for="inf_custom_AnythingelseTypeinhere">Anything else? Type in here... *</label> | |
</td><td class="infusion-field-input-container" style="width:200px;"> | |
<textarea cols="24" id="inf_custom_AnythingelseTypeinhere" name="inf_custom_AnythingelseTypeinhere" placeholder="Anything else? Type in here... *" rows="5"></textarea> | |
</td></tr></tbody></table> | |
</div> | |
<div> | |
<div style="height:15px; line-height:15px;"> | |
| |
</div> | |
</div> | |
<div> | |
<div class="infusion-submit" style="text-align:left;"> | |
<button class="infusion-recaptcha" id="recaptcha_b48a9f534e6ea43bb8402ec5aab3b2c5" style="" type="submit" value="Submit">Submit</button> | |
</div> | |
</div> | |
</td></tr></tbody></table> | |
</td></tr></tbody></table> | |
</div> | |
</form> | |
<script type="text/javascript" src="https://vl144.infusionsoft.app/app/webTracking/getTrackingCode"></script> | |
<script type="text/javascript" src="https://vl144.infusionsoft.com/app/timezone/timezoneInputJs?xid=b48a9f534e6ea43bb8402ec5aab3b2c5"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment