body {
	background: none;
	padding-top: 39px !important;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}
.span6,
.span4,
.span5,
.span7 {
	float: left;
}
.span6 {
	width: 50%;
}
.span4 {
	width: 33.3%;
}
.span5 {
	width: 42%;
}
.span7 {
	width: 58%;
}

#main {
	background: url('/templates/img/landing2015/bg_identity_and_access_management.jpg') center top no-repeat fixed;
	background-size: cover;
	margin-top: 0;
}
#main.security {
	background: url('/templates/img/landing2015/bg_security.jpg') center top no-repeat fixed;
}
#main.identity_operations_unified_communications {
	background: url('/templates/img/landing2015/bg_identity_operations_unified_communications.jpg') center top no-repeat fixed;
}
#main.disaster_recovery_and_workload_migrations {
	background: url('/templates/img/landing2015/bg_disaster_recovery_and_workload_migrations.jpg') center top no-repeat fixed;
}

#main > .wrap {
	background: none !important;
}

.column-wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.column {
	display: table-cell;
	vertical-align: top;
	color: #fff;
}
.column > div {
	margin: 40px;
	position: relative;
}

.column-left {
	width: 62%;
	background: rgba(10, 95, 147, 0.7);
}
.column-right {
	width: 38%;
	background: rgba(0, 0, 0, 0.4);
}

hr {
	background: #939598 !important;
}

p, ul {
	font-size: 19px;
	font-weight: 300;
}
ul {
	margin-top: 0;
}

h1, h2, h3 {
	color: #fff !important;
	width: 100% !important;
}
h4 {
	color: #939598 !important;
	font-style: italic;
}


h1 {
	font-size: 45px !important;
	line-height: 45px !important;
	margin: 60px 0 25px 0 !important;
}
h3 {
	font-size: 24px !important;
	margin-bottom: 0 !important;
	font-weight: 300;
}
h4 {
	font-size: 16px;
}

.wrapper_title {
	display: none;
}

.offer-wrapper {
	margin-bottom: 20px;
}
.offer-wrapper:after {
	content: "";
	display: table;
	clear: both;
}
.offer-wrapper img {
	float: left;
}
.offer-wrapper h3 {
	margin-left: 60px;
	line-height: 46px;
	font-size: 19px !important;
}

.asset-img {
 display: block;
	margin-bottom: 15px;
}

.tab-indicator {
	position: absolute;
	top: 181px;
	left: -65px;
}

.form_builder_submit {
	min-height: 108px;
}

.device-content {
	display: none;
}

.mobile-content {
	display: none;
}


/* trial downloads page */
#main.trial_download { background: #F2F2F2; }
#main.trial_download .tab-indicator { top: 152px; }

#main.trial_download .column-left { background: none; color: #333 !important; }

#main.trial_download .column-left h2 { color: #333 !important; }
#main.trial_download .column-left h1,
#main.trial_download .column-left h3 { color: #379CC9 !important; }

#main.trial_download .column-left h1 { margin-bottom: 10px !important; }
#main.trial_download .column-left h3 { text-transform: uppercase; margin-bottom: 15px !important; margin-top: 40px !important; font-size: 20px !important; font-weight: bold; background: url('/templates/img/landing2015/hex-check-blue.png') 0 0 no-repeat; height: 48px; padding-left: 60px; line-height: 45px; }

#main.trial_download .column-left  hr { border-top: 1px solid #D8D8D8; background: #FBFBFB !important; margin: 40px 0; }

#main.trial_download .column-left  .list-heading { font-size: 19px; margin-top: 20px; }
#main.trial_download .column-left  ul { list-style: none; margin: 0; padding: 0; }

#main.trial_download .column-right { background: #379CC9; }
#main.trial_download .column-right a { color: #fff; text-decoration: underline; }
#main.trial_download .column-right .download-img { margin-top: 30px; margin-bottom: 30px; }
#main.trial_download .column-right h4 { color: #333 !important; font-style: normal !important; }

#main.trial_download .column-right .form_field_wrapper { border-bottom: 2px solid #F2F2F2; margin-left: -40px; padding-left: 40px; margin-right: -40px; margin-bottom: 25px; padding-bottom: 25px; }
#main.trial_download .column-right .form_field_wrapper .wrapper_title { color: #333 !important; font-size: 20px; }

#main.trial_download .column-right .wrapper_title { display: block; }


/* trial download TY page */
#main.trial_download .ty-img { margin: 15px 0; }
#main.trial_download .ty-title { color: #222 !important; font-size: 32px !important; }



/*  form stlyes */
.form-wrapper {
	margin-top: 30px;
}
.form_field_container {
	margin-bottom: 15px;
	position: relative;
}
.form_field_container label {
	display: block;
}
.form_field_container label.radio-inline {
	display: inline-block;
  	margin-right: 10px;
}
.form_field_container label .required {
	display: none;
}
.validation_error_notice {
	display: none;
	position: absolute;
	top: 19px;
	left: 0px;
	background: url(/common/img/input_error_bg.png) no-repeat top left;
	text-indent: -9999px;
	height: 22px;
	width: 17px;
	padding: 0px;
	margin: 0px;
}
.error .validation_error_notice {
	display: block;
	color: red;
}
.form_field_container input,
.form_field_container input:focus,
.form_field_container input:active {
	background: #fff;
	height: 32px;
	width: 315px;
	font-size: 16px;
}
.form_field_container input[type="radio"]{
	width: 20px;
  	height: auto;
}
.form_field_container input:focus,
.form_field_container input:active {
	background: #DEF2E9;
}
.form_field_container.checkbox input {
	float: left;
	position: relative;
	top: 2px;
	width: auto;
	height: auto;
	margin-right: 12px;
}
.form_field_container.checkbox.error input {
	outline: 1px solid red;
}
.form_field_container.checkbox .privacy_label {
	display: inline-block;
	width: 85%;
}
.form_field_container.checkbox .validation_error_notice {
	display: none;
}
.form_field_container select {
	background: #fff;
	height: 40px;
	width: 320px;
	-webkit-appearance: menulist-button;
}
.form_builder_submit a {
	background: #57B76C;
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
	color: #fff !important;
	font-weight: 300;
	margin-bottom: 20px;
	border-radius: 4px;
	display: block;
	margin-top: 20px;
}
html.mobile .form_builder_submit p a {
	width: 100% !important;
}
.form_builder_submit a:hover {
	opacity: 0.9 !important;
	background: #57B76C !important;
}



/*  Thank You Page */

.ty #main {
	background: #F2F2F2;
	height: auto;
	margin-top: -28px !important;
	padding-top: 35px;
}
.ty #main > .wrap {
	padding-left: 84px !important;
}


.ty h1, .ty h2 {
	color: #379BC8 !important;
}

.ty h1 {
	margin-bottom: 10px !important;
}

.ty h4 {
	font-size: 22px;
	color: #58595B !important;
	margin-bottom: 20px;
}

.ty hr {
	border-top: 1px solid #D5D5D5;
	background: #fff !important;
}
.ty .btn-download {
	background: #57B76C;
	display: inline-block;
	padding: 12px 90px 6px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
	border-radius: 4px;
}
.ty .btn-download:hover {
	opacity: 0.9;
}

.ty .icon-hi-lg {
	width: 164px;
	display: block;
	margin-bottom: 30px;
}

.ty .recommended-wrapper {
	margin-top: 20px;
}
.ty .recommended-wrapper .icon {
	float: left;
	background: url('/templates/img/landing2015/ty-icon-sprite.png') 0 0 no-repeat;
	width: 70px;
	height: 70px;
}
.ty .recommended-wrapper .icon-60 { background-position: 0 0; }
.ty .recommended-wrapper .icon-graph { background-position: 0 -128px; }
.ty .recommended-wrapper .icon-hi { background-position: 0 -257px; }

.ty .recommended-wrapper strong {
	font-weight: 400;
}
.ty .recommended-wrapper p {
	margin-bottom: 0 !important;
	margin-left: 90px !important;
	padding-bottom: 0 !important;
}

.ty .twitter-hr {
	margin-top: 100px;
}

.ty .twitter-tab {
	margin: -34px 0 20px 20px;
}
.ty .twitter-wrapper {
	display: none;
}
.ty .twitter-wrapper h5 {
	font-size: 15px;
	color: #3BABDD;
	text-transform: uppercase;
	margin-bottom: 15px;
}


/*  responsive work  */

@media only screen and (max-width: 767px) {

	html.mobile .landing .social {
		display: block;
	}

	body {
		padding-top: 0 !important;
	}

	.column-wrapper {
		display: block;
		width: 100%;
	}

	.column {
		display: block;
		padding: 1px 0;
	}
	.column > div {
		position: relative;
		padding: 1px 0;
		margin: 30px 40px;
	}

	.column-left, .column-right {
		width: 100%;
		background: rgba(44, 42, 44, 0.66);
	}
	.column-left {
		background: rgba(32, 131, 174, 0.66);
	}
	html.mobile .landing h1 {
		color: #fff !important;
		font-size: 30px !important;
		font-weight: 300 !important;
		line-height: 30px !important;
		padding-bottom: 0 !important;
		margin-bottom: 10px !important;
	}
	html.mobile .landing h3 {
		color: #fff !important;
		font-size: 17px !important;
		font-weight: 300 !important;
	}

	.column hr {
		display: none;
	}

	.offer-wrapper img {
		display: none;
	}
	html.mobile .landing .offer-wrapper h3,
	html.mobile .landing .column-right h3 {
		margin-left: 0;
		color: #fff !important;
		font-size: 20px !important;
	}

	.form_field_container input,
	.form_field_container input:focus,
	.form_field_container input:active {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.form_field_container select {
		width: 100%;
	}

	.tab-indicator {
		left: -55px;
	}

	.mobile-content {
		display: block;
		margin-top: 50px;
	}
	.desktop-content {
		display: none !important;
	}

	/* thank you page responsive */

	html.mobile .ty #main {
		padding: 30px;
	}

	.ty #main > .wrap {
		padding-left: 0 !important;
	}

	html.mobile body.landing.ty hr {
		display: block;
	}

	.ty .span6,
	.ty .span4,
	.ty .span5,
	.ty .span7 {
		float: none;
		width: 100%;
	}

	html.mobile .landing.ty h1 {
		color: #379BC8 !important;
		font-size: 30px !important;
		margin-bottom: 30px !important;
	}

	html.mobile .landing.ty h2 {
		color: #379BC8 !important;
		margin-top: 30px;
		padding-bottom: 0;
		font-size: 20px !important;
	}

	.ty .recommended-wrapper {
		margin-bottom: 20px;
	}

	.ty .mobile-content {
		margin-top: 20px;
	}

}