<style>
.clearfix {
*zoom:1
}
.clearfix:after, .clearfix:before {
	display: table;
	line-height: 0;
	content: ""
}
.clearfix:after {
	clear: both
}
body {
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: url(images/background.jpg);
	font-weight: 400;
	line-height: 1.5;
	font-size: 14px;
	color: #999999
}
a, a:visited {
	text-decoration: none;
	font-weight: 700;
	color: #00b2d9
}
a:active, a:focus, a:hover {
	border-bottom: 1px dotted #00b2d9;
	outline: 0
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	line-height: 1.2
}
h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, h5, h5 a, h5 a:visited, h6, h6 a, h6 a:visited {
	color: #00b2d9
}
h1, h1 a, h1 a:visited {
	font-size: 60px
}
h2, h2 a, h2 a:visited {
	font-size: 48px
}
h3, h3 a, h3 a:visited {
	font-size: 30px;
	color: #003045
}
h4, h4 a, h4 a:visited {
	font-size: 24px
}
h5, h5 a, h5 a:visited {
	font-size: 18px;
	color: #003045
}
h6, h6 a, h6 a:visited {
	font-size: 14px
}
h3.alt, h3.alt a, h3.alt a:visited {
	color: #00b2d9
}
h1 a:active, h1 a:focus, h1 a:hover, h2 a:active, h2 a:focus, h2 a:hover, h3 a:active, h3 a:focus, h3 a:hover, h4 a:active, h4 a:focus, h4 a:hover, h5 a:active, h5 a:focus, h5 a:hover, h6 a:active, h6 a:focus, h6 a:hover {
	text-decoration: none;
	border-bottom: 0
}
h3 a:active, h3 a:focus, h3 a:hover {
	color: #00405e
}
h6 a:active, h6 a:focus, h6 a:hover {
	color: #00c6f2
}
p {
	margin: 0 0 1em
}
img {
	display: block
}
ul.spaced li {
	padding-bottom: 15px
}
ul li ul li {
	list-style-type: square
}
ul li ul li ul li {
	list-style-type: disc
}
td, th {
	font-weight: 400;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 12px
}
th {
	padding-right: 15px;
	text-align: right
}
td {
	text-align: left
}
form td, form th {
	padding-bottom: 5px;
	padding-top: 5px
}
input[type=password], input[type=text], textarea {
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #c9c9c9;
	border-top: 1px solid #bebebe;
	background-color: #f8f8f8;
	border-radius: 3px;
	padding: 5px;
	width: 225px
}
.uppercase {
	text-transform: uppercase
}
.lead-in {
	font-size: 18px
}
.large {
	font-size: 160%
}
.center {
	text-align: center
}
.left {
	float: left
}
.right {
	float: right
}
.blog .date, .twitter .date {
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	background-color: #003045;
	text-transform: uppercase;
	border-radius: 1000px;
	margin: 0 8px 8px 0;
	text-align: center;
	position: absolute;
	text-shadow: none;
	line-height: 1;
	color: #aedfe5;
	height: 48px;
	width: 48px;
	left: 0;
	top: 0
}
.blog .month, .twitter .month {
	display: inline-block;
	font-weight: 400;
	padding-top: 6px;
	font-size: 11px
}
.blog .day, .twitter .day {
	font-weight: 700;
	line-height: .9;
	font-size: 24px
}
.relativeDay, .tweet {
	float: left
}
.well {
	border: 1px solid #e5e5e5;
	border: 1px solid rgba(0,0,0,.1);
	background-color: #e8e8e8;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 15px;
	clear: both
}
.well.left {
	margin: 0 20px 10px 0
}
.well.right {
	margin: 0 0 10px 20px
}
aside.well {
	margin-left: 40px;
	font-size: 12px;
	float: right;
	width: 260px
}
aside.well h3 {
	font-size: 24px
}
aside.well h4 {
	font-size: 21px
}
aside.well section {
	border-top: 1px solid #e5e5e5;
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 20px 0
}
aside.well ul {
	padding-left: 20px;
	margin-top: 0
}
a.button, a.largeBrownButton, input[type=button], input[type=reset], input[type=submit] {
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-decoration: none;
	border: 0!important;
	white-space: nowrap;
	margin-right: 10px;
	font-weight: 700;
	display: block;
	line-height: 1;
	float: left;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s
}
a.button:active, a.button:focus, a.button:hover, a.largeBrownButton:active, a.largeBrownButton:focus, a.largeBrownButton:hover {
	text-decoration: none;
	border-bottom: 0
}
a.large, a.largeBrownButton, input[type=button], input[type=reset], input[type=submit] {
	border-radius: 5px;
	padding: 10px 15px!important;
	font-size: 21px
}
.sidebar section a.small.button, a.small {
	border-radius: 20px;
	font-size: 10.5px;
	padding: 5px 10px!important;
	color: #00385d;
	width: auto
}
a.brown, a.largeBrownButton, input[type=button], input[type=reset], input[type=submit] {
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	color: #003045;
}
a.brown:hover, a.largeBrownButton:hover {
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}
a.darkBlue {
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #001e2b);
	background-image: -moz-linear-gradient(top, #ffffff, #001e2b);
	background-image: -o-linear-gradient(top, #ffffff, #001e2b);
	background-image: -ms-linear-gradient(top, #ffffff, #001e2b);
	background-image: linear-gradient(to bottom, #ffffff, #001e2b);
	color: #aedfe5
}
a.white {
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #f7f7f7);
	background-image: -moz-linear-gradient(top, #fff, #f7f7f7);
	background-image: -o-linear-gradient(top, #fff, #f7f7f7);
	background-image: -ms-linear-gradient(top, #fff, #f7f7f7);
	background-image: linear-gradient(to bottom, #fff, #f7f7f7);
	color: #00b2d9
}
a.white:hover {
	background-color: #f7f7f7;
	background-image: -webkit-linear-gradient(top, #fff, #f0f0ef);
	background-image: -moz-linear-gradient(top, #fff, #f0f0ef);
	background-image: -o-linear-gradient(top, #fff, #f0f0ef);
	background-image: -ms-linear-gradient(top, #fff, #f0f0ef);
	background-image: linear-gradient(to bottom, #fff, #f0f0ef);
	color: #00c6f2
}
a.onLightBlue {
	-webkit-box-shadow: 0 1px 3px 0 #0092c6;
	box-shadow: 0 1px 3px 0 #0092c6
}
a.onBlack, a.onDarkBlue, a.onWhite {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.5)
}
a.onSpecial {
	-webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.5);
	box-shadow: 0 1px 8px 0 rgba(0,0,0,.5)
}
.centered {
	text-align: center;
	margin: 20px auto 0!important;
	height: 21px;
	float: none!important;
	clear: both
}
.wrapper {
	min-width: 1170px;
	width: 100%
}
.container {
	margin: 0 auto;
	width: 1170px
}
.header {
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #ededed);
	background-image: -moz-linear-gradient(top, #fff, #ededed);
	background-image: -o-linear-gradient(top, #fff, #ededed);
	background-image: -ms-linear-gradient(top, #fff, #ededed);
	background-image: linear-gradient(to bottom, #fff, #ededed);
	position: relative;
	z-index: 2
}
.header h1, .header h1 a {
	display: block;
	float: left;
	padding: 0;
	margin: 0
}
.header h1 a {
	height: 120px;
	width: 246px
}
.header h1 img {
	padding: 27px 0 0 9px
}
.nav {
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", Roboto, "Helvetica Neue", Arial, sans-serif
}
.header .nav, .header .nav>li, .header .nav>li>a {
	display: block;
	float: left;
	padding: 0;
	margin: 0
}
.header .nav>li.dropdown:hover ul.dropdown-menu {
	display: block
}
.header .nav>li:hover {
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f0f0ef);
	background-image: -moz-linear-gradient(top, #f5f5f5, #f0f0ef);
	background-image: -o-linear-gradient(top, #f5f5f5, #f0f0ef);
	background-image: -ms-linear-gradient(top, #f5f5f5, #f0f0ef);
	background-image: linear-gradient(to bottom, #f5f5f5, #f0f0ef)
}
.header .nav>li>a {
	padding: 42px 44px 0 25px;
	text-decoration: none;
	font-weight: 700;
	line-height: .9;
	font-size: 21px;
	color: #00385d;
	height: 78px
}
.header .nav>li>a:hover {
	text-decoration: none;
	border-bottom: 0;
	color: #00385d
}
.header .nav>li>a.active, .header .nav>li>a.active:hover {
	background: transparent url(images/nav-item-active.png) 0 10px no-repeat;
	color: #00b2d9
}
.header .nav>li>a>span {
	font-weight: 400;
	font-size: 14px;
	color: #003045
}
.dropdown, .dropup {
	position: relative
}
.dropdown-toggle:active, .open .dropdown-toggle {
	outline: 0
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #003045;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: ""
}
.dropdown .caret {
	margin-left: 10px;
	margin-top: 0
}
.dropdown-menu {
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 6px 10px rgba(0,0,0,.2);
	border-radius: 0 0 5px 5px;
	background-color: #f0f0ef;
	position: absolute;
	list-style: none;
	min-width: 190px;
	z-index: 1000;
	display: none;
	padding: 0;
	margin: 0;
	top: 100%;
	left: 0
}
.dropdown:last-child .dropdown-menu {
	left: auto;
	right: 0
}
.dropdown-menu small {
	font-size: 14px
}
.nav-header {
	font-weight: 700
}
.dropdown-menu .divider {
	border-bottom: 1px solid #fff;
	background-color: #e6e6e6;
	overflow: hidden;
	margin: 9px 1px;
	height: 1px
}
.dropdown-menu li {
	list-style-type: none
}
.dropdown-menu li:last-child, .dropdown-menu li:last-child a {
	border-radius: 0 0 5px 5px
}
.dropdown-menu>li>a {
	text-decoration: none;
	white-space: nowrap;
	font-weight: 400;
	padding: 10px 25px;
	line-height: 20px;
	font-size: 18px;
	color: #333;
	display: block;
	clear: both
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-submenu:focus>a, .dropdown-submenu:hover>a {
	background-color: #fff;
	text-decoration: none;
	border-bottom: 0
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	border-bottom: 0;
	color: #999
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	background-color: transparent;
	background-image: none;
	text-decoration: none;
	cursor: default
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000;
	content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}
.dropdown-submenu {
	padding: 0 25px 0 40px;
	margin-top: 0
}
.dropdown-submenu a {
	white-space: nowrap;
	font-weight: 400;
	font-size: 12px
}
.dropdown .dropdown-menu .nav-header {
	padding-right: 25px;
	padding-left: 25px;
	color: #00b2d9
}
.spotlight {
	/*background-image: -webkit-radial-gradient(center 700px, circle, #003045 0, #003045 70%, #003045);
	background-image: -moz-radial-gradient(center 700px, circle, #003045 0, #003045 70%, #003045);
	background-image: -o-radial-gradient(center 700px, circle, #003045 0, #003045 70%, #003045);
	background-image: -ms-radial-gradient(center 700px, circle, #003045 0, #003045 70%, #003045);
	background-image: radial-gradient(center 700px, circle, #003045 0, #003045 70%, #003045);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.5);
	box-shadow: inset 0 0 10px rgba(0,0,0,.5);
	background-color: #003045;*/
	position: relative;
	font-weight: 300;
	font-size: 16px;
	z-index: 1
}
.spotlight .floor {
/*	background: transparent url(images/transparent-floor.png) center bottom no-repeat;
	background: transparent url(images/transparent-floor.png) center bottom -200px no-repeat*/
}
.spotlight .container {
	position: relative;
	padding: 20px 0;
	width: 1170px
}
.spotlight h1, .spotlight h2, .spotlight h3, .spotlight h4, .spotlight h5, .spotlight h6 {
	text-shadow: 1px 1px 3px rgba(0,0,0,.25);
	margin-bottom: 0;
	color: #fff
}
.spotlight h3 {
	margin-bottom: 10px;
	font-size: 21px
}
.spotlight .article {
	padding-left: 270px
}
.spotlight.zero-col .article {
	padding-left: 40px;
	text-align: center
}
.spotlight.zero-col-w-overlay .article {
	padding-left: 40px;
	text-align: left
}
.spotlight .subheader {
	font-weight: 400;
	padding: 5px 0 0;
	font-size: 18px
}
.spotlight .article>div {
	border-top: 1px solid #aedfe5;
	border-top: 1px solid rgba(255,255,255,.5);
	counter-reset: steps-counter;
	margin-top: 20px;
	width: 100%;
	float: left
}
.spotlight .article>div>div {
	width: 600px;
	float: left
}
.spotlight p {
	text-shadow: 0 1px 0 rgba(255,255,255,.3)
}
.spotlight .lead-in {
	margin-top: 20px
}
.spotlight .highlights {
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
	border-left: 1px solid #aedfe5;
	border-left: 1px solid rgba(255,255,255,.5);
	padding: 20px 20px 0;
	font-weight: 400;
	margin-left: 40px;
	line-height: 1.2;
	width: 209px;
	float: right
}
.spotlight .highlights a, .spotlight .highlights a:visited {
	font-weight: 400;
	font-size: 14px;
	color: #fff
}
.spotlight .highlights a:active, .spotlight .highlights a:focus, .spotlight .highlights a:hover {
	text-decoration: none;
	border-bottom: 0;
	color: #ffffff
}
.spotlight .highlights h1, .spotlight .highlights h2, .spotlight .highlights h3, .spotlight .highlights h4, .spotlight .highlights h5, .spotlight .highlights h6 {
	margin-bottom: .5em
}
.spotlight .highlights h3 {
	font-size: 24px;
	color: #ffffff
}
.spotlight .highlights ul, .spotlight .highlights ul li, .spotlight .highlights ul li a {
	display: block;
	float: left;
	clear: both;
	padding: 0;
	margin: 0
}
.spotlight .highlights ul li {
	list-style-type: none;
	padding-bottom: 10px
}
.spotlight .highlights ul li, .spotlight .highlights ul li a {
	width: 209px
}
.spotlight .callout {
	border: 1px solid #aedfe5;
	border: 1px solid rgba(255,255,255,.5);
	padding: 20px 20px 10px;
	border-radius: 5px
}
.spotlight .step {
	counter-increment: steps-counter;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
.spotlight .step.oneFifth {
	margin-left: 2%;
	width: 18%
}
.spotlight .step.oneFifth:first-child {
	margin-left: 0;
	width: 20%
}
.spotlight .step h3 {
	border-bottom: 1px solid #aedfe5;
	border-bottom: 1px solid rgba(255,255,255,.5);
	padding: 30px 0 20px;
	position: relative;
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	display: block;
	float: left;
	width: 100%
}
.spotlight .step h3:before {
	border: 3px solid #aedfe5;
	border: 3px solid rgba(255,255,255,.5);
	content: counter(steps-counter);
	margin: 0 auto 20px;
	text-align: center;
	border-radius: 50%;
	padding-top: 10px;
	text-shadow: none;
	overflow: hidden;
	font-size: 48px;
	display: block;
	line-height: 1;
	color: #aedfe5;
	color: rgba(255,255,255,.5);
	height: 60px;
	width: 70px
}
.spotlight .step h3 span {
	font-weight: 400
}
.spotlight .step h3 a.largeBrownButton {
	display: inline-block;
	margin: 0 0 -5px;
	color: #aedfe5;
	float: none
}
#hero, #hero .item, #hero .item>div {
	height: 475px
}
#heroReconnectingCorporateMarketers>div {
	background: transparent url(images/hero/the-savvy-marketers-guide-header.png) top right no-repeat
}
#heroMultiChannelMarketing>div {
	background: transparent url(images/hero/manage-engage-measure-header.gif) top right no-repeat
}
#heroMarketingAssetManagement>div {
	background: transparent url(images/hero/get-to-know-us-header.png) top right no-repeat
}
#heroMarketingAsAService>div {
	background: transparent url(images/hero/marketing-news-insights-header.png) top right no-repeat
}
#heroWatchTimStorer>div {
	background: transparent url(images/hero/targeting-solutions-header.png) top right no-repeat
}
#heroReconnectingCorporateMarketers .title {
	font-size: 44px
}
#heroWatchTimStorer .paragraph {
	padding-left: 640px;
	padding-top: 125px
}
#hero .item {
	width: 100%
}
#hero .item>div {
	position: relative;
	padding: 0 30px;
	margin: 0 auto;
	width: 1110px
}
#hero .preTitle {
	font-weight: 400;
	padding-top: 50px;
	font-size: 24px;
	color: #003045
}
#hero .title {
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	padding-top: 10px;
	font-weight: 700;
	line-height: 1.2;
	font-size: 48px;
	color: #fff
}
#hero .postTitle {
	font-style: italic;
	padding-top: 10px;
	font-weight: 300;
	font-size: 30px
}
#hero .paragraph {
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	padding-top: 65px;
	line-height: 1.2;
	font-size: 24px;
	color: #fff
}
.bigPlayButton {
	background: transparent url(images/button-big-play.png) center no-repeat;
	-webkit-background-size: 90%;
	-moz-background-size: 90%;
	background-size: 90%;
	position: absolute;
	left: 463px;
	top: 87px;
	-webkit-transition: .1s;
	-moz-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
	transition: .1s
}
.bigPlayButton:hover {
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%
}
.bigPlayButton, .bigPlayButton a {
	text-align: center;
	height: 185px;
	width: 185px;
	color: #fff
}
.bigPlayButton a {
	text-indent: -999px;
	overflow: hidden;
	display: block;
	float: left
}
.bigPlayButton a:active, .bigPlayButton a:focus, .bigPlayButton a:hover {
	border-bottom: 0
}
.spotlight.carousel .floor {
/*	background: transparent url(images/transparent-floor.png) center bottom no-repeat*/
}
.spotlight.carousel .container {
	width: 100%;
	padding: 0;
	margin: 0
}
.carousel {
	position: relative;
	line-height: 1
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}
.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: 1s ease-in-out left;
	-moz-transition: 1s ease-in-out left;
	-o-transition: 1s ease-in-out left;
	-ms-transition: 1s ease-in-out left;
	transition: 1s ease-in-out left
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	display: block;
	line-height: 1
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	width: 100%;
	top: 0
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	border: 3px solid #fff!important;
	border-radius: 23px;
	position: absolute;
	background: #222;
	text-align: center;
	margin-top: -20px;
	line-height: 30px;
	font-weight: 100;
	font-size: 60px;
	color: #fff;
	height: 40px;
	width: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 15px;
	top: 40%
}
.carousel-control:hover {
	padding-bottom: 0
}
.carousel:hover .carousel-control {
	opacity: .5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s
}
.carousel-control.right {
	right: 15px;
	left: auto
}
.carousel-control:focus, .carousel-control:hover {
	text-decoration: none;
	color: #fff;
	opacity: .9;
	filter: alpha(opacity=90)
}
.carousel-indicators {
	list-style-type: none;
	position: absolute;
	bottom: 165px;
	z-index: 5;
	padding: 0;
	left: 30px;
	margin: 0
}
.carousel-indicators li {
	background-color: #aedfe5;
	background-color: rgba(255,255,255,.25);
	text-indent: -999px;
	border-radius: 5px;
	margin-left: 5px;
	display: block;
	height: 10px;
	width: 10px;
	float: left
}
.carousel-indicators .active {
	background-color: #fff
}
.carouselOverlay {
	background-color: #003045;
	/*position: absolute;*/
	height: 120px;
	bottom: 0
}
.spotlight.carousel .carouselOverlay .container {
	position: relative;
	padding: 0 30px;
	margin: 0 auto;
	width: 1110px
}
.wantToLearnMore {	
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	padding: 46px 0;
	margin-right: 10px;
	font-size: 24px;
	color: #ffffff;
	width: 600px
}
.wantToLearnMoreButtons {
	padding-right: 30px;
	position: absolute;
	padding-top: 36px;
	overflow: hidden;
	width: 1110px;
	float: left;
	right: 0;
	top: 0
}
.wantToLearnMoreButtons a {
	margin-left: 10px;
	margin-right: 0;
	float: right
}
.spotlightOverlay {
	background-color: #003045;
	padding: 20px 0;
	height: 120px
}
.spotlightOverlay .container {
	padding-left: 40px;
	margin: 0 auto;
	width: 1130px
}
.spotlightOverlay .stepThumbnail {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
.spotlightOverlay .stepThumbnail img {
	border: 10px solid #00425e;
	margin: 0 auto
}
.spotlightOverlay .stepThumbnail.oneFifth {
	margin-left: 2%;
	width: 18%
}
.spotlightOverlay .stepThumbnail.oneFifth:first-child {
	margin-left: 0;
	width: 20%
}
.sidebar {
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.4);
	background-color: #f7f7f7;
	border-radius: 10px;
	position: absolute;
	width: 220px;
	left: 10px;
	top: 20px
}
.sidebar a, .sidebar a:visited {
	color: #00385d
}
.sidebar a:active, .sidebar a:focus, .sidebar a:hover {
	text-decoration: none;
	border-bottom: 0;
	color: #00385d
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
	border-top: 1px solid #e6e6e6;
	margin-bottom: 0
}
.sidebar h1, .sidebar h1 a, .sidebar h1 a:visited, .sidebar h2, .sidebar h2 a, .sidebar h2 a:visited, .sidebar h3, .sidebar h3 a, .sidebar h3 a:visited, .sidebar h4, .sidebar h4 a, .sidebar h4 a:visited, .sidebar h5, .sidebar h5 a, .sidebar h5 a:visited, .sidebar h6, .sidebar h6 a, .sidebar h6 a:visited {
	background-image: -webkit-linear-gradient(top, #fff, #f0f0ef);
	background-image: -moz-linear-gradient(top, #fff, #f0f0ef);
	background-image: -o-linear-gradient(top, #fff, #f0f0ef);
	background-image: -ms-linear-gradient(top, #fff, #f0f0ef);
	background-image: linear-gradient(to bottom, #fff, #f0f0ef);
	padding: 10px 10px 10px 20px;
	text-shadow: none;
	color: #00b2d9
}
.sidebar h1 {
	font-size: 24px
}
.sidebar h2 {
	font-size: 21px
}
.sidebar h3 {
	font-size: 18px
}
.sidebar h4 {
	font-size: 16px
}
.sidebar h5, .sidebar h6 {
	font-size: 14px
}
.sidebar nav {
	float: left
}
.sidebar .next-steps ul {
	background-image: -webkit-linear-gradient(top, #fff, #f0f0ef);
	background-image: -moz-linear-gradient(top, #fff, #f0f0ef);
	background-image: -o-linear-gradient(top, #fff, #f0f0ef);
	background-image: -ms-linear-gradient(top, #fff, #f0f0ef);
	background-image: linear-gradient(to bottom, #fff, #f0f0ef);
	border-top: 1px solid #e6e6e6;
	padding: 1px 0
}
.sidebar .next-steps ul li {
	background-color: #00385d;
	background-image: -webkit-linear-gradient(top, #00385d, #00385d);
	background-image: -moz-linear-gradient(top, #00385d, #00385d);
	background-image: -o-linear-gradient(top, #00385d, #00385d);
	background-image: -ms-linear-gradient(top, #00385d, #00385d);
	background-image: linear-gradient(to bottom, #00385d, #00385d);
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
	position: relative;
	border-radius: 5px;
	margin: 1px 2px;
	width: 216px;
	border: 0
}
.sidebar .next-steps ul li>a, .sidebar .next-steps ul li>div {
	shadow: none;
	color: #00b2d9;
	padding: 5px 20px 6px 54px;
	font-size: 16px;
	line-height: 1;
	display: block;
	width: 145px
}
.sidebar .next-steps ul li>div {
	float: left
}
.sidebar .next-steps ul li>a, .sidebar .next-steps ul li>div, .sidebar .next-steps ul li>div span {
	text-decoration: none;
	color: #aedfe5
}
.sidebar .next-steps a[href^=sms], .sidebar .next-steps a[href^=tel] {
	text-decoration: none!important;
	color: #ffffff!important
}
.sidebar .next-steps .getMoreInfo {
	background: transparent url(images/sprite.png) 15px 2px no-repeat
}
.sidebar .next-steps .chatNow {
	background: transparent url(images/sprite.png) 15px -48px no-repeat
}
.sidebar .next-steps .watchOurVideo {
	background: transparent url(images/sprite.png) 15px -98px no-repeat
}
.sidebar .next-steps .telephone {
	background: transparent url(images/sprite.png) 15px -148px no-repeat
}
.sidebar .next-steps ul li:hover {
	background-color: #0385d;
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #fff)
}
.sidebar .next-steps ul li a:hover {
	border-bottom: 0
}
.sidebar nav:first-child {
	border-top: 0
}
.sidebar nav:first-child>h2 {
	border-radius: 10px 10px 0 0;
	border-top: 0
}
.navbar nav ul, .navbar nav ul li, .navbar nav ul li a {
	display: block;
	width: 220px;
	float: left;
	padding: 0;
	margin: 0
}
.sidebar nav>ul img {
	display: inline-block
}
.sidebar nav>ul>li, .sidebar nav>ul>li>a {
	font-weight: 700;
	font-size: 18px
}
.sidebar nav>ul>li, .sidebar section .item {
	border-top: 1px solid #e6e6e6;
	background-color: #f0f0ef
}
.sidebar nav>ul>li>a {
	padding: 10px 10px 10px 20px;
	color: #00385d;
	width: 190px
}
.sidebar nav>ul>li>a:hover {
	background-color: #fff;
	border-bottom: 0
}
.sidebar nav>ul>li>ul>li, .sidebar nav>ul>li>ul>li>a {
	font-weight: 400;
	font-size: 14px
}
.sidebar nav>ul>li>ul>li:last-child {
	padding-bottom: 20px
}
.sidebar nav>ul>li>ul>li>a, .sidebar nav>ul>li>ul>li>a:visited {
	padding: 2px 10px 2px 40px;
	padding-left: 20px;
	color: #003045;
	width: 190px
}
.sidebar nav>ul>li>ul>li>a:hover, .sidebar nav>ul>li>ul>li>ul>li>a:hover {
	background-color: #fff
}
.sidebar nav>ul>li>ul>li>ul>li>a, .sidebar nav>ul>li>ul>li>ul>li>a:visited {
	padding: 2px 10px 2px 40px;
	font-weight: 400;
	white-space: nowrap;
	padding-left: 40px;
	color: #003045;
	width: 170px
}
.sidebar nav a[target=_blank]:hover {
	background: transparent url(images/_blank.png) 190px center no-repeat
}
.sidebar section {
	float: left
}
.sidebar section ul, .sidebar section ul li {
	display: block;
	width: 220px;
	float: left;
	padding: 0;
	margin: 0
}
.sidebar section ul {
	font-weight: 700;
	font-size: 14px
}
.sidebar section ul li {
	list-style-type: none;
	padding: 10px 20px;
	width: 180px
}
.sidebar section .item {
	padding-bottom: 20px
}
#featuredVideoCarousel .item {
	border-radius: 0 0 10px 10px
}
.sidebar section .title {
	padding-bottom: 10px;
	line-height: 1.2;
	font-size: 14px;
	width: 180px;
	float: left
}
.sidebar section .itemThumbnail {
	padding-bottom: 10px;
	float: left
}
.sidebar section .itemThumbnail img {
	border: 1px solid #aedfe5
}
.sidebar section a.button {
	margin-right: 5px
}
#featuredWhitePaperCarousel .carousel-control {
	top: 220px
}
#featuredWhitePaperCarousel .carousel-control.left {
	left: -5px
}
#featuredWhitePaperCarousel .carousel-control.right {
	right: -5px
}
#featuredVideoCarousel .carousel-control {
	top: 145px
}
#featuredVideoCarousel .carousel-control.left {
	left: -5px
}
#featuredVideoCarousel .carousel-control.right {
	right: -5px
}
.double-col.main .article, .single-col.main .article {
	padding: 20px 40px 40px 270px;
	min-height: 1200px;
	float: left
}
.zero-col.main .article {
	padding: 20px 40px 40px;
	width: 1090px;
	float: left
}
.single-col.main .article {
	width: 860px
}
.double-col.main .article {
	width: 600px
}
.main .article>section {
	background: transparent url(images/horizontal-divider-large.png) top center no-repeat;
	padding: 60px 0;
	width: 860px;
	float: left
}
.main .article header {
	padding: 10px 0 20px
}
.main .article>section.even figure, .main .article>section.odd figure {
	background: transparent url(images/platform-feature-image-shadow.png) bottom center no-repeat;
	padding-bottom: 45px
}
.main .article>section.odd figure {
	float: right
}
.main .article>section.even figure {
	float: left
}
.main .article section.even figure img, .main .article>section.odd figure img {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	border-radius: 5px
}
.main .article>section>div {
	width: 420px;
	float: left
}
.main .article>section.odd div {
	padding-right: 40px
}
.main .article>section.even div {
	padding-left: 40px
}
.main .article .even ul, .main .article .odd ul {
	padding-left: 20px
}
.main .article .even ul li, .main .article .odd ul li {
	padding-bottom: 14px
}
.col.right {
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	border-left: 1px solid #e5e5e5;
	border-left: 1px solid rgba(0,0,0,.1);
	padding-top: 20px;
	font-size: 14px;
	width: 259px;
	float: left
}
.col.right a, .col.right a:visited {
	font-weight: 400;
	color: #00b2d9
}
.col.right a:active, .col.right a:focus, .col.right a:hover {
	text-decoration: none;
	color: #00b2d9
}
.col.right a.small.button, .col.right a.small.button:hover {
	color: #00385d
}
.col.right h1, .col.right h1 a, .col.right h1 a:visited, .col.right h2, .col.right h2 a, .col.right h2 a:visited, .col.right h3, .col.right h3 a, .col.right h3 a:visited, .col.right h4, .col.right h4 a, .col.right h4 a:visited, .col.right h5, .col.right h5 a, .col.right h5 a:visited, .col.right h6, .col.right h6 a, .col.right h6 a:visited {
	padding: 10px 10px 0 20px;
	color: #003045;
	display: block;
	float: left
}
.col.right h1 {
	font-size: 28px
}
.col.right h2 {
	font-size: 24px;
	width: 230px
}
.col.right h3 {
	font-size: 21px
}
.col.right h4 {
	font-size: 18px
}
.col.right h5 {
	font-size: 16px
}
.col.right h6 {
	font-size: 14px
}
#distributedMarketingBlog {
	background: transparent url(images/social-distributed-marketing-blog-alt.png) 190px 15px no-repeat
}
#distribionOnTwitter {
	background: transparent url(images/social-twitter-alt.png) 190px 15px no-repeat
}
.col.right header {
	background: transparent url(images/col-right-horizontal-divider.png) bottom center no-repeat;
	padding-bottom: 20px;
	float: left
}
.col.right section {
	background: transparent url(images/col-right-horizontal-divider-reverse.png) top center no-repeat;
	padding-top: 20px;
	float: left
}
.col.right section:first-child {
	background: 0 0;
	padding-top: 0
}
.col.right ul, .col.right ul li {
	display: block;
	float: left
}
.col.right ul {
	padding: 0;
	margin: 0
}
.col.right ul li {
	padding: 10px 0 10px 85px;
	list-style-type: none;
	position: relative;
	min-height: 56px;
	width: 175px;
	margin: 0
}
.feedButtons {
	padding: 10px 20px 20px 85px;
	float: left
}
.col.right .blog .title a, .col.right .blog .title a:visited {
	color: #828a8f!important;
	font-weight: 400;
	font-size: 16px
}
.col.right .blog .title a:active, .col.right .blog .title a:focus, .col.right .blog .title a:hover {
	color: #828a8f!important
}
.col.right .blog .date, .col.right .twitter .date {
	background-color: #00b2d9;
	color: #d6eaf4;
	left: 20px;
	top: 10px
}
.col.right .tweet {
	padding-bottom: 5px;
	color: #828a8f
}
.col.right .twitter .relativeDay {
	font-size: 10px;
	color: #828a8f
}
.homepage.main .container {
	background: transparent url(images/horizontal-divider-xlarge.png) top center no-repeat;
	padding: 0 30px 60px;
	width: 1110px
}
.homepage.main h1, .homepage.main h2, .homepage.main h3, .homepage.main h4, .homepage.main h5, .homepage.main h6 {
	margin: .5em 0 .25em;
	text-align: center;
	color: #003045
}
.homepage.main h1 {
	font-size: 72px
}
.homepage.main h2 {
	font-size: 60px
}
.homepage.main h3 {
	font-size: 48px
}
.homepage.main h4 {
	font-size: 36px
}
.homepage.main h5 {
	font-size: 30px
}
.homepage.main h6 {
	font-size: 24px
}
.homepageMainTabs, .homepageMainTabs li, .homepageMainTabs li a {
	display: block;
	float: left;
	padding: 0;
	margin: 0
}
.homepageMainTabs {
	background: transparent url(images/horizontal-divider-large-reverse.png) bottom center no-repeat;
	margin-bottom: 30px;
	padding-top: 30px;
	width: 1110px
}
.homepageMainTabs li {
	border-right: 1px solid #d4d4d3;
	border-left: 1px solid #eaebea;
	border-top: 1px solid #eaeaeb;
	list-style-type: none;
	margin-left: 10px
}
.homepageMainTabs li:first-child {
	margin-left: 363px
}
.homepageMainTabs li, .homepageMainTabs li a {
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	background: #eaebeb url(images/homepage-main-tabs-inner-shadow.png) bottom left repeat-x;
	border-radius: 10px 10px 0 0;
	font-weight: 700;
	font-size: 36px;
	color: #00385d
}
.homepageMainTabs li.active, .homepageMainTabs li.active a, .homepageMainTabs li.active a:hover {
	background-image: url(images/background.jpg);
	color: #00b2d9
}
.homepageMainTabs li a, .homepageMainTabs li a:hover {
	text-decoration: none;
	border-bottom: 0
}
.homepageMainTabs li a {
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #eaebea;
	border-top: 1px solid #ebeaeb;
	padding: 0 30px
}
.homepageMainTabs li a:hover {
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f1f1f1;
	background-color: #f2f2f0
}
.homepageMainTabs li.active {
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #f8f8f8;
	border-top: 1px solid #f8f8f8
}
.homepageMainTabs li.active a, .homepageMainTabs li.active a:hover {
	border-right: 1px solid #f4f4f4;
	border-left: 1px solid #fbfbfb;
	border-top: 1px solid #fbfbfb
}
.tabContent {
	display: none;
	float: left
}
.tabContent.active {
	display: block
}
.featureGrid, .featureGrid li, .featureGrid li a {
	display: block;
	float: left;
	padding: 0;
	margin: 0
}
.featureGrid {
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	color: #726658
}
.featureGrid li {
	background-color: #fff;
	background-image: -webkit-linear-gradient(155deg, #fff, #f7f7f7);
	background-image: -moz-linear-gradient(155deg, #fff, #f7f7f7);
	background-image: -o-linear-gradient(155deg, #fff, #f7f7f7);
	background-image: -ms-linear-gradient(155deg, #fff, #f7f7f7);
	background-image: linear-gradient(155deg, #fff, #f7f7f7);
	border-bottom: 1px solid #e0e0df;
	border-right: 1px solid #e0dfdf;
	border-left: 1px solid #f8f8f8;
	border-top: 1px solid #f7f8f7;
	list-style-type: none;
	margin: 0 2px 5px 3px;
	position: relative;
	text-align: center;
	width: 270px;
	padding: 0
}
.featureGrid li:hover {
	background-image: -webkit-linear-gradient(155deg, #fff, #f0f0f0);
	background-image: -moz-linear-gradient(155deg, #fff, #f0f0f0);
	background-image: -o-linear-gradient(155deg, #fff, #f0f0f0);
	background-image: -ms-linear-gradient(155deg, #fff, #f0f0f0);
	background-image: linear-gradient(155deg, #fff, #f0f0f0)
}
.featureGrid li.active {
	background-image: -webkit-linear-gradient(-25deg, #fff, #f7f7f7);
	background-image: -moz-linear-gradient(-25deg, #fff, #f7f7f7);
	background-image: -o-linear-gradient(-25deg, #fff, #f7f7f7);
	background-image: -ms-linear-gradient(-25deg, #fff, #f7f7f7);
	background-image: linear-gradient(-25deg, #fff, #f7f7f7);
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #fafafa;
	border-left: 1px solid #b3b3b2;
	border-top: 1px solid #c5c5c5
}
.featureGrid li, .featureGrid li a, .featureGrid li a .rollover {
	border-radius: 5px
}
.featureGrid li a {
	padding: 160px 10px 0;
	position: relative;
	font-weight: 700;
	height: 70px
}
.featureGrid li a, .featureGrid li a:hover {
	text-decoration: none;
	border-bottom: 0
}
.featureGrid li a, .featureGrid li a .rollover {
	background-position: center 50px;
	background-repeat: no-repeat;
	width: 250px
}
.featureGrid li a .rollover {
	font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
	border-bottom: 1px solid #002b3e;
	border-right: 1px solid #002b3e;
	border-left: 1px solid #50707e;
	border-top: 1px solid #50707e;
	background-color: #003045;
	padding: 140px 10px 0;
	position: absolute;
	line-height: 1.2;
	font-weight: 300;
	font-size: 14px;
	color: #00b2d9;
	display: block;
	height: 90px;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	left: -1px;
	top: -1px;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.featureGrid li a:hover .rollover {
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}
.activeIndicatorDown {
	background: transparent url(images/active-indicator-bottom.png) bottom center no-repeat;
	position: absolute;
	display: block;
	bottom: -7px;
	height: 14px;
	left: 120px;
	width: 29px;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.featureGrid li.active .activeIndicatorDown {
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}
.homepage.main .title {
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	white-space: nowrap;
	padding: 20px 10px;
	position: absolute;
	font-weight: 700;
	font-size: 21px;
	color: #aedfe5;
	width: 252px;
	left: 0;
	top: 0
}
.featureGrid #platformOverview, .featureGrid #platformOverview .rollover {
	background-image: url(images/feature_icons/feature-platform-overview.png)
}
.featureGrid #centralizedMarketingControl, .featureGrid #centralizedMarketingControl .rollover {
	background-image: url(images/feature_icons/feature-centralized-marketing-control.png)
}
.featureGrid #marketingAssetManagement, .featureGrid #marketingAssetManagement .rollover {
	background-image: url(images/feature_icons/feature-marketing-asset-management.png)
}
.featureGrid #emailMarketing, .featureGrid #emailMarketing .rollover {
	background-image: url(images/feature_icons/feature-email.png)
}
.featureGrid #socialMediaMarketing, .featureGrid #socialMediaMarketing .rollover {
	background-image: url(images/feature_icons/feature-social-media.png)
}
.featureGrid #micrositeAndLandingPages, .featureGrid #micrositeAndLandingPages .rollover {
	background-image: url(images/feature_icons/feature-microsites-and-landing-pages.png)
}
.featureGrid #formsAndSurveys, .featureGrid #formsAndSurveys .rollover {
	background-image: url(images/feature_icons/feature-forms-and-surveys.png)
}
.featureGrid #printManagement, .featureGrid #printManagement .rollover {
	background-image: url(images/feature_icons/feature-print.png)
}
.featureGrid #storeFront, .featureGrid #storeFront .rollover {
	background-image: url(images/feature_icons/feature-store-front.png)
}
.featureGrid #salesEnablement, .featureGrid #salesEnablement .rollover {
	background-image: url(images/feature_icons/feature-sales-enablement.png)
}
.featureGrid #marketingAutomation, .featureGrid #marketingAutomation .rollover {
	background-image: url(images/feature_icons/feature-marketing-automation.png)
}
.featureGrid #integration, .featureGrid #integration .rollover {
	background-image: url(images/feature_icons/feature-integration.png)
}
.featureGrid #consultingServices, .featureGrid #consultingServices .rollover {
	background-image: url(images/service_icons/service-consulting.png)
}
.featureGrid #managedServices, .featureGrid #managedServices .rollover {
	background-image: url(images/service_icons/service-managed.png)
}
.featureGrid #integrationAndImplementation, .featureGrid #integrationAndImplementation .rollover {
	background-image: url(images/service_icons/service-integration-and-implementation.png)
}
.featureGrid #servicePackages, .featureGrid #servicePackages .rollover {
	background-image: url(images/service_icons/service-packages.png)
}
.slidedownWrapper {
	background-color: #003045;
	border-radius: 10px;
	float: left
}
.slidedown {
	padding: 30px 60px 50px;
	text-align: left;
	font-size: 16px;
	display: none;
	color: #fff;
	float: left
}
.slidedown.active {
	display: block
}
.slidedownLeft, .slidedownRight {
	float: left
}
.slidedownLeft {
	padding-right: 60px;
	width: 635px
}
.slidedownRight {
	border-left: 1px solid #006391;
	padding-left: 44px;
	width: 250px
}
.homepage.main .slidedown h1, .homepage.main .slidedown h2, .homepage.main .slidedown h3, .homepage.main .slidedown h4, .homepage.main .slidedown h5, .homepage.main .slidedown h6 {
	margin: .25em 0 .75em;
	text-align: left;
	color: #00b2d9
}
.homepage.main .slidedown h1 {
	font-size: 48px
}
.homepage.main .slidedown h2 {
	font-size: 36px
}
.homepage.main .slidedown h3 {
	font-size: 30px
}
.homepage.main .slidedown h4 {
	font-size: 24px
}
.homepage.main .slidedown h5 {
	font-size: 21px
}
.homepage.main .slidedown h6 {
	font-size: 18px
}
.slidedown .learnMoreBlock {
	padding-top: 10px;
	float: left
}
.prefooter {
	background-image: url(images/background-distribion-blue.jpg);
	background-color: #00b2d9
}
.prefooter .container {
	padding: 30px 418px 40px 30px;
	position: relative;
	min-height: 410px;
	width: 722px
}
.prefooter a, .prefooter a:visited {
	color: #fff
}
.prefooter a:active, .prefooter a:focus, .prefooter a:hover {
	text-decoration: none;
	border-bottom: 0;
	color: #ffffff
}
.prefooter a.large.button, .prefooter a.large.button:hover {
	color: #00385d
}
.prefooter h1, .prefooter h1 a, .prefooter h1 a:visited, .prefooter h2, .prefooter h2 a, .prefooter h2 a:visited, .prefooter h3, .prefooter h3 a, .prefooter h3 a:visited, .prefooter h4, .prefooter h4 a, .prefooter h4 a:visited, .prefooter h5, .prefooter h5 a, .prefooter h5 a:visited, .prefooter h6, .prefooter h6 a, .prefooter h6 a:visited {
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	color: #fff
}
.prefooter h2 {
	font-size: 24px;
	margin-bottom: 1em
}
.prefooter ul, .prefooter ul li, .prefooter ul li>a {
	display: block;
	float: left
}
.prefooter ul {
	padding: 0;
	margin: 0
}
.prefooter ul li {
	list-style-type: none;
	padding: 0 0 0 56px;
	position: relative;
	margin: 0 0 20px;
	min-height: 56px;
	width: 230px
}
.prefooter .featuredPost {
	margin-right: 40px;
	width: 290px
}
.prefooter .blog .date {
	background-color: #003045;
	color: #aedfe5
}
.prefooter .blog .title {
	text-shadow: 0 1px 0 #00cff1;
	line-height: 1.2;
	font-size: 16px;
	float: left
}
.prefooter .blog .title a, .prefooter .blog .title a:visited {
	color: #003045
}
.prefooter .blog .title a:active, .prefooter .blog .title a:focus, .prefooter .blog .title a:hover {
	color: #005278
}
.prefooter .blog .featuredPost .title {
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 24px
}
.prefooter .blog .author {
	padding: 5px 0 10px;
	font-style: italic;
	font-size: 11px;
	clear: both
}
.prefooter .blog .excerpt {
	padding-bottom: 30px;
	font-size: 11px;
	color: #fff
}
.prefooter .blog .excerpt a {
	color: #003045
}
.prefooter .twitter {
	position: absolute;
	right: 0;
	top: 0
}
.prefooter .bird.primary, .prefooter .bird.secondary, .prefooter .bird.tertiary, .prefooter .bubble.primary, .prefooter .bubble.secondary, .prefooter .bubble.tertiary {
	position: absolute
}
.prefooter .bubble.primary, .prefooter .bubble.secondary, .prefooter .bubble.tertiary {
	height: 371px;
	width: 371px
}
.prefooter .bird.primary, .prefooter .bird.secondary, .prefooter .bird.tertiary {
	height: 65px;
	width: 61px
}
.prefooter .bubble.primary {
	background: transparent url(images/twitter_widget/bubble-primary.png) center no-repeat;
	z-index: 105;
	right: 30px;
	top: 50px
}
.prefooter .bubble.secondary {
	background: transparent url(images/twitter_widget/bubble-secondary.png) center no-repeat;
	z-index: 103;
	right: 0;
	top: 60px
}
.prefooter .bubble.tertiary {
	background: transparent url(images/twitter_widget/bubble-tertiary.png) center no-repeat;
	z-index: 101;
	right: 30px;
	top: 20px
}
.prefooter .bird.primary {
	background: transparent url(images/twitter_widget/bird-primary.png) center no-repeat;
	z-index: 106;
	right: 405px;
	top: 385px
}
.prefooter .bird.secondary {
	background: transparent url(images/twitter_widget/bird-secondary.png) center no-repeat;
	z-index: 104;
	right: 370px;
	top: 390px
}
.prefooter .bird.tertiary {
	background: transparent url(images/twitter_widget/bird-tertiary.png) center no-repeat;
	z-index: 102;
	right: 400px;
	top: 350px
}
.prefooter .carousel-inner {
	margin: 115px 0 0 55px;
	position: absolute;
	width: 301px;
	height: auto;
	bottom: 0;
	top: 0
}
.prefooter .tweet {
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.2;
	font-size: 21px;
	color: #003045
}
.prefooter .tweet a, .prefooter .tweet a:visited {
	font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #00b2d9
}
.prefooter .tweet a:active, .prefooter .tweet a:focus, .prefooter .tweet a:hover {
	color: #00d0ff
}
.prefooter .twitter .relativeDate {
	padding-top: 10px;
	font-size: 10px;
	color: #828a8f;
	float: left
}
.prefooter .carousel-indicators {
	display: none;
	bottom: 35px;
	left: 145px;
	z-index: 6
}
.prefooter .carousel-indicators li {
	background-color: #ccc;
	background-color: rgba(0,0,0,.2)
}
.prefooter .carousel-indicators .active {
	background-color: #333;
	background-color: rgba(0,0,0,.8)
}
#twitterButton {
	background: transparent url(images/twitter-arrow.png) 0 0 no-repeat;
	text-indent: -999px;
	position: absolute;
	overflow: hidden;
	bottom: 45px;
	height: 60px;
	left: 155px;
	width: 60px
}
#twitterButton:hover {
	background: transparent url(images/twitter-arrow.png) -60px 0 no-repeat
}
.footer {
	font-family: "Roboto Condensed", "Helvetica Neue Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	background-color: #003045;
	color: #00b2d9
}
.footer .container {
	padding: 30px 0 0 30px;
	width: 1140px
}
.footer .container>nav {
	padding-bottom: 50px;
	width: 1140px;
	float: left
}
.footer .container>nav>section {
	padding: 0 30px 0 0;
	width: 198px;
	float: left
}
.footer a, .footer a:visited {
	text-decoration: none;
	font-weight: 400;
	color: #00b2d9
}
.footer a:active, .footer a:focus, .footer a:hover {
	text-decoration: none;
	border-bottom: 0;
	color: #ffffff
}
.footer h1, .footer h1 a, .footer h1 a:visited, .footer h2, .footer h2 a, .footer h2 a:visited, .footer h3, .footer h3 a, .footer h3 a:visited, .footer h4, .footer h4 a, .footer h4 a:visited, .footer h5, .footer h5 a, .footer h5 a:visited, .footer h6, .footer h6 a, .footer h6 a:visited {
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	font-weight: 700;
	color: #aedfe5
}
.footer h2, .footer h2 a, .footer h2 a:visited {
	font-size: 24px;
	color: #fff
}
.footer h3, .footer h3 a, .footer h3 a:visited, .footer h4, .footer h4 a, .footer h4 a:visited {
	font-size: 16px
}
.footer h1 a:active, .footer h1 a:focus, .footer h1 a:hover, .footer h2 a:active, .footer h2 a:focus, .footer h2 a:hover, .footer h3 a:active, .footer h3 a:focus, .footer h3 a:hover, .footer h4 a:active, .footer h4 a:focus, .footer h4 a:hover, .footer h5 a:active, .footer h5 a:focus, .footer h5 a:hover, .footer h6 a:active, .footer h6 a:focus, .footer h6 a:hover {
	color: #ffffffffffff
}
.footer ul {
	padding: 0 0 0 20px;
	display: block;
	float: left;
	margin: 0
}
.footer nav ul li {
	list-style-type: disc;
	padding: 0;
	margin: 0
}
.footer nav ul li, .footer nav ul li a {
	font-size: 14px
}
.socialLinks, .socialLinks ul {
	width: 426px;
	padding: 0!important;
	margin: 0!important
}
.socialLinks ul li, .socialLinks ul li a {
	display: block;
	float: left
}
.socialLinks ul li {
	list-style-type: none;
	padding-right: 10px!important
}
.socialLinks ul li a {
	padding: 65px 0 0;
	text-align: center;
	width: 75px
}
.socialLinks .blog {
	background: transparent url(images/social-sprite.png) 9px -0px no-repeat
}
.socialLinks .facebook {
	background: transparent url(images/social-sprite.png) 9px -200px no-repeat
}
.socialLinks .linkedin {
	background: transparent url(images/social-sprite.png) 9px -400px no-repeat
}
.socialLinks .twitter {
	background: transparent url(images/social-sprite.png) 9px -600px no-repeat
}
.socialLinks .youtube {
	background: transparent url(images/social-sprite.png) 9px -800px no-repeat
}
.socialLinks .blog:hover {
	background: transparent url(images/social-sprite.png) -191px -0px no-repeat
}
.socialLinks .facebook:hover {
	background: transparent url(images/social-sprite.png) -191px -200px no-repeat
}
.socialLinks .linkedin:hover {
	background: transparent url(images/social-sprite.png) -191px -400px no-repeat
}
.socialLinks .twitter:hover {
	background: transparent url(images/social-sprite.png) -191px -600px no-repeat
}
.socialLinks .youtube:hover {
	background: transparent url(images/social-sprite.png) -191px -800px no-repeat
}
.disclaimer {
	font-size: 11px;
	color: #fff;
	width: 840px;
	float: left
}
.disclaimer a, .disclaimer a:visited {
	color: #fff
}
.disclaimer a:active, .disclaimer a:focus, .disclaimer a:hover {
	color: #ffffff
}
.disclaimer div {
	width: 840px;
	float: left
}
.disclaimer ul, .disclaimer ul li, .disclaimer ul li a {
	display: block;
	float: left;
	padding: 0;
	margin: 0
}
.disclaimer ul li {
	border-left: 1px solid #fff;
	text-transform: uppercase;
	list-style-type: none;
	padding-right: 5px!important;
	padding-left: 5px!important;
	line-height: 1
}
.disclaimer ul li:first-child {
	position: relative;
	border-left: 0;
	height: 15px;
	width: 64px;
	padding: 0
}
.disclaimer ul li a {
	font-weight: 700;
	font-size: 11px!important
}
.disclaimer ul li:first-child a {
	position: absolute;
	display: block;
	left: -13px;
	top: -9px
}
.disclaimer>div>p {
	padding-left: 13px;
	margin: 0
}
.extraNav {
	width: 270px!important;
	padding-right: 30px;
	float: left
}
.extraNav ul, .extraNav ul li, .extraNav ul li a {
	font-weight: 700;
	font-size: 30px!important;
	display: block;
	float: left
}
.extraNav ul {
	float: right;
	padding: 0
}
.page_control {
	background: transparent url(images/horizontal-divider-medium.png) top center no-repeat;
	padding-top: 40px;
	float: left;
	width: 100%
}
.page_control .totals {
	padding-bottom: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 10px
}
.page_control .pages {
	text-align: center;
	width: 100%
}
.page_control .current_page, .page_control .next, .page_control .non_current_page, .page_control .prev {
	border: 1px solid #e4e4e4;
	text-decoration: none;
	border-radius: 1000px;
	display: inline-block;
	margin: 0 5px 5px 0;
	text-align: center;
	padding-top: 9px;
	font-size: 14px;
	line-height: 1;
	color: #00b2d9;
	height: 23px;
	width: 32px
}
.page_control .next, .page_control .non_current_page, .page_control .prev {
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #ededed);
	background-image: -moz-linear-gradient(top, #fff, #ededed);
	background-image: -o-linear-gradient(top, #fff, #ededed);
	background-image: -ms-linear-gradient(top, #fff, #ededed);
	background-image: linear-gradient(to bottom, #fff, #ededed)
}
.page_control .next:hover, .page_control .non_current_page:hover, .page_control .prev:hover {
	background-color: #e4e4e4;
	background-image: -webkit-linear-gradient(top, #fff, #e4e4e4);
	background-image: -moz-linear-gradient(top, #fff, #e4e4e4);
	background-image: -o-linear-gradient(top, #fff, #e4e4e4);
	background-image: -ms-linear-gradient(top, #fff, #e4e4e4);
	background-image: linear-gradient(to bottom, #fff, #e4e4e4);
	border: 1px solid #e4e4e4
}
.page_control .current_page {
	background-color: #00b2d9;
	color: #fff
}
.clientlogos, .partnerLogos {
	background: transparent url(images/horizontal-divider-medium.png) top center no-repeat;
	margin-bottom: 100px
}
.clientlogos img, .partnerLogos img {
	width: 200px
}
.list-item, .list-item-thumbnails {
	background: transparent url(images/horizontal-divider-medium.png) top center no-repeat;
	position: relative;
	min-width: 600px;
	font-size: 16px;
	padding: 50px 0;
	float: left
}
.list-item-thumbnails:first-child, .list-item:first-child {
	background: 0 0;
	padding-top: 0
}
.list-item-thumbnails {
	padding-left: 184px
}
.list-item-thumbnail {
	position: absolute;
	width: 154px;
	top: 50px;
	left: 0
}
.list-item-thumbnails:first-child .list-item-thumbnail {
	top: 0
}
.list-item-thumbnail a {
	display: block;
	float: right
}
.list-item-thumbnail img {
	border: 2px solid #e8e8e8;
	display: block;
	float: right
}
.list-item h3, .list-item-thumbnails h3 {
	font-size: 30px
}
.list-item .imgshadow img, .list-item-thumbnails .imgshadow img {
	width: 150px
}
.subtitle {
	padding-bottom: 20px;
	color: #8f8f8f
}
#videosPageVideo {
	padding-bottom: 30px
}
.videosGrid h4 {
	margin-bottom: .75em;
	white-space: nowrap
}
.videosGrid h4, .videosGrid h4 a {
	font-size: 18px
}
.videosGrid, .videosGrid>li {
	display: block;
	float: left;
	padding: 0;
	margin: 0
}
.videosGrid {
	border-top: 1px solid #e5e5e5;
	border-top: 1px solid rgba(0,0,0,.1);
	padding-left: 0!important
}
.videosGrid>li {
	border-left: 1px solid #e5e5e5;
	border-left: 1px solid rgba(0,0,0,.1);
	padding: 10px 0 10px 20px;
	margin: 10px 20px 10px 0;
	list-style-type: none;
	width: 245px
}
.videosGrid>li:first-child {
	border-left: 0
}
.videosGrid .enlarge_ico {
	border-bottom: 0;
	position: relative;
	display: block;
	float: left;
	padding: 0
}
.videosGrid .enlarge_ico>div {
	position: absolute;
	bottom: -5px;
	right: -5px
}
.videosGrid>li>ul, .videosGrid>li>ul>li {
	list-style-type: disc
}
.videosGrid>li>ul {
	padding-left: 25px!important;
	float: left;
	clear: both
}
.user-logon-holder {
	padding-right: 30px;
	width: 470px;
	float: left
}
.request_access {
	width: 360px;
	float: left
}
.limraBannerOuter {
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	margin: 20px 0;
	height: 100px;
	width: 100%
}
.limraBannerInner {
	margin: 20px 30px;
	line-height: 28px;
	font-weight: 700;
	font-size: 22px;
	color: #6c5741;
	width: 540px;
	height: 63px
}
.limraBannerInner img {
	float: right
}
.fade {
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	transition: opacity .15s linear;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}
.fade.in {
	filter: alpha(opacity=100);
	opacity: 1
}
.hide {
	display: none
}
.show {
	display: block
}
.collapse {
	position: relative;
	overflow: hidden;
	height: 0;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}
.collapse.in {
	height: auto
}
.modal-backdrop {
	background-color: #000;
	position: fixed;
	z-index: 1040;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-backdrop, .modal-backdrop.fade.in {
	opacity: .8;
	filter: alpha(opacity=80)
}
.modal {
	background-color: #000;
	margin-left: -375px;
	border-radius: 16px;
	position: fixed;
	outline: 0;
	z-index: 1050;
	padding: 20px;
	width: 730px;
	left: 50%;
	top: 10%
}
.modal-body {
	position: relative;
	overflow-x: hidden;
	max-height: 510px;
	overflow-y: auto
}
.modal.fade.in {
	top: 10%
}
.modal.large {
	margin-left: -450px;
	width: 860px
}
#watchOurVideoModal {
	padding: 20px;
	width: auto
}
.modal .modal-body>iframe, .modal .modal-body>img, .modal>img {
	width: 860px!important
}
.modal .modal-body>iframe {
	height: 484px!important
}
.modal h2 {
	font-size: 24px
}
.pseudoH1 {
	padding-bottom: 10px;
	font-style: italic;
	font-weight: 700;
	font-size: 36px;
	color: #fff
}
.pseudoH2 {
	font-weight: 700;
	line-height: 1.2;
	font-size: 24px;
	color: #00b2d9
}
.formLeadIn {
	padding-bottom: 15px;
	font-weight: 700;
	font-size: 14px
}
.modal th {
	width: 115px
}
.modal .modal-header a.close, .modal>a.close {
	-webkit-box-shadow: -1px 3px 5px 0 rgba(0,0,0,.25);
	box-shadow: -1px 3px 5px 0 rgba(0,0,0,.25);
	background-color: #000;
	border: 2px solid #fff;
	border-radius: 50px;
	font-weight: 400;
	position: absolute;
	text-align: center;
	overflow: hidden;
	font-size: 19px;
	line-height: 1;
	color: #fff;
	padding: 3px;
	height: 20px;
	width: 20px;
	right: -8px;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	top: -8px;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s
}
.modal .modal-header a.close:hover, .modal>a.close:hover {
	text-decoration: none;
	border-color: #f7f7f7;
	color: #f7f7f7
}
.modal .modal-header a.close:hover, .modal:hover .modal-header a.close, .modal:hover>a.close, .modal>a.close:hover {
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}
#contactUsModal, #fiveMinDemoModal {
	background-image: url(images/customer-service-representative.jpg);
	background-position: right bottom;
	background-repeat: no-repeat
}
#contactUsModal.modal, #fiveMinDemoModal.modal {
	position: absolute;
}
.modalMainColumn {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
	box-shadow: 0 0 8px rgba(0,0,0,.5);
	margin: -10px 0 -10px -10px;
	background-color: #fff;
	padding: 15px 30px 30px;
	border-radius: 10px;
	min-height: 460px;
	width: 430px;
	float: left
}
.modalSideColumn {
	padding: 30px 10px 30px 30px;
	width: 200px;
	float: left
}
.modalSideColumn a {
	position: absolute;
	bottom: 20px;
	left: 530px
}
.modal .spectrum {
	margin-bottom: 15px
}
.modalMainColumn input[type=password], .modalMainColumn input[type=text], .modalMainColumn textarea {
	width: 285px
}
.modalSideColumn a[href="#modalChatNow"] {
	position: absolute;
	bottom: 30px;
	right: 88px
}
.alert {
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	margin-bottom: 20px;
	position: relative;
	padding: 10px 20px;
	border-radius: 5px
}
.alert .close {
	color: silver;
	color: rgba(0,0,0,.5);
	position: absolute;
	font-weight: 700;
	font-size: 21px;
	line-height: 1;
	right: 13px;
	padding: 0;
	top: 10px;
	border: 0
}
.formWrapper {
	border: 1px solid silver;
	background-color: #fff;
	border-radius: 10px;
	margin: 0 auto 30px;
	max-width: 900px;
	padding: 20px;
	clear: both
}
.formWrapper.flowing {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	border: 0
}
.formWrapper a, .formWrapper a:visited {
	border-bottom: 1px dotted #00b2d9;
	color: #00b2d9
}
.formWrapper header {
	padding: 0 0 20px!important;
	padding: 20px 0
}
.formWrapper .spectrum {
	margin-bottom: 20px
}
.formSubheader {
	font-size: 14px;
	color: #00b2d9
}
.formWrapper table {
	width: 100%
}
.formWrapper th {
	width: 40%
}
.formWrapper td {
	width: 60%
}
.formWrapper input[type=password], .formWrapper input[type=text], .formWrapper textarea {
	width: 310px
}
.spacer_row td {
	padding: 10px 0
}
.required {
	color: #ff7474
}
.errors {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	padding: 20px 20px 20px 40px!important;
	background-color: #fff;
	border-radius: 5px;
	color: #222
}
.error, .error.alert {
	background-color: #ffdada;
	border-color: #ffcaca;
	border-radius: 5px;
	padding: 10px 20px;
	color: #e54045
}
.error ul {
	padding-left: 40px!important
}
.modal .error, .modal .form_submit_success {
	padding-top: 20px
}
.submitSuccessLinks {
	padding: 10px 0 30px
}
.submit_row {
	border-top: 1px solid silver
}
.form_buttons {
	padding: 20px 0 0
}
.formWrapper footer {
	padding-top: 20px;
	font-size: 11px;
	color: #828a8f
}
.browsehappy {
	background: #e54045;
	text-align: center;
	padding: .2em 0;
	margin: .2em 0;
	color: #fff
}
.browsehappy a {
	text-decoration: underline;
	color: #fff
}
.spectrum {
/*	background-image: -webkit-linear-gradient(left, #00b0d8 30%, #bed73b 45%, #e44145 60%, #fcba63 70%, #00b0d8 80%);
	background-image: -moz-linear-gradient(left, #00b0d8 30%, #bed73b 45%, #e44145 60%, #fcba63 70%, #00b0d8 80%);
	background-image: -o-linear-gradient(left, #00b0d8 30%, #bed73b 45%, #e44145 60%, #fcba63 70%, #00b0d8 80%);
	background-image: -ms-linear-gradient(left, #00b0d8 30%, #bed73b 45%, #e44145 60%, #fcba63 70%, #00b0d8 80%);
	background-image: linear-gradient(to right, #00b0d8 30%, #bed73b 45%, #e44145 60%, #fcba63 70%, #00b0d8 80%);
	height: 1px*/
}
#SnapABug_Button {
	display: none
}
.float_image_left {
	margin: 0 20px 10px 0;
	float: left
}
.float_image_right {
	margin: 0 0 10px 20px;
	float: right
}
.imgshadow {
	background: transparent url(images/thumbnail-shadow-a.png) no-repeat center bottom;
	background-size: 100% 10px;
	padding: 0 0 10px
}
.imgshadow:hover {
	padding: 0 0 10px;
	border: 0
}
.imgshadow img {
	border: 2px solid #ddd
}
.hidden {
	display: none
}
.gallery-item {
	padding: 0 0 20px;
	text-align: center;
	width: 239px;
	float: left
}
.gallery-item .gallery_frame_custom {
	background: url(/images/template/bg_photo_gallery.jpg) no-repeat 0 0;
	margin: 0 auto;
	padding: 18px;
	width: 150px
}
.gallery_frame_custom a {
	overflow: hidden;
	display: block;
	height: 150px;
	width: 150px
}
iframe[name=google_conversion_frame] {
	display: none
}

.img-responsive {
 width:100% !important;
}




</style>