
/* ==================== section-support-banner ======================================== */

.section-support-banner{
	background-color: #595d65;
}
.section-support-banner.content{
	margin-bottom: 45px;
}
.section-support-banner h1{
	margin-top: 10px;
}
.section-support-banner h3{
	font-size: 36px;
	margin-bottom: 50px;
}
.section-support-banner p{
	font-size: 26px;
	max-width: 500px;
	margin-top: 80px;
}
.section-support-banner p a{
	color: white;
}
@media screen and (max-height: 1200px){
	.section-support-banner p{
		display: none;
	}
}

/* ==================== section-support-banner2 ======================================== */

.section-support-banner2{
	background-color: #595d65;
	/*background-image: url('../../images/pages/support/banner-plus.jpg');*/
	background-image: none;
}
.section-support-banner2.content{
	margin-bottom: 45px;
}
.section-support-banner2 h1{
	margin-top: 10px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.section-support-banner2 p{
	font-size: 36px;
}

/* ==================== 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-support-features ======================================== */

.section-support-features h2{
	font-size: 48px;
	text-align: center;
	margin: 50px auto;
	max-width: 800px;
}
.section-support-features .flex-container .item{
	width: 300px;
	padding: 10px 50px;
}
.section-support-features .flex-container h3{
	text-align: center;
}
.section-support-features .flex-container .item img{
	max-height: 65px;
	display: block;
	margin: 0 auto;
}

/* ==================== section-support-faq ======================================== */

.section-support-faq{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #eff3f5 url(../../images/pages/support/top-faq.png) no-repeat calc(50% - 417px) 50px;
	min-height: 770px;
}
.section-support-faq .text-area{
	padding-left: calc(50% - 100px);
}

@media screen and (max-width: 800px){
	.section-support-faq{
		background-image: none;
		min-height: 0;
	}
	.section-support-faq .text-area{
		padding-left: 15px;
	}
}

/* ==================== section-support-topics ======================================== */

.section-support-topics{
	border-top: 1px solid #ccc;
}
.section-support-topics .posts-lost-narrow .item{
	border-bottom: none;
}

/* ==================== section-support-bannerSolution ======================================== */

.section-support-bannerSolution{
	background-image: url('../../images/pages/support/banner-solution.jpg');
	background-color: #010b0d;
	min-height: 420px;
}
.section-support-bannerSolution h2{
	font-size: 40px;
}
.section-support-bannerSolution p{
	font-size: 24px;
	max-width: none;
	margin-bottom: 30px;
}
.section-support-bannerSolution .button{
	background-color: #7bc048;
	color: white;
	font-size: 26px;	
}
