/*--------------------- Catalog page ----------------------*/
.cp-contant {
	float: left;
	width: 100%;
}
.cp-title-page {
	float: left;
	background: url(/img/title-bg-14.png);
	width: 100%;
	height: 177px;
	margin-top: 24px;
}
.cp-title-page-txt {
	float: left;
	margin-top: 12px;
}
.cp-title-page-txt h4 {
	font-family: HelveticaBoldItalic;
	color: #dc0026;
	font-size: 27px;
	line-height: 23px;
	margin-top: 10px;
	margin-bottom: 0;
}
.cp-title-page-txt h3 {
	font-family: HelveticaBoldItalic;
	font-size: 48px;
	line-height: 38px;
	color: #00004c;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 17px;
	padding-bottom: 8px;
	border-bottom: 3px solid #00004c;
}
p.cp-text {
	float: left;
	width: 100%;
	font-family: Lato-Regular;
	font-size: 18px;
	line-height: 25px;
	margin-top: 30px;
	margin-bottom: 25px;
}
h4.cp-bluetitle {
	float: left;
	width: 100%;
	font-family: Lato-BoldItalic;
	font-size: 30px;
	line-height: 59px;
	height: 59px;
	background: #01004c;
	color: #fff;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
.digital-catalog {
	float: left;
	width: 100%;
	margin-bottom: 60px;
	margin-top: 28px;
}
.dc-box {
	width: 242px;
	margin: 0 auto;
}
.dc-box a {
	display: block;
	text-decoration: none;
}
h5.dc-txt {
	font-family: Lato-BoldItalic;
	position: relative;
	font-size: 25px;
	line-height: 20px;
	color: #747474;
	margin-top: 17px;
	margin-bottom: 0;
	text-align: center;
}
h5.dc-txt span {
	position: relative;
	top: 3px;
	margin-right: 10px;
}

.cp-form {
	float: left;
	width: 100%;
	padding: 30px 0 10px;
	border: 1px solid #01004c;
	border-radius: 10px;
	margin-top: 40px;
}
.cp-form-left {
	float: left;
	width: 515px;
	margin-left: 30px;
	margin-right: 20px;
}
.cp-form-right {
	float: right;
	width: 525px;
	margin-right: 30px;
}
.cp-form-line {
	float: left;
	width: 522px;
}
.cpf-input-group {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.cpf-input-group.first-name {
	float: left;
	width: 252px;
	margin-right: 17px;
}
.cpf-input-group.last-name {
	float: right;
	width: 253px;
}
.cpf-input-group.city {
	float: left;
	width: 241px;
	margin-right: 17px;
}
.cpf-input-group.state {
	float: left;
	width: 91px;
	margin-right: 17px
}
.cpf-input-group.zip {
	float: left;
	width: 152px;
}
.cpf-input-group.country {
	float: left;
	width: 349px;
}
.cp-form input {
	float: left;
	height: 42px;
	line-height: 45px;
	font-size: 18px;
	border: 1px solid #828282;
	border-radius: 7px;
	padding-left: 10px;
	color: #000;
}
.cp-form label {
	font-family: Lato-Italic;
	color: #4a4f53;
	font-size: 18px;
	padding: 0 6px;
	background: #fff;
	position: absolute;
	top: -12px;
	left: 17px;
}
.cp-form select {
	float: left;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	border: 1px solid #828282;
	border-radius: 7px;
	background: #fff;
	padding-left: 7px;
}
.company input,
.email input,
.phone input,
.address input {
	width: 505px;
}
.asi input {
	width: 121px;
}
.first-name input,
.last-name input {
	width: 235px;
}
.customer select {
	width: 523px;
}
.city input {
	width: 228px;
}
.state input {
	width: 79px;
}
.zip input {
	width: 140px;
}
.country input {
	width: 335px;
}
button.cpf-btn-send {
	background: #d80025;
	color: #fff;
	float: right;
	width: 170px;
	height: 48px;
	line-height: 43px;
	font-family: Lato-BoldItalic;
	font-size: 24px;
	text-align: center;
	border-radius: 7px;
	cursor: pointer;
	border: none;
	margin-top: 65px;
}
.banner-customshape {
	margin-top: 116px;
}
.block-singup,
.block-singup-answer {
	margin-top: 80px;
}
.cp-form-answer {
	display: none;
	float: left;
	width: 100%;
	height: 371px;
	border: 2px solid #000;
	border-radius: 10px;
	padding: 0 0;
	margin-top: 40px;
}
.cp-form-answer p {
	font-size: 28px;
	line-height: 40px;
	float: left;
	width: 100%;
	text-align: center;
	margin: 135px 0;
}
