/*
Theme Name:  Modern Business 5
Theme URI:  http://mythemepreviews.com/mb5-landing/
Description:  A clean landing template built with HTML 5 & CSS3.
Version:  1.0
Author:  Jonathan Atkinson
Author URI:  http://themeforest.net/jonathan01
Tags:  HTML5, Clean, Modern, Business, Landing Page
 */
/*
/*-----------------------------------------------------*/
/*------------------Table of Contents------------------*/
/*-----------------------------------------------------
	*Reset//Reset browsers--compressed
 	*Setup
		*Forms
	*Typography
 	*Layout
 		*Base//Base layout,may change in media queries for screen resolutions
		*Clears
	*Styling
		*Header
		*Logo
		*Navigation
		*Buttons
		*Splash
		*Trial-Box
		*Container
		*Video
		*Benefits
		*Contact-Container//Stripped contianer-box
	 	*Social
 		*Footer
 	*jQuery Plugins//Note:Holds all styling for jQuery plugins may be unused styles generated by plugins
 		*tweet
 		*slider
 		*CarouFredSel
 		*tipsy
 	*Responsive-Layouts//Note: Media queries for desktop/mobile resolutions may also modify some styling
 		*Tablet-Portrait //Note: iPad-Landscape uses the same as Desktop can modify later
 			*Setup
 			*Splash
 			*Layout
 			*Video
 			*Benefits
 			*Carousel
 		*Mobile-Landscape
 			*Setup
 			*Header
 			*Splash
 			*Layout
 			*Video
 			*Carosuel
 		*Mobile-Portrait
 			*Setup
 			*Buttons
 			*Header
 			*Splash
 			*Layout
 			*Video
 			*About
 			*Benefits
 			*Carosuel
 	*Device-Specific//Note: Allows you to target specific devices
 		*iPad 1 & 2
 		*iPad 3(aka The New iPad retina)
 		*iPhone 3GS and below
 		*iPhone 4/S(retina)
 */
/*-----------------------------------------------------*/
/*-----------------------Reset-------------------------*/
/*-----------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
nav ul li {
	display: inline;
}
ul, ol {
	list-style-position: inside;
	padding: 0 0 12px 40px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
input:focus {
	outline: none;
}
::selection {
	background: #278FDC;
	color: #ffffff;
	/* Safari */
}
::-moz-selection {
	background: #278FDC;
	color: #ffffff;
	/* Firefox */
}
a {
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	border-top: 1px solid #ccc;
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
input::-webkit-input-placeholder {
	text-indent: 5px;
	color: #463c36;
	font-style: italic;
}
input:-moz-placeholder {
	color: #463c36;
	font-style: italic;
}
textarea::-webkit-input-placeholder {
	margin-left: 5px;
	color: #463c36;
	font-style: italic;
}
input[type=password], input[type=text], input[type=submit] {
	border: none;
}
/*-----------------------------------------------------*/
/*------------------------Setup------------------------*/
/*-----------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	line-height: 160%;
	color: #000;
	background: transparent url(http://cdn.asknow.com/Render/images/background_bg.png) repeat;
	letter=spacing: 0.03em;
}
/*----------------------Forms--------------------------*/
label {
	color: #3d3d3d;
	color: rgb(61,61,61);
}
input[type=text] {
	height: 25px;
	width: 100%;
	max-width: 250px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-top: 4px;
	border: 1px solid #d8d8d8;
	padding: 5px;
}
button[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.429em;
	text-shadow: 0px 1px 1px rgba(0,0,0,.4);
	display: block;
	height: 35px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 176px;
	line-height: 34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.5);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.5);
	text-align: center;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efedee), to(#f7f7f7));
	text-shadow: none;
	color: #4B4F56;
	border: 1px solid #cdcdcd;
	cursor:pointer;
}
button[type=submit]:after {
	content: '';
	position: relative;
	display: block;
	height: 35px;
	width: 300px;
	background: url(../images/btn_shadow.png) no-repeat 0 4px;
}
input[type=checkbox] {
	-webkit-appearance: none;
	display: inline-block;
	font-size: 15px;
	padding: 0;
	width: 12px;
	height: 12px;
	background-color: white;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	vertical-align: text-top;
	border: 1px solid #d8d8d8;
}
input[type=checkbox]:checked {
	background: url(../images/check.png) no-repeat center center;
}
/*-----------------------------------------------------*/
/*---------------------Typography----------------------*/
/*-----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 0.714em;
}
h1 {
	font-size: 2.143em;
	color: #3d3d3d;
	color: rgb(61,61,61);
	line-height: 120%;
}
h2 {
	font-size: 1.286em;
	color: #717171;
	color: rgb(113,113,113);
	text-transform: uppercase;
}
h3 {
	font-size: 1.714em;
	color: #3d3d3d;
	color: rgb(61,61,61);
}
h4 {
	font-size: 1.714em;
	color: #2790dc;
	color: rgb(39,144,220);
}
h5 {
	font-size: 1.714em;
	color: #d94c4b;
	color: rgb(217,76,75);
}
h6 {
	font-size: 1em;
	text-transform: uppercase;
	color: #717171;
	color: rgb(113,113,113);
}
p {
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 20px;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #268cd8;
	color: rgb(38,140,216);
	text-decoration: underline;
}
blockquote {
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 1.429em;
	color: #757575;
	display: inline-block;
	vertical-align: .4em;
	color: rgb(117,117,117);
	margin: 1em 20px;
	padding-left: 30px;
	background: transparent url(../images/quote.png) no-repeat;
}
hr {
	margin: 20px 0;
}
/*-----------------------------------------------------*/
/*----------------------Layout-------------------------*/
/*-----------------------------------------------------*/
/*----------------------Base---------------------------*/

.noshow {display: none;}
.wrapper {
	position: relative;
	width: 640px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
/*center class to center elements*/
.center {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
/*micro grid for splash*/
.splash-half {
	width: 475px;
	float: left;
	margin-left: 30px;
}
/* rest of the content*/
.one-half {
	width: 444px;
	float: left;
	margin-left: 30px;
}
.one-third {
	width: 296px;
	float: left;
	margin-left: 30px;
}
.one-third img {
	width: 100%;
	margin-bottom: 30px;
}
.two-third {
	width: 590px;
	float: left;
	margin-left: 30px;
}
.one-forth {
	width: 207px;
	float: left;
	margin-left: 30px;
}
/* .first clears margin on grid--*/
.first {
	margin-left: 0px;
}
div.video-frame iframe {
	width: 600px;
	height: 386px;
}
/*----------------------Clears-------------------------*/
.container:after {
	content: "ï¿½020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: 'ï¿½020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*-----------------------------------------------------*/
/*--------------------Styling--------------------------*/
/*-----------------------------------------------------*/
/*--------------------Header---------------------------*/
header {
	margin-top: 10px;
	height: 80px;
	text-align:center;
}
header div.wapper {
	padding-top: 30px;
}
/*--------------------Logo---------------------------*/
h1.logo {
	margin: 10px auto 10px auto;
}
/*-------------------Navigation------------------------*/
nav#top-nav, nav#bottom-nav {
	float: right;
}
nav#top-nav {
	margin-top: 10px;
}
nav ul {
	list-style: none;
}
nav ul li {
	display: inline;
	margin-right: 30px;
}
nav ul li:last-child {
	margin-right: 0px;
}
nav ul li a {
	color: #898989;
	color: rgb(137,137,137);
	border: none;
}
nav ul li a.active {
	color: #171613;
	color: rgb(23,22,19);
}
nav ul li a:hover {
	color: #171613;
	color: rgb(23,22,19);
	border: none;
}
/*-------------------Container-------------------------*/
section.container {
	width: 100%;
	height: 100%;
	padding: 10px 0 20px 0;
	background-color: white;
	overflow: hidden;
	margin: 20px 0 20px 0;
}
section.container p {
	margin: 0 30px 20px 30px;
}
.disclaimer {margin:0 30px}
section.container .disclaimer{margin:0 30px}
.topoffer {
	margin: 0 0px 0px 0px; text-align: center;
}
/*-------------------Container No Top Pad-------------------------*/
section.container-notoppad {
	width: 100%;
	height: 100%;
	padding: 20px 0 20px 0;
	box-sizing: border-box;
	background-color: white;
	overflow: hidden;
	margin: 10px 0 10px 0px;
}
/*-------------------Container No Pad-------------------------*/
section.container-nopad {
	width: 100%;
	height: 100%;
	padding: 20px 0 0px 0;
	box-sizing: border-box;
	background-color: white;
	overflow: hidden;
	margin: 10px 0 10px 0px;
}
/*-------------------Container-------------------------*/
section.container-plain {
	width: 100%;
	height: 100%;
	padding: 30px;
	background-color: white;
	overflow: hidden;
	margin: 10px 0 10px 0px;
}
/*-------------------Container Header-------------------------*/
section.container-header {
	width: 100%;
	height: 100%;
	background-color: white;
	overflow: hidden;
	margin: 0px 0 0px 0px;
	text-align: center;
}
/*----------------------Video---------------------------*/
div.video-frame {
	width: 612px;
	height: 398px;
	box-sizing: border-box;
}
/*--------------------Benefits--------------------------*/
/*-----------------------Large--------------------------*/
section#l-benefits {
	text-align: center;
}
img.benefit {
	float: left;
}
div.right {
	float: right;
	max-width: 280px;
	margin-bottom: 40px;
}
/*---------------------Contact-------------------------*/
section#contact {
	background: white url(../images/contact.png) repeat-x -20px 0;
	padding-top: 40px;
}
/*---------------------Social--------------------------*/
ul.social {
	list-style: none;
}
ul.social li {
	display: inline-block;
	height: 26px;
	width: 26px;
	margin-left: 5px;
}
ul.social li a {
	display: block;
	height: 26px;
	width: 26px;
	border: none;
	text-indent: 9999px;
	white-space: nowrap;
}
ul.social li a.gplus {
	background: url(../images/gplus_icn.png) no-repeat;
}
ul.social li a.soundcloud {
	background: url(../images/soundcloud_icn.png) no-repeat;
}
ul.social li a.vimeo {
	background: url(../images/vimeo_icn.png) no-repeat;
}
ul.social li a.twitter {
	background: url(../images/twitter_icn.png) no-repeat;
}
ul.social li a.linkedin {
	background: url(../images/linkedin_icn.png) no-repeat;
}
ul.social li a.facebook {
	background: url(../images/facebook_icn.png) no-repeat;
}
/*----------------------Footer-------------------------*/
footer {
	height: 150px;
	max-height: 150px;
}

footer p .copyright .center {
	font-size: 10px;
}
p.copyright {
	font-size: 10px;
}
p.copyright-center { 
text-align: center;
font-size: 10px;
}

p.copyright a {
	color: gray;
}
/*-----------------------------------------------------*/
/*-----------------Responvive-Layout-------------------*/
/*-----------------------------------------------------*/
/*-----------------Tablet-Portrait---------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	/*-----------------------Setup------------------------*/
	.wrapper {
		width: 640px;
	}
	.first {
		margin: 0;
	}
	/*----------------------Splash------------------------*/
	section.splash {
		overflow: hidden;
		min-height: 18em;
	}
	.splash-half {
		width: 748px;
		text-align: center;
	}
	#splash-img {
		display: none;
	}
	section.splash p {
		margin: 20px 0;
	}
	section#trial {
		text-align: center;
		width: 748px;
		padding: 15px 20px;
	}
	section#trial p {
		margin: 15px 0;
	}
	span.offer {
		left: 635px;
	}
	input.trial-name {
		width: 350px;
	}
	input.trial-email {
		width: 350px;
	}
	button.blue {
		margin-left: auto;
		margin-right: auto;
	}
	/*----------------------Mobile Call Links------------------------*/
	a[href^="tel"], a[href^="sms"] {
		text-decoration: none;
		color: blue;
		/* or whatever your want */
		pointer-events: none;
		cursor: default;
	}
	.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
		text-decoration: default;
		color: blue !important;
		pointer-events: auto;
		cursor: default;
	}
	/*----------------------Layout----------------------*/
	section.container {
		padding: 20px;
		margin-bottom: 10px;
	}
	section.container-notoppad {
		padding: 20px;
		margin: 10px 0 10px 0;
	}
	section.container {
		padding: 20px;
		margin-bottom: 10px;
	}
	.one-half {
		width: 330px;
		float: left;
	}
	.one-half img {
		max-width:330px;
	}
	.one-third {
		width: 190px;
		float: left;
		margin-left: 30px;
	}
	.one-third img {
		width: 100%;
	}
	.two-third {
		width: 450px;
		float: left;
	}
	.one-forth {
		width: 700px;
		margin: 0 0 20px;
	}
	/*----------------------Video-----------------------*/
	div.video-frame {
		width: 330px;
		height: 225px;
	}
	div.video-frame iframe {
		width: 600px;
		height: 400px;
	}
	/*--------------------Benefits----------------------*/
	div.right {
		float: right;
		max-width: 230px;
		margin-bottom: 20px;
	}
	img.benefit {
		float: left;
		width: 70px;
		padding-right:1px;
	}
	/*----------------------Carousel---------------------*/
	.carousel {
		width: 700px;
		padding-top: 10px;
		padding-bottom: 2px;
		padding-right: 0px;
		margin-left: -10px;
	}
}
/*-----------------Mobile-Landscape---------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	/*-----------------------Setup------------------------*/
	.wrapper {
		width: 460px;
	}
	.first {
		margin: 0 0 20px 0 !important;
	}
	blockquote {
		max-width: 370px;
	}
	a[class*=btn-] {
		width: 170px;
	}
	ul.social {
		list-style: none;
		margin-bottom: 20px;
	}
	object {
		width: 390px !important;
		height: 257px !important;
	}
	/*MOBILE SHOW/HIDE Styles*/
	a[class="mobileshow"], a[class="mobilehide"] {
		display: inline !important;
		color: #fff !important;
		background-color: #aaa;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		padding: 0 8px;
		text-decoration: none;
		font-weight: bold;
		font-family: "Helvetica Neue", Helvetica, sans-serif;
		font-size: 11px !important;
		float: none !important;
		margin-top: 0px !important;
		position: relative;
		/* top: 25px;
right: 10px;*/
		text-align: center;
		width: 44px !important;
		height:14px !important;
	}
	div[class="article"] {
		display: none;
	}
	a.mobileshow:hover {
		visibility: hidden;
	}
	.mobileshow:hover + .article {
		display: inline !important;
	}
	/*----------------------Header------------------------*/
	header {
		margin-bottom: 20px;
	}
	h1.logo {
		float: none;
		width: 200px;
		margin-right: auto;
		margin-left: auto;
	}
	nav#top-nav, nav#bottom-nav {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 200px;
		margin-top: -5px;
	}
	nav ul li {
		margin-right: 15px;
	}
	nav ul li:last-child {
		margin-right: 0;
	}
	/*-----------------------Splash------------------------*/
	section#trial {
		width: 460px;
	}
	section#trial {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	input.trial-name {
		width: 190px;
	}
	input.trial-email {
		width: 190px;
		margin-left: -10px;
	}
	button.blue {
		margin-left: auto;
		margin-right: auto;
	}
	span.offer {
		left: 352px;
	}
	.splash-half {
		width: 470px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#splash-img {
		display: none;
	}
	/*---------------------Layout------------------------*/
	.one-half {
		width: 400px;
		float: left;
		padding: 0px;
		margin: 0px;
		;
	}
	.one-half img {
		max-width: 400px;
	}
	.one-third {
		float: left;
		width: 100px;
	}
	.two-third {
		width: 250px;
		float: left;
	}
	.one-forth {
		width: 400px;
		margin: 0 0 20px;
	}
	.one-third img {
		width: 100%;
	}
	
	.smallheader 
	{width: 390px !important;
	height: 91px  !important;
	}
	.signature {
	width: 390px !important;
	height: 115px  !important;
	}
	/*--------------------Video-----------------------*/
	div.video-frame {
		width: 400px;
		height: 271px;
		margin-bottom: 30px;
	}
	div.video-frame iframe {
		width: 388px;
		height: 213px;
	}
	/*------------------Carousel-----------------------*/
	.carousel {
		width: 425px;
		padding-top: 10px;
		padding-bottom: 2px;
		padding-right: 0px;
		margin-left: -20px;
	}
	/*------------------buttons-----------------------*/
	a.btn-blue span.price, a.btn-red span.price, a.btn-green span.price, a.btn-grey span.price {
		left: -18px;
		padding: 5px 6px 4px 0;
	}
}
/*----------------Mobile-Portrait--------------------*/
@media only screen and (max-width: 479px) {
	/*------------------Setup-----------------------*/
	.wrapper {
		width: 300px;
	}
	.first {
		margin: 0 0 20px 0 !important;
	}
	h1 {
		line-height: 1;
	}
	h3 {
		margin-bottom: 20px;
	}
	blockquote {
		max-width: 240px;
	}
	ul.cta {
		text-align: center;
	}
	ul.social {
		list-style: none;
		margin-bottom: 20px;
	}
	/*MOBILE SHOW/HIDE Styles*/
	a[class="mobileshow"], a[class="mobilehide"] {
		display: inline !important;
		color: #fff !important;
		background-color: #aaa;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		padding: 0 8px;
		text-decoration: none;
		font-weight: bold;
		font-family: "Helvetica Neue", Helvetica, sans-serif;
		font-size: 11px !important;
		float: none !important;
		margin-top: 0px !important;
		position: relative;
		/* top: 25px;
right: 10px;*/
		text-align: center;
		width: 44px !important;
		height:14px !important;
	}
	div[class="article"] {
		display: none;
	}
	a.mobileshow:hover {
		visibility: hidden;
	}
	.mobileshow:hover + .article {
		display: inline !important;
	}
	/*-----------------Buttons----------------------*/
	button[type=submit] {
		font-size: 0.8em;
		width: 110px;
		line-height: 28px;
	}
	button.blue {
		margin-left: auto;
		margin-right: auto;
		width: 200px;
	}
	button[type=submit]:after {
		background:none;
	}
	a[class*=btn-] {
		font-size: 1em;
		width: 110px;
	}
	a[class*=btn-]:after {
		background: none;
	}
	a.btn-blue span.price {
		left: -6px;
		padding: 9px 5px 8px 0;
	}
	a.btn-red span.price {
		left: -6px;
		padding: 9px 5px 8px 0;
	}
	a.btn-green span.price {
		left: -6px;
		padding: 9px 5px 8px 0;
	}
	a.btn-grey span.price {
		left: -6px;
		padding: 9px 5px 8px 0;
	}
	/* Part one of controlling phone number linking for mobile. */
	a[href^="tel"], a[href^="sms"] {
		text-decoration: none;
		color: blue;
		/* or whatever your want */
		pointer-events: none;
		cursor: default;
	}
	.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
		text-decoration: default;
		color: blue !important;
		pointer-events: auto;
		cursor: default;
	}
	object {
		width: 260px !important;
		height: 195px !important;
	}
	.signature {
	width: 270px !important;
	height: 79px  !important;
	}
	/*-----------------Header-----------------------*/
	header {
		margin-bottom: 20px;
	}
	h1.logo {
		float: none;
		width: 200px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
	}
	nav#top-nav, nav#bottom-nav {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 200px;
		margin-top: 0px;
	}
	nav ul li {
		margin-right: 15px;
	}
	nav ul li:last-child {
		margin-right: 0;
	}
	/*-----------------Splash-----------------------*/
	section.splash {
		overflow: hidden;
	}
	section.splash p {
		margin: 40px 0 20px;
	}
	.splash-half {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#splash-img {
		display: none;
	}
	section#trial {
		text-align: center;
		width: 300px;
		padding: 15px 15px;
	}
	section#trial p {
		margin: 15px 0;
	}
	span.offer {
		left: 635px;
	}
	input.trial-name {
		width: 350px;
	}
	input.trial-email {
		width: 350px;
	}
	/*-----------------Layout-----------------------*/
	section.container {
		padding: 20px 0 20px 0;
	}
	section.container p {
		margin: 0 15px 10px 15px;
	}
	.one-half {
		width: 270px;
		float: left;
		padding: 0px;
		margin: 0px;
	}
	.one-half img {
		max-width: 270px;
	}
	.one-third {
		width: 270px;
	}
	.one-third img {
		width: 100%;
	}
	.two-third {
		width: 270px;
		margin: 0;
	}
	.one-forth {
		width: 270px;
		margin: 0 0 20px;
	}
	.smallheader 
	{width: 270px !important;
	height: 63px  !important;
	}
	.signature {
	width: 270px !important;
	height: 79px  !important;
	}
	/*------------------Video-----------------------*/
	div.video-frame {
		width: 270px;
		height: 225px;
		margin-bottom: 30px;
	}
	div.video-frame iframe {
		width: 258px;
		height: 213px;
	}
	
	/*------------------About-----------------------*/
	section#about {
		text-align: center;
	}
	/*----------------Benefits-----------------------*/
	img.benefit {
		float: left;
		width: 70px;
		padding-right:1px;
	}
	div.right {
		float: right;
		max-width: 170px;
		margin-bottom: 20px;
	}
	/*----------------Carousel-----------------------*/
	.carousel {
		width: 235px;
		padding-top: 10px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 2px;
		padding-right: 0px;
	}
}
/*-----------------------------------------------------*/
/*------------------Device-Specific--------------------*/
/*-----------------------------------------------------*/
/*----------------iPad 1&2-----------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.es-nav {
		display: none;
	}
}
/*----------------iPad-Retina---------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) {
	.es-nav {
		display: none;
	}
}
/*----------------iPhone3gs---------------------*/
@media only screen and (min-device-width: 320) and (max-device-width: 480px) {
	.es-nav {
		display: none;
	}
	object, .BrightcoveExperience {
		width: 260px !important;
		height: 195px !important;
	}
}
/*-------------iPhone-Retina---------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
	.es-nav {
		display: none;
	}
	object, .BrightcoveExperience {
		width: 260px !important;
		height: 195px !important;
	}
	.smallheader 
	{width: 270px !important;
	height: 63px  !important;
	}
	.signature {
	width: 270px !important;
	height: 79px  !important;
	}
}

@media only screen and (min-device-width: 640px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {

/* iPhone 5 CSS Landscape */
/*------------------Video-----------------------*/
	div.video-frame {
		width: 270px;
		height: 225px;
		margin-bottom: 30px;
	}
	div.video-frame iframe {
		width: 258px;
		height: 213px;
	}
	
}
@media only screen and (max-device-width: 639px) and (-webkit-min-device-pixel-ratio: 2) {

/* iPhone 5 CSS Portrait */
/*------------------Video-----------------------*/
	div.video-frame {
		width: 270px;
		height: 225px;
		margin-bottom: 30px;
	}
	div.video-frame iframe {
		width: 258px;
		height: 213px;
	}
	
object, .BrightcoveExperience {
		width: 260px !important;
		height: 195px !important;
	}
	.smallheader 
	{width: 270px !important;
	height: 63px  !important;
	}
}
body#ie8 a[class*=btn-] {
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
}