@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

body {
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:1.4;
	color:#353535;
}

img {
	vertical-align:middle;
	max-width:100%;
	height:auto;
}

.container {
	max-width:1217px;
	width:100%;
	padding:0;
	margin:0px auto;
	font-family: 'Open Sans', sans-serif;
	color:#000;
}

.clear:before,
.clear:after {
	content:"";
	display:table;
	clear:both;
}

.help-wrapper {
	padding:0;
}

.help-row {
	display:flex;
	flex-wrap: wrap;
}

.help-col {
	float:left;
	width:19%;
	margin-left:1.2%;
	border:solid 1px #4fbee3;
	padding:25px 20px 50px;
	text-align:center;
    position:relative;
}

.help-col br {
  display:none;
}

.help-col a.more {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  display:block;
  opacity:0;
}

.help-col:first-of-type {
	margin-left:0;
}

.help-col h3 {
	font-size:18px;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:15px;
    margin-top:0;
    line-height:1.4;
}

.help-col:last-of-type h3 {
	width:100%;
	max-width:150px;
}

.help-col p {
	font-size:15px;
    margin:0;
    line-height:1.3;
}

.help-icons {
	width:75px;
	height:75px;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	margin:30px auto 40px;
}

.help-icons a {
  display:block;
  height:100%;
}

.help-col:hover {
	background-color:#4fbee3;
	color:#fff;
}

.help-col:hover a {
	color:#fff;
	text-decoration:;
}

.help-col:hover .help-icons {
	background-position:bottom center;
}

.help-faq-icon {
	background-image:url(https://desk.zoho.com/portal/api/publicImages/512734000000202027?portalId=edbsn3bc4931a2f67c3f09f0714ececffa016e420ecacd2c5621016473750dc1e6751);
}

.help-courses-icon {
	background-image:url(https://desk.zoho.com/portal/api/publicImages/512734000000202029?portalId=edbsn3bc4931a2f67c3f09f0714ececffa016e420ecacd2c5621016473750dc1e6751);
}

.help-purchase-icon {
	background-image:url(https://desk.zoho.com/portal/api/publicImages/512734000000202031?portalId=edbsn3bc4931a2f67c3f09f0714ececffa016e420ecacd2c5621016473750dc1e6751);
}

.help-account-icon {
	background-image:url(https://desk.zoho.com/portal/api/publicImages/512734000000202033?portalId=edbsn3bc4931a2f67c3f09f0714ececffa016e420ecacd2c5621016473750dc1e6751);
}

.help-team-icon {
	background-image:url(https://desk.zoho.com/portal/api/publicImages/512734000000202039?portalId=edbsn3bc4931a2f67c3f09f0714ececffa016e420ecacd2c5621016473750dc1e6751);
}

@media only screen and (max-width:1150px) {
	.help-col {
		width:32%;
		margin-left:2%;
		margin-top:10px;
		margin-bottom:10px;
		padding:25px 15px 50px;
	}
	.help-col:nth-of-type(3n+1) {
		clear:left;
		margin-left:0;
	}
	.help-col:last-of-type h3 {
		max-width:100%;
	}
}

@media only screen and (max-width:1024px) {
	.help-col {
		padding:20px 15px 50px;
	}
	.help-col h3 {
		font-size:15px;
		min-height:42px;
	}
	.help-icons {
		width:70px;
		height:70px;
		margin:30px auto 40px;
	}
	.help-col p {
		font-size:14px;
	}
}

@media only screen and (max-width:600px) {
	.help-col {
		width:48%;
		margin-left:4%;
	}
	.help-col:nth-of-type(3n+1) {
		clear:none;
		margin-left:4%;
	}
	.help-col:nth-of-type(odd) {
		clear:left;
		margin-left:0;
	}
	.help-col h3 {
		font-size:17px;
	}
	.help-col h3 br {
		display:none;
	}
}

@media only screen and (max-width:480px) {
	.help-row {
		display:block;
	}
	.help-col {
		float:none;
		width:100%;
		margin-left:0;
		margin-top:15px;
		margin-bottom:15px;
		padding:20px 15px 40px;
	}
	.help-col:nth-of-type(3n+1) {
		clear:none;
		margin-left:0;
	}
}

