.cn-wrap {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}

.cn-btn {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #333;
	color: #fff;
	font-size: 24px;
	height: 38px;
	line-height: 38px;
	padding: 0;
	border-radius: 5px;
	text-decoration: none;
	overflow: hidden;
	margin-bottom: 1px;
}

.cn-btn.cn_cust-border_color {
	width: calc(100% - 2px);
	border: 1px solid #000;
}

.cn-btn-rounded {
	border-radius: 20px;
	padding: 2px;
}

.cn-2btn {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #333;
	color: #fff;
	font-size: 24px;
	height: 55px;
	line-height: 55px;
	padding: 0;
	border-radius: 5px;
	text-decoration: none;
	overflow: hidden;
	margin-bottom: 1px;
}

.cn-text-2lines {
	height: 55px;
	display: inline-block;
	line-height: normal;
	text-align: left;
}

.cn-text-2lines div {
	display: block;
	color: rgba(255,255,255,.8);
	vertical-align: inherit;
}

.cn-text-2lines div span {
	vertical-align: text-bottom;
}

.cn-txt_sm {
	font-size: 16px;
	line-height: 1.1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.cn-txt_cond {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
}

.cn-txt_md {
	font-size: 24px;
	line-height: 1.1em;
	vertical-align: text-top;
}

.cn-txt_lg {
	font-size: 30px;
	line-height: 1.1em;
	vertical-align: text-top;
}

.cn-txt_xlg {
	font-size: 50px;
	line-height: 40px;
	vertical-align: text-top;
}

.cn-2btn-wrap .cn-txt_cond_lg {
	vertical-align: inherit;
}

.cn-txt_bold {
	font-weight: 700;
}

.cn-txt_wht {
	color: #fff;
}

.cn-btn-center {
	text-align: center;
}

.cn-2btn img.cn-icon {
	height: 32px;
	width: 32px;
	margin: 11px 5px 0 0;
	display: inline-block;
	vertical-align: text-bottom;
}

.cn-btn-first {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.cn-btn-last {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 640px) {
	
	.cn-btn .cn-btn-hover {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,.2);
		display: none;
	}
	
	.cn-btn:hover .cn-btn-hover {
		display: block;
	}
	
}

.cn-icon {
	display: inline-block;
	height: 38px;
	width: 38px;
	background-size: 38px 38px;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: top;
}

.cn-icon-sm {
	height: 38px;
	width: 24px;
	background-size: 24px 24px;
}

.cn-btn-rounded .cn-icon {
	float: left;
}

.cn-2btn-wrap .cn-icon {
	height: 55px;
	width: 32px;
	background-size: 32px 32px;
}

.cn-icon-tag-wht {
	background-image: url(cn-img/cn-icon-tag-wht.png);
}

.cn-icon-tag-rev {
	background-image: url(cn-img/cn-icon-tag-rev.png);
}

.cn-icon-pen-wht {
	background-image: url(cn-img/cn-icon-pen-wht.png);
}

.cn-icon-pen-rev {
	background-image: url(cn-img/cn-icon-pen-rev.png);
}

.cn-section,
.cn-section_head,
.cn-section_footer {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #999;
	width: 100%;
}

.cn-section_head {
	background: #cccccc;
	text-align: center;
	font-weight: 700;
	padding: 10px 0;
}

.cn-section_footer {
	background: #cccccc;
	text-align: center;
	padding: 10px 0;
	border-width: 1px;
}

.cn-section {
	padding-bottom: 5px;
	background: #e8e8e8;
}

.cn-section-last {
	border-bottom-width: 1px;
}

.cn-section-padding {
	padding: 20px 20px 5px 20px;
}

.cn-section-padding > .cn-btn {
	margin-bottom: 10px;
}

.cn-twocol-wrap {
	display: table;
	width: 100%;
}

.cn-twocol-wrap > div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	text-align: center;
	padding: 10px 10px 5px 10px;
}

.cn-details {
	font-size: 13px;
	text-align: center;
	color: #999;
}


.cn-clear {
	clear: both;
	height: 0;
}



/* v3 rounded box cta */
.cn-roundbox {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #000;
}

.cn-roundbox-header {
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 1.1em;
	min-height: 40px;
	display: table;
	width: 100%;
}

.cn-roundbox-header > div {
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 20px;
	line-height: 1.1em;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.cn-roundbox-text {
	padding: 10px;
	text-align: center;
}

.cn-roundbox-text-2col {
	padding-bottom: 0;
}

.cn-roundbox-text-2col .cn-roundbox-text-section {
	width: 50%;
	display: block;
	float: left;
	min-height: 40px;
	line-height: 40px;
}

.cn-roundbox-text-2col .cn-roundbox-text-section .cn-price, 
.cn-roundbox-text-2col .cn-roundbox-text-section .cn-term {
	padding: 0
}

.cn-roundbox .cn-price,
.cn-roundbox .cn-term {
	padding: 5px 0 10px 0;
	display: inline-block;
}

.cn-roundbox .cn-price {
	font-size: 34px;
}

.cn-roundbox .cn-term {
	font-size: 16px;
}


/* button bar */

.cn-btn_bar {
	display: table;
	width: auto;
	max-width: 1140px;
	height: auto;
	border-radius: 6px;
	color: #fff;
}

.cn-btn_bar .cn-btn_bar-item {
	display: table-cell;
	height: 100px;
	width: auto;
	vertical-align: middle;
	border-left: 1px solid rgba(0,0,0,.2);
	border-right: 1px solid rgba(255,255,255,.3);
	padding: 0 5px;
}

.cn-btn_bar .cn-btn_bar-item-first {
	border-left: none;
	white-space: nowrap;
}

.cn-btn_bar .cn-btn_bar-item-first .cn-txt_xlg {
	font-size: 40px;
}

.cn-btn_bar .cn-btn_bar-item-last {
	border-right: none;
	padding-right: 20px;
}

.cn-btn_bar-padding {
	padding: 0 20px;
}

.cn-btn_bar .cn-btn {
	background: #fff;
	padding: 5px 10px;
	white-space: nowrap;
}

.cn-btn_bar .cn-icon {
	float: left;
	margin-right: 10px;
	height: 50px;
	width: 50px;
	background-size: 50px 50px;
}

.cn-icon-trade_value-wht {
	background-image: url(cn-img/cn-icon-trade_value-wht.png);
	height: 50px;
	width: 75px !important;
	background-size: 75px 50px !important;
	background-position: center center;
}

.cn-icon-calculator-wht {
	background-image: url(cn-img/cn-icon-calculator-wht.png);
}

.cn-icon-get_price-wht {
	background-image: url(cn-img/cn-icon-get_price-wht.png);
}

.cn-desktop {
	display: block;
}

.cn-mobile {
	display: none;
}


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

	.cn-desktop {
		display: none;
	}
	
	.cn-mobile {
		display: block;
	}

}


@media screen and (min-width: 901px) and (max-width: 1200px) {
	
	.cn-btn_bar .cn-icon {
		display: block;
		margin: 0 auto;
		height: 30px;
		width: 30px;
		background-size: 30px auto !important;
		clear: both;
		float: none;
	}
	
	.cn-btn_bar .cn-btn_bar-item {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	
	.cn-btn_bar .cn-btn_bar-padding {
		font-size: 20px;
	}

}


@media screen and (max-width: 900px) {
		
	.cn-btn_bar,
	.cn-btn_bar .cn-btn_bar-item {
		display: block;
		padding: 0;
		border: none;
		clear: both;
	}
	
	.cn-btn_bar .cn-btn_bar-item {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		display: table;
		width: 100%;
	}
	
	.cn-btn_bar .cn-btn_bar-item-first {
		white-space: normal;
		text-align: center;
	}

	.cn-btn_bar-padding {
		padding: 10px;
	}

	.cn-btn_bar .cn-icon {
		width: 75px;
		height: 50px;
		background-size: 50px auto !important;
	}
	
	.cn-btn_bar .cn-btn {
		width: calc(100% - 20px);
	}
	
}

/* customer-defined styles */

.cn_cust-btn_color {
	background: #009045;
}

.cn_cust-btn_color.cn-btn {
	color: #009045;
}