.press-release-landing {
	padding-top: 57px;
}
	.press-release-landing .press-header {
		background:url(../images/press-release-landing-header-img.jpg) no-repeat center top #fff;
		padding: 65px 0;
	}
		.press-release-landing .press-header h1 {
			font-weight: 600;
			font-size: 44px;
			line-height: 44px;
		}
		.press-release-landing .press-header .lead {
			font-size: 24px;
			line-height: 34px;
			margin-top: 10px;
			margin-bottom: 32px;
			color: #656565;
		}
		.press-release-landing .press-header .blue-checkmarks li {
			color: #656565;
			margin: 15px 0;
		}
	.press-release-landing .promo-ribbon {
		position: relative;
		float: left;
		display: inline-block;
		margin-left: 50px;
		margin-top: 20px;
		margin-bottom:70px; 
	}
		.press-release-landing .promo-ribbon:after {
			content: "";
			position: absolute;
			display: block;
			width: 0;
			top: 0;
			right: -19px;
			border: 38px solid #1357a8;
			border-right-color: transparent;
			border-right-width: 19px;
			border-radius: 0 7px 7px 0;
			z-index: 0;
		}
		.press-release-landing .promo-ribbon .circle {
			background: #13a68c;
			background: -moz-linear-gradient(top,  #13a68c 0%, #0e987c 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13a68c), color-stop(100%,#0e987c));
			background: -webkit-linear-gradient(top,  #13a68c 0%,#0e987c 100%);
			background: -o-linear-gradient(top,  #13a68c 0%,#0e987c 100%);
			background: -ms-linear-gradient(top,  #13a68c 0%,#0e987c 100%);
			background: linear-gradient(to bottom,  #13a68c 0%,#0e987c 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a68c', endColorstr='#0e987c',GradientType=0 );
			border: 5px solid #19836c;
			border-radius: 50%;
			width: 105px;
			height: 105px;
			position: absolute;
			z-index: 2;
			left: -50px;
			top: -13px;
		}
			.press-release-landing .promo-ribbon .circle h2 {
				text-transform: uppercase;
				color: #e8f2fb;
				font-weight: 600;
				font-size: 18px;
				text-align: center;
				padding: 29px 0;
			}
			.press-release-landing .promo-ribbon .circle:after, .press-release-landing .promo-ribbon .circle:before, 
			.press-release-landing .promo-ribbon .circle h2:after, .press-release-landing .promo-ribbon .circle h2:before {
				content: "";
				display: block;
				height: 1px;
				background-color: #a7d7d5;
				position: absolute;
				left: 30%;
				right: 30%;
			}
				.press-release-landing .promo-ribbon .circle:after {
					top: 13px;
				}
				.press-release-landing .promo-ribbon .circle:before {
					bottom: 13px;
				}
			.press-release-landing .promo-ribbon .circle h2:after, .press-release-landing .promo-ribbon .circle h2:before {
				left: 25%;
				right: 25%;
			}
				.press-release-landing .promo-ribbon .circle h2:after {
					top: 18px;
				}
				.press-release-landing .promo-ribbon .circle h2:before {
					bottom: 18px;
				}
		.press-release-landing .promo-ribbon .text {
			position: relative;
			z-index: 1;
			height: 76px;
			padding: 10px 0 10px 60px;
			background-color: #1357a8;
			color: #FFF;
		}
			.press-release-landing .promo-ribbon .text .percent {
				font-size: 48px;
				font-weight: 600;
				line-height: 34px;
				float: left;
			}
				.press-release-landing .promo-ribbon .text .percent sup {
					top: -15px;
					font-size: 26px;
				}
			.press-release-landing .promo-ribbon .text .percent-off {
				float: left;
				color: #a9c4e2;
				font-size: 24px;
				font-weight: 600;
				line-height: 1;
			}
				.press-release-landing .promo-ribbon .text .percent-off span {
					display: block;
					color: #e8f2fb;
					font-size: 16px;
					font-weight: normal;
					line-height: 1;
					margin-left: -11px;
				}
			.press-release-landing .promo-ribbon .promo-code {
				font-size: 15px;
				font-weight: 600;
				text-transform: uppercase;
				float: left;
				clear: both;
			}
				.press-release-landing .promo-ribbon .promo-code em {
					font-style: normal;
					color: #a9c4e2;
				}
	
	.press-release-landing .register-form {
		/*background-color: #f1f1f1;
		border-radius: 4px;*/
		margin-bottom: 10px;
	}
		.press-release-landing .register-form fieldset {
			padding: 25px;
			background-color: #f1f1f1;
			border-radius: 0 0 4px 4px;
		}
		.press-release-landing .register-form fieldset.header {
			background-color: #0d3c75;
			padding-top: 20px;
			border-top: 5px solid #114f99;
			border-radius: 4px 4px 0 0;
			position: relative;
		}
		.press-release-landing .register-form .steps {
			position: absolute;
			top: -5px;
			left: 0;
			right: 0;
		}
			.press-release-landing .register-form .steps .bar {
				position: absolute;
				left: 0;
				top: 0;
				right: 95px;
				height: 5px;
				background-color: #1563c2;
				border-top-left-radius: 4px;
			}
			.press-release-landing .register-form .steps .number {
				width: 30px;
				height: 30px;
				line-height: 30px;
				border-radius: 50%;
				float: right;
				margin-right: 25px;
				background-color: #e8f2fb;
				text-align: center;
				font-size: 18px;
				color: #737373;
				position: relative;
				z-index: 1;
				margin-top: -13px;
				cursor: default;
			}
				.press-release-landing .register-form .steps .number.current {color: #333;}
		.press-release-landing .register-form .step {
			font-size: 14px;
			font-weight: 600;
			letter-spacing: 1px;
			text-transform: uppercase;
			color: #c3cdd8;
			margin-bottom: 10px;
		}
		.press-release-landing .register-form h4 {
			font-size: 18px;
			font-weight: 600;
			color: #f1f1f1;
			text-align: center;
		}
		.press-release-landing .register-form .form-group {
			position: relative;
		}
			.press-release-landing .register-form .form-group .fa {
				display: block;
				position: absolute;
				top: 8px;
				left: 1px;
				width: 50px;
				height: 30px;
				line-height: 30px;
				text-align: center;
				color: #8c8c8c;
				border-right: 1px solid #f1f1f1;
			}
		.press-release-landing .register-form .form-control {
			border-radius: 4px;
			border: 1px solid #ccc;
			box-shadow: none;
			-webkit-box-shadow: none;
			font-size: 14px;
			color: #8c8c8c;
			margin-bottom: 20px;
			padding-left: 65px;
		}
			.press-release-landing .register-form .form-control:focus {
				border-color: #1357a8;
			}
		.press-release-landing .register-form .btn {
			width: 100%; font-size:24px;
		}
	.press-release-landing .how-it-works {
		text-align: center;
	}
		.press-release-landing .how-it-works .img {
			width: 153px;
			height: 153px;
			border-radius: 50%;
			overflow: hidden;
			border: 3px solid #b4c9e3;
			margin: 20px auto;
		}
			.press-release-landing .how-it-works .column {
				padding-left: 30px;
				padding-right: 30px;
				margin-bottom: 40px;
			}
			.press-release-landing .how-it-works h3 {
				margin-bottom: 15px;
			}
			.press-release-landing .how-it-works h3 .step {
				display: inline-block;
				background-color: #1357a8;
				border-radius: 4px;
				padding: 2px 5px;
				color: #f1f1f1;
				text-transform: uppercase;
				font-size: 12px;
				font-weight: 600;
				position: relative;
				top: -4px;
			}
			.press-release-landing .how-it-works .column p {
				font-size: 16px;
				color: #737373;
			}
			/*.press-release-landing .how-it-works .btn-cta {
				margin-top: 40px;
			}*/
	.press-release-landing .testimonials h2 {
		color: #1357a8;
		margin-bottom: 40px;
	}
	.press-release-landing .press-rel-distribution .main-header, .press-release-landing .media-outreach .main-header {
		text-align: left;
	}
		.press-release-landing .press-rel-distribution .main-header h2, .press-release-landing .press-rel-distribution h3 .fa,
		.press-release-landing .media-outreach h2, .press-release-landing .media-outreach h3 .fa, .press-release-landing .why-us-section h2 {
			color: #1357a8;
		}
		.press-release-landing .press-rel-distribution .column p, .press-release-landing .media-outreach p {
			margin: 10px 0 20px;
		}
		.press-release-landing .section-img {
			border-style: solid;
			border-color: #c8c9cd;
			box-shadow: 0 0 10px #c8c9cd;
			overflow: hidden;
			position: absolute;
			/*top: 70px;*/
			bottom: 0;
		}
			.press-release-landing .press-rel-distribution .section-img {
				right: 0;
				border-width: 1px 0 0 1px;
				border-top-left-radius: 4px;
				width: 260px;
			}
			.press-release-landing .media-outreach .section-img {
				left: 0;
				border-width: 1px 1px 0 0;
				border-top-right-radius: 4px;
				width: 360px;
			}
	.press-release-landing .media-outreach.section {
		background-color: #f6fafd;
	}

	.press-release-landing .brands-list-panel {
		background-color: #f7f7f7;
		padding-top:60px;
		padding-bottom:35px;
	}
		.press-release-landing .brands-list-panel h3 {
			background: none;
			margin-bottom: 30px;
		}

	.press-release-landing .section {
		padding-top: 70px;
		padding-bottom: 70px;
		position: relative;
	}

	.press-release-landing h2 {
		font-size: 40px;
		/*line-height: 22px;*/
		color: #333;
	}
	.press-release-landing .lead {
		font-weight: 300;
		padding-bottom: 10px;
	}
	

.press-release-landing-page .footer {
	padding: 40px 0;
}
	.press-release-landing-page .footer .adr {margin: 0;}

.press-release-landing .btn-cta {
	background-color: #ef791a;
	border-radius: 4px;
	color: #f1f1f1;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
}
	.press-release-landing .btn-cta:hover {
		background: #e45d2b;
	}
	.press-release-landing .btn-cta.btn-lg {
		padding-top: 10px;
		padding-bottom: 10px;
	}

.section.blue-bg {
	background-color: #e8f2fb;
}

.blue-checkmarks .fa {
	color: #1357a8;
}

.short-line {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #d1d1d1;
	width: 140px;
	margin: 30px 0;
	display: inline-block;
}

/************* 19july *************/
.press-header .call{font-size:18px;}
.press-header .offer-wrap{float:left; width:100%; margin-top:32px;}
.press-header .offer-wrap strong{   float: left; font-size: 35px; font-weight: bold; line-height: 112px;  margin-right: 20px;}

.customer-release { position:relative; margin:30px 0; background: #fff; padding:0 20px 20px; font-family: 'Open Sans', sans serif; font-size:14px; font-weight:300; color: #656565; border-radius: 5px; border:1px solid #c8c9cd; line-height:2em; box-shadow:0 0 10px #c8c9cd; }
.customer-release h3{    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0 0 5px;}

.customer-release a {
    color: #1357a8;
    font-size: 18px;
}
.customer-release .comp-name{
	margin-top: 15px;
}

.customer-release .comp-name img {
	margin-right: 15px;
	vertical-align: middle;
}


@media (min-width: 1600px) {
	.press-release-landing .press-rel-distribution .section-img {
		width: auto;
	}
	.press-release-landing .media-outreach .section-img {
		width: 403px;
	}
}

@media (max-width: 1280px) {
	.press-release-landing .press-rel-distribution .section-img {width: 230px;}
	.press-release-landing .media-outreach .section-img {width: 320px;}
}

@media (max-width: 1024px) {
	.press-release-landing .press-rel-distribution .section-img {
		width: 170px;
	}
		.press-release-landing .press-rel-distribution .section-img img {width: 100%;}
	.press-release-landing .media-outreach .section-img {
		width: 250px;
	}
		.press-release-landing .media-outreach .section-img img {height: 100%;}
}

@media only screen and (max-width: 991px) {
	.press-release-landing  .brands-list li {
		display: block;
		text-align: center;
	}
		.press-header .call{margin-bottom:30px;}

		.press-release-landing  .brands-list li + li {margin-top: 20px;}
}

@media (max-width: 768px) {
	.press-release-landing {padding: 0;}
	.press-release-landing .press-header .left-col {text-align: center;}
}

@media (max-width: 767px) {
	.press-release-landing .promo-ribbon .promo-code {
		font-size: 13px;
	}
	.footer .adr, .footer .tel {
		text-align: center !important;
	}
}


@media (max-width:640px){
	.press-header .offer-wrap strong{width:100%;}
	.press-header .offer-wrap{margin-top:0;}
	.press-header .offer-wrap strong{line-height:50px;}


}
