.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=’email’],
table.infusion-field-container td.infusion-field-input-container input[type=’tel’],
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=’email’],
table.infusion-field-container td.infusion-field-input-container input[type=’tel’],
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 input.infusion-field-required {
border-color: red;
}
table.infusion-field-container td.infusion-field-input-container input.infusion-field-required::placeholder,
table.infusion-field-container td.infusion-field-input-container textarea.infusion-field-required::placeholder,
table.infusion-field-container td.infusion-field-label-container .span-required-field {
color: red;
}
table.infusion-field-container td.infusion-field-input-container div.infusion-field-input-container select.infusion-field-required,
table.infusion-field-container td.infusion-field-input-container select.infusion-field-required {
border-color: red;
color: red !important;
}
table.infusion-field-container td.infusion-field-input-container textarea.infusion-field-required {
border-color: red;
}
table.infusion-field-container td.infusion-field-input-container div.infusion-field-required-errorMessage {
color: red;
font-size: 12px;
font-family: Arial;
padding-left: 4px;
padding-top: 2px;
padding-bottom: 5px;
}
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=’email’]:focus,
table.infusion-field-container td.infusion-field-input-container input[type=’tel’]: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;
}
.infusion-label-checkbox {
position: relative;
top: -3px;
}
span.infusion-checkbox {
display: block;
margin-left: -5px;
}
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;
}
}
.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;
}
.custom-14 .background{
background-color:#ffffff;
;
}
.custom-14 .title{
color:#000000;
;
}
.custom-14 .subtitle{
color:#000000;
;
}
.custom-14 .text{
color:#000000;
;
}
.custom-14 a{
color:#0645ad;
;
}
.custom-14 .background .preheader .text{
color:#1a242e;
;
}
.custom-14 .background .preheader a{
color:#0645ad;
;
}
.custom-14 .header{
background-color:#ffffff;
;
}
.custom-14 .header .title{
color:#000000;
;
}
.custom-14 .header .subtitle{
color:#000000;
;
}
.custom-14 .header .text{
color:#000000;
;
}
.custom-14 .header .a{
color:#157DB8;
;
}
.custom-14 .hero{
background-color:#025C8D;
;
}
.custom-14 .hero .title{
color:#FFFFFF;
;
}
.custom-14 .hero .subtitle{
color:#FFFFFF;
;
}
.custom-14 .hero .text{
color:#FFFFFF;
;
}
.custom-14 .hero .a{
color:#157DB8;
;
}
.custom-14 .quote{
background-color:#013B5A;
;
}
.custom-14 .quote:after{
border-color:#013B5A transparent transparent transparent;
;
}
.custom-14 .quote .title{
color:#FFFFFF;
;
}
.custom-14 .quote .subtitle{
color:#FFFFFF;
;
}
.custom-14 .quote .text{
color:#FFFFFF;
;
}
.custom-14 .quote .a{
color:#157DB8;
;
}
.custom-14 .body{
background-color:#ffffff;
;
}
.custom-14 .main .title{
color:#000000;
;
}
.custom-14 .main .subtitle{
color:#000000;
;
}
.custom-14 .main .text{
color:#000000;
;
}
.custom-14 .main .a{
color:#157DB8;
;
}
.custom-14 .sidebar{
background-color:#ffffff;
;
}
.custom-14 .sidebar .title{
color:#000000;
;
}
.custom-14 .sidebar .subtitle{
color:#000000;
;
}
.custom-14 .sidebar .text{
color:#000000;
;
}
.custom-14 .sidebar .a{
color:#157DB8;
;
}
.custom-14 .leftSidebar{
background-color:#ffffff;
;
}
.custom-14 .leftSidebar .title{
color:#f15c25;
;
}
.custom-14 .leftSidebar .subtitle{
color:#669940;
;
}
.custom-14 .rightSidebar{
background-color:#ffffff;
;
}
.custom-14 .rightSidebar .title{
color:#f15c25;
;
}
.custom-14 .rightSidebar .subtitle{
color:#669940;
;
}
.custom-14 .footer{
background-color:#ffffff;
;
}
.custom-14 .footer .text{
color:#0d0d0d;
;
}
.custom-14 .footer .title{
color:#000000;
;
}
.custom-14 .footer a{
color:#1b3bde;
;
}
.custom-14 .footer .subtitle{
color:#000000;
;
}
.custom-14 .infusion-field-label-container{
font-size:14px;
;
}
.custom-14 .infusion-field-label-container{
font-family:Arial;
;
}
.custom-14 .infusion-field-label-container{
color:#000000;
;
}
.custom-14 .infusion-field-input{
font-size:14px;
;
}
.custom-14 .infusion-option label{
font-size:14px;
;
}
.custom-14 .infusion-option label{
font-family:Arial;
;
}
.custom-14 .infusion-option label{
color:#000000;
;
}
.custom-14 .webFormBodyContainer{
border-width:0px;
;
}
.custom-14 .webFormBodyContainer{
border-style:Hidden;
;
}
.custom-14 .webFormBodyContainer{
border-color:#000000;
;
}
.infusion-field-label-container {
text-align:Left;
}
.infusion-field-input-container {
width:200px;
}
.infusion-field-label-container {
vertical-align:Middle;
}
.bodyContainer {
width:425px;
}
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);
}
Personal Information
First Name *
Last Name *
Phone
Email *
Mailing Address (where should we send your commission checks?)
Street Address *
City *
State *
Postal Code *
Country *
Please select oneAfghanistanÅland IslandsAlbaniaAlgeriaAmerican SamoaAndorraAngolaAnguillaAntarcticaAntigua and BarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamas (the)BahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBolivia (Plurinational State of)Bonaire, Sint Eustatius and SabaBosnia and HerzegovinaBotswanaBouvet IslandBrazilBritish Indian Ocean Territory (the)Brunei DarussalamBulgariaBurkina FasoBurundiCabo VerdeCambodiaCameroonCanadaCayman Islands (the)Central African Republic (the)ChadChileChinaChristmas IslandCocos (Keeling) Islands (the)ColombiaComoros (the)Congo (the Democratic Republic of the)Congo (the)Cook Islands (the)Costa RicaCôte d’IvoireCroatiaCubaCuraçaoCyprusCzech Republic (the)DenmarkDjiboutiDominicaDominican Republic (the)EcuadorEgyptEl SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFalkland Islands (the) [Malvinas]Faroe Islands (the)FijiFinlandFranceFrench GuianaFrench PolynesiaFrench Southern Territories (the)GabonGambia (the)GeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeard Island and McDonald IslandsHoly See (the)HondurasHong KongHungaryIcelandIndiaIndonesiaIran (Islamic Republic of)IraqIrelandIsle of ManIsraelItalyJamaicaJapanJerseyJohnston IslandJordanKazakhstanKenyaKiribatiKorea (the Democratic People’s Republic of)Korea (the Republic of)KuwaitKyrgyzstanLao People’s Democratic Republic (the)LatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacaoMacedonia (the former Yugoslav Republic of)MadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall Islands (the)MartiniqueMauritaniaMauritiusMayotteMexicoMicronesia (Federated States of)Midway IslandsMoldova (the Republic of)MonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlands (the)New CaledoniaNew ZealandNicaraguaNiger (the)NigeriaNiueNorfolk IslandNorthern Mariana Islands (the)NorwayOmanPakistanPalauPalestine, State ofPanamaPapua New GuineaParaguayPeruPhilippines (the)PitcairnPolandPortugalPuerto RicoQatarRéunionRomaniaRussian Federation (the)RwandaSaint BarthélemySaint Helena, Ascension and Tristan da CunhaSaint Kitts and NevisSaint LuciaSaint Martin (French part)Saint Pierre and MiquelonSaint Vincent and the GrenadinesSamoaSan MarinoSao Tome and PrincipeSaudi ArabiaSenegalSerbiaSeychellesSierra LeoneSingaporeSint Maarten (Dutch part)SlovakiaSloveniaSolomon IslandsSomaliaSouth AfricaSouth Georgia and the South Sandwich IslandsSouth SudanSouthern RhodesiaSpainSri LankaSudan (the)SurinameSvalbard and Jan MayenSwazilandSwedenSwitzerlandSyrian Arab RepublicTaiwan (Province of China)TajikistanTanzania, United Republic ofThailandTimor-LesteTogoTokelauTongaTrinidad and TobagoTunisiaTurkeyTurkmenistanTurks and Caicos Islands (the)TuvaluUgandaUkraineUnited Arab Emirates (the)United KingdomUnited StatesUnited States Minor Outlying Islands (the)Upper VoltaUruguayUzbekistanVanuatuVenezuela (Bolivarian Republic of)Viet NamVirgin Islands (British)Virgin Islands (U.S.)Wallis and FutunaWestern SaharaYemenZambiaZimbabwe
Partner Information
Username *
Password *
Confirm Password *
Submit