<style>

* {-webkit-text-size-adjust: none}

/* MKTO STYLES */

#bodyId {
	background: #ffffff !important;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

div#outerWrapDiv {
	position: relative;
	height: 100%;
	width: 100%;
	}

div#innerWrapDiv {
	position: relative;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	}
	
	
/* GLOBAL STYLES */

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
}
	
a:link {
	color:#0c73ba;
	text-decoration:none;
	
}

a:visited {
	color:#0c73ba;
	text-decoration:none;
	
}

a:active {
	color:#0c73ba;
	text-decoration:none;
	
}

a:hover {
	color:#f68b36;
	text-decoration:none;
	
}

img {
	border:none;	
	max-width: 100%;
	height: auto;
}

h1 {
	font-size: 1.75em;
	line-height:1.25em;
	font-weight: bolder;
	text-transform: uppercase;
	color: #1d2c54;
	margin: 20px 0 0 0;
}

h2 {
	font-size: 1.25em;
	line-height:1.3em;
	font-weight: bold;
	color: #1d2c54;
	margin: 0 0 30px 0;
}

h3 {
	font-size: 1.125em;
	line-height:1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #1d2c54;
	margin: 30px 0 16px 0;
}

ul {
	list-style-type: none;
  	padding-left: 35px;
}

li {
  background: url("http://resources.kapost.com/rs/kapoststd/images/bullet-black.png") no-repeat scroll left 7px transparent;
  line-height: 24px;
  margin: 0 0 14px;
  padding: 0 0 0 14px;
}

#white li {
  background: url("http://resources.kapost.com/rs/kapoststd/images/bullet-white.png") no-repeat scroll left 7px transparent !important;
  line-height: 24px;
  margin: 0 0 14px;
  padding: 0 0 0 14px;
}

#black li {
  background: url("http://resources.kapost.com/rs/kapoststd/images/bullet-white.png") no-repeat scroll left 7px transparent;
  line-height: 24px;
  margin: 0 0 14px;
  padding: 0 0 0 14px;
}

.clearfix {
	clear:both;
	height: 0;
}



/* HEADER  */

#headerWrap {
	background-color: #1D2C54;
	width:100%;
}

#mktHeader {
	margin: 0 auto;
	position:relative;
	width:960px;  
	padding: 35px 0;
	}

#mainTitle {
	float: left;
	margin-right: 50px;
	width: 710px;
}

#headerWrap h1 {
	color: #fff;
}
	
.logo {
	border: 0px;
	float: right;
	width: 200px;
	}

.logo a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransfrom.Microsoft. Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.logo a:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransfrom.Microsoft. Alpha(Opacity=70)";
	filter: alpha(opacity = 70);
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}


/* PROMO SECTION */

#banner {
	width: 100%;
	background: #0c73ba;
}

#banner-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 40px 0;
}

#banner h2 {
	color: #fff;
}

#promoHighlight {
	float: left;
	margin-right: 50px;
	width: 550px;
}
#Form {
	float: right;
	width: 330px;
}

#downloaded {
	float: right;
	width: 280px;
	border: 1px solid #dadada;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	background-color: #eee;
  	padding: 25px;
}

#downloaded h3 {
	margin: 0 0 16px 0;
}


/* SOCIAL SECTION */

#social {
	width: 100%;
	background: #efefef;
}

#social-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 40px 0;
}

#social h2 {
	margin: 0;
}

#socialHighlight {
	float: left;
	margin-right: 50px;
	width: 600px;
}
#socialButtons {
	float: right;
	width: 280px;
}


/* MAIN CONTENT */

div#innerWrapDiv {
 	 width: 960px; /* Width of Full Page */
	 padding: 30px 0;
	}

#mktContent {
	background: transparent;
	position: relative;
	}
	
.imageLeft {
	float: left;
	margin-right: 40px;
	width:140px;
	}

.textRight {
	float: right;
	width: 780px;
	}
	
.textRight p {
	margin-top: 0;
}
	

/* FOOTER */
#footerWrap {
	background: #1d2c54 url(/rs/kapoststd/images/bg_icons-footer.gif) no-repeat center -220px;
	width:100%;	
}
#mktFooter {
	color:#fff;
	font-size:16px; 
	padding: 40px 0;
	margin: 0 auto;
	position: relative;
	width:960px;
	}

/* Footer links and Copyright */

.copyright{
	left: 0px;
	position: absolute;
	top: 5px;
	}
	
.footerlinks a {
	color:#fff;
	text-decoration:none;
	display: block;
	text-align: left;
	}
	
.footerlinks a:hover {
	color:#f68b36;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	}



/* MKTO FORM STYLING */

input {
	behavior: url("/rs/kapoststd/images/PIE.htc");
}

.mktoFormRow {
        color:#FFFFFF !important;
}

#form-landing,
#download {
	float: right;
	width: 400px;
	margin: 5px 0 45px 40px;
}

#download {
	width: 390px;
}


#form-landing p {
	float: right;
	text-align: right;
	margin-bottom: 30px;
}

#form-landing fieldset {
	float: left;
	margin-bottom: 0;
	text-align: left;
}

form#form-landing input[type="text"],
form#form-landing input[type="email"],
form#form-landing input[type="password"],
form#form-landing textarea,
form#form-landing select {
	width: 173px;
	height: 44px;
	padding: 0 15px;
	margin: 0 0 10px 0;	
}

form#form-landing select  {
	width: 203px;
	height: 48px;
	padding: 13px 10px 10px 13px;	
}	

form#form-landing .icon {
	height: 44px;
	width: 37px;
	overflow: hidden;
}

form#form-landing .icon img {
	/*margin-top: -2px;*/
}

form#form-landing label {
	display: block;
	float: left;
	width: 140px;
	height: auto;
	padding: 15px 10px 0 0;
	overflow: hidden;
}

form#form-landing label.error, .eloqua_lp form label.error {
	float: none;
	text-align: left;
	height: auto;
	display: block;
	width: auto;
	background: #f9a510;
	color: #fff;
	font: bold 12px/18px Pluto, arial, sans-serif;
	text-transform: uppercase;
	margin: -12px 0 20px 197px;
	padding: 7px 10px 4px 10px !important;
	
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}	


.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 select.mktoField,
.mktoForm textarea.mktoField{
  -webkit-appearance: none !important;
  background-color:#FFF !important;
  line-height:2.5em !important;
  color: #85bddc !important;
  border:1px solid #0084c5 !important;
  background: #0084c5 !important;
  padding:0.2em 0.3em !important;
  min-height:2.9em !important;
  -webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;

	-webkit-transition: background-color .2s ease, color .2s ease, width .2s ease !important;	
	-moz-transition: background-color .2s ease, color .2s ease, width .2s ease !important;				
	-o-transition: background-color .2s ease, color .2s ease, width .2s ease !important;						
	transition: background-color .2s ease, color .2s ease, width .2s ease !important;			
}


.mktoButton {
        background: #f68b36 !important;
	font: bold 18px/30px 'Open Sans', arial, sans-serif; 
	height: 48px;
	color: #fff !important;
	padding: 10px 20px;
	text-decoration: none;
	float: right;
	margin-right: 10px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: background .2s ease;	
	-moz-transition: background .2s ease;			
	-o-transition: background .2s ease;				
	transition: background .2s ease;
}

a.mktoButton :hover,
.mktoButton  a:hover {
	cursor: pointer;
	color: #fff; 
	text-decoration: none;
	background: #f9a510 !important;
		
	-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	box-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	
	-webkit-transition: background .2s ease, color .2s ease;	
	-moz-transition: background .2s ease, color .2s ease;			
	-o-transition: background .2s ease, color .2s ease;			
	transition: background .2s ease, color .2s ease;
}

.mktoLabel [for="firstName"] {
		background-image: url(http://kapost.com/wp-content/themes/kapost/media/icon_name-first.png);
}

input[type="reset"],input[type="submit"],input[type="button"] {
	background: #e93f1d;
	-webkit-transition: background .2s ease;
-moz-transition: background .2s ease;
-o-transition: background .2s ease;
transition: background .2s ease;
	border:0;
	 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	color:#FFFFFF !important;
	cursor:pointer;
	display:inline;
	font-size:12px !important;
	font-weight:bold;
	left:0px;
	padding:10px 15px !important;
	position:relative;
	text-transform:uppercase;
	top:10px;
	-webkit-appearance: none;

}

input[type="reset"]:hover,input[type="submit"]:hover,input[type="button"]:hover {
	background: #f9a510;
	-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	box-shadow: 3px 3px 0 rgba(0,0,0,0.15);
	-webkit-transition: background .2s ease, color .2s ease;
	-moz-transition: background .2s ease, color .2s ease;
	-o-transition: background .2s ease, color .2s ease;
	transition: background .2s ease, color .2s ease;
}



.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
 background: #e93f1d !important;
 -webkit-transition: background .2s ease !important;
-moz-transition: background .2s ease !important;
-o-transition: background .2s ease !important;
transition: background .2s ease !important;
 
 color: #fff;
 border: none !important;
 padding:12px 14px !important;
 font-size: 1em;
 
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 -moz-border-radius: 5px;
 -ms-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;

 
 background-color: #e93f1d !important;
 background-image:  none !important;
 background-image:  none !important;
 background-image:  none !important;
 background-image:  none !important;
 text-transform:uppercase !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
 border: none !important;
 background: #f9a510!important;
 -webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.15) !important;
-moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.15) !important;
box-shadow: 3px 3px 0 rgba(0,0,0,0.15) !important;
-webkit-transition: background .2s ease, color .2s ease !important;
-moz-transition: background .2s ease, color .2s ease !important;
-o-transition: background .2s ease, color .2s ease !important;
transition: background .2s ease, color .2s ease !important;
}

/* MKTO SOCIAL SHARE STYLING */

.cf_widget .cf_button_du_jour_green {
	background-color: #15bdcb;
	background: -webkit-gradient(linear, left top, left bottom, from(#2fd7e5), to(#15bdcb));
}

.cf_widget .cf_button_du_jour {
	border: 1px solid #15bdcb;
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width: 1000px) {
    div#innerWrapDiv {
  		width: 100%;
  	}
		
	#mktHeader, #banner-inner, #social-inner, #mktFooter {
		width: 90%;
	}
	
	#mktContent, #mktFooter {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	#mainTitle {
		width: 70%;
	}

	#promoHighlight {
		width: 45%;
	}
	
	#socialHighlight {
		width: 60%;
	}
	
	.textRight {
		width: 80%;
	}

}

@media screen and (max-width: 970px) {
    #mainTitle {
        width: 65%;
    }
	
	#socialHighlight {
		width: 55%;
	}
	
	.textRight {
		width: 75%;
	}

@media screen and (max-width: 830px) {
    #mainTitle {
        width: 60%;
    }
	
	#socialHighlight {
		width: 50%;
	}
	
	.textRight {
		width: 70%;
	}

@media screen and (max-width: 770px) {
    #mainTitle {
        width: 100%;
		float: none;
    }
	
	.logo {
		width: 100%;
		text-align: center;
		float: none;
		margin: 0;
	}
	
	#promoHighlight {
		width: 100%;
		float: none;
	}
	
	#Form, #downloaded {
		width: 100%;
		float: none;
		margin-top: 40px;
	}
	
	#downloaded {
		width: 85%;
		float: none;
		margin-top: 40px;
	}
	
	#socialButtons {
		width: 100%;
		float: none;
	}
	
	#socialHighlight {
		width: 100%;
		float: none;
		margin-top: 40px;
	}
	
	.textRight {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	
	.imageLeft {
		width: 100%;
		float: none;
	}
}


</style>

<!-- END TEMPLATE CSS -->