@charset "utf-8";
/* CSS Document */


 /**
 * --------------------------------------------------------------------------
 * support-wrapper
 * --------------------------------------------------------------------------
 */

.support-wrapper {
	padding:50px 0;
	background:#eee;
}

.support-box-container {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0;
	padding:0;
}

.support-box-container li{
	width:290px;
	padding:50px 30px;
	background:#fff;
	border-radius:5px;
	list-style-type:none;
	margin:0 0 40px 0;
}



.support-title {
	font-size:140%;
	font-weight:bold;
	margin:0 0 30px 0;
	padding:10px 0;
	color:#0044a7;
	text-align:center;
	background:#0044a7;
	border-radius:5px;	
	color:#fff;
}

.support-box-title-sub {
	color:#0044a7;		
	font-size:80%;
	font-weight:bold;
	font-style:italic;
	margin:0 0 10px 0;
	text-align:center;	
}

.support-box-title {
	font-size:120%;
	color:#0044a7;
	text-align:center;
	margin:0 0 20px 0;
}

.support-box-icn {
	width:150px;
	margin:30px auto;
}

 /**
 * --------------------------------------------------------------------------
 * results-link
 * --------------------------------------------------------------------------
 */

.results-link-wrapper {
	padding:100px 0;
	background:url(/cjle/support/img/results-bg.jpg) bottom;
	background-size:cover;
	/*background:#0044a7;*/
	color:#fff;
}

.results-link-title-sub {
	text-align:center;
	font-size:120%;
}

.results-link-title {
	text-align:center;
	font-size:200%;
	font-weight:bold;
	margin-bottom:20px;
}


.results-link-text {
	text-align:center;
}


.results-link-bt a {
	color:#0044a7;
    text-align: center;
    margin: 40px auto 0;
    background: #fff;
    width: 350px;
    height: 60px;
    line-height: 60px;
    display: block;
    font-weight: bold;
    border-radius: 30px;
    font-size: 120%;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
}

.results-link-bt a:hover {
    color: #fff;
    background: none;
}

.result-topics {
    padding: 50px;
    background: #8FB30C;
	color:#fff;
    border-radius: 5px;
    list-style-type: none;
    margin: 0 0 40px 0;
	text-align:center;
}

.result-topics-title {
	font-size:150%;
	font-weight:bold;
	color:#fffcad;
	margin:0 0 10px 0;
	line-height:1.3;
}


/**
 ****************************************************
 * 
 * screens smaller than 500
 * 
 ****************************************************
 */
@media only screen and (max-width: 500px) {
	
.support-wrapper {
	padding:30px 0 10px;
	margin:0;
}

.support-box-container {
	display:inherit;
	margin:0;
	padding:0;
}

.support-box-container li{
	width:auto;
	padding:20px;
	margin:0 0 20px 0;
}

.support-box-title-sub {
	font-size:80%;
}

.support-title {
	font-size:120%;
	margin:0 0 20px 0;
}


.results-link-wrapper {
	padding:30px 0;
}

.results-link-title-sub {
	text-align:center;
	font-size:90%;
	margin:0 0 5px 0;
}

.results-link-title {
	font-size:130%;
	margin-bottom:20px;
	line-height:1.4;
}


.results-link-text {
	text-align:justify;
}


.results-link-bt a {
    margin: 20px auto 0;
    width: 95%;
    font-size: 120%;
}

.result-topics {
    padding: 20px;
    margin: 0 0 30px 0;
}

.result-topics-title {
	font-size:120%;
}

}
