
/* -------------------- section-products-banner -------------------- */

.section-products-banner{
	background-color: #1d1b1a;
}
.section-products-banner p{
	font-size: 25px;
	max-width: none;
}

/* ==================== section-support-boxes ======================================== */

.section-support-boxes .content{
	padding-top: 0px;
}
.section-support-boxes h3{
	font-size: 23px;
}
.section-support-boxes .item{
	width: 400px;
	margin: 10px;
	padding: 50px;
	font-size: 18px;
	text-decoration: none;
	background-color: #0f72d4;
	text-align: center;
	color: white;
}
.section-support-boxes .item.cpm{ background-color: #0a8fff; }
.section-support-boxes .item.csc{ background-color: #36b8ad; }
.section-support-boxes .item.cwt{ background-color: #22bcc4; }

.section-support-boxes .item:empty{
	padding:0;
	background-color: transparent;
}
.section-support-boxes .item h2{
	font-size: 30px;
}
.section-support-boxes .item img{
	max-width: 80px;
	max-height: 80px;
	vertical-align: middle;
	margin-right: 20px;
}
.section-support-boxes .item h2{
	margin: 0 0 30px 0;
	font-size: 24px;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}
.section-support-boxes .item p{
	min-height: 50px;
}
.section-support-boxes .item a{
	color: white;
	font-size: 17px;
	background-color: rgba(0,0,0,0.15);
}
.section-support-boxes .item a:hover{
	background-color: rgba(0,0,0,0.3);
}

/* ==================== section-products-boxes ======================================== */

.section-products-boxes{
	background-color: #EFF3F5;
}
.section-products-boxes .content{
	padding-top: 0px;
}
.section-products-boxes h3{
	font-size: 23px;
}
.section-products-boxes .item{
	width: 400px;
	margin: 15px;
	padding: 40px 50px;
	font-size: 16px;
	text-decoration: none;
	background-color: white;
	border-radius: 6px;
	color: #333333;
}
.section-products-boxes .item:empty{
	padding:0;
	background-color: transparent;
}
.section-products-boxes .item img{
	margin-bottom: -30px;
}
.section-products-boxes .item .mainlink{
	display: block;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.section-products-boxes .item h2{
	margin: 5px 0;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}
.section-products-boxes .item p{
	/*min-height: 44px;*/
}
.section-products-boxes .item ul{
	margin: 30px 0;
	font-weight: bold;
	list-style:none;
}
.section-products-boxes .item ul li{
	position: relative;
}
.section-products-boxes .item ul li:before{
	position: absolute;
	content: '\2713';
	margin: 0 10px 0 -22px;
	color: #62C22D;
}
.section-products-boxes .item ul{
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}
.section-products-boxes .item .price{
	font-size: 50px;
	color: #397DEC;
	margin-bottom: 20px;
}
.section-products-boxes .item .price sup,
.section-products-boxes .item .price sub{
	font-size: 50%;
}
.section-products-boxes .item .price .alt{
	display: block;
	font-size: 16px;
	color: #333333;
	margin-bottom: 30px;
	font-weight: bold;
}
.section-products-boxes .item .button{
	/*width: 350px;*/
	margin-bottom: 15px;
}
.section-products-boxes .terms{
	margin-bottom: 13px;
	text-align: left;
}

/* ==================== section-products-links ======================================== */

.section-products-links{
	background-color: #EFF3F5;
}
.section-products-links h2{
	font-size: 48px;
	max-width: 800px;
	text-align: center;
	margin: 0 auto 30px auto;
}
.section-products-links .item{
	width: 400px;
	margin: 10px;
	padding: 50px;
	font-size: 18px;
	text-decoration: none;
	background-color: #0f72d4;
	text-align: center;
	color: white;
}
.section-products-links .item.blue{ background-color: #0a8fff; }
.section-products-links .item.green{ background-color: #36b8ad; }

.section-products-links .item:empty{
	padding:0;
	background-color: transparent;
}
.section-products-links .item img{
	max-width: 80px;
	max-height: 80px;
	vertical-align: middle;
	margin-right: 20px;
}
.section-products-links .item h3{
	margin: 0 0 30px 0;
	font-size: 40px;
	min-height: 100px;
	text-align: center;
}
.section-products-links .item p{
	min-height: 100px;
}
.section-products-links .item a{
	color: white;
	font-size: 17px;
	background-color: rgba(0,0,0,0.15);
}
.section-products-links .item a:hover{
	background-color: rgba(0,0,0,0.3);
}
