
	@media only screen and (min-width: 641px) and (max-width: 1024px) {
		.grid-item,
	.grid-sizer {
		width: 100% !important;
		float: left !important;
		box-sizing: border-box;
		padding: 5px 10px !important;
	}
	.gi-1,
	.gi-2,
	.gi-3,
	.gi-4,
	.gi-5,
	.gi-6,
	.gi-7,
	.gi-8,
	.gi-9,
	.gi-10 {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: 0 !important;
		float: left;
	}
		.helpnavsec { top: 83px !important; }
	}
@media only screen and (min-width: 321px) and (max-width: 640px) {
	.helpnavsec {
		display: none !important;
	}
	.grid-item,
	.grid-sizer {
		width: 100% !important;
		float: left !important;
		box-sizing: border-box;
		padding: 5px 10px !important;
	}
	.gi-1,
	.gi-2,
	.gi-3,
	.gi-4,
	.gi-5,
	.gi-6,
	.gi-7,
	.gi-8,
	.gi-9,
	.gi-10 {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: 0 !important;
		float: left;
	}
	.helpcontainer {
		padding: 0 !important;
	}
	.helpguide {
		width: 45% !important;
		padding: 2% !important;
		max-width: none !important;
		text-align: center;
	}
	.help-title-bor {
		margin: 0 0 15px !important;
	}
	.heading-menu {
		display: none;
	}
	.adbanner-image {
		width: 100% !important;
	}
	.adbanner-text {
		width: 100% !important;
		padding: 10px 10px 25px !important;
		text-align: center;
		box-sizing: border-box;
	}
	.ytvid {
		width: 100% !important;
	}
	.helpbanner-title { margin: 5px 0 20px 0px !important; }
}

@media screen and (max-width:640px) {
	.resource-block img {
		display: none;
	}
	.resource-block dt {
		padding: 10px 0px;
	}
	.help-title {
		display: inline-block;
		font-size: 22px;
		line-height: 50px;
		text-align: left;
		text-transform: uppercase;
		font-weight: bold;
		color: #000000;
	}
	iframe#”productdemo” {
		width: 100%;
		height: 204px;
	}
	.help-container li a {
		color: #2d2d85;
		font-size: 12px;
		border-radius: 5px;
		padding: 5px 10px;
	}
	.helpnavsec {
		position: fixed;
		background: #f9f9f9;
		z-index: 9999;
		top: 90px;
		left: 0;
		right: 0;
	}
	.help-title-bor {
		border-bottom: 1px solid #2d2d85;
		display: block;
		height: 1px;
		margin: 0 0 30px;
	}
	.helptitle {
		font-size: 12px;
		font-weight: 600;
		line-height: 20px;
		margin: 10px 0 0;
		text-align: center;
		color: #2d2d85;
	}
	.helptitle a {
		color: #2d2d85;
	}
	.hptab {
		list-style-type: none;
		float: left;
		color: #2d2d85;
		margin: 5px;
		display: inline-block;
	}
	.helpguide {
		width: 38%;
		display: inline-block;
		padding: 10px 15px;
		vertical-align: top;
	}
	.cover {
		border: 1px solid #ccc;
	}
	.video-box {
		padding: 5px 0px;
		text-align: center;
		width: 100% !important;
		margin: 0 !important;
	}
	.help-videotext {
		width: 100%;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
	}
	.review-icon {
		width: 100% !important;
		height: 150px;
		background: #000000;
		margin: 0 auto;
	}
	.review-box {
		margin-bottom: 22px;
		width: 100% !important;
		margin: 0 !important;
	}
	.help-reviewtext {
		text-align: center;
		font-size: 14px;
		font-weight: 600;
	}
	.helpbanner-title {
		font-size: 21px;
		line-height: 30px;
		margin: 10px 0 30px 0px;
		font-weight: 700;
		color: #fff;
	}
	.adbanner {
		margin-top: 40px;
		background: #2d2d85;
		padding: 0;
		box-sizing: border-box;
	}
	.upweb {
		background: #F4E403;
		color: #2d2d85;
		font-weight: 700;
		font-size: 13px;
		display: inline-block;
		padding: 5px 15px;
		border-radius: 26px;
		margin: 10px 0;
	}
	a.hwebinar-complete-btn {
		background-color: #e96221 !important;
		border-radius: 3px !important;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		padding: 12px 24px;
		text-decoration: none;
	}
	.loadmore {
		color: #2a97f7;
		text-decoration: none;
		font-size: 14px;
		float: right;
		border: 1px solid #2a97f7;
		border-radius: 33px;
		padding: 4px 14px;
	}
}

@media only screen and (device-width: 768px) {
	/* For general iPad layouts */
	.helpnavsec {
		position: fixed;
		background: #f9f9f9;
		z-index: 9999;
		top: 90px;
		left: 0;
		right: 0;
	}
	.hptab {
		list-style-type: none;
		display: inline-block;
		padding: 3px 14px;
		border: 1px solid #2d2d85;
		border-radius: 3px;
		margin: 5px;
		font-size: 12px;
	}
	.hptab:hover {
		background: #2d2d85;
		color: #ffffff;
		border: 1px solid #2d2d85;
	}
	.help-container li a {
		color: #2d2d85;
		font-size: 12px;
	}
	.help-container li a:hover {
		color: #fff;
		background: #2d2d85;
		text-decoration: none;
	}
	.helprow {
		padding: 0px 30px;
	}
	.resource-block img {
		display: none;
	}
	.resource-block dt {
		padding: 10px 0px;
	}
	.help-title {
		display: inline-block;
		font-size: 22px;
		line-height: 50px;
		text-align: left;
		text-transform: uppercase;
		font-weight: bold;
		color: #000000;
	}
	.help-title-bor {
		border-bottom: 1px solid #2d2d85;
		display: block;
		height: 1px;
		margin: 0 0 30px;
	}
	.helptitle {
		font-size: 12px;
		font-weight: 600;
		line-height: 20px;
		margin: 10px 0 0;
		text-align: center;
		color: #2d2d85;
	}
	.helptitle a {
		color: #2d2d85;
	}
	.cover {
		border: 1px solid #ccc;
	}
	.video-box {
		padding: 16px;
		display: inline-block;
		width: 44%;
		vertical-align: top;
	}
	.help-videotext {
		width: 100%;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
	}
	.review-icon {
		background: #000000;
		padding: 10px;
	}
	.review-box {
		display: inline-block;
		margin: 0 20px 22px 20px;
	}
	.help-reviewtext {
		text-align: center;
		font-size: 14px;
		font-weight: 600;
	}
	.helpbanner-title {
		font-size: 20px;
		line-height: 35px;
		margin: 15px 0 25px 0px;
		font-weight: 700;
		color: #2d2d85;
	}
	.adbanner {
		width: 100%;
		background: #fff;
		box-shadow: 0 0 20px rgba(0, 0, 0, .07), 0 0 15px rgba(0, 0, 0, .05);
		border-radius: 6px;
		overflow: hidden;
		margin: 40px 0px;
	}
	.adbanner-image {
		width: 46%;
		float: left;
		border-radius: 3px;
	}
	.adbanner-text {
		float: right;
		width: 50%;
		padding: 0 10px;
	}
	.upweb {
		background: #F4E403;
		color: #2d2d85;
		font-weight: 700;
		font-size: 13px;
		display: inline-block;
		padding: 5px 15px;
		border-radius: 26px;
		margin: 10px 0;
	}
	a.hwebinar-complete-btn {
		background-color: #e96221 !important;
		border-radius: 3px !important;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		padding: 12px 24px;
		text-decoration: none;
	}
	.loadmore {
		color: #2a97f7;
		text-decoration: none;
		font-size: 14px;
		float: right;
		border: 1px solid #2a97f7;
		border-radius: 33px;
		padding: 4px 14px;
	}
}
	.ytvid { width: 100% !important; }
	.ytvid iframe { width: 100%; }
	
	.review-icon { width: 100% !important; }
	.review-icon a { 
		display: block;
		text-align: center;
		height: 100%;
		padding: 20px 0px;
		box-sizing: border-box;
	}
	.review-icon a img { width: 100px; }
	.helpcontainer { box-sizing: border-box; }
