﻿/* Event Style 2133 to 6358 */

.JoinlivePromoBar{width:auto; display:inline-block; margin: 0 auto; padding:15px 20px; background:rgba(0,0,0,.3); border-radius:12px; position:absolute; z-index:101; top:100px; left:50%; font:normal 15px "AvenirLTStd-Light", sans-serif;color:#fff; padding-left:130px;}
.JoinlivePromoBar a.LogoImg{position:absolute; left:20px; top:12px}
.JoinlivePromoBar img{margin-right:10px;}
.JoinlivePromoBar a{color:#fff; text-decoration:underline}.JoinlivePromoBar a:hover{text-decoration:none}

section.feature-content-mdiv .analyze-feature-mbox {
	padding: 30px;
	margin-top: 20px;
	border-radius: 0;
	background: #fff;
	border: 1px solid #fbfbfb;
	transition: transform .3s;
	text-align: left;
}

section.feature-content-mdiv .analyze-feature-mbox h3 {
	font: normal 15px "AvenirLTStd-Book", sans-serif;
	color: #434749;
	margin: 0 0 12px;
	padding: 0;
	text-transform: uppercase;
}

section.feature-content-mdiv .analyze-feature-mbox p {
	font: normal 14px "AvenirLTStd-Book", sans-serif;
	line-height: 22px;
	min-height: 65px;
	color: #80878d;
	margin: 0;
	padding: 0;
}

section.feature-content-mdiv .analyze-feature-mbox span.analyze-icon {
	width: 41px;
	height: 40px;
	margin-bottom: 18px;
	display: inline-block;
	text-indent: -99999px;
	position: relative;
}

section.feature-content-mdiv .analyze-feature-mbox span.analyze-icon.analyze-dashboard {
	background: url(../images/analyze-icon.png) no-repeat 0 0;
}

section.feature-content-mdiv .analyze-feature-mbox span.analyze-icon.analyze-attendee-data {
	background: url(../images/analyze-icon.png) no-repeat 0 -40px;
}

section.feature-content-mdiv .analyze-feature-mbox span.analyze-icon.analyze-google-analytics {
	background: url(../images/analyze-icon.png) no-repeat 0 -80px;
}

section.feature-content-mdiv .analyze-feature-mbox span.analyze-icon.analyze-custom-reports {
	background: url(../images/analyze-icon.png) no-repeat 0 -120px;
}

section.feature-content-mdiv .analyze-feature-mbox::after {
	width: 7px;
	height: 10px;
	background: url(../images/arrow-gray-industry.png) no-repeat 0 0;
	content: "";
	color: #333;
	position: absolute;
	bottom: 9px;
	right: 25px;
}

section.feature-content-mdiv .analyze-feature-mbox::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 44px solid transparent;
	border-right: 44px solid #f3f3f3;
	position: absolute;
	bottom: 0;
	right: 16px;
}

section.feature-content-mdiv .analyze-feature-mbox:hover {
	background: #fbfbfb;
	border: 1px solid #fbfbfb;
}

section.feature-content-mdiv .analyze-feature-mbox:hover::before {
	border-right: 44px solid #249dd6;
}

section.feature-content-mdiv .analyze-feature-mbox:hover::after {
	width: 7px;
	height: 10px;
	background: url(../images/arrow-white-industry.png) no-repeat 0 0;
	content: "";
	color: #333;
	position: absolute;
	bottom: 9px;
	right: 25px;
}

section.feature-content-mdiv .btn.feature-help-btn {
	font: normal 15px 'AvenirLTStd-Book', sans-serif;
	color: #fff;
	border-radius: 50px;
	border: 1px solid transparent;
	text-transform: none;
	padding: 12px 25px;
	background: #2f9ae7;
	line-height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

section.feature-content-mdiv .btn.feature-help-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	border: 1px solid transparent;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

section.feature-content-mdiv .btn.feature-help-btn:hover, section.feature-content-mdiv .btn.feature-help-btn:focus, section.feature-content-mdiv .btn.feature-help-btn:active {
	color: #333;
	border: 1px solid #2f9ae7;
}

section.feature-content-mdiv .btn.feature-help-btn:hover:before, section.feature-content-mdiv .btn.feature-help-btn:focus:before, section.feature-content-mdiv .btn.feature-help-btn:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

section.feature-content-mdiv .btn.feature-integrate-btn {
	font: normal 15px 'AvenirLTStd-Book', sans-serif;
	color: #333;
	border-radius: 50px;
	border: 1px solid #2f9ae7;
	text-transform: none;
	padding: 12px 25px;
	background: #fff;
	line-height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

section.feature-content-mdiv .btn.feature-integrate-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #2f9ae7;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	border: 1px solid transparent;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

section.feature-content-mdiv .btn.feature-integrate-btn:hover, section.feature-content-mdiv .btn.feature-integrate-btn:focus, section.feature-content-mdiv .btn.feature-integrate-btn:active {
	color: #fff;
	border: 1px solid #fff;
}

section.feature-content-mdiv .btn.feature-integrate-btn:hover:before, section.feature-content-mdiv .btn.feature-integrate-btn:focus:before, section.feature-content-mdiv .btn.feature-integrate-btn:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

section.get-box {
	background: #f9f9f9;
	border: 1px solid #eaeaea;
	border-left: none;
	border-right: none;
	padding: 30px 0;
}

section.get-box h2 {
	font: normal 28px 'AvenirLTStd-Heavy', sans-serif;
	color: #424242;
	margin: 0 0 14px;
	padding: 0;
}

section.get-box p {
	font: normal 15px 'AvenirLTStd-Book', sans-serif;
	line-height: 26px;
	margin: 0;
	padding: 0;
	color: #515151;
}

section.get-box .btn.get-btn {
	font: normal 15px 'AvenirLTStd-Book', sans-serif;
	color: #fff;
	border-radius: 50px;
	border: 1px solid transparent;
	text-transform: none;
	padding: 14px 24px;
	margin-top: 16px;
	background: #249dd6;
	line-height: 13px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

section.get-box .btn.get-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1b8abe;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	border: 1px solid transparent;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

section.get-box .btn.get-btn:hover, section.get-box .btn.get-btn:focus, section.get-box .btn.get-btn:active {
	color: white;
	border: 1px solid #1b8abe;
}

section.get-box .btn.get-btn:hover:before, section.get-box .btn.get-btn:focus:before, section.get-box .btn.get-btn:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.btn.demo-btn {
	font: normal 15px 'AvenirLTStd-Book', sans-serif;
	color: #333;
	margin-bottom: 16px;
	border-radius: 50px;
	border: 1px solid #dcdcdc;
	text-transform: none;
	padding: 14px 36px;
	background: #f2f2f2;
	line-height: 13px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.btn.demo-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #dcdcdc;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	border: 1px solid transparent;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn.demo-btn:hover, .btn.demo-btn:focus, .btn.demo-btn:active {
	color: #333;
	border: 1px solid #dcdcdc;
}

.btn.demo-btn:hover:before, .btn.demo-btn:focus:before, .btn.demo-btn:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

span.industry-icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0 auto 12px;
}

span.conference-icon {
	background: url(../images/industry-icon.png) no-repeat scroll 0 0;
}

span.fund-icon {
	background: url(../images/industry-icon.png) no-repeat scroll 0 -50px;
}

span.class-icon {
	background: url(../images/industry-icon.png) no-repeat scroll 0 -100px;
}

span.sport-icon {
	background: url(../images/industry-icon.png) no-repeat scroll 0 -150px;
}

a.industry-arrow {
	width: 26px;
	height: 20px;
	margin: 15px 0;
	display: inline-block;
	background: url(../images/industry-arrow.png) no-repeat scroll 0 0;
}

a.industry-arrow:hover {
	opacity: .7;
}

a.industry-arrow:hover .industry-box {
	background: rgba(31,92,160,0.9);
}

.testimonial-box {
	width: 640px;
	margin: 0 auto;
}

section.feature .testimonial-box p {
	color: #cfdded;
	margin-bottom: 35px;
	font-size: 15px;
	line-height: 20px;
}

.testimonial-box h5 {
	font: normal 13px 'AvenirLTStd-Book', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.testimonial-box h6 {
	font: normal 12px 'AvenirLTStd-Book', sans-serif;
	color: #cfdded;
}

.feature-personal span.fpersonal-icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0 auto 12px;
}

.feature-personal span.edit-icon {
	background: url(../images/feature-edit-icon.png) no-repeat scroll 0 0;
}

.feature-personal span.report-icon {
	background: url(../images/feature-report-icon.png) no-repeat scroll 0 0;
}

section.feature .feature-personal h4 {
	font: normal 22px 'AvenirLTStd-Book', sans-serif;
	color: #424242;
}

section.feature .feature-personal p {
	font: normal 15px 'AvenirLTStd-Book', sans-serif;
	line-height: 26px;
	margin: 0;
	padding: 0;
	color: #515151;
}

.zapier-box {
	background: #f7f7f7;
	padding: 30px;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
	text-align: left;
	margin-bottom: 20px;
}

.zapier-box .image {
	background: url(../images/zapier-right-icon.png) no-repeat scroll 100% 50%;
}

section.feature .zapier-box p {
	font: normal 14px 'AvenirLTStd-Book', sans-serif;
	line-height: 22px;
	margin: 0;
	padding: 0;
	color: #515151;
}

.feature-integration {
	margin-top: 22px;
}

.feature-integration span.integration-icon {
	width: 50px;
	height: 40px;
	display: inline-block;
	margin: 0 auto 12px;
}

.feature-integration span.mailchimp-icon {
	background: url(../images/feature-mailchimp-icon.jpg) no-repeat scroll 50% 0;
}

.feature-integration span.campaign-icon {
	background: url(../images/feature-campaign-icon.jpg) no-repeat scroll 50% 0;
}

.feature-integration span.facebook-icon {
	background: url(../images/feature-facebook-icon.jpg) no-repeat scroll 50% 0;
}

section.feature .feature-integration p {
	font: normal 14px 'AvenirLTStd-Book', sans-serif;
	line-height: 22px;
	margin: 0;
	padding: 0;
	color: #515151;
}

section.feature .btn.get-btn.border {
	font: normal 15px 'AvenirLTStd-Book', sans-serif;
	color: #727272;
	border-radius: 50px;
	border: 1px solid #249dd6;
	text-transform: none;
	padding: 14px 36px;
	background: #fff;
	line-height: 13px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

section.feature .btn.get-btn.border:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1b8abe;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	border: 1px solid transparent;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

section.feature .btn.get-btn.border:hover, section.feature .btn.get-btn.border:focus, section.feature .btn.get-btn.border:active {
	color: white;
	border: 1px solid #1b8abe;
}

section.feature .btn.get-btn.border:hover:before, section.feature .btn.get-btn.border:focus:before, section.feature .btn.get-btn.border:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.integration-mdiv {
	padding-top: 80px;
	padding-bottom: 80px;
}

.integration-mdiv.bg-gray {
	background: #fcfcfc;
}

.integration-mdiv p.main-text {
	font: normal 24px 'AvenirLTStd-Heavy', sans-serif;
	color: #565555;
	margin-top: 40px;
}

.integration-mdiv .integration-text {
}

.integration-mdiv img {
	display: inline-block;
}

.integration-mdiv .integration-text h2 {
	font: normal 36px 'AvenirLTStd-Book', sans-serif;
	color: #5e5e5e;
	margin-top: 40px;
}

.integration-mdiv .integration-text p {
	font: normal 15px 'AvenirLTStd-Book', sans-serif;
	line-height: 26px;
	color: #818080;
	margin-top: 20px;
}

.evenzilla-video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

.blue-overlay {
	background: rgba(28,125,231,.85);
	height: 100vh;
}

.header-session {
	height: 100vh;
	width: 100vw;
	margin: 0 auto;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	position: relative;
}

.head-text h1 {
	font: bold 43px "Conv_AvenirLTStd-Black", sans-serif;
	color: #fff;
	margin: 0 0 30px;
	padding: 0;
}

.head-text h1 label {
	font: bold 60px "Conv_AvenirLTStd-Black", sans-serif;
	color: #fff !important;
}

.head-text span {
	border-right: .05em solid;
	animation: caret 1s steps(1) infinite;
}

@keyframes caret {
	50% {
		border-color: transparent;
	}
}

.head-text h4 {
	font: normal 20px "AvenirLTStd-Light", sans-serif;
	color: #fff;
	margin: 0 0 60px;
	padding: 0;
}

.head-text .head-btn {
	border-radius: 50px;
	padding: 15px 40px;
	font: normal 16px "AvenirLTStd-Light", sans-serif;
	color: #fff;
	border: solid 2px transparent;
}

.head-text .head-btn.get-started {
	background: #fff;
	color: #333;
	margin-right: 12px;
}

.header-session .head-btn.view-demo {
	border: 2px solid #fff;
}

.head-text .head-btn.link-href {
	text-decoration: underline;
	display: inline-block;
	margin-top: 30px;
	color: #337ab7;
	font: normal 16px 'AvenirLTStd-Light', sans-serif;
	color: #fff;
}

.sale-showcase-mdiv {
	width: 100%;
	margin: 0;
	padding: 40px 0;
	background: rgba(12,115,196,.4);
	position: absolute;
	bottom: 0;
	left: 0;
}

.sale-showcase-mdiv .thumbnail-mdiv {
	text-align: center;
	border-right: 1px solid #2c89cd;
}

.sale-showcase-mdiv .thumbnail-mdiv.last-child {
	border-right: none;
}

.sale-showcase-mdiv .thumbnail-mdiv h2 {
	font: bold 38px "Conv_AvenirLTStd-Black", sans-serif;
	color: #fff;
	margin: 0 0 8px;
	padding: 0;
}

.sale-showcase-mdiv .thumbnail-mdiv h6 {
	font: normal 16px "AvenirLTStd-Book", sans-serif;
	color: #eee;
	margin: 0;
	padding: 0;
}

a.scroll-focus {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -15px;
	background: url(../images/scroll-focus.png) no-repeat scroll 0 0;
	width: 31px;
	height: 45px;
	display: inline-block;
	text-indent: -9999px;
}

.ticket-focus {
	height: 1px;
	display: block;
	position: absolute;
	bottom: 68px;
}

.intro-mdiv {
	margin: 0;
	padding: 60px 0 0;
	text-align: center;
	background: #fff;
	height: 850px;
	overflow: hidden;
}

.intro-mdiv h2 {
	font: bold 42px "Conv_AvenirLTStd-Black", sans-serif;
	color: #484c4f;
	margin: 0 0 15px;
	padding: 0;
}

.intro-mdiv h6 {
	font: normal 16px "AvenirLTStd-Book", sans-serif;
	color: #70767b;
	margin: 0;
	padding: 0;
}

.browser-mdiv {
	position: relative;
	z-index: 3;
	margin-top: 130px;
	width: 100%;
}

.browser-mdiv .browser-div {
	padding-top: 42px;
	-webkit-box-shadow: -5.244px 12.981px 35px 0px rgba(110,140,152,.34);
	box-shadow: -5.244px 12.981px 35px 0px rgba(110,140,152,.34);
	border-color: #e8ebf3;
	color: #c3c8d6;
	position: relative;
	width: 100%;
	height: 100vh;
}

.browser-mdiv .browser-div::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: rgba(255, 255, 255, 0.1);
	border-bottom: 2px solid #ffffff;
	border-bottom-color: rgb(255, 255, 255);
	border-radius: 5px 5px 0 0;
	background: #e8ebf3;
	border-color: #e8ebf3;
}

.browser-mdiv .browser-div::after {
	content: '\2022 \2022 \2022';
	position: absolute;
	top: 2px;
	left: 16px;
	font-size: 26px;
}

#slideshowtitle {
	width: 100%;
	position: relative;
}

#slideshow > div {
	position: absolute;
	width: 100%;
}

#slideshow > div img {
	width: 100%;
}

#slideshowtitle > div {
	position: absolute;
	width: 100%;
}

.feature-mdiv {
	padding: 60px 0;
	background: #f4f7f8;
	text-align: center;
}

.feature-mdiv h2 {
	font: normal 32px "Conv_AvenirLTStd-black", sans-serif;
	color: #484c4f;
	margin: 0 0 15px;
	padding: 0;
}

.feature-mdiv h6 {
	font: normal 16px "AvenirLTStd-Book", sans-serif;
	color: #70767b;
	margin: 0;
	padding: 0;
}

.feature-mdiv .feature-btn {
	border-radius: 50px;
	padding: 15px 40px;
	margin: 40px auto 0;
	display: inline-block;
	font: normal 13px "AvenirLTStd-Light", sans-serif;
	color: #fff;
	background: #0c82d0;
	color: #fff;
	text-transform: uppercase;
}

.feature-mdiv .feature-btn:hover {
	opacity: .8;
}

.feature-mbox {
	padding: 30px;
	border-right: 1px dashed #e4e4e4;
	border-bottom: 1px dashed #e4e4e4;
	transition: transform .3s;
	cursor: default;
}

.feature-mbox:hover {
	background: rgba(255,255,255,.3);
}

.feature-mbox h3 {
	font: normal 15px "AvenirLTStd-Book", sans-serif;
	color: #434749;
	margin: 0 0 12px;
	padding: 0;
	text-transform: uppercase;
}

.feature-mbox p {
	font: normal 14px "AvenirLTStd-Book", sans-serif;
	line-height: 22px;
	min-height: 90px;
	color: #80878d;
	margin: 0;
	padding: 0;
}

.feature-mbox a.read-more {
	font: 600 12px "AvenirLTStd-Book", sans-serif;
	color: #80878d;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.feature-mbox:hover a.read-more {
	color: #0c82d0;
}

.feature-mbox a.read-more:hover {
	opacity: .8;
}

.feature-mbox span.feature-icon img {
	transition: transform .4s;
	margin: 0 0 15px;
}

.feature-mbox:hover span.feature-icon img {
	transform: scale(1.2);
}

.industry-mdiv {
	padding: 60px 0;
	text-align: center;
}

.industry-mdiv h2 {
	font: normal 32px "Conv_AvenirLTStd-black", sans-serif;
	color: #484c4f;
	margin: 0 0 15px;
	padding: 0;
}

.industry-mdiv h6 {
	font: normal 16px "AvenirLTStd-Book", sans-serif;
	color: #70767b;
	margin: 0;
	padding: 0 0 40px;
}

.industry-mdiv .industry-mbox {
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 0;
	background: #fff;
	border: 1px solid #e1e1e1;
	transition: transform .3s;
	text-align: left;
}

.industry-mdiv .industry-mbox h3 {
	font: normal 15px "AvenirLTStd-Book", sans-serif;
	color: #434749;
	margin: 0 0 12px;
	padding: 0;
	text-transform: uppercase;
}

.industry-mdiv .industry-mbox p {
	font: normal 14px "AvenirLTStd-Book", sans-serif;
	line-height: 22px;
	min-height: 110px;
	color: #80878d;
	margin: 0;
	padding: 0;
}

.industry-mdiv .industry-mbox span.industry-icon {
	width: 35px;
	height: 40px;
	margin-bottom: 18px;
	display: inline-block;
	text-indent: -99999px;
	position: relative;
}

.industry-mdiv .industry-mbox span.industry-icon.industry-conferences {
	background: url(../images/industry-icon.png) no-repeat 0 0;
}

.industry-mdiv .industry-mbox span.industry-icon.industry-fundraisers {
	background: url(../images/industry-icon.png) no-repeat 0 -40px;
}

.industry-mdiv .industry-mbox span.industry-icon.industry-training {
	background: url(../images/industry-icon.png) no-repeat 0 -80px;
}

.industry-mdiv .industry-mbox span.industry-icon.industry-virtual-event {
	background: url(../images/industry-icon.png) no-repeat 0 -120px;
}

.industry-mdiv .industry-mbox::after {
	width: 7px;
	height: 10px;
	background: url(../images/arrow-gray-industry.png) no-repeat 0 0;
	content: "";
	color: #333;
	position: absolute;
	bottom: 39px;
	right: 25px;
}

.industry-mdiv .industry-mbox::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 44px solid transparent;
	border-right: 44px solid #fbfbfb;
	position: absolute;
	bottom: 31px;
	right: 16px;
}

.industry-mdiv .industry-mbox:hover {
	background: #fbfbfb;
	border: 1px solid #e1e1e1;
}

.industry-mdiv .industry-mbox:hover::before {
	border-right: 44px solid #249dd6;
}

.industry-mdiv .industry-mbox:hover::after {
	width: 7px;
	height: 10px;
	background: url(../images/arrow-white-industry.png) no-repeat 0 0;
	content: "";
	color: #333;
	position: absolute;
	bottom: 39px;
	right: 25px;
}

.SectionMDiv {
	padding: 60px 0;
	text-align: center;
}

.SectionMDiv h2 {
	font: normal 32px "Conv_AvenirLTStd-black", sans-serif;
	color: #484c4f;
	margin: 0 0 15px;
	padding: 0;
}

.SectionMDiv h6 {
	font: normal 16px "AvenirLTStd-Book", sans-serif;
	color: #70767b;
	margin: 0;
	padding: 0 0 40px;
}

.SectionMDiv .BoxMDiv {
	margin-bottom: 20px;
	transition: transform .3s;
	text-align: center;
}

.SectionMDiv .BoxMDiv img.BoxImg {
	width: 100%;
	margin-bottom: 20px;
}

.SectionMDiv .BoxMDiv h3 {
	font: normal 19px "Conv_AvenirLTStd-Medium", sans-serif;
	color: #434749;
	margin: 0 0 12px;
	padding: 0;
}

.SectionMDiv .BoxMDiv p {
	font: normal 16px "AvenirLTStd-Book", sans-serif;
	line-height: 22px;
	color: #80878d;
	margin: 0;
	padding: 0;
}

.SectionMDiv h2 span.TagNew {
	font: normal 14px "AvenirLTStd-Book", sans-serif;
	color: #fff;
	margin: 0 0 6px;
	padding: .2em .6em .2em;
	display: inline-block;
	font-weight: normal;
}

.life-cycle-mdiv {
	padding: 60px 0;
	text-align: center;
}

.life-cycle-mdiv h2 {
	font: normal 32px "Conv_AvenirLTStd-black", sans-serif;
	color: #484c4f;
	margin: 0 0 15px;
	padding: 0;
}

.life-cycle-mdiv h3 {
	font: normal 18px "AvenirLTStd-Heavy", sans-serif;
	text-align: left;
	color: #434749;
	margin: 0 0 12px;
	padding: 0;
}

.customer-mdiv {
	padding: 60px 0;
	background: #fff;
	text-align: center;
}

.customer-mdiv.bg-white {
	background: #fff;
}

.customer-mdiv.bg-gray {
	background: #f4f7f8;
}

.customer-mdiv h2 {
	font: normal 32px "Conv_AvenirLTStd-black", sans-serif;
	color: #484c4f;
	margin: 0 0 15px;
	padding: 0;
}

.customer-mbox {
	position: relative;
	display: block;
	width: 19.5%;
	display: inline-block;
}

.customer-mbox img {
	filter: url("data:image/svg xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	opacity: .5;
}

.footer-line {
	width: 100%;
	height: 1px;
	background: #484c52;
	margin: 60px 0;
}

.getstarted-footer {
	padding: 0;
	text-align: left;
}

.getstarted-footer h2 {
	font: normal 36px "AvenirLTStd-Light", sans-serif;
	color: #fff;
	margin: 0 0 15px;
	padding: 0;
}

.getstarted-footer h6 {
	font: normal 16px "AvenirLTStd-Book", sans-serif;
	color: #aaacb8;
	margin: 0;
	padding: 0;
}

.getstarted-footer .getstarted-btn {
	width: 100%;
	border-radius: 50px;
	padding: 15px 40px;
	margin-top: 3px;
	display: inline-block;
	font: normal 13px "AvenirLTStd-Light", sans-serif;
	color: #fff;
	background: #0c82d0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.getstarted-footer .getstarted-btn:hover {
	opacity: .8;
}

.getstarted-footer .demo-btn {
	width: 100%;
	text-align: center;
	border-radius: 50px;
	padding: 15px 6px;
	display: inline-block;
	font: normal 13px "AvenirLTStd-Light", sans-serif;
	color: #fff;
	background: url(../images/demo-arrow.png) no-repeat scroll 88% 50%;
}

.getstarted-footer .demo-btn:hover {
	opacity: .8;
	background-position: 92% 50%;
}

.review-logo {
	width: 49%;
	margin: 25px auto 0;
	text-align: center;
}

.review-logo img {
	margin: 0 auto;
	display: block;
}

.review-logo span {
	font: normal 13px "AvenirLTStd-Light", sans-serif;
	color: #d2d2d2;
	margin: 8px auto 0;
	display: block;
}

.footer-language {
	display: block;
	text-align: right;
}

.footer-bottom {
	margin-top: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #484c52;
	color: #aaacb8;
}

.footer-bottom p {
	font: 300 13px 'AvenirLTStd-Light', sans-serif;
	color: #aaacb8;
	text-align: center;
	padding: 0;
	margin: 0;
}

.footer-bottom a {
	font: 300 13px 'AvenirLTStd-Light', sans-serif;
	color: #aaacb8;
	padding: 0;
	margin: 0 12px 0 0;
}

.footer-bottom a:hover {
	color: #fff;
}

.footer-bottom .float-left {
	float: left;
}

.footer-bottom .float-right {
	float: right;
}

button.close.home-close {
	padding: 12px 16px;
	position: absolute;
	right: 0;
	top: 0;
	text-shadow: none;
	opacity: 1;
	font-size: 22px;
}

.modal-open {
	padding-right: 0 !important;
	overflow: hidden !important;
}

.modal-header.home-head {
	text-align: center;
	font-size: 18px;
	position: relative;
	z-index: 3;
}

.modal .modal-dialog.home-dialog {
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 500px;
}

.modal.in .modal-dialog.home-dialog {
	opacity: 1;
	transform: scale(1);
}

iframe.request-demo {
	width: 100%;
	height: 80vh;
	border: none;
	overflow-y: scroll;
}

.request-slide {
	width: 100%;
	height: 100%;
	z-index: 1031;
	top: 0;
	position: fixed;
	display: none;
	background: rgba(0,0,0,0.5);
}

.request-slide-home {
	width: 100%;
	height: 100%;
	z-index: 1031;
	position: fixed;
	display: none;
	background: rgba(0,0,0,0.5);
}

.request-form {
	width: 420px;
	height: 100vh;
	background: #fff;
	position: absolute;
	right: -1000px;
	margin: 0 auto;
	text-align: center;
}

.request-slide-PrePaid {
	width: 100%;
	height: 100%;
	z-index: 1031;
	position: fixed;
	display: none;
	background: rgba(0,0,0,0.5);
}

.request-form {
	width: 420px;
	height: 100vh;
	background: #fff;
	position: absolute;
	right: -1000px;
	margin: 0 auto;
	text-align: center;
}

.request-slide-hub {
	width: 100%;
	height: 100%;
	z-index: 1031;
	top: 0;
	position: fixed;
	display: none;
	background: rgba(0,0,0,0.5);
}

.request-form-hub {
	width: 420px;
	height: 100vh;
	background: #fff;
	position: absolute;
	right: -1000px;
	margin: 0 auto;
	text-align: center;
}

.request-form-hub iframe.request-demo {
	width: 100%;
	height: 100%;
	border: none;
	overflow-y: scroll;
}

.request-form img {
	padding-top: 50px;
}

.overflow-hidden {
	overflow: hidden !important;
}

a.iframe-close {
	position: absolute;
	left: -54px;
	top: 30px;
	z-index: 3;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-indent: -9999px;
}

a.iframe-close span::after {
	position: absolute;
	display: block;
	left: -4px;
	width: 30px;
	height: 3px;
	top: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-clip: padding-box;
	content: "";
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.iframe-close span::before {
	position: absolute;
	display: block;
	left: -4px;
	width: 30px;
	height: 3px;
	top: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-clip: padding-box;
	content: "";
	background-color: #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

span.language-title {
	color: #fff;
	padding-right: 12px;
	padding-top: 5px;
	display: inline-block;
}

.reserve-seat-feature {
	padding: 60px 0;
	background: #fff;
	text-align: center;
}

.reserve-seat-feature.bg-gray {
	background: #f9f9f9;
}

.reserve-seat-feature h2 {
	font: normal 32px normal "nunitosemibold", sans-serif;
	color: #484c4f;
	margin: 0 0 15px;
	padding: 0;
}

.reserve-seat-feature h6 {
	font: normal 13px "nunitoregular", sans-serif;
	color: #70767b;
	margin: 0;
	padding: 0 20% 0;
	line-height: 22px;
}

.reserve-seat-feature .feature-btn {
	border-radius: 50px;
	padding: 15px 40px;
	margin: 40px auto 0;
	display: inline-block;
	font: normal 13px "AvenirLTStd-Light", sans-serif;
	color: #fff;
	background: #0c82d0;
	color: #fff;
	text-transform: uppercase;
}

.reserve-seat-feature .feature-btn:hover {
	opacity: .8;
}

.reserve-seat-feature .seat-fbox {
	padding: 0 30px;
	transition: transform .3s;
	cursor: default;
}

.reserve-seat-feature .seat-fbox:hover {
	background: rgba(255,255,255,.3);
}

.reserve-seat-feature .seat-fbox h3 {
	font: normal 17px "AvenirLTStd-Book", sans-serif;
	color: #434749;
	margin: 0 0 12px;
	padding: 0;
	min-height: 42px;
}

.reserve-seat-feature .seat-fbox p {
	font: normal 15px "AvenirLTStd-Book", sans-serif;
	line-height: 22px;
	min-height: 90px;
	color: #74777a;
	margin: 0;
	padding: 0;
}

.reserve-seat-feature .seat-fbox a.read-more {
	font: 600 12px "AvenirLTStd-Book", sans-serif;
	color: #80878d;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.reserve-seat-feature .seat-fbox:hover a.read-more {
	color: #0c82d0;
}

.reserve-seat-feature .seat-fbox a.read-more:hover {
	opacity: .8;
}

.reserve-seat-feature .seat-fbox span.seat-fbox-icon img {
	transition: transform .4s;
	margin: 0 0 15px;
}

.reserve-seat-feature .seat-fbox:hover span.seat-fbox-icon img {
	transform: scale(1.2);
}

.call-mdiv {
	padding: 60px 0;
	background: #f4f7f8;
	text-align: center;
}

.call-mdiv h2 {
	font: normal 32px "Conv_AvenirLTStd-black", sans-serif;
	color: #484c4f;
	margin: 0 0 15px;
	padding: 0;
}

.call-mdiv h6 {
	font: normal 13px "AvenirLTStd-Book", sans-serif;
	color: #313131;
	margin: 0;
	padding: 0 20% 0;
	line-height: 22px;
}

.call-mdiv h6 a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

.call-mdiv h6 a:hover {
	text-decoration: none;
}

.reserve-sfeature-detail {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fff;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.reserve-sfeature-detail h2 {
	font: normal 38px "Conv_AvenirLTStd-black", sans-serif;
	color: #484c4f;
	margin: 0 0 15px;
	padding: 0;
}

.reserve-sfeature-detail p {
	font: normal 15px "AvenirLTStd-Book", sans-serif;
	color: #74777a;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

.reserve-sfeature-detail ul {
	margin: 0;
	padding: 20px 0 0;
}

.reserve-sfeature-detail ul li {
	font: normal 14px "AvenirLTStd-Book", sans-serif;
	list-style: none;
	color: #74777a;
	margin: 0;
	padding: 0 0 0 26px;
	line-height: 24px;
	background: url(../images/arrow-seat-fdetail.jpg) no-repeat 0 50%;
}

.large-ptop {
	padding-top: 150px;
}

.reserve-sfeature-detail.second {
	padding-top: 0;
}

.reserve-sfeature-detail h2.landing-title {
	font: normal 38px "nunitosemibold", sans-serif;
	color: #242424;
	margin: 0;
	padding: 20px 0 30px;
}

.reserve-sfeature-detail p.landing-subtitle {
	font: normal 18px 'AvenirLTStd-Light', sans-serif;
	line-height: normal;
	line-height: 28px;
	color: #545454;
	margin: 0;
	padding: 0 0 30px;
}

.reserve-sfeature-detail ul.landing-ullist {
	margin: 0;
	padding: 0 0 0 12px;
}

.reserve-sfeature-detail ul.landing-ullist.Mrgtpalign {
	margin: 15px 0 30px 25px;
}

.reserve-sfeature-detail ul.landing-ullist li {
	list-style: circle;
	font: normal 17px "nunitoregular", sans-serif;
	line-height: 24px;
	color: #626262;
	margin: 0;
	padding: 0 0 2px;
}

.reserve-sfeature-detail ul.landing-ullist.TickIcon {
	margin: 0;
	padding: 0 0 0 12px;
}

.reserve-sfeature-detail ul.landing-ullist.TickIcon li {
	background: url(../images/NewBlueTickIcon.png) no-repeat scroll 0 6px;
	list-style: none;
	font: normal 15px "nunitoregular", sans-serif;
	line-height: 22px;
	color: #626262;
	margin: 0;
	padding: 0 0 8px 28px;
}

.reserve-sfeature-detail .device-mdiv {
	padding-top: 42px;
	-webkit-box-shadow: -5.244px 12.981px 35px 0px rgba(110,140,152,.34);
	box-shadow: -5.244px 12.981px 35px 0px rgba(110,140,152,.34);
	border-color: #e8ebf3;
	color: #c3c8d6;
	position: relative;
	width: 900px;
	position: relative;
	z-index: 2;
}

.reserve-sfeature-detail .device-mdiv.left-img {
	margin-left: -380px;
}

.device-mdiv.right-img {
	margin-left: 40px;
}

.reserve-sfeature-detail .device-mdiv::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: rgba(255, 255, 255, 0.1);
	border-bottom: 2px solid #ffffff;
	border-bottom-color: rgb(255, 255, 255);
	border-radius: 5px 5px 0 0;
	background: #e8ebf3;
	border-color: #e8ebf3;
}

.reserve-sfeature-detail .device-mdiv::after {
	content: '\2022 \2022 \2022';
	position: absolute;
	top: 2px;
	left: 16px;
	font-size: 26px;
}

.reserve-sfeature-detail .device-mdiv img.image-mdiv {
	width: 100%;
}

.fbhidespan, .event_link, .fbhidesbg {
	display: none;
}

.automation-review-top-mdiv {
	padding: 60px 0;
	text-align: center;
}

.automation-review-top-mdiv h2 {
	font: normal 28px "Conv_AvenirLTStd-black", sans-serif;
	color: #484c4f;
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
}

.automation-review-top-mdiv h2 span {
	font: normal 16px "Conv_AvenirLTStd-Book", sans-serif;
	display: block;
	padding-top: 6px;
}

.automation-review-top-mdiv p {
	font: normal 14px "AvenirLTStd-Book", sans-serif;
	line-height: 22px;
	color: #80878d;
	margin: 0;
	padding: 0;
	text-align: left;
}

.automation-review-top-mdiv img.img-responsive {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
	text-align: center;
	display: initial;
}

.automation-review-top-mdiv img:hover {
	opacity: .8;
}

.content-section .customer-text-automation {
	color: #747474;
	font: 14px "AvenirLTStd-Book",sans-serif;
	line-height: 22px;
	min-height: 130px;
}

.content-section .customer-text-automation span {
	margin-right: 4px;
	font-weight: bold;
	font-size: 15px;
}

.content-section .customer-text-automation h4 {
	font: normal 22px "Conv_AvenirLTStd-black", sans-serif;
	color: #484c4f;
	margin: 0 0 18px;
	padding: 0;
	text-align: left;
}

.content-section .customer-text-automation-info {
	margin: 15px 0 0 !important;
	color: #555555;
	font-weight: 600;
	text-transform: uppercase;
	font: 14px "AvenirLTStd-Book",sans-serif;
	line-height: 26px;
}

.content-section .customer-text-automation-info span.link {
	display: block;
	font-size: 13px;
	line-height: 18px;
	color: #888888;
	text-transform: none;
	font-weight: 400;
}

.content-section .customer-text-automation-info span.cname {
	color: #888888;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
}

.navbar-right01.hide {
	display: none !important;
}

.inner-header.automation-bg {
	background: url(../images/pub-automation-bg.jpg) no-repeat scroll 0 0;
}

.inner-header.square-landing-bg {
	background: url(../images/square-landing-banner.jpg) no-repeat scroll 0 0;
}

.feature-mdiv.bg-white {
	background: #fff;
}

.get-started-page {
	padding: 60px 0;
	background: #f4f7f8;
}

.get-started-page h2 {
	font: normal 36px "AvenirLTStd-Light", sans-serif;
	color: #484c4f;
	margin: 0 0 15px;
	padding: 0;
}

.get-started-page h6 {
	font: normal 16px "AvenirLTStd-Book", sans-serif;
	color: #70767b;
	margin: 0;
	padding: 0;
}

.get-started-page .getstarted-btn {
	width: 100%;
	border-radius: 50px;
	padding: 15px 40px;
	margin-top: 3px;
	display: inline-block;
	font: normal 13px "AvenirLTStd-Light", sans-serif;
	color: #fff;
	background: #0c82d0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.get-started-page .getstarted-btn:hover {
	opacity: .8;
}

.get-started-page .demo-btn {
	width: 100%;
	text-align: center;
	border-radius: 50px;
	padding: 15px 6px;
	display: inline-block;
	font: normal 13px "AvenirLTStd-Light", sans-serif;
	color: #333;
	background: url('../images/demo-arrow.png') no-repeat scroll 88% 50%;
}

.get-started-page .demo-btn:hover {
	opacity: .8;
	background-position: 92% 50%;
}

.inner-header .header-content h2.square-head-title {
	font: normal 40px "AvenirLTStd-Light", sans-serif;
	color: #fff;
	margin: 0;
	padding: 0 0 18px;
}

.inner-header .header-content p.square-sub-title {
	opacity: .9;
}

div.logo-group-landing {
	padding-bottom: 30px;
}

div.logo-group-landing img.ezilla-logo {
	margin: 0;
	padding: 0;
}

div.logo-group-landing img.plus-icon {
	margin: 0;
	padding: 0 22px 0;
}

div.logo-group-landing img.square-logo {
	margin: 0;
	padding: 0;
}

.intro-landing-mdiv {
	margin: 0;
	padding: 60px 0 0;
	text-align: center;
	background: #fff;
	height: 730px;
	overflow: hidden;
}

.intro-landing-mdiv h1 {
	font: bold 36px "Conv_AvenirLTStd-Black", sans-serif;
	color: #484c4f;
	margin: 0 0 15px;
	padding: 0;
}

.intro-landing-mdiv h6 {
	font: normal 15px "AvenirLTStd-Book", sans-serif;
	color: #70767b;
	margin: 0;
	padding: 0;
}

.browser-landing-mdiv {
	position: relative;
	z-index: 3;
	margin-top: 130px;
	width: 100%;
}

.browser-landing-mdiv .browser-landing-div {
	padding-top: 42px;
	-webkit-box-shadow: -5.244px 12.981px 35px 0px rgba(110,140,152,.34);
	box-shadow: -5.244px 12.981px 35px 0px rgba(110,140,152,.34);
	border-color: #e8ebf3;
	color: #c3c8d6;
	position: relative;
	width: 100%;
	height: 100vh;
}

.browser-landing-mdiv .browser-landing-div::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: rgba(255, 255, 255, 0.1);
	border-bottom: 2px solid #ffffff;
	border-bottom-color: rgb(255, 255, 255);
	border-radius: 5px 5px 0 0;
	background: #e8ebf3;
	border-color: #e8ebf3;
}

.browser-landing-mdiv .browser-landing-div::after {
	content: '\2022 \2022 \2022';
	position: absolute;
	top: 2px;
	left: 16px;
	font-size: 26px;
}

#slideshowtitle {
	width: 100%;
	position: relative;
}

#slideshow > div {
	position: absolute;
	width: 100%;
}

#slideshow > div img {
	width: 100%;
}

#slideshowtitle > div {
	position: absolute;
	width: 100%;
}

.get-started-page-square {
	padding: 50px 0 45px;
	background: #f4f7f8;
}

.get-started-page-square h2 {
	font: normal 28px "AvenirLTStd-Light", sans-serif;
	color: #484c4f;
	margin: 0 0 15px;
	padding: 0;
}

.get-started-page-square h6 {
	font: normal 14px "AvenirLTStd-Book", sans-serif;
	color: #70767b;
	margin: 0;
	padding: 0;
}

.get-started-page-square .getstarted-btn {
	width: 100%;
	border-radius: 50px;
	padding: 15px 40px;
	margin-top: 3px;
	display: inline-block;
	font: normal 13px "AvenirLTStd-Light", sans-serif;
	color: #fff;
	background: #0c82d0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.get-started-page-square .getstarted-btn:hover {
	opacity: .8;
}

.get-started-page-square .demo-btn {
	width: 100%;
	text-align: center;
	border-radius: 50px;
	padding: 15px 6px;
	display: inline-block;
	font: normal 13px "AvenirLTStd-Light", sans-serif;
	color: #333;
	background: url('../images/demo-arrow.png') no-repeat scroll 88% 50%;
}

.get-started-page-square .demo-btn:hover {
	opacity: .8;
	background-position: 92% 50%;
}

.industry-mdiv-landing {
	padding: 60px 0;
	background: #fff;
	text-align: center;
}

table.MobileTable {
	width: 100%;
	border: 1px solid #ededed;
}

img.max-width-440 {
	max-width: 440px;
}

img.max-width-320 {
	max-width: 320px;
}

table.MobileTable tr td.MainTable {
	width: 100%;
	padding: 10px;
}

table.MobileTableList {
	width: 100%;
}

table.MobileTableList tr td {
	padding: 10px 15px;
	font: normal 16px "AvenirLTStd-Book", sans-serif;
	color: #333;
}

table.MobileTableList tr td span.PriceSpan {
	background: #f9f9f9;
	padding: 8px;
	border-radius: 6px;
	margin-top: 5px;
	display: block;
	line-height: normal;
}

span.DisplayInline {
	display: inline-block;
}

table.MobileTable tr td.MainTable.Second {
	background: #f9f9f9;
}

table.MobileTable tr td.MainTable.Second table.MobileTableList tr td span.PriceSpan {
	background: #fff;
}

section.landing-content.bg-gray table.MobileTable tr td.MainTable table.MobileTableList tr td span.PriceSpan {
	background: #fff;
}

section.landing-content.bg-gray table.MobileTable tr td.MainTable.Second {
	background: #fff;
}

section.landing-content.bg-gray table.MobileTable tr td.MainTable.Second table.MobileTableList tr td span.PriceSpan {
	background: #f9f9f9;
}

.DemoVideoSection h2 {
	margin-bottom: 30px;
	margin-top: 40px;
}

.DemoVideoSection p {
	font: normal 17px "AvenirLTStd-Book", sans-serif;
	line-height: 26px;
	color: #747474;
	padding: 0;
	margin: 0 0 30px;
}

.HomeVideoMBox {
	position: relative;
}

.HomeVideoMBox img {
	width: 100%;
	filter: brightness(95%);
}

.HomeVideoMBox span.ArrowIcon {
	width: 59px;
	height: 59px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	background: url(/assets/v1/images/ArrowDemoIcon.png) no-repeat scroll 0 0;
}

.HomeVideoMBox:hover img {
	filter: brightness(80%);
}

.HomeVideoMBox:hover span.ArrowIcon {
	background: url(/assets/v1/images/ArrowDemoIcon.png) no-repeat scroll 0 -60px;
}

.vp-center {
	border: 10px solid #333;
}

.modal-backdrop.in.Opacity90 {
	opacity: .9;
}

#HomeDemoVideoModal {
	padding-right: 0 !important;
}

.modal-dialog.HomeDemoVideoModal {
	max-width: 1024px;
	height: 100vh;
	max-height: 580px;
	width: auto;
	position: relative;
	margin: 0 auto;
	top: 50%;
	margin-top: -270px !important;
}

.modal-dialog.HomeDemoVideoModal .modal-content {
	background: none;
	box-shadow: none;
	border: none;
}

.modal-dialog.HomeDemoVideoModal .modal-body {
	padding: 0;
	margin: -10px 0;
}

.modal-dialog.HomeDemoVideoModal iframe.HomeVideoIframe {
	width: 100%;
	height: 100vh;
	max-height: 580px;
	border-radius: 12px;
	overflow: hidden;
}

.close.DemoModalClose {
	position: absolute;
	right: -50px;
	top: 0;
	color: #fff;
	opacity: 1;
	font-weight: normal;
	text-shadow: none;
	font-size: 62px;
	width: 32px;
	height: 32px;
	line-height: 16px;
}
.industry-mdiv-landing h2 {
	font: normal 32px "Conv_AvenirLTStd-black", sans-serif;
	color: #484c4f;
	margin: 0 0 15px;
	padding: 0;
}

.industry-mdiv-landing h6 {
	font: normal 16px "AvenirLTStd-Book", sans-serif;
	color: #70767b;
	margin: 0;
	padding: 0 0 40px;
}

.industry-mdiv-landing .industry-landing-mbox {
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 0;
	background: #fafafa;
	border: 1px solid #fbfbfb;
	transition: transform .3s;
	text-align: left;
}

.industry-mdiv-landing .industry-landing-mbox h3 {
	font: normal 15px "AvenirLTStd-Book", sans-serif;
	color: #434749;
	margin: 0 0 12px;
	padding: 0;
	text-transform: uppercase;
}

.industry-mdiv-landing .industry-landing-mbox p {
	font: normal 14px "AvenirLTStd-Book", sans-serif;
	line-height: 22px;
	min-height: 90px;
	color: #80878d;
	margin: 0;
	padding: 0;
}

.industry-mdiv-landing .industry-landing-mbox span.industry-icon {
	width: 35px;
	height: 40px;
	margin-bottom: 18px;
	display: inline-block;
	text-indent: -99999px;
	position: relative;
}

.industry-mdiv-landing .industry-landing-mbox span.industry-icon.industry-conferences {
	background: url(../images/industry-icon.png) no-repeat 0 0;
}

.industry-mdiv-landing .industry-landing-mbox span.industry-icon.industry-fundraisers {
	background: url(../images/industry-icon.png) no-repeat 0 -40px;
}

.industry-mdiv-landing .industry-landing-mbox span.industry-icon.industry-training {
	background: url(../images/industry-icon.png) no-repeat 0 -80px;
}

.industry-mdiv-landing .industry-landing-mbox::after {
	width: 7px;
	height: 10px;
	background: url(../images/arrow-gray-industry.png) no-repeat 0 0;
	content: "";
	color: #333;
	position: absolute;
	botToggleTermOptiontom: 39px;
	right: 25px;
}

.industry-mdiv-landing .industry-landing-mbox::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 44px solid transparent;
	border-right: 44px solid #f3f3f3;
	position: absolute;
	bottom: 31px;
	right: 16px;
}

.industry-mdiv-landing .industry-landing-mbox:hover {
	background: #fbfbfb;
	border: 1px solid #fbfbfb;
}

.industry-mdiv-landing .industry-landing-mbox:hover::before {
	border-right: 44px solid #249dd6;
}

.industry-mdiv-landing .industry-landing-mbox:hover::after {
	width: 7px;
	height: 10px;
	background: url(../images/arrow-white-industry.png) no-repeat 0 0;
	content: "";
	color: #333;
	position: absolute;
	bottom: 39px;
	right: 25px;
}

.navbar.landing-nav {
	background: rgba(0,0,0,.05);
	padding: 20px 0 18px;
}

.inner-header.landing-header {
	background-color: rgb(25,111,227);
	background-color: linear-gradient(150deg, rgba(25,111,227,1) 0%, rgba(38,158,238,1) 100%);
}

.inner-header.landing-shadow {
	background-image: url(../images/landing-bottom-bg.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100%;
}

.inner-header.landing-shadow .header-content {
	padding: 160px 0 280px;
}

.inner-header.landing-shadow .header-content.conference-img {
	padding: 140px 0 160px;
}

.inner-header.landing-shadow .header-content.conference-img img.responsive-custom {
	width: 120%;
	margin-left: -10%;
}

.inner-header.landing-shadow .header-content.fundraising-img {
	padding: 140px 0 160px;
}

.inner-header.landing-shadow .header-content.fundraising-img img.responsive-custom {
	width: 120%;
	margin-left: -10%;
}

.navbar.landing-nav.top-nav-collapse {
	background: #1C7DE7;
}

.navbar-custom .navbar-nav.landing-nav li a {
	font-weight: 500;
	font-size: 14px;
	padding-left: 10px;
}

.btn.btn01.signup-btn {
	font-size: 14px;
	border-radius: 3px;
	background: #fff;
	color: #222;
}

.btn.btn02.login-btn {
	font-size: 14px;
	border-radius: 3px;
	background-color: rgba(0,0,0,.15);
}

.landing-header-title h2 {
	display: none;
}

.landing-header-title h1.landing-title {
	font: normal 42px "nunitosemibold", sans-serif;
	color: #fff;
	margin: 0;
	padding: 0 0 20px;
	text-align: left;
}

.landing-header-title h1.landing-title.text-center {
	text-align: center;
}

section.landing-content h2.landing-title.ParaTitleStyle {
	font-size: 32px;
	padding: 0 0 25px;
}

.VirtualStickyBarHome .rightbar-nav {
	padding-top: 115px;
}

.rightbar-nav.MobileInnerNav {
	padding-top: 0;
}

.landing-header-title h6.landing-subtitle {
	font: normal 18px "nunitoregular", sans-serif;
	line-height: 24px;
	color: rgba(245,245,245,.8);
	margin: 0;
	padding: 0 0 20px;
	text-align: left;
}

.landing-header-title p.landing-subtitle {
	font: normal 18px "nunitoregular", sans-serif;
	line-height: 24px;
	color: rgba(245,245,245,.8);
	margin: 0;
	padding: 0 0 20px;
	text-align: left;
}

section.landing-content p.landing-subtitle.ParaTextStyle {
	font-size: 17px;
	line-height: 28px;
}

.landing-header-title h6.landing-subtitle.text-center {
	text-align: center;
}

.landing-header-title p.landing-subtitle.text-center {
	text-align: center;
}

.NoneFloat .btn.landing-get-btn, .NoneFloat .btn.landing-demo-btn {
	float: none;
}

.btn.landing-get-btn {
	position: relative;
	z-index: 3;
	float: left;
	margin-left: 0 !important;
	margin-top: 20px;
	background: #fff;
	border-radius: 3px;
	color: #626262;
	font-size: 15px;
	text-transform: none;
	padding: 12px 30px;
}

.btn.landing-get-btn:hover {
	opacity: .95;
}

.btn.landing-get-btn.flotnone, .btn.landing-demo-btn.flotnone {
	float: none;
}

.btn.landing-get-btn-blue {
	position: relative;
	z-index: 3;
	margin-left: 0 !important;
	margin-top: 0;
	background: #269eee;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	text-transform: none;
	padding: 9px 24px 10px;
}

.btn.landing-get-btn-blue:hover {
	opacity: .85;
}

.btn.landing-get-btn-blue.btn-lg {
	padding: 12px 26px;
	font-size: 18px;
}

.btn.landing-get-btn-border {
	position: relative;
	z-index: 3;
	margin-left: 0 !important;
	margin-top: 0;
	border: 1px solid #269eee;
	background: #f9f9f9;
	border-radius: 3px;
	color: #333;
	font-size: 15px;
	text-transform: none;
	padding: 9px 24px 10px;
}

.btn.landing-get-btn-border:hover {
	background: #269eee;
	color: #fff;
}

.btn.landing-demo-btn {
	position: relative;
	z-index: 3;
	float: left;
	margin-left: 12px;
	margin-top: 20px;
	background: none;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	text-transform: none;
	padding: 11.5px 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.btn.landing-demo-btn:hover {
	opacity: .95;
}

section.landing-content {
	padding: 80px 0;
	background: #fff;
}

section.landing-content.bg-gray {
	background: #f9f9f9;
}

section.landing-content.pad-btm-zero {
	padding-bottom: 0;
}

section.landing-content h1.landing-title {
	font: normal 38px "nunitosemibold", sans-serif;
	color: #242424;
	margin: 0;
	padding: 0 0 30px;
}

section.landing-content h2.landing-title {
	font: normal 38px "nunitosemibold", sans-serif;
	color: #242424;
	margin: 0;
	padding: 20px 0 30px;
}

section.landing-content h3.landing-title {
	font: normal 34px "nunitosemibold", sans-serif;
	color: #242424;
	margin: 0;
	padding: 0 0 30px;
}

section.landing-content h4.landing-title {
	font: normal 28px "nunitosemibold", sans-serif;
	color: #242424;
	margin: 0;
	padding: 0 0 20px;
}

section.landing-content h5.landing-title {
	font: normal 20px "nunitosemibold", sans-serif;
	color: #242424;
	margin: 0;
	padding: 0 0 20px;
}

section.landing-content p.landing-subtitle {
	font: normal 18px 'AvenirLTStd-Light', sans-serif;
	line-height: 28px;
	color: #545454;
	margin: 0;
	padding: 0 0 30px;
}

section.landing-content p.landing-subtitle.pad15 {
	padding: 0 0 15px;
}

section.landing-content p.landing-subtitle.pad0 {
	padding: 0;
}

a.LandingLinkUnderText {
	text-decoration: underline;
}

a.LandingLinkUnderText:hover {
	text-decoration: none;
}

section.landing-content .btn.landing-more-btn {
	margin-left: 0 !important;
	margin-bottom: 30px;
	background: #fff;
	border: 2px solid #269eee;
	border-radius: 3px;
	color: #333;
	font-weight: 400;
	font-size: 13px;
	padding: 9px 27px;
}

section.landing-content .btn.landing-more-btn:hover {
	background: #269eee;
	color: #fff;
}

section.landing-content ul.landing-ullist {
	margin: 0;
	padding: 0 0 0 12px;
}

section.landing-content ul.landing-ullist.Mrgtpalign {
	margin: 15px 0 30px 25px;
}

section.landing-content ul.landing-ullist li {
	list-style: circle;
	font: normal 17px "nunitoregular", sans-serif;
	line-height: 24px;
	color: #626262;
	margin: 0;
	padding: 0 0 2px;
}

section.landing-content ul.landing-ullist.mrg30 {
	margin-bottom: 30px;
}

section.landing-content ul.landing-ullist.blog {
}

section.landing-content ul.landing-ullist.blog li {
	list-style: disc;
	font: normal 17px "nunitoregular", sans-serif;
	line-height: 28px;
	color: #626262;
	margin: 0;
	padding: 0 0 2px;
}

section.landing-content ul.landing-ullist.blog.mrg30 {
	margin-bottom: 30px;
}

section.landing-content ul.landing-ullist.TickIcon {
	margin: 0;
	padding: 0 0 0 12px;
}

section.landing-content ul.landing-ullist.TickIcon li {
	background: url(../images/NewBlueTickIcon.png) no-repeat scroll 0 6px;
	list-style: none;
	font: normal 15px "nunitoregular", sans-serif;
	line-height: 22px;
	color: #626262;
	margin: 0;
	padding: 0 0 8px 28px;
}

section.landing-content ul.landing-ulbox {
	width: 760px;
	margin: 0 auto;
	padding: 12px 0 0;
	text-align: center;
	box-sizing: padding-box;
}

section.landing-content ul.landing-ulbox li {
	width: 50%;
	list-style: none;
	float: left;
	font: normal 13px "AvenirLTStd-Book", sans-serif;
	cursor: pointer;
	line-height: 18px;
	box-sizing: padding-box;
	text-align: left;
	margin-bottom: 20px;
	color: #848484;
}

section.landing-content ul.landing-ulbox li:hover {
	color: #1a72e4;
}

section.landing-content ul.landing-ulbox li .bg-white {
	padding: 15px 15px 15px 70px;
	min-height: 75px;
	border-radius: 3px;
}

section.landing-content ul.landing-ulbox li .bg-white.icon1 {
	background: url(../images/landing-marketing-icon1.png) no-repeat scroll 15px 15px;
	margin-right: 15px;
}

section.landing-content ul.landing-ulbox li:hover .bg-white.icon1 {
	background: url(../images/landing-marketing-icon1.png) #fff no-repeat scroll 15px 15px;
}

section.landing-content ul.landing-ulbox li .bg-white.icon2 {
	background: url(../images/landing-marketing-icon2.png) no-repeat scroll 15px 15px;
}

section.landing-content ul.landing-ulbox li:hover .bg-white.icon2 {
	background: url(../images/landing-marketing-icon2.png) #fff no-repeat scroll 15px 15px;
}

section.landing-content ul.landing-ulbox li .bg-white.icon3 {
	background: url(../images/landing-marketing-icon3.png) no-repeat scroll 15px 15px;
	margin-right: 15px;
}

section.landing-content ul.landing-ulbox li:hover .bg-white.icon3 {
	background: url(../images/landing-marketing-icon3.png) #fff no-repeat scroll 15px 15px;
}

section.landing-content ul.landing-ulbox li .bg-white.icon4 {
	background: url(../images/landing-marketing-icon4.png) no-repeat scroll 15px 15px;
}

section.landing-content ul.landing-ulbox li:hover .bg-white.icon4 {
	background: url(../images/landing-marketing-icon4.png) #fff no-repeat scroll 15px 15px;
}

section.landing-content ul.landing-ulbox li .bg-white.icon5 {
	background: url(../images/landing-marketing-icon5.png) no-repeat scroll 15px 15px;
	margin-right: 15px;
}

section.landing-content ul.landing-ulbox li:hover .bg-white.icon5 {
	background: url(../images/landing-marketing-icon5.png) #fff no-repeat scroll 15px 15px;
}

section.landing-content ul.landing-ulbox li .bg-white.icon6 {
	background: url(../images/landing-marketing-icon6.png) no-repeat scroll 15px 15px;
}

section.landing-content ul.landing-ulbox li:hover .bg-white.icon6 {
	background: url(../images/landing-marketing-icon6.png) #fff no-repeat scroll 15px 15px;
}

section.landing-content .btn.landing-app-btn {
	margin-left: 0 !important;
	margin-right: 15px;
	padding: 0;
}

section.landing-content .btn.landing-app-btn:hover {
	opacity: .9;
}

.mrg-0-auto-20 {
	margin: 0 auto 20px;
}

.landing-feature-box {
	padding: 30px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid transparent;
}

.landing-feature-box.bg-none {
	background: none;
}

.landing-feature-box:hover, .landing-feature-box.active {
	background: #269eee;
}

.landing-feature-box .HoverWhite img {
	padding: 6px;
}

.landing-feature-box:hover .HoverWhite img {
	background: #fff;
	border-radius: 5px;
}

.landing-feature-box:hover h3.feature-title, .landing-feature-box.active h3.feature-title {
	color: #fff;
}

.landing-feature-box:hover p.feature-subtext, .landing-feature-box.active p.feature-subtext {
	color: rgba(245,245,245,.9);
}

.landing-feature-box h3.feature-title {
	font: normal 18px "nunitomedium", sans-serif;
	color: #222;
	margin: 0;
	padding: 0 0 14px;
}

.landing-feature-box p.feature-subtext {
	font: normal 14px "nunitoregular", sans-serif;
	min-height: 75px;
	line-height: 22px;
	color: #626262;
	margin: 0;
	padding: 0;
}

.landing-feature-box span {
	width: 35px;
	height: 35px;
	margin-bottom: 20px;
	display: block;
}

.landing-feature-box span.text-center {
	margin: 0 auto 20px;
}

.landing-feature-box.borderstyle {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 0;
}

.landing-feature-box.borderstyle:hover {
	border: 1px solid #269eee;
	background: #269eee;
}

.landing-feature-box p.feature-subtext.minheight {
	min-height: 90px;
}

.landing-feature-box:nth-child(3n 0) {
	border-right: 1px solid transparent;
}

.landing-feature-box h3.feature-title.Space {
	min-height: 60px;
}

.SellTicketSetup {
	margin: 0;
	padding: 0;
}

.SellTicketSetup.LeftAlign {
	text-align: left;
}

.SellTicketSetup.RightAlign {
	text-align: right;
}

.SellTicketSetup.CenterAlign {
	text-align: center;
}

.SellTicketSetup span.text {
	font: normal 62px "Conv_AvenirLTStd-Black", sans-serif;
	color: #fff;
	display: block;
	padding: 0;
	margin: 20px 0 12px;
}

.SellTicketSetup h2.SellTicketBoxTitle {
	font: normal 24px "nunitosemibold", sans-serif;
	color: #fff;
	margin: 0;
	padding: 0 0 12px;
}

.SellTicketSetup p.SellTicketBoxSubText {
	font: normal 15px "nunitoregular", sans-serif;
	line-height: 22px;
	color: rgba(245,245,245,.9);
	margin: 0;
	padding: 0;
}

.StepMDiv {
	margin: 0;
	padding: 0;
}

.StepMDiv.LeftAlign {
	text-align: left;
}

.StepMDiv.RightAlign {
	text-align: right;
}

.StepMDiv.CenterAlign {
	text-align: center;
}

.StepMDiv span.text {
	font: normal 62px "Conv_AvenirLTStd-Black", sans-serif;
	color: #343434;
	display: block;
	padding: 0;
	margin: 20px 0 12px;
}

.StepMDiv h2.StepBoxTitle {
	font: normal 24px "nunitosemibold", sans-serif;
	color: #545454;
	margin: 0;
	padding: 0 0 12px;
}

.StepMDiv p.StepBoxSubText {
	font: normal 15px "nunitoregular", sans-serif;
	line-height: 22px;
	color: #747474;
	margin: 0;
	padding: 0;
}

.landing-feature-box span.conference-land-icon {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 0;
}

.landing-feature-box:hover span.conference-land-icon, .landing-feature-box.active span.conference-land-icon {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 0;
}

.landing-feature-box span.pricing-land-icon {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -35px;
}

.landing-feature-box:hover span.pricing-land-icon, .landing-feature-box.active span.pricing-land-icon {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -35px;
}

.landing-feature-box span.reports-land-icon {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -70px;
}

.landing-feature-box:hover span.reports-land-icon, .landing-feature-box.active span.reports-land-icon {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -70px;
}

.landing-feature-box span.pass-fee-land-icon {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -105px;
}

.landing-feature-box:hover span.pass-fee-land-icon, .landing-feature-box.active span.pass-fee-land-icon {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -105px;
}

.landing-feature-box span.promotion-land-icon {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -140px;
}

.landing-feature-box:hover span.promotion-land-icon, .landing-feature-box.active span.promotion-land-icon {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -140px;
}

.landing-feature-box span.schedule-land-icon {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -175px;
}

.landing-feature-box:hover span.schedule-land-icon, .landing-feature-box.active span.schedule-land-icon {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -175px;
}

.landing-feature-box span.speakers-land-icon {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -210px;
}

.landing-feature-box:hover span.speakers-land-icon, .landing-feature-box.active span.speakers-land-icon {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -210px;
}

.landing-feature-box span.mobile-land-icon {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -245px;
}

.landing-feature-box:hover span.mobile-land-icon, .landing-feature-box.active span.mobile-land-icon {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -245px;
}

.landing-feature-box span.wordout {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -280px;
}

.landing-feature-box:hover span.wordout, .landing-feature-box.active span.wordout {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -280px;
}

.landing-feature-box span.land-icon1 {
	background: url(../images/landing-conference-feature-icon-new.png) no-repeat scroll 0 0;
}

.landing-feature-box:hover span.land-icon1, .landing-feature-box.active span.land-icon1 {
	background: url(../images/landing-conference-feature-icon-new.png) no-repeat scroll 0 -36px;
}

.landing-feature-box span.land-icon2 {
	background: url(../images/landing-conference-feature-icon-new.png) no-repeat scroll 0 -72px;
}

.landing-feature-box:hover span.land-icon2, .landing-feature-box.active span.land-icon2 {
	background: url(../images/landing-conference-feature-icon-new.png) no-repeat scroll 0 -108px;
}

.landing-feature-box span.land-icon3 {
	background: url(../images/landing-conference-feature-icon-new.png) no-repeat scroll 0 -144px;
}

.landing-feature-box:hover span.land-icon3, .landing-feature-box.active span.land-icon3 {
	background: url(../images/landing-conference-feature-icon-new.png) no-repeat scroll 0 -180px;
}

.landing-feature-box span.land-icon4 {
	background: url(../images/landing-conference-feature-icon-new.png) no-repeat scroll 0 -216px;
}

.landing-feature-box:hover span.land-icon4, .landing-feature-box.active span.land-icon4 {
	background: url(../images/landing-conference-feature-icon-new.png) no-repeat scroll 0 -252px;
}

.landing-feature-box span.land-icon5 {
	background: url(../images/landing-conference-feature-icon-new.png) no-repeat scroll 0 -288px;
}

.landing-feature-box:hover span.land-icon5, .landing-feature-box.active span.land-icon5 {
	background: url(../images/landing-conference-feature-icon-new.png) no-repeat scroll 0 -324px;
}

.landing-feature-box span.land-icon6 {
	background: url(../images/landing-conference-feature-icon-new.png) no-repeat scroll 0 -360px;
}

.landing-feature-box:hover span.land-icon6, .landing-feature-box.active span.land-icon6 {
	background: url(../images/landing-conference-feature-icon-new.png) no-repeat scroll 0 -396px;
}

.landing-feature-box span.land-icon7 {
	background: url(../images/landing-fundraiser-feature-icon-new.png) no-repeat scroll 0 0;
}

.landing-feature-box:hover span.land-icon7, .landing-feature-box.active span.land-icon7 {
	background: url(../images/landing-fundraiser-feature-icon-new.png) no-repeat scroll 0 -36px;
}

.landing-feature-box span.land-icon8 {
	background: url(../images/landing-fundraiser-feature-icon-new.png) no-repeat scroll 0 -72px;
}

.landing-feature-box:hover span.land-icon8, .landing-feature-box.active span.land-icon8 {
	background: url(../images/landing-fundraiser-feature-icon-new.png) no-repeat scroll 0 -108px;
}

.landing-feature-box span.land-icon9 {
	background: url(../images/landing-fundraiser-feature-icon-new.png) no-repeat scroll 0 -144px;
}

.landing-feature-box:hover span.land-icon9, .landing-feature-box.active span.land-icon9 {
	background: url(../images/landing-fundraiser-feature-icon-new.png) no-repeat scroll 0 -180px;
}

.landing-feature-box span.land-icon10 {
	background: url(../images/landing-fundraiser-feature-icon-new.png) no-repeat scroll 0 -216px;
}

.landing-feature-box:hover span.land-icon10, .landing-feature-box.active span.land-icon10 {
	background: url(../images/landing-fundraiser-feature-icon-new.png) no-repeat scroll 0 -252px;
}

.landing-feature-box span.land-icon11 {
	background: url(../images/landing-fundraiser-feature-icon-new.png) no-repeat scroll 0 -288px;
}

.landing-feature-box:hover span.land-icon11, .landing-feature-box.active span.land-icon11 {
	background: url(../images/landing-fundraiser-feature-icon-new.png) no-repeat scroll 0 -324px;
}

.landing-feature-box span.land-icon12 {
	background: url(../images/landing-fundraiser-feature-icon-new.png) no-repeat scroll 0 -360px;
}

.landing-feature-box:hover span.land-icon12, .landing-feature-box.active span.land-icon12 {
	background: url(../images/landing-fundraiser-feature-icon-new.png) no-repeat scroll 0 -396px;
}

.landing-feature-box span.land-icon13 {
	background: url(../images/landing-management-feature-icon-new.png) no-repeat scroll 0 0;
}

.landing-feature-box:hover span.land-icon13, .landing-feature-box.active span.land-icon13 {
	background-position: 0 -32px;
}

.landing-feature-box span.land-icon14 {
	background: url(../images/landing-management-feature-icon-new.png) no-repeat scroll 0 -64px;
}

.landing-feature-box:hover span.land-icon14, .landing-feature-box.active span.land-icon14 {
	background-position: 0 -96px;
}

.landing-feature-box span.land-icon15 {
	background: url(../images/landing-management-feature-icon-new.png) no-repeat scroll 0 -126px;
}

.landing-feature-box:hover span.land-icon15, .landing-feature-box.active span.land-icon15 {
	background-position: 0 -158px;
}

.landing-feature-box span.land-icon16 {
	background: url(../images/landing-management-feature-icon-new.png) no-repeat scroll 0 -192px;
}

.landing-feature-box:hover span.land-icon16, .landing-feature-box.active span.land-icon16 {
	background-position: 0 -224px;
}

.landing-feature-box span.land-icon17 {
	background: url(../images/landing-management-feature-icon-new.png) no-repeat scroll 0 -256px;
}

.landing-feature-box:hover span.land-icon17, .landing-feature-box.active span.land-icon17 {
	background-position: 0 -286px;
}

.landing-feature-box span.land-icon18 {
	background: url(../images/landing-management-feature-icon-new.png) no-repeat scroll 0 -318px;
}

.landing-feature-box:hover span.land-icon18, .landing-feature-box.active span.land-icon18 {
	background-position: 0 -350px;
}

.landing-feature-box span.land-icon19 {
	background: url(../images/landing-website-builder-feature-icon-new.png) no-repeat scroll 0 0;
}

.landing-feature-box:hover span.land-icon19, .landing-feature-box.active span.land-icon19 {
	background-position: 0 -35px;
}

.landing-feature-box span.land-icon20 {
	background: url(../images/landing-website-builder-feature-icon-new.png) no-repeat scroll 0 -70px;
}

.landing-feature-box:hover span.land-icon20, .landing-feature-box.active span.land-icon20 {
	background-position: 0 -105px;
}

.landing-feature-box span.land-icon19 {
	background: url(../images/landing-website-builder-feature-icon-new.png) no-repeat scroll 0 0;
}

.landing-feature-box:hover span.land-icon19, .landing-feature-box.active span.land-icon19 {
	background-position: 0 -35px;
}

.landing-feature-box span.land-icon20 {
	background: url(../images/landing-website-builder-feature-icon-new.png) no-repeat scroll 0 -70px;
}

.landing-feature-box:hover span.land-icon20, .landing-feature-box.active span.land-icon20 {
	background-position: 0 -105px;
}

.landing-feature-box span.land-icon21 {
	background: url(../images/landing-sell-ticket-top-feature-icon-new.png) no-repeat scroll 0 0;
}

.landing-feature-box:hover span.land-icon21, .landing-feature-box.active span.land-icon21 {
	background-position: 0 -35px;
}

.landing-feature-box span.land-icon22 {
	background: url(../images/landing-sell-ticket-top-feature-icon-new.png) no-repeat scroll 0 -70px;
}

.landing-feature-box:hover span.land-icon22, .landing-feature-box.active span.land-icon22 {
	background-position: 0 -105px;
}

.landing-feature-box span.land-icon23 {
	background: url(../images/landing-sell-ticket-top-feature-icon-new.png) no-repeat scroll 0 -140px;
}

.landing-feature-box:hover span.land-icon23, .landing-feature-box.active span.land-icon23 {
	background-position: 0 -175px;
}

.landing-feature-box span.land-icon24 {
	background: url(../images/landing-event-networking-feature-icon-new.png) no-repeat scroll 0 0;
}

.landing-feature-box:hover span.land-icon24, .landing-feature-box.active span.land-icon24 {
	background-position: 0 -35px;
}

.landing-feature-box span.land-icon25 {
	background: url(../images/landing-event-networking-feature-icon-new.png) no-repeat scroll 0 -70px;
}

.landing-feature-box:hover span.land-icon25, .landing-feature-box.active span.land-icon25 {
	background-position: 0 -105px;
}

.landing-feature-box span.land-icon26 {
	background: url(../images/landing-event-networking-feature-icon-new.png) no-repeat scroll 0 -140px;
}

.landing-feature-box:hover span.land-icon26, .landing-feature-box.active span.land-icon26 {
	background-position: 0 -175px;
}

.landing-feature-box span.land-icon27 {
	background: url(../images/landing-feature-icon-new1.png) no-repeat scroll 0 0px;
}

.landing-feature-box:hover span.land-icon27, .landing-feature-box.active span.land-icon27 {
	background-position: 0 -35px;
}

.landing-feature-box span.land-icon28 {
	background: url(../images/landing-feature-icon-new1.png) no-repeat scroll 0 -70px;
}

.landing-feature-box:hover span.land-icon28, .landing-feature-box.active span.land-icon28 {
	background-position: 0 -105px;
}

.landing-feature-box span.land-icon29 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 0;
}

.landing-feature-box:hover span.land-icon29, .landing-feature-box.active span.land-icon29 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -36px;
}

.landing-feature-box span.land-icon30 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -75px;
}

.landing-feature-box:hover span.land-icon30, .landing-feature-box.active span.land-icon30 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -111px;
}

.landing-feature-box span.land-icon31 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -148px;
}

.landing-feature-box:hover span.land-icon31, .landing-feature-box.active span.land-icon31 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -185px;
}

.landing-feature-box span.land-icon32 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -222px;
}

.landing-feature-box:hover span.land-icon32, .landing-feature-box.active span.land-icon32 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -257px;
}

.landing-feature-box span.land-icon33 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -292px;
}

.landing-feature-box:hover span.land-icon33, .landing-feature-box.active span.land-icon33 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -329px;
}

.landing-feature-box span.land-icon34 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -369px;
}

.landing-feature-box:hover span.land-icon34, .landing-feature-box.active span.land-icon34 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -406px;
}

.landing-feature-box span.land-icon35 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -443px;
}

.landing-feature-box:hover span.land-icon35, .landing-feature-box.active span.land-icon35 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -480px;
}

.landing-feature-box span.land-icon36 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -514px;
}

.landing-feature-box:hover span.land-icon36, .landing-feature-box.active span.land-icon36 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -551px;
}

.landing-feature-box span.land-icon37 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -588px;
}

.landing-feature-box:hover span.land-icon37, .landing-feature-box.active span.land-icon37 {
	background: url('../images/LandingNewVEventIcons.png') no-repeat scroll 0 -625px;
}

.landing-feature-box span.reports-land-icon {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -70px;
}

.landing-feature-box:hover span.reports-land-icon, .landing-feature-box.active span.reports-land-icon {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -70px;
}

.landing-feature-box span.pass-fee-land-icon {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -105px;
}

.landing-feature-box:hover span.pass-fee-land-icon, .landing-feature-box.active span.pass-fee-land-icon {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -105px;
}

.landing-feature-box span.promotion-land-icon {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -140px;
}

.landing-feature-box:hover span.promotion-land-icon, .landing-feature-box.active span.promotion-land-icon {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -140px;
}

.landing-feature-box span.schedule-land-icon {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -175px;
}

.landing-feature-box:hover span.schedule-land-icon, .landing-feature-box.active span.schedule-land-icon {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -175px;
}

.landing-feature-box span.speakers-land-icon {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -210px;
}

.landing-feature-box:hover span.speakers-land-icon, .landing-feature-box.active span.speakers-land-icon {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -210px;
}

.landing-feature-box span.mobile-land-icon {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -245px;
}

.landing-feature-box:hover span.mobile-land-icon, .landing-feature-box.active span.mobile-land-icon {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -245px;
}

.landing-feature-box span.wordout {
	background: url(../images/conference-feature-icon-new.png) no-repeat scroll 0 -280px;
}

.landing-feature-box:hover span.wordout, .landing-feature-box.active span.wordout {
	background: url(../images/conference-feature-icon-new-hover.png) no-repeat scroll 0 -280px;
}

.landing-feature-box span.funding-land-icon {
	background: url(../images/fundraising-feature-icon-new.png) no-repeat scroll 0 0;
}

.landing-feature-box:hover span.funding-land-icon, .landing-feature-box.active span.funding-land-icon {
	background: url(../images/fundraising-feature-icon-new-hover.png) no-repeat scroll 0 0;
}

.landing-feature-box span.access-land-icon {
	background: url(../images/fundraising-feature-icon-new.png) no-repeat scroll 0 -70px;
}

.landing-feature-box:hover span.access-land-icon, .landing-feature-box.active span.access-land-icon {
	background: url(../images/fundraising-feature-icon-new-hover.png) no-repeat scroll 0 -70px;
}

.landing-feature-box span.Social-land-icon {
	background: url(../images/fundraising-feature-icon-new.png) no-repeat scroll 0 -175px;
}

.landing-feature-box:hover span.Social-land-icon, .landing-feature-box.active span.Social-land-icon {
	background: url(../images/fundraising-feature-icon-new-hover.png) no-repeat scroll 0 -175px;
}

.landing-feature-box span.non-profit-land-icon {
	background: url(../images/fundraising-feature-icon-new.png) no-repeat scroll 0 -280px;
}

.landing-feature-box:hover span.non-profit-land-icon, .landing-feature-box.active span.non-profit-land-icon {
	background: url(../images/fundraising-feature-icon-new-hover.png) no-repeat scroll 0 -280px;
}

table.CompareTable {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #fff;
	font: normal 17px "AvenirLTStd-Light", sans-serif;
	padding: 0;
	color: #545454;
}

table.CompareTable thead tr th {
	background: none;
	padding: 30px;
}

table.CompareTable thead tr th.eventzilla {
	border-bottom: 3px solid #269eee;
}

table.CompareTable thead tr th.bizzabo {
	border-bottom: 3px solid #3399CC;
}

table.CompareTable thead tr th.attendify {
	border-bottom: 3px solid #268bff;
}

table.CompareTable thead tr th.cvent {
	border-bottom: 3px solid #37caff;
}

table.CompareTable thead tr th.zoom {
	border-bottom: 3px solid #2c8bfe;
}

table.CompareTable thead tr th.whova {
	border-bottom: 3px solid #14aaf7;
}

table.CompareTable thead tr th.hopin {
	border-bottom: 3px solid #165CF7;
}

table.CompareTable tbody tr td {
	padding: 16px 30px;
	text-align: left;
	font-size: 16px;
	color: #646464;
}

table.CompareTable > tbody > tr:nth-child(2n 1) {
	background: rgba(0,0,0,.03);
}

table.CompareTable tbody tr td:first-child {
	color: #545454;
}

table.CompareTable tbody tr td.text-center {
	text-align: center;
}

table.CompareTable.desktop {
	display: block;
}

table.CompareTable.mobile {
	background: rgba(0,0,0,.03);
	display: none;
}

table.CompareTable.mobile tbody tr td.bg-white {
	background: #fff;
}

table.CompareTable.mobile > tbody > tr:nth-child(2n 1) {
	background: none;
}

table.CompareTable.mobile > tbody > tr td span.eventzilla {
	color: #269eee;
	font-weight: 600;
	margin-bottom: 6px;
	padding: 4px 8px 4px 0;
	display: block;
	border-radius: 3px;
}

table.CompareTable.mobile > tbody > tr td span.bizzabo {
	color: #3399CC;
	font-weight: 600;
	margin-bottom: 6px;
	padding: 4px 8px 4px 0;
	display: block;
	border-radius: 3px;
}

table.CompareTable.mobile > tbody > tr td span.attendify {
	color: #268bff;
	font-weight: 600;
	margin-bottom: 6px;
	padding: 4px 8px 4px 0;
	display: block;
	border-radius: 3px;
}

table.CompareTable.mobile > tbody > tr td span.cvent {
	color: #37caff;
	font-weight: 600;
	margin-bottom: 6px;
	padding: 4px 8px 4px 0;
	display: block;
	border-radius: 3px;
}

table.CompareTable.mobile > tbody > tr td span.zoom {
	color: #2c8bfe;
	font-weight: 600;
	margin-bottom: 6px;
	padding: 4px 8px 4px 0;
	display: block;
	border-radius: 3px;
}

table.CompareTable.mobile > tbody > tr td span.whova {
	color: #14aaf7;
	font-weight: 600;
	margin-bottom: 6px;
	padding: 4px 8px 4px 0;
	display: block;
	border-radius: 3px;
}

table.CompareTable.mobile > tbody > tr td span.hopin {
	color: #165CF7;
	font-weight: 600;
	margin-bottom: 6px;
	padding: 4px 8px 4px 0;
	display: block;
	border-radius: 3px;
}

.landing-solution-box {
	padding: 30px 15px;
	border-radius: 3px;
	background: #fff;
	text-align: center;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.landing-solution-box:hover {
	background: #269eee;
}

.landing-solution-box:hover h3.feature-title {
	color: #fff;
}

.landing-solution-box:hover p.feature-subtext {
	color: rgba(245,245,245,.9);
}

.landing-solution-box h3.feature-title {
	font: normal 18px "nunitomedium", sans-serif;
	min-height: 22px;
	color: #222;
	margin: 0;
	padding: 0 0 8px;
}

.landing-solution-box p.feature-subtext {
	font: normal 12px "nunitoregular", sans-serif;
	line-height: 16px;
	color: #626262;
	margin: 0;
	padding: 0;
}

.landing-solution-box span {
	width: 32px;
	height: 32px;
	margin-bottom: 20px;
	display: inline-block;
}

.landing-solution-box:nth-child(4) {
	border-right: none;
}

.landing-solution-box:nth-child(8) {
	border-right: none;
}

.landing-solution-box:nth-child(10) {
	border-right: none;
}

.landing-solution-box span.conferences-solution-icon {
	background: url(../images/landing-management-solution-icon-new.png) no-repeat scroll 0 0;
}

.landing-solution-box:hover span.conferences-solution-icon, .landing-solution-box.active span.conferences-solution-icon {
	background-position: 0 -32px;
}

.landing-solution-box span.seminars-solution-icon {
	background: url(../images/landing-management-solution-icon-new.png) no-repeat scroll 0 -64px;
}

.landing-solution-box:hover span.seminars-solution-icon, .landing-solution-box.active span.seminars-solution-icon {
	background-position: 0 -96px;
}

.landing-solution-box span.fundraising-solution-icon {
	background: url(../images/landing-management-solution-icon-new.png) no-repeat scroll 0 -128px;
}

.landing-solution-box:hover span.fundraising-solution-icon, .landing-solution-box.active span.fundraising-solution-icon {
	background-position: 0 -160px;
}

.landing-solution-box span.concerts-solution-icon {
	background: url(../images/landing-management-solution-icon-new.png) no-repeat scroll 0 -192px;
}

.landing-solution-box:hover span.concerts-solution-icon, .landing-solution-box.active span.concerts-solution-icon {
	background-position: 0 -224px;
}

.landing-solution-box span.meetings-solution-icon {
	background: url(../images/landing-management-solution-icon-new.png) no-repeat scroll 0 -256px;
}

.landing-solution-box:hover span.meetings-solution-icon, .landing-solution-box.active span.meetings-solution-icon {
	background-position: 0 -288px;
}

.landing-solution-box span.church-solution-icon {
	background: url(../images/landing-management-solution-icon-new.png) no-repeat scroll 0 -320px;
}

.landing-solution-box:hover span.church-solution-icon, .landing-solution-box.active span.church-solution-icon {
	background-position: 0 -352px;
}

.landing-solution-box span.corporate-solution-icon {
	background: url(../images/landing-management-solution-icon-new.png) no-repeat scroll 0 -384px;
}

.landing-solution-box:hover span.corporate-solution-icon, .landing-solution-box.active span.corporate-solution-icon {
	background-position: 0 -416px;
}

.landing-solution-box span.trade-solution-icon {
	background: url(../images/landing-management-solution-icon-new.png) no-repeat scroll 0 -448px;
}

.landing-solution-box:hover span.trade-solution-icon, .landing-solution-box.active span.trade-solution-icon {
	background-position: 0 -480px;
}

.landing-solution-box span.product-solution-icon {
	background: url(../images/landing-management-solution-icon-new.png) no-repeat scroll 0 -512px;
}

.landing-solution-box:hover span.product-solution-icon, .landing-solution-box.active span.product-solution-icon {
	background-position: 0 -544px;
}

.landing-solution-box span.award-solution-icon {
	background: url(../images/landing-management-solution-icon-new.png) no-repeat scroll 0 -576px;
}

.landing-solution-box:hover span.award-solution-icon, .landing-solution-box.active span.award-solution-icon {
	background-position: 0 -608px;
}

.LandingBox {
	margin: 0;
	padding: 0;
}

.LandingBox.LeftAlign {
	text-align: left;
}

.LandingBox.RightAlign {
	text-align: right;
}

.LandingBox.CenterAlign {
	text-align: center;
}

.LandingBox span.icon {
	width: 46px;
	height: 46px;
	display: inline-block;
	padding: 0;
	margin: 20px 0 12px;
}

.LandingBox h2.LandingBoxTitle {
	font: normal 22px "nunitosemibold", sans-serif;
	color: #333;
	margin: 0;
	padding: 0 0 12px;
}

.LandingBox p.LandingBoxSubText {
	font: normal 14px "nunitoregular", sans-serif;
	line-height: 22px;
	color: #646464;
	margin: 0;
	padding: 0;
}

.LandingBox span.icon.affiliate-promotion {
	background: url(../images/landing-affiliate-feature-icon.png) no-repeat scroll 0 0;
}

.LandingBox span.icon.affiliate-tracking {
	background: url(../images/landing-affiliate-feature-icon.png) no-repeat scroll 0 -46px;
}

.LandingBox span.icon.affiliate-commissions {
	background: url(../images/landing-affiliate-feature-icon.png) no-repeat scroll 0 -92px;
}

.LandingSetup {
	margin: 0;
	padding: 0;
}

.LandingSetup.LeftAlign {
	text-align: left;
}

.LandingSetup.RightAlign {
	text-align: right;
}

.LandingSetup.CenterAlign {
	text-align: center;
}

.LandingSetup span.text {
	font: normal 62px "Conv_AvenirLTStd-Black", sans-serif;
	color: #fff;
	display: block;
	padding: 0;
	margin: 20px 0 12px;
}

.LandingSetup h2.LandingBoxTitle {
	font: normal 23px "nunitosemibold", sans-serif;
	color: #fff;
	margin: 0;
	padding: 0 0 12px;
}

.LandingSetup p.LandingBoxSubText {
	font: normal 15px "nunitoregular", sans-serif;
	line-height: 22px;
	color: rgba(255,255,255,.80);
	margin: 0;
	padding: 0;
}

.panel-group.affiliate-mdiv {
	margin: 0;
	padding: 0;
}

.panel-group.affiliate-mdiv .panel {
	padding: 15px;
	background: #fff;
	border-radius: 2px;
	font: normal 15px "AvenirLTStd-Light", sans-serif;
	color: #333;
	line-height: 18px;
	cursor: pointer;
}

.panel-group.affiliate-mdiv .panel-heading {
	padding: 0;
}

.panel-group.affiliate-mdiv .panel .panel {
	margin-top: 12px;
}

.panel-group.affiliate-mdiv .panel-body {
	padding: 15px 15px 0;
	margin-top: 15px;
	font: normal 15px "AvenirLTStd-Light", sans-serif;
	color: #646464;
	line-height: 22px;
}

.panel-group.affiliate-mdiv .panel-title {
	padding: 0 15px;
}

.panel-group.affiliate-mdiv .panel-title a {
	display: block;
}

.panel-group.affiliate-mdiv .panel-heading.collapsed {
	background: url(../images/according-plus.png) no-repeat scroll 100% 50%;
}

.panel-group.affiliate-mdiv .panel-heading {
	background: url(../images/according-minus.png) no-repeat scroll 100% 50%;
}

section.landing-signup {
	padding: 80px 15px;
	background: url(../images/landing-enter-bg.jpg) no-repeat 100% 50%;
	background-size: 100%;
}

section.landing-signup h2.landing-title {
	font: normal 32px "nunitosemibold", sans-serif;
	color: #fff;
	margin: 0;
	padding: 0 0 14px;
}

section.landing-signup p.landing-subtitle {
	font: normal 18px "nunitoregular", sans-serif;
	line-height: 24px;
	color: rgba(245,245,245,.8);
	margin: 0;
	padding: 0 0 30px;
}

section.landing-signup p.landing-subtitle.pad-btm {
	padding-bottom: 15px;
}

section.landing-signup .btn.landing-more-btn {
	margin-left: 0 !important;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
	color: #333;
	font-weight: 400;
	font-size: 13px;
	padding: 9px 27px;
}

section.landing-signup .btn.landing-more-btn:hover {
	opacity: .9;
}

section.landing-signup.square-pad {
	padding: 50px 15px;
	background: url(../images/square-signup-bg.jpg) no-repeat 50% 50%;
}

section.landing-signup.square-pad .btn.landing-more-btn {
	padding: 9px 18px;
	margin-top: 18px;
}

section.landing-signup.square-pad h2.landing-title {
	font: normal 32px "AvenirLTStd-Light", sans-serif;
}

section.landing-signup.square-pad p.landing-subtitle {
	font: normal 17px "AvenirLTStd-Light", sans-serif;
	padding: 0;
	color: rgba(245,245,245,.9);
}

div.display-table {
	display: table;
}

div.left, div.right {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.landing-testimonial-box {
	margin: 40px 0 0;
	position: relative;
	padding: 30px 30px 30px 120px;
	background: url(../images/test-quotes.png) #fff no-repeat scroll 40px 50%;
	border-radius: 2px;
	font: normal 15px "nunitoregular", sans-serif;
	color: #626262;
	line-height: 22px;
}

.landing-testimonial-box span {
	color: #333;
	font-size: 16px;
}

.landing-testimonial-box:hover span {
	color: #fff;
}

.landing-testimonial-box div.large-round {
	width: 14px;
	height: 14px;
	border-radius: 50px;
	background: #fff;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -7px;
}

.landing-testimonial-box div.small-round {
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background: #fff;
	position: absolute;
	bottom: -21px;
	left: 50%;
	margin-left: -4px;
}

.landing-testimonial-box:hover {
	background: url(../images/test-quotes-hover.png) #1a74ef no-repeat scroll 40px 50%;
	color: #fff;
}

.landing-testimonial-box:hover div.large-round, .landing-testimonial-box:hover div.small-round {
	background: #1a74ef;
}

.landing-testimonial-box:hover span {
	color: #fff;
}

section.landing-content.bg-white .landing-testimonial-box {
	margin: 40px 0 0;
	position: relative;
	padding: 30px 30px 30px 120px;
	background: url(../images/test-quotes.png) #f9f9f9 no-repeat scroll 40px 50%;
	border-radius: 2px;
	font: normal 15px "nunitoregular", sans-serif;
	color: #626262;
	line-height: 22px;
}

section.landing-content.bg-white .landing-testimonial-box span {
	color: #333;
	font-size: 16px;
}

section.landing-content.bg-white .landing-testimonial-box:hover span {
	color: #f9f9f9;
}

section.landing-content.bg-white .landing-testimonial-box div.large-round {
	width: 14px;
	height: 14px;
	border-radius: 50px;
	background: #f9f9f9;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -7px;
}

section.landing-content.bg-white .landing-testimonial-box div.small-round {
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background: #f9f9f9;
	position: absolute;
	bottom: -21px;
	left: 50%;
	margin-left: -4px;
}

section.landing-content.bg-white .landing-testimonial-box:hover {
	background: url(../images/test-quotes-hover.png) #1a74ef no-repeat scroll 40px 50%;
	color: #fff;
}

section.landing-content.bg-white .landing-testimonial-box:hover div.large-round, section.landing-content.bg-white .landing-testimonial-box:hover div.small-round {
	background: #1a74ef;
}}

section.landing-content.bg-white .landing-testimonial-box:hover span {
	color: #fff;
}

.detail-mdiv {
	margin: 40px 0 0;
	padding: 0;
	position: relative;
	font: normal 15px "nunitoregular", sans-serif;
	color: #626262;
	text-align: center;
}

.detail-mdiv div.name {
	text-transform: uppercase;
	color: #333;
	font-size: 13px;
	padding-bottom: 4px;
}

.detail-mdiv div.name span {
	font-weight: 600;
}

.detail-mdiv div.designation {
	font-size: 13px;
	color: #626262;
}

.modal-dialog.modal-square {
	width: 420px;
}

.modal-content.square-info .modal-body {
	padding: 40px;
}

.modal-content.square-info .close.square-close {
	position: absolute;
	top: 20px;
	right: 27px;
}

.modal-content.square-info label.form-label {
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 6px;
	color: #646464;
}

.modal-content.square-info select.form-control.select-square {
	background-color: #ffffff;
	background-image: url("../images/nt-drop-down.jpg") !important;
	background-position: 100% 7px;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	min-height: 38px;
	font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #282323;
	padding: 6px 35px 6px 11px !important;
	line-height: 15px;
	font-size: 13px;
	font-weight: normal;
	vertical-align: top;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
	outline: none;
	overflow: hidden;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	appearance: none �/IE9;
}

.modal-content.square-info .btn.btn-default.btn-square {
	width: 100%;
	margin-top: 20px;
	color: #fff;
	background: #309ae6;
	border: none;
	border-radius: 2px;
	padding: 8px 30px 10px;
}

.get-started-page-square .getstarted-btn.square-pad {
	padding: 15px;
	text-transform: none;
	font-size: 13px;
}

.modal-content.NewFormPopup {
	border-radius: 3px;
	background: #fff;
	border: none;
	overflow: hidden;
	text-align: left;
}

.modal-content.NewFormPopup .modal-body {
	padding: 45px 30px;
}

.modal-content.NewFormPopup button.close {
	position: absolute;
	top: 30px;
	right: 30px;
	line-height: 12px;
	font-size: 28px;
	font-weight: 300;
}

.modal-content.NewFormPopup input.close {
	position: absolute;
	top: 10px;
	right: 10px;
	line-height: normal;
	font-size: 28px;
	font-weight: 300;
	border: none;
	background: none;
}

.modal-content.NewFormPopup h3.PopupTitle {
	font-family: "AvenirLTStd-Book", Arial, sans-serif;
	color: #383838;
	font-size: 24px;
	text-align: center;
	margin: 0;
	padding: 0 0 30px;
}

.modal-content.NewFormPopup h4.SubTitle {
	font-family: "AvenirLTStd-Book", Arial, sans-serif;
	color: #383838;
	font-size: 13px;
	margin: 0;
	padding: 0 15px 15px;
	text-transform: uppercase;
}

.modal-content.NewFormPopup h4.SubTitle.PadTop {
	padding-top: 30px;
}

.modal-content.NewFormPopup .FormMdiv .form-group .form-control {
	height: 38px;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	box-shadow: none !important;
}

.modal-content.NewFormPopup .FormMdiv .form-group .form-control:focus {
	border: 1px solid #309ae6;
	box-shadow: none !important;
}

.modal-content.NewFormPopup .FormMdiv .form-group textarea.form-control {
	height: 90px;
	border-color: #e3e3e3;
	resize: none;
}

.modal-content.NewFormPopup .FormMdiv .form-group label.control-label {
	color: #8e8e8e;
	font-weight: 400;
	margin-bottom: 8px;
	font-size: 13px;
}

.modal-content.NewFormPopup .FormMdiv .form-group label.control-label span {
	color: #f00;
	padding-left: 4px;
}

.modal-content.NewFormPopup .FormMdiv .form-group span.ErrorSpan {
	font-size: 11px;
	color: #f00;
	padding-top: 3px;
	letter-spacing: .5px;
}

.modal-content.NewFormPopup .popup-action {
	padding-top: 30px;
	text-align: center;
	clear: both;
}

.modal-content.NewFormPopup .popup-action .btn.save-btn {
	border-radius: 3px;
	margin: 0 6px;
	padding: 8px 24px;
	text-transform: none;
	font-size: 15px;
	background: #087fd3;
	border-color: #087fd3;
}

.modal-content.NewFormPopup .popup-action .btn.close-btn {
	border-radius: 3px;
	margin: 0 6px;
	padding: 8px 24px;
	text-transform: none;
	font-size: 15px;
	border: 1px solid #e0e0e0;
	color: #333;
}

.modal-content.NewFormPopup .modal-body.SuccessMdiv {
	text-align: center;
}

.modal-content.NewFormPopup .modal-body.SuccessMdiv button.close {
	position: absolute;
	top: 30px;
	right: 30px;
	line-height: 12px;
	font-size: 28px;
	font-weight: 400;
}

.modal-content.NewFormPopup .modal-body.SuccessMdiv h3.PopupTitle {
	font-family: "AvenirLTStd-Book", Arial, sans-serif;
	color: #383838;
	font-size: 22px;
	text-align: center;
	margin: 0;
	padding: 55px 0 15px;
	background: url(../images/success-poup-title-icon.png) no-repeat scroll 50% 0;
}

.modal-content.NewFormPopup .modal-body.SuccessMdiv p.sub-text {
	color: #626262;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding-bottom: 0;
}

.modal-content.NewFormPopup .modal-body.SuccessMdiv .btn.btn-yes, .modal-content.NewFormPopup .modal-body.SuccessMdiv .btn.btn-no {
	width: 90px;
	margin: 0 6px;
}

.modal-content.NewFormPopup span.PopupAlertError {
	width: 100%;
	color: #e76e70;
	display: block;
	background: #fff6f4;
	box-shadow: none;
	text-shadow: none;
	padding: 9px 19px 9px 15px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 12px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #f8cdcd;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.PdfDownloadMdiv {
	padding: 60px 0 40px;
	background: #f4f7f8;
	text-align: center;
}

.PdfDownloadMdiv h2 {
	font: normal 28px "Conv_AvenirLTStd-black", sans-serif;
	color: #484c4f;
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
}

.PdfDownloadMdiv h2 span {
	font: normal 16px "AvenirLTStd-Book", sans-serif;
	display: block;
	padding-top: 6px;
}

.PdfDownloadMdiv p {
	font: normal 14px "AvenirLTStd-Book", sans-serif;
	line-height: 22px;
	color: #80878d;
	margin: 0;
	padding: 0;
	text-align: left;
}

.PdfDownloadMdiv img.img-responsive {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
	text-align: center;
	display: initial;
}

.PdfDownloadMdiv img:hover {
	opacity: .8;
}

.PdfDownloadMdiv .RecommentMdiv {
	background: #fff;
	padding: 25px;
	margin-right: 0;
	border-radius: 3px;
	border-top: 2px solid #fff;
	text-align: left;
	font: normal 16px "AvenirLTStd-Book", sans-serif;
	color: #646464;
	transition: 0.2s ease-in-out;
}

.PdfDownloadMdiv .RecommentMdiv:hover, .PdfDownloadMdiv .RecommentMdiv.active {
	border-top: 2px solid #1c7de7;
	cursor: pointer;
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,.2);
}

.PdfDownloadMdiv .RecommentMdiv span {
	padding: 4px 12px;
	text-transform: uppercase;
	background: #e6e6e6;
	font: normal 10px "Open Sans", sans-serif;
	color: #333;
	font-weight: 600;
	border-radius: 2px;
}

.PdfDownloadMdiv .RecommentMdiv:hover span, .PdfDownloadMdiv .RecommentMdiv.active span {
	background: #1c7de7;
	color: #fff;
}

.PdfDownloadMdiv .RecommentMdiv h3.TitleMdiv {
	font: normal 18px "AvenirLTStd-Book", sans-serif;
	color: #000;
	margin: 0;
	min-height: 82px;
	padding: 20px 15px 16px 0;
}

.PdfDownloadMdiv .RecommentMdiv p.SubText {
	font-size: 14px;
	color: #585757;
	margin: 0;
	padding: 0 0 16px;
}

.PdfDownloadMdiv .RecommentMdiv a.DownloadBtn {
	font-size: 13px;
	color: #1c7de7;
	text-decoration: underline;
}

.PdfDownloadMdiv .RecommentMdiv:hover a.DownloadBtn {
	text-decoration: none;
}

.PdfDownloadMdiv .owl-theme .owl-dots {
	display: none !important;
}

.RecommentCheckListMDiv {
	position: relative;
	width: 102%;
}

.owl-carousel.RecommentCheckListMDiv .owl-stage-outer {
	padding: 30px 6px;
	margin-left: -1%;
}

.PdfDownloadMdiv .owl-carousel .owl-nav button.owl-next, .PdfDownloadMdiv .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	width: 32px;
	height: 60px;
	background: #333;
	border-radius: 3px;
}

.PdfDownloadMdiv .owl-carousel .owl-nav button.owl-next:hover, .PdfDownloadMdiv .owl-carousel .owl-nav button.owl-prev:hover {
	opacity: .7;
}

.PdfDownloadMdiv .owl-carousel .owl-nav button.owl-next {
	right: 0;
	top: 50%;
	margin: -30px -3px 0 0;
	opacity: .5;
}

.PdfDownloadMdiv .owl-carousel .owl-nav button.owl-prev {
	left: 0;
	top: 50%;
	margin: -30px 0 0 -16px;
	opacity: .5;
}

.PdfDownloadMdiv .owl-carousel .owl-nav button.owl-next span, .PdfDownloadMdiv .owl-carousel .owl-nav button.owl-prev span {
	width: auto;
	height: auto;
	line-height: 16px;
	display: inline;
	color: #fff !important;
	font-size: 26px;
}

.PdfDownloadMdiv .owl-theme .owl-nav .disabled {
	opacity: .1 !important;
}

.modal-dialog.HomeDownloadPopup {
	width: 680px;
}

.modal-dialog.HomeDownloadPopup .modal-content {
	border-radius: 3px;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body {
	padding: 60px 30px;
	position: relative;
	font: normal 16px "AvenirLTStd-Book", sans-serif;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body button.close {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 32px;
	font-weight: 300;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .PopupLeft {
	width: 220px;
	float: left;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .PopupLeft img {
	width: 100%;
	padding-top: 10px;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .PoupupRight {
	overflow: hidden;
	padding: 0 20px;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body h5.PoupTitle {
	font: normal 23px "AvenirLTStd-Book", sans-serif;
	color: #000;
	margin: 0;
	padding: 0 0 20px;
	line-height: 32px;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .form-group {
	margin: 0;
	padding: 0 0 20px;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .form-group label.form-label {
	font-size: 13px;
	color: #646464 !important;
	font-weight: 300;
	margin-bottom: 8px;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .form-group label.form-label span {
	color: #ff2525;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .form-group input.form-control {
	font-size: 13px;
	color: #5d5d5d;
	font-weight: 300;
	border: 1px solid #dadada;
	border-radius: 3px;
	box-shadow: none;
	box-shadow: inset none;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .form-group .alert {
	margin: 4px 0 0;
	padding: 0;
	font-size: 12px;
	color: #cc6163;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .btn.BtnDownload {
	width: 100%;
	color: #fff !important;
	background: #0c88e0;
	border-radius: 3px;
	padding: 12px;
	font-size: 15px;
	text-transform: none;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .btn.BtnDownload:hover {
	background: #127ecb;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .CheckBoxText {
	font-size: 13px;
	font-weight: 400;
	color: #646464;
	margin: 0 0 18px;
	padding: 0;
	position: relative;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .CheckBoxText input {
	position: absolute;
	left: 0;
	top: -3px;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .CheckBoxText label {
	cursor: pointer;
	color: #646464 !important;
	font-weight: 400;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .CheckBoxText {
	display: inline-block;
	padding-left: 24px;
	position: relative;
	cursor: pointer;
	user-select: none;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .CheckBoxText .checkmark1 {
	display: inline-block;
	border-radius: 2px;
	width: 15px;
	height: 15px;
	background: white;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid black;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .CheckBoxText input:checked .checkmark1 {
	background-color: #1390e5;
	border: 1px solid #1390e5;
	border-radius: 2px;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .CheckBoxText input:indeterminate .checkmark1 {
	background-color: #1390e5;
	border: 1px solid #1390e5;
	border-radius: 2px;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .CheckBoxText input:checked .checkmark1:after {
	content: "";
	position: absolute;
	height: 5px;
	width: 8px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .CheckBoxText input:checked:disabled .checkmark1 {
	border: 1px solid grey;
	background-color: grey;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .CheckBoxText input:disabled .checkmark1 {
	border: 1px solid grey;
}

.modal-dialog.HomeDownloadPopup .modal-content .modal-body .CheckBoxText input:indeterminate .checkmark1:after {
	content: "";
	position: absolute;
	height: 0px;
	width: 11px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
}

.PriceTabNav {
	width: 100%;
	margin: 0;
	padding: 0 0 15px;
	text-align: center;
}

.PriceTabSliderTab {
	display: inline-block;
	margin: 0;
	padding: 8px;
	list-style: none;
	position: relative;
	border-radius: 35px;
	overflow: visible;
	background: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.PriceTabSliderTab:after {
	content: "";
	width: 48%;
	background: #05abe0;
	height: 32px;
	position: absolute;
	top: 6px;
	left: 6px;
	transition: all 250ms ease-in-out;
	border-radius: 35px;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.PriceTabSliderTab.slide:after {
	left: 50%;
}

.PriceTabSliderTrigger {
	width: 195px;
	float: left;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	color: #345F90;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 20px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: inline-block;
	transition: color 250ms ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.PriceTabSliderTrigger.active {
	color: #fff;
}

.PriceTabSliderBody {
	margin: 0;
	padding: 0;
}

.alert-price {
	color: #246a8e;
	background-color: #ebf6fb;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	padding: 12px 15px;
	border-radius: 3px;
	border: 1px solid #bfd4de;
	transition: all 0.2s linear 0s;
	text-align: left;
	margin-top: 30px;
}

.alert-price span {
	text-transform: uppercase;
	font-weight: 500;
}
.PricingFullCompareBox .PlanInfoBoxMDiv.PlanInfoFixed .HeightAlign1{display:none}
.PricingLanguageMDiv{background:#FBFBFB; border-radius:12px; padding:20px; margin:30px auto 0; /*max-width:1140px*/}
.PricingLanguageMDiv .DisplayFlex{display:flex; justify-content:space-between; align-items:center}
.PricingLanguageMDiv .DisplayFlex .DisplayCol{font-family: "AvenirLTStd-Book", sans-serif;
    font-size: 15px;
    color: #545454}
.PricingLanguageMDiv .DisplayFlex .DisplayCol select{width:160px; display:inline-block; margin-left:15px;}


.PricingLanguageMDiv .DisplayFlex .DisplayCol button.btn.btn-primary.dropdown-toggle.TextDropDown {
    width: 100%;
    background: #fff;
    border: 1px solid #E2E2E2;
    color: #545454;
    text-align: left;
    padding: 7px 12px;
	margin-left:15px;
}
.PricingLanguageMDiv .DisplayFlex .DisplayCol button.btn.btn-primary.dropdown-toggle.TextDropDown span.caret.DropdownArrow {
	float: right;
	top: 7px;
	right: 7px;
	border-top: 5px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	color: #747474;
	position: relative;
	font-family: "AvenirLTStd-Book", sans-serif;
	font-size: 14px;
	color: #545454;
	
}

.PricingLanguageMDiv .DisplayFlex .DisplayCol ul.dropdown-menu.dropdownmenustyles {
	width: 100%; margin-left:15px;
}

.PricingLanguageMDiv .DisplayFlex .DisplayCol ul.dropdown-menu.dropdownmenustyles li a {
	font-family: "AvenirLTStd-Book", sans-serif;
	font-size: 14px;
	color: #545454;
	padding: 6px 20px;
}

.PricingLanguageMDiv .DisplayFlex .DisplayCol ul.dropdown-menu.dropdownmenustyles li img {
	border-radius: 2px;
	width: 26px;
	margin-right: 3px;
	margin-top: -3px;
}

.PricingLanguageMDiv .DisplayFlex .DisplayCol button.btn.btn-primary.dropdown-toggle.TextDropDown img {
	border-radius: 2px;
	width: 26px;
	margin-right: 3px;
	margin-top: -3px;
}






.PricingPlanBox.NewPriceTable {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content:center;
	margin-top:30px;
}

.PricingPlanBox.NewPriceTable .PricePlanBox {
	width: 100%;
	/*max-width:360px;*/
	margin:0;
	text-align:left;
	 border-radius:12px;
	 position:relative;
	 padding:0 0 132px;
	 background:none;
}
.PricingPlanBox.NewPriceTable .PriceBox h4.PlanName{
	text-align:left;
	font-family:"AvenirLTStd-Heavy", sans-serif;
	font-size:23px;
	text-transform:none
}
.PricingPlanBox.NewPriceTable .PricePlanBox .PriceBox h2.PlanPrice{
	text-align:left;
	font-size:28px;
}
.PricingPlanBox.NewPriceTable .PricePlanBox .BtnActionTop{
	text-align:left
}
.PricingPlanBox.NewPriceTable .PricePlanBox .PriceBox{
	padding:40px 30px 30px;
	min-height:380px;
}
.PricingPlanBox.NewPriceTable .PricePlanBox .PriceBox h6.PlanPer{
	padding:10px 0 0;
	font-size:14px;
}
.PricingPlanBox.NewPriceTable .PricePlanBox .BtnActionTop a.Btn{
	max-width:100%; 
	text-align:center;
	border-radius:8px;
}
.PricingPlanBox.NewPriceTable .PricePlanBox .PriceAText{
	color: #444;
	font-size: 15px;
	padding:40px 0 0;
	font-family: "Conv_AvenirLTStd-Medium", sans-serif;
	text-align:left;
	line-height:20px;
}

.PricingPlanBox.NewPriceTable .PlanFeature{
padding:30px;
}
.PricingPlanBox.NewPriceTable .PlanFeature .PlanCapText{
	color: #444;
	font-size: 16px;
	padding:0 0 20px;
	font-family: "Conv_AvenirLTStd-Medium", sans-serif;
	text-align:left;
	line-height:20px;
}

.PricingPlanBox.NewPriceTable .PlanFeature ul.FeatureList{
	padding:0
}

.PricingPlanBox.NewPriceTable .PlanFeature ul.FeatureList li{
	background:url(../images/PriceTableTick.png) no-repeat scroll 0 5px;
	font-family:"AvenirLTStd-Book", sans-serif;
	font-size:16px;
	padding:0 0 22px 35px;
	color:#545454;
}

.PricingPlanBox.NewPriceTable .PlanAction{position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding:30px;
    height: 102px;
    background: #F8F8F8;
	border-radius:0 0 12px 12px;
}
.PricingPlanBox.NewPriceTable .PlanAction .BtnAction{
	width:100%;
	padding:0 !important
}
.PricingPlanBox.NewPriceTable .PlanAction .BtnAction .Btn{border-radius:8px; max-width:100%}

.PricePlanBox.NewPriceTable .PlanFeature.ProPlan{padding:30px !important}
.PricingPlanBox.NewPriceTable .PlanFeature.ProPlan{padding:30px !important}
.PricingPlanBox.NewPriceTable .PricePlanBox .PriceAText.PTop54{padding-top:64px}
.PricingPlanBox.NewPriceTable .PricePlanBox .PriceAText.PTop86{padding-top:86px}

span.LimitedTimeText{display:inline-block; font-size:12px; font-family:"AvenirLTStd-Book", sans-serif; background:#fff; padding:4px 16px; border-radius:30px; color:#FF0000; position:relative; top:-4px; margin-left:5px; border:1px solid #e1e1e1}
span.PopularTag{position:absolute; top:0; right:0; background:#5f56c8; padding:7px 21px; border-radius:0 8px 0 12px; color:#fff; font-size:13px; font-family:"AvenirLTStd-Book", sans-serif; line-height:18px}

.btn.CompareToggleBtn{border:1px solid #fff; background:#fff; border-radius:8px; font-size:21px; font-family:"Conv_AvenirLTStd-Medium", sans-serif; color:#242424; padding:12px 30px 10px 30px; box-shadow:none !important}
.btn.CompareToggleBtn:focus{box-shadow:none !important}


.btn.CompareToggleBtn span.IconMDiv{
	width:23px; height:23px; display:inline-block; background:url(../images/ComparePlusIcon.png) no-repeat scroll 0 0;
	position:relative; top:4px; margin-right:10px}
.btn.CompareToggleBtn span.IconMDiv.Show{background-position:0 -24px}

.AddonFeatureBox{border:1px solid #E9E9E9; border-radius:12px; background:#fff; text-align:left; margin-top:30px}
.AddonFeatureBox .Pad30{padding:30px}
.AddonFeatureBox img.Style{margin-bottom:25px;}
.AddonFeatureBox h3.Title{
	font-family: "AvenirLTStd-Heavy", sans-serif;
    font-size: 22px;
    color: #444; margin:0 0 20px; padding:0}
.AddonFeatureBox p.SubText{font-family: "AvenirLTStd-Book", sans-serif;
    font-size: 16px;
    color: #545454;
    line-height: 24px; text-align:left; min-height:100px}

.AddonFeatureBox .BottomAddons{background:#F8F8F8; border-radius:0 0 10px 10px; padding:30px}
.AddonFeatureBox .BottomAddons h3.BottomTitle{margin:0; padding:0; font-family: "AvenirLTStd-Heavy", sans-serif;
    font-size: 19px; color:#444}
.AddonFeatureBox .BottomAddons h3.BottomTitle span.LearnLink{float:right; font-family: "Conv_AvenirLTStd-Medium", sans-serif;
    font-size: 15px; color:#1E7DE7}
.AddonFeatureBox .BottomAddons h3.BottomTitle span.LearnLink:hover{text-decoration:underline}





span.Offertag {
	background: #1bb05b;
	border-radius: 4px;
	padding: 3px 6px 2px 7px;
	color: #fff;
	font-size: 14px;
	font-family: "AvenirLTStd-Book", sans-serif;
	letter-spacing: 1px;
	position: relative;
	top: -3px;
}

span.Offertag.small {
	font-size: 12px;
	padding: 2px 5px 1px 6px;
}

span.OldPrice {
	color: #646464;
	font-size: 17px;
	display:block;
	font-family: "Conv_AvenirLTStd-Medium", sans-serif;
}
span.StripedAmount { padding:0 5px;
	background:url(../images/StripedLineIcon.png) repeat-x scroll 0 50%
}

span.NewPrice {
	display:block;
}

.PricePlanBox {
	width: 265px;
	margin-top: 50px;
	margin-left: 8px;
	margin-right: 8px;
	display: inline-block;
	background: #fff;
	vertical-align: top;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.PricePlanBox .PriceBox {
	min-height: 220px;
	margin: 0;
	padding: 30px 15px;
	border-bottom: 1px solid #e9e9e9;
}

.PricePlanBox .PriceBox h4.PlanName {
	font-family: "Conv_AvenirLTStd-Black", sans-serif;
	font-size: 20px;
	color: #000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.PricePlanBox .PriceBox h2.PlanPrice {
	font-family: "Conv_AvenirLTStd-Black", sans-serif;
	font-size: 32px;
	color: #000;
	margin: 0;
	padding: 12px 0 0;
}

.PricePlanBox .PriceBox h6.PlanPer {
	font-family: "AvenirLTStd-Book", sans-serif;
	font-size: 13px;
	color: #646464;
	margin: 0;
	padding: 6px 0 0;
}

.PricePlanBox .PriceBox h6.PlanPer span.StarClass {
	color: #ff0000;
}

.PricePlanBox .PriceBox h6.PlanPer i {
	padding-left: 4px;
	color: #747474;
	font-size: 16px;
}

.PricePlanBox .PriceBox p.PlanCap {
	font: normal 13px "AvenirLTStd-Book", sans-serif;
	color: #646464;
	margin: 0;
	padding: 6px 0 0;
}

.PricePlanBox .PriceBox p.PlanCap.Custom.BgColor {
	background: #d4e6ff;
	color: #545454;
	padding: 6px 24px;
	margin: 12px 15px 0;
	font-size: 13px;
	border-radius: 50px;
}

.PricePlanBox .PlanFeature {
	margin: 0;
	padding: 0 14px;
}

.PricePlanBox .PlanFeature.ProPlan {
	padding: 0 20px;
}

.PricePlanBox .PlanFeature ul.FeatureList {
	margin: 0;
	padding: 45px 0 0;
}

.PricePlanBox .PlanFeature ul.FeatureList li {
	font: normal 16px "AvenirLTStd-Light", sans-serif;
	line-height: 20px;
	color: #646464;
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.PricePlanBox .PlanFeature ul.FeatureList li.FirstLine {
	font: normal 16px "Conv_AvenirLTStd-Medium", sans-serif;
	line-height: 18px;
	color: #545454;
}

.PricePlanBox .PlanFeature ul.FeatureList li.FirstLine span.SmallText {
	font-size: 10px;
	color: #949494;
}

.PricePlanBox .PlanFeature ul.FeatureList li.CustomPlanPeriod {
	background: #fff;
	border: 1px dashed #1a75ef;
	border-radius: 3px;
	padding: 15px 30px;
	color: #1a74ef;
}

.PricePlanBox .PlanFeature ul.FeatureList li span.HashTag {
	color: #5f56c8;
	font-size: 13px;
	font-weight: 600;
}

.NewPriceInfo span.HashTag {
	color: #5f56c8;
	font-size: 13px;
	font-weight: 600;
}

.PricePlanBox .PlanAction {
	margin: auto 0;
	padding: 0;
	position: relative;
}

.PricePlanBox .PlanAction .BtnAction {
	width: 100%;
	margin: 0;
	padding: 45px 0;
	text-align: center;
}

.PricePlanBox .PlanAction .BtnAction a.Btn {
	max-width: 180px;
	width: 100%;
	padding: 12px 24px;
	display: inline-block;
	font: normal 14px "AvenirLTStd-Book", sans-serif;
	line-height: 18px;
	color: #333;
	background: #fff;
	border-radius: 3px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.WaveShape {
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
}

.PricePlanBox .PlanAction .BtnAction a.Btn:hover {
	background: #333;
	color: #fff;
}

.NewPriceInfo {
	background: #f4f7f8;
	padding:20px;
	font: normal 14px "AvenirLTStd-Book", sans-serif;
	color: #646464;
	margin:30px auto 0;
	border-radius: 6px;
	text-align: left;
	/*max-width:1140px*/
}

	.NewPriceInfo p {
		text-align: left;
		font: normal 14px "AvenirLTStd-Book", sans-serif;
	}
		.NewPriceInfo p.m-b-10{margin-bottom:10px !important}

		.NewPriceInfo span {
			color: #ff0303;
			padding-right: 4px;
			display: inline-block;
		}

.PricePlanBox .BtnActionTop {
	width: 100%;
	margin: 0;
	padding: 40px 0 0;
	text-align: center;
}

.PricePlanBox .BtnActionTop a.Btn {
	max-width: 180px;
	width: 100%;
	margin: 0 auto;
	padding: 12px 24px;
	display: inline-block;
	font: normal 15px "AvenirLTStd-Book", sans-serif;
	line-height: 18px;
	color: #545454;
	background: #f1f1f1;
	border-radius: 6px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.PricePlanBox.BasicPlan {
	border: 1px solid #E9E9E9;
	position: relative;
	z-index: 2;
}

.PricePlanBox.BasicPlan .PriceBox h2.PlanPrice {
	color: #DD9718;
}

.PricePlanBox.BasicPlan .PriceBox h6.PlanPer {
	color: #545454;
}

.PricePlanBox.BasicPlan .PlanAction .BtnAction a.Btn {
	color: #dd9718;
}

.PricePlanBox.BasicPlan .PlanAction .BtnAction a.Btn {
	background: #dd9718;
	color: #fff;
}

.PricePlanBox.BasicPlan .PlanAction .BtnAction a.Btn:hover {
	opacity: .9;
}

.PricePlanBox.BasicPlan:hover .BtnActionTop a.Btn {
	background: #dd9718;
	color: #fff;
}

.PricePlanBox.BasicPlan .BtnActionTop a.Btn {
	background: #fff;
	border: 1px solid #DD9718;
	color: #DD9718;
}

.TitlePayAsYouGo {
	width: 304px;
	height: 54px;
	margin-top: -60px;
	margin-left: 200px;
	background: url(../images/PayAsYouGo.png) no-repeat scroll 0 0;
}

.TitlePrepayAndSave {
	width: 193px;
	height: 54px;
	margin-top: -60px;
	margin-left: 30px;
	background: url(../images/PrepayAndSave.png) no-repeat scroll 0 0;
}

.WaveShape .YellowShape1 {
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/YellowShape1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.WaveShape .YellowShape2 {
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/YellowShape2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.WaveShape .YellowShape3 {
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/YellowShape3.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.WaveShape .YellowShape4 {
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/YellowShape4.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.PricePlanBox.ProPlan {
	border: 1px solid #E9E9E9;
	position: relative;
	z-index: 4;
}

.PricePlanBox.ProPlan .PriceBox h2.PlanPrice {
	color: #2cd485;
}

.PricePlanBox.ProPlan .PriceBox h6.PlanPer {
	color: #545454;
}

.PricePlanBox.ProPlan .PlanAction .BtnAction a.Btn {
	color: #20c97a;
}

.PricePlanBox.ProPlan .PlanAction .BtnAction a.Btn {
	background: #20c97a;
	color: #fff;
}

.PricePlanBox.ProPlan .PlanAction .BtnAction a.Btn:hover {
	opacity: .9;
}

.PricePlanBox.ProPlan:hover .BtnActionTop a.Btn {
	background: #1cae6a;
	color: #fff;
}

.PricePlanBox.ProPlan .BtnActionTop a.Btn {
	background: #fff;
	border: 1px solid #1cae6a;
	color: #1cae6a;
}

.PricePlanBox.CustomPlan {
	background: url(../images/MostPopulerTagPrepaid.png) #fff no-repeat scroll 0 0;
	border: 1px solid #1b70e1;
	position: relative;
	z-index: 2;
}

.PricePlanBox.CustomPlan .PriceBox h2.PlanPrice {
	color: #1a75ef;
}

.PricePlanBox.CustomPlan .PriceBox h2.PlanPrice span {
	font-size: 16px;
}

.PricePlanBox.CustomPlan .PriceBox h6.PlanPer {
	color: #545454;
}

.PricePlanBox.CustomPlan .PlanAction .BtnAction a.Btn {
	color: #1b70e1;
}

.PricePlanBox.CustomPlan .PlanAction .BtnAction a.Btn:hover {
	background: #1b70e1;
	color: #fff;
}

.PricePlanBox.CustomPlan:hover .BtnActionTop a.Btn {
	background: #1b70e1;
	color: #fff;
}

.PricePlanBox.PlusPlan {
	background: url(../images/PlusMostPopulerTag.png) #fff no-repeat scroll 0 -1px;
	border: 2px solid #5f56c8;
	position: relative;
	z-index: 2;
}

.PricePlanBox.PlusPlan .PriceBox h2.PlanPrice {
	color: #5f56c8;
}

.PricePlanBox.PlusPlan .PriceBox h6.PlanPer {
	color: #545454;
}

.PricePlanBox.PlusPlan .PlanAction .BtnAction a.Btn {
	background: #5f56c8;
	color: #fff;
}

.PricePlanBox.PlusPlan .PlanAction .BtnAction a.Btn:hover {
	opacity: .9;
}

.PricePlanBox.PlusPlan .BtnActionTop a.Btn {
	background: #5f56c8;
	color: #fff;
}

span.PlusCIcon {
	color: #b0b0b0;
	font-style: italic;
}

.PricePlanBox.AnnualPlan {
	border: 1px solid #E9E9E9;
	position: relative;
	z-index: 2;
}

.PricePlanBox.AnnualPlan .PriceBox h2.PlanPrice {
	color: #1E7DE7;
}

.PricePlanBox.AnnualPlan .PriceBox h4.PlanName.AnnualText {
	font-family: "AvenirLTStd-Book", sans-serif;
	font-size: 14px;
	color: #646464;
	text-transform: none;
}

.PricePlanBox.AnnualPlan .PriceBox h6.PlanPer {
	color: #545454;
}

.PricePlanBox.AnnualPlan .PlanAction .BtnAction a.Btn {
	color: #1E7DE7;
}

.PricePlanBox.AnnualPlan .PlanAction .BtnAction a.Btn {
	background: #1E7DE7;
	color: #fff;
}

.PricePlanBox.AnnualPlan .PlanAction .BtnAction a.Btn:hover {
	opacity: .9;
}

.PricePlanBox.AnnualPlan:hover .BtnActionTop a.Btn {
	background: #1E7DE7;
	color: #fff;
}

.PricePlanBox.AnnualPlan .BtnActionTop a.Btn {
	background: #fff;
	border: 1px solid #1E7DE7;
	color: #1E7DE7;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.modal-dialog.CurrencyModal {width:auto; max-width:880px}
.modal-dialog.CurrencyModal .modal-body{padding:45px}
.modal-dialog.CurrencyModal h4.modal-title{font-family: "AvenirLTStd-Book", sans-serif; font-size: 22px; color: #646464; text-align:center; margin-bottom:30px}
.modal-dialog.CurrencyModal p.sub-text{font-family: "AvenirLTStd-Book", sans-serif; font-size: 15px; color: #747474; text-align:center; margin-top:10px}
.modal-dialog.CurrencyModal .close {font-size:42px; font-weight: 700; line-height: 1; color: #000; position:absolute; top:20px; right:25px}
.table.table-currency{border-radius:10px; overflow:hidden; border-collapse:collapse; border-spacing:0px}
.table.table-currency tr{margin:2px}
.table.table-currency tr td{width:auto; font-family:"AvenirLTStd-Book", sans-serif; font-size:14px; color:#242424; text-align:left !important; padding:15px 25px !important; border:1px solid #d5d5d5}
.table.table-currency tbody tr td span {display: block; font-size: 12px; padding:4px 8px;background: #f3f3f3; margin:3px 0 0; border-radius:3px}
.table.table-currency tr th{font-family: "Conv_AvenirLTStd-Medium", sans-serif; font-size: 15px; color:#fff; text-align:left;  padding:15px 25px; border:1px solid #d5d5d5 !important}
.table.table-currency tr th.BgGray{background:#f9f9f9; color:#242424}
.table.table-currency tr th.BgWhite{background:#fff; color:#242424}
.table.table-currency tr th.BgBasic{background:#fce3b5; /*#fce3b5*/ color:#242424/*#DD9718*/}
.table.table-currency tr th.BgPro{background:#c7eedc;/*#c7eedc*/ color:#242424 /*#2cd485*/}
.table.table-currency tr th.BgPlus{background:#e1dffa;/*#e1dffa*/ color:#242424 /*#5f56c8*/}
.table.table-currency tr th.BgCustom{background:#dfeeff;/*#dfeeff*/ color:#242424 /*#1E7DE7*/}

.table.table-currency tr:nth-child(2n) {}
.table.table-currency tr:hover{background:#f9f9f9}
.table.table-currency tr td:first-child{font-family:"Conv_AvenirLTStd-Medium", sans-serif; background:#f9f9f9}

.table.table-currency.mobileview td{width:100vw}
.table.table-currency.mobileview td:first-child{font-family:"AvenirLTStd-Book", sans-serif; background:#fff}
.table.table-currency.mobileview td strong{font-family:"Conv_AvenirLTStd-Medium", sans-serif; font-weight:normal; display:inline-block; width:90px}
.table.table-currency.mobileview td strong.BgBasic{color:#242424 /*#DD9718*/}
.table.table-currency.mobileview td strong.BgPro{color:#242424 /*#2cd485*/}
.table.table-currency.mobileview td strong.BgPlus{color:#242424 /*#5f56c8*/}
.table.table-currency.mobileview td strong.BgCustom{color:#242424 /*#1E7DE7*/}
.table.table-currency.mobileview tr td.BgGray {background:#ebebeb; color:#242424}



.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.CustomPlanInfo {
	font: normal 15px "AvenirLTStd-Book", sans-serif;
	line-height: 24px;
	color: #646464;
	margin: 30px 0 0;
	padding: 30px;
	background: #fff;
	border-radius: 3px;
}

.CustomPlanInfo a {
	text-decoration: underline;
	color: #1f5ca0;
}

.CustomPlanInfo a:hover {
	text-decoration: none;
}

.PricePlanBox.FreePlan {
	margin-right: 15px;
}

.PricePlanBox.FreePlan .PriceBox {
	min-height: 180px;
}

.PricePlanBox.FreePlan .PriceBox h2.PlanPrice {
	color: #22b2d6;
	font-size: 32px;
}

.PricePlanBox.FreePlan .PriceBox h6.PlanPer {
	color: #545454;
}

.PricePlanBox.FreePlan .PlanAction .BtnAction a.Btn {
	color: #21a1c1;
}

.PricePlanBox.FreePlan .PlanAction .BtnAction a.Btn:hover {
	background: #21a1c1;
	color: #fff;
}

.PricePlanBox.FreeCustomPlan {
	margin-left: 15px;
}

.PricePlanBox.FreeCustomPlan .PriceBox {
	min-height: 180px;
}

.PricePlanBox.FreeCustomPlan .PriceBox h2.PlanPrice {
	color: #6764d3;
	font-size: 32px;
}

.PricePlanBox.FreeCustomPlan .PriceBox h6.PlanPer {
	color: #545454;
}

.PricePlanBox.FreeCustomPlan .PlanAction .BtnAction a.Btn {
	color: #524fb5;
}

.PricePlanBox.FreeCustomPlan .PlanAction .BtnAction a.Btn:hover {
	background: #524fb5;
	color: #fff;
}

.modal-dialog.PremiumBundlePopup .modal-content {
	border-radius: 3px;
}

.modal-dialog.PremiumBundlePopup .modal-content .modal-body {
	padding: 60px 30px;
	position: relative;
	font: normal 16px "AvenirLTStd-Book", sans-serif;
}

.modal-dialog.PremiumBundlePopup .modal-content .modal-body button.close {
	position: absolute;
	top: 15px;
	right: 35px;
	font-size: 32px;
	font-weight: 300;
}

.modal-dialog.PremiumBundlePopup .modal-content .modal-body .PopupLeft {
	width: 220px;
	float: left;
}

.modal-dialog.PremiumBundlePopup .modal-content .modal-body .PopupLeft img {
	width: 100%;
}

.modal-dialog.PremiumBundlePopup .modal-content .modal-body .PoupupRight {
	overflow: hidden;
	padding: 0 20px;
}

.modal-dialog.PremiumBundlePopup .modal-content .modal-body h5.PoupTitle {
	font: normal 23px "AvenirLTStd-Book", sans-serif;
	color: #000;
	margin: 0;
	padding: 0 0 20px;
	line-height: 32px;
	text-align: center;
}

.modal-dialog.PremiumBundlePopup .modal-content .modal-body iframe.premium-bundle-demo {
	width: 100%;
	border: none;
	min-height: 760px;
}

.modal-dialog.PrePaidPlanPopup .modal-content {
	border-radius: 3px;
}

.modal-dialog.PrePaidPlanPopup .modal-content .modal-body {
	padding: 0;
	position: relative;
	font: normal 16px "AvenirLTStd-Book", sans-serif;
}

.modal-dialog.PrePaidPlanPopup .modal-content .modal-body button.close {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 32px;
	font-weight: 300;
}

.modal-dialog.PrePaidPlanPopup .modal-content .modal-body .PopupLeft {
	width: 220px;
	float: left;
}

.modal-dialog.PrePaidPlanPopup .modal-content .modal-body .PopupLeft img {
	width: 100%;
}

.modal-dialog.PrePaidPlanPopup .modal-content .modal-body .PoupupRight {
	overflow: hidden;
	padding: 0 20px;
}

.modal-dialog.PrePaidPlanPopup .modal-content .modal-body h5.PoupTitle {
	font: normal 23px "AvenirLTStd-Book", sans-serif;
	color: #000;
	margin: 0;
	padding: 30px 0 15px;
	line-height: 32px;
	text-align: center;
}

.modal-dialog.PrePaidPlanPopup .modal-content .modal-body iframe.PrePaidPlanPopupdemo {
	width: 100%;
	border: none;
	min-height: 760px;
}

.inner-header.landing-header.EventAppColor {
	background-color: rgb(75,154,208);
	background: linear-gradient(150deg, rgba(29,183,184,1) 0%, rgba(127,120,235,1) 100%);
}

.inner-header.landing-shadow .EventAppShadow {
	width: 100%;
	height: 209px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-image: url(../images/landing-bottom-bg.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.inner-header.landing-header.EventAppColor .navbar.landing-nav.top-nav-collapse {
	background: #2facc1;
}

.btn.LandingGetBtnAppColor {
	margin-left: 0 !important;
	margin-top: 0;
	background: #1fb6b9;
	border-radius: 3px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	padding: 9px 24px 10px;
}

.btn.LandingGetBtnAppColor:hover {
	opacity: .85;
}

section.landing-signup h2.landing-title span.TopText {
	display: block;
	margin: 0;
	padding: 0 0 8px;
	text-transform: uppercase;
	color: #fff;
	font: 500 14px "Open Sans", sans-serif;
	letter-spacing: 1px;
}

section.landing-content h2.landing-title span.TopText {
	display: block;
	margin: 0;
	padding: 0 0 8px;
	text-transform: uppercase;
	color: #269eee;
	font: 500 14px "Open Sans", sans-serif;
	letter-spacing: 1px;
}

section.landing-content h2.landing-title span.SubText {
	display: block;
	margin: 0;
	padding: 12px 0 0;
	color: #747474;
	font: 500 14px "nunitoregular", sans-serif;
}

.AppFeatureMdiv {
	margin: 0;
	padding: 0;
}

.AppFeatureMdiv span {
	width: 75px;
	height: 75px;
	margin: 18px 0 18px;
	display: inline-block;
}

.AppFeatureMdiv h3.AFT {
	font: normal 21px "nunitomedium", sans-serif;
	min-height: 26px;
	color: #222;
	margin: 0;
	padding: 0 0 18px;
}

.AppFeatureMdiv p.AFST {
	font: normal 15px "AvenirLTStd-Book", sans-serif;
	line-height: 24px;
	color: #626262;
	margin: 0;
	padding: 0;
}

.AppFeatureMdiv span.Icon1 {
	background: url(../images/AppFeatureIcon1.png) no-repeat scroll 0 0;
}

.AppFeatureMdiv:hover span.Icon1 {
	background: url(../images/AppFeatureIcon1.png) no-repeat scroll 0 -76px;
}

.AppFeatureMdiv span.Icon2 {
	background: url(../images/AppFeatureIcon2.png) no-repeat scroll 0 0;
}

.AppFeatureMdiv:hover span.Icon2 {
	background: url(../images/AppFeatureIcon2.png) no-repeat scroll 0 -76px;
}

.AppFeatureMdiv span.Icon3 {
	background: url(../images/AppFeatureIcon3.png) no-repeat scroll 0 0;
}

.AppFeatureMdiv:hover span.Icon3 {
	background: url(../images/AppFeatureIcon3.png) no-repeat scroll 0 -76px;
}

.getstarted-footer.AppFooter .getstarted-btn {
	background: #1fb6b9;
}

.play-btn {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	display: block;
	margin: 0 auto;
}

.play-btn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	transform-origin: center center;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 18px solid #1fb6b9;
	z-index: 2;
	-webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate1 2s;
	animation: pulsate1 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 12px solid rgba(255, 255, 255, 0.75);
	top: -20px;
	left: -20px;
	background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulsate1 {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1);
		opacity: 0;
	}
}

.FeatureUpdateMdiv {
	background: #fff;
	padding: 60px 0;
}

.FeatureUpdateMdiv h2 {
	font: bold 38px "Conv_AvenirLTStd-Black", sans-serif;
	color: #242424;
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
}

.FeatureUpdateMdiv h3 {
	font: bold 32px "Conv_AvenirLTStd-Black", sans-serif;
	color: #343434;
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
}

.FeatureUpdateMdiv h6 {
	font: normal 18px "AvenirLTStd-Book", sans-serif;
	color: #747474;
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
}

.FeatureUpdateMdiv p {
	font: normal 17px "AvenirLTStd-Book", sans-serif;
	line-height: 22px;
	color: #747474;
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
}

a.line-action {
	text-decoration: underline;
	color: #309ae6;
	font-size: 14px;
}

a.line-action:hover {
	opacity: .9;
	text-decoration: none;
}

ul.resp-tabs-list,p {
	margin: 0px;
	padding: 0px;
}

.resp-tabs-list li {
	width: 147px;
	position: relative;
	font: normal 16px "AvenirLTStd-Book", sans-serif;
	color: #242424;
	display: inline-block;
	padding: 20px;
	margin: 0 15px 0 0;
	text-align: center;
	list-style: none;
	cursor: pointer;
	float: left;
	background: #f4f7f8;
	border-radius: 3px;
	border-bottom: 2px solid #f4f7f8;
}

.resp-tabs-list li span {
	width: 48px;
	height: 48px;
	padding: 13px;
	border-radius: 30px;
	margin: 0 auto 12px;
	display: block;
	background: #e1e1e1;
}

.resp-tabs-container {
	padding: 0px;
	clear: left;
}

h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}

.resp-tab-content {
	display: none;
	padding-top: 40px;
}

.resp-tab-active {
	padding: 20px !important;
}

.resp-tab-active {
	border-bottom: none;
}

.resp-content-active, .resp-accordion-active {
	display: block;
}

.resp-tab-content {
}

.resp-tabs-list li.resp-tab-active::after {
	position: absolute;
	bottom: -7px;
	right: 46%;
	display: inline-block;
	border-right: 7px solid transparent;
	border-top: 7px solid #CCC;
	border-bottom-color: rgb(204, 204, 204);
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.resp-tabs-list li.Tab0.resp-tab-active {
	border-bottom: 2px solid #fa6fd1;
}

.resp-tabs-list li.Tab0.resp-tab-active::after {
	border-top-color: #fa6fd1;
}

.resp-tabs-list li.Tab1.resp-tab-active {
	border-bottom: 2px solid #6fadfa;
}

.resp-tabs-list li.Tab1.resp-tab-active::after {
	border-top-color: #6fadfa;
}

.resp-tabs-list li.Tab2.resp-tab-active {
	border-bottom: 2px solid #f3af4e;
}

.resp-tabs-list li.Tab2.resp-tab-active::after {
	border-top-color: #f3af4e;
}

.resp-tabs-list li.Tab3.resp-tab-active {
	border-bottom: 2px solid #59ca99;
}

.resp-tabs-list li.Tab3.resp-tab-active::after {
	border-top-color: #59ca99;
}

.resp-tabs-list li.Tab4.resp-tab-active {
	border-bottom: 2px solid #aa6ffa;
}

.resp-tabs-list li.Tab4.resp-tab-active::after {
	border-top-color: #aa6ffa;
}

.resp-tabs-list li.Tab5.resp-tab-active {
	border-bottom: 2px solid #fa6666;
}

.resp-tabs-list li.Tab5.resp-tab-active::after {
	border-top-color: #fa6666;
}

.resp-tabs-list li.Tab6.resp-tab-active {
	border-bottom: 2px solid #94b752;
}

.resp-tabs-list li.Tab6.resp-tab-active::after {
	border-top-color: #94b752;
}

.resp-tabs-list li.Tab0 span {
	background: #fff;
}

.resp-tabs-list li.Tab1 span {
	background: #fff;
}

.resp-tabs-list li.Tab2 span {
	background: #fff;
}

.resp-tabs-list li.Tab3 span {
	background: #fff;
}

.resp-tabs-list li.Tab4 span {
	background: #fff;
}

.resp-tabs-list li.Tab5 span {
	background: #fff;
}

.resp-tabs-list li.Tab6 span {
	background: #fff;
}

h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
}

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}

.resp-arrow {
	width: 0;
	height: 0;
	display: none;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active label.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9B9797;
}

.resp-easy-accordion h2.resp-accordion {
	display: block;
}

.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
	width: 100%;
	margin: 0;
}

.resp-tab-content-active {
	display: block;
}

h2.resp-tab-active::after {
	position: absolute;
	bottom: -7px;
	right: 49%;
	display: inline-block;
	border-right: 7px solid transparent;
	border-top: 7px solid #CCC;
	border-bottom-color: rgb(204, 204, 204);
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

h2.resp-accordion.Tab0 span {
	background: #fff;
}

h2.resp-accordion.Tab1 span {
	background: #fff;
}

h2.resp-accordion.Tab2 span {
	background: #fff;
}

h2.resp-accordion.Tab3 span {
	background: #fff;
}

h2.resp-accordion.Tab4 span {
	background: #fff;
}

h2.resp-accordion.Tab5 span {
	background: #fff;
}

h2.resp-accordion.Tab6 span {
	background: #fff;
}

h2.resp-accordion span {
	width: 46px;
	height: 46px;
	display: block;
	padding: 12px;
	border-radius: 3px;
	margin: 0 auto 12px;
	background: #e1e1e1;
}

h2.resp-accordion.Tab0.resp-tab-active {
	border-bottom: 2px solid #fa6fd1;
}

h2.resp-accordion.Tab0.resp-tab-active::after {
	border-top-color: #fa6fd1;
}

h2.resp-accordion.Tab1.resp-tab-active {
	border-bottom: 2px solid #6fadfa;
}

h2.resp-accordion.Tab1.resp-tab-active::after {
	border-top-color: #6fadfa;
}

h2.resp-accordion.Tab2.resp-tab-active {
	border-bottom: 2px solid #f3af4e;
}

h2.resp-accordion.Tab2.resp-tab-active::after {
	border-top-color: #f3af4e;
}

h2.resp-accordion.Tab3.resp-tab-active {
	border-bottom: 2px solid #59ca99;
}

h2.resp-accordion.Tab3.resp-tab-active::after {
	border-top-color: #59ca99;
}

h2.resp-accordion.Tab4.resp-tab-active {
	border-bottom: 2px solid #aa6ffa;
}

h2.resp-accordion.Tab4.resp-tab-active::after {
	border-top-color: #aa6ffa;
}

h2.resp-accordion.Tab5.resp-tab-active {
	border-bottom: 2px solid #fa6666;
}

h2.resp-accordion.Tab5.resp-tab-active::after {
	border-top-color: #fa6666;
}

h2.resp-accordion.Tab6.resp-tab-active {
	border-bottom: 2px solid #94b752;
}

h2.resp-accordion.Tab6.resp-tab-active::after {
	border-top-color: #94b752;
}

.MobileAppScroll {
	width: 216px;
	height: 419px;
	display: block;
	margin: 30px auto 0;
	position: relative;
	z-index: 4;
	background: url(../images/MobileAppScrollBg.png) no-repeat scroll 0 0;
}

.MobileOverflowHidden {
	overflow: hidden;
	padding: 7px 11px;
	border-radius: 55px;
}

.MobileOverlay {
	width: 216px;
	height: 419px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.owl-theme .owl-nav.disabled .owl-dots {
	position: relative;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #1fb6b9;
}

.modal-dialog.EventAppDemoMDiv {
	width: 283px;
	height: 555px;
	display: block;
	margin: 60px auto 0;
	position: relative;
	border-radius: 60px;
}

.modal-dialog.EventAppDemoMDiv .modal-content {
	width: 283px;
	height: 555px;
	margin: 0 auto;
	border-radius: 36px 36px 45px;
	display: block;
	box-shadow: none;
	border: none;
	background: url(../images/MobileFramePopup.png) no-repeat scroll 0 0;
}

.modal-dialog.EventAppDemoMDiv .modal-content button.close {
	font-size: 26px;
	color: #fff;
	position: absolute;
	top: 0;
	right: -15px;
	opacity: 1;
}

#EventAppVideo {
	position: relative;
	width: 97%;
	margin: 35px 3px 0;
	border-radius: 15px 15px 30px 30px;
}

section.landing-signup.EventApp {
	background: url(../images/landing-app-signup-bg.png) no-repeat 50% 50%;
}

.btn.landing-get-btn.DemoVideoLink {
	margin-top: 0;
	float: none;
}

.btn.landing-demo-btn.DemoVideoLink {
	margin-top: 0;
	float: none;
}

.pad-btm-80 {
	padding-bottom: 80px;
}

.CSDetailMbox {
	border: none;
}

.CSDetailMbox .CSDetailImage {
	width: 100%;
	border-radius: 0;
	background: #309ae6;
	position: relative;
	height: 90px;
	line-height: 90px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.CSDetailMbox .CSDetailImage .CSDLogo {
	max-width: 200px;
	width: 200px;
	height: 100px;
	line-height: 100px;
	border: 1px solid #e1e1e1;
	margin: 0 0 0 15px;
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-ms-border-radius: 3px;
	position: relative;
	bottom: -36px;
	left: 0;
	z-index: 1;
	background: #fff;
}

.CSDetailMbox .CSDetailImage .CSDLogo img {
	max-height: 90px;
	max-width: 180px;
	line-height: 90px;
	width: auto;
	height: auto;
	display: table;
	position: relative;
	margin: 0 auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-ms-border-radius: 3px;
}

.CSDetailMbox .TitleMdiv {
	padding: 70px 15px 0;
	margin: 0;
}

.CSDetailMbox .TitleMdiv .CSDTitle {
	font: normal 26px "AvenirLTStd-Heavy", sans-serif;
	color: #343434;
	padding: 0 0 30px;
	margin: 0;
	border-bottom: 1px solid #f0f0f0;
}

.CSDetailMbox .ContentMdiv {
	padding: 0 15px 0;
	margin: 0;
}

.CSDetailMbox .ContentMdiv .CSDSTitle {
	font: normal 26px "AvenirLTStd-Heavy", sans-serif;
	color: #343434;
	padding: 30px 0 0;
	margin: 0;
}

.CSDetailMbox .ContentMdiv .CSDStext {
	font: normal 17px "AvenirLTStd-Book", sans-serif;
	color: #545454;
	padding: 30px 0 0;
	margin: 0;
	line-height: 26px;
}

.CSDetailMbox .ContentMdiv .CSDSULTitle {
	font: normal 20px "AvenirLTStd-Heavy", sans-serif;
	color: #343434;
	padding: 30px 0 0;
	margin: 0;
	line-height: 26px;
}

.CSDetailMbox .ContentMdiv .CSDStext {
	font: normal 17px "AvenirLTStd-Book", sans-serif;
	color: #545454;
	padding: 30px 0 0;
	margin: 0;
	line-height: 26px;
}

.CSDetailMbox .ContentMdiv ul.PDFList {
	margin: 12px 0 0;
	padding: 0;
}

.CSDetailMbox .ContentMdiv ul.PDFList li {
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	font: normal 15px "AvenirLTStd-Book", sans-serif;
	color: #545454;
	line-height: 26px;
	background: url(../images/feature-list-blue-icon.png) no-repeat 0 9px;
}

.CSDetailMbox .ContentMdiv ul.PDFList li a {
	margin: 0;
	padding: 0;
	font: normal 15px "AvenirLTStd-Book", sans-serif;
	color: #545454;
	line-height: 26px;
}

.btn.landing-get-btn-blue.PDFBtn {
	padding: 12px 25px 13px;
	margin-top: 40px;
	font-size: 13px;
}

.btn.TopPDFBtn {
	float: right;
	background: #fff;
	text-transform: uppercase;
	padding: 8px 12px 9px;
	margin-right: 7px;
	margin-top: -60px;
	font-size: 12px;
}

.inner-header .header-content p.p-captionCase {
	font-size: 22px;
}

.inner-header .header-content h2 div.CaseTitle {
	font-size: 38px;
}

.img-fluid {
	width: 100%;
	height: auto;
}

p.case-study {
	color: #0e0e0e !important;
	margin: 0;
	padding: 0;
	font: normal 19px "AvenirLTStd-Book", sans-serif;
	color: #343434;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 26px;
	text-align: left;
}

.CommonTextStyle {
	font: normal 16px 'AvenirLTStd-Book', sans-serif;
	line-height: normal;
	line-height: 28px;
	margin: 0;
	padding: 60px 0 0;
	color: #545454;
}

.CommonTextStyle .f-question {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 6px;
	color: #343434;
}

.HomeStickyBar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1031;
	width: 100%;
	padding: 13px 60px 13px 20px;
	background: #333;
	color: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.5);
}

.HomeStickyBar a.SticyBarButton {
	padding: 5px 12px 6px;
	display: inline-block;
	background: rgba(0,0,0,.2);
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	margin-left: 10px;
}

.HomeStickyBar a.SticyBarClose {
	opacity: .8;
	font-size: 28px;
	font-weight: 400;
	color: #fff;
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	line-height: 18px;
	right: 15px;
	top: 20px;
	margin: 0;
}

.HomeStickyBar.LandingInfo {
	background: url(../images/SticyBarHomeBg.png) #9a3cb8 no-repeat scroll 50% 50%;
	font-size: 16px;
	font-family: "AvenirLTStd-Light", sans-serif;
}

.HomeStickyBar.LandingInfo span {
	font-family: "AvenirLTStd-Heavy", sans-serif;
	padding: 0 8px 0 10px;
}

a.LinkUnderline {
	text-decoration: underline;
	font-family: 'Conv_AvenirLTStd-Medium', sans-serif;
}

a.LinkUnderline:hover {
	text-decoration: none;
}

#iub-pp-container h2, .iub_footer {
	display: none !important;
}

#iub-pp-container h3.iub-subheading, #iub-pp-container h3.iub-purpose-stack, #iub-pp-container h4.iub-purpose-stack {
	font-size: 20px !important;
	padding-top: 20px;
	margin-top: 20px;
	color: #343434 !important;
	padding-bottom: 25px;
}

#iub-pp-container h3.iub-subheading {
}

#iub-pp-container p, #iub-pp-container h4 #iub-pp-container h3.iub-purpose {
	font-size: 17px;
	padding-bottom: 6px;
	color: #343434 !important;
}

#iub-pp-container h3, #iub-pp-container h4, #iub-pp-container h3.iub-purpose {
	font-weight: 600 !important;
	font-size: 16px !important;
	padding-top: 15px !important;
	color: #343434 !important;
}

#iub-pp-container h3 {
	font-size: 20px !important;
}

#iub-pp-container .box_primary {
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	box-shadow: none !important;
	border: 0 !important;
}

#iub-pp-container ul.for_boxes li {
	list-style: none;
}

div#iub-pp-container {
	margin-top: -50px;
}

#iubenda_policy a, #iubenda_policy li {
	font-size: 16px !important;
	line-height: 25px !important;
}

#iub-pp-container ul.for_boxes li .box_primary, #iubenda_policy .box_primary {
	border: none !important;
	padding-left: 20px !important;
}

#iubenda_policy .box_primary.box_10.definitions.expand {
	padding-left: 0 !important;
}

#iub-pp-container #iubenda_policy [class*="policyicon_"], #iubenda_policy .icon_ribbon {
	background-image: none !important;
}

#iub-pp-container #iubenda_policy .box_10 > .w_icon_24, #iub-pp-container #iubenda_policy .box_10.expand > .w_icon_24, #iub-pp-container #iubenda_policy .box_10 > .w_icon_24.expand-click, #iub-pp-container #iubenda_policy .box_10.expand > .w_icon_24.expand-click {
	padding-left: 10px;
}

#iub-pp-container #iubenda_policy, #iubenda_policy p {
	font-family: 'AvenirLTStd-Book', sans-serif !important;
	font-size: 16px !important;
	font-weight: normal !important;
	line-height: 32px !important;
	color: #343434 !important;
}

#iubenda_policy .expand .expand-click,#iubenda_policy .box_10.expand .expand-click, #iubenda_policy .expand.expanded .expand-click, #iubenda_policy .box_10.expand.expanded .expand-click {
	border-bottom: none !important;
}

.iub_content.legal_pp {
	text-align: left;
}

.TableIndexMDiv {
	border: 1px solid #F1F1F1;
	background: #fff;
	padding: 20px 20px 20px 40px;
	border-radius: 5px;
}

.TableIndexMDiv.BgGray {
	background: #FAFAFA;
}

.TableIndexMDiv ul.TableIndex {
	margin: 0;
	padding: 0;
	font-family: 'AvenirLTStd-Book', sans-serif;
	font-size: 16px;
	color: #343434;
}

.TableIndexMDiv ul.TableIndex li {
	font-family: 'AvenirLTStd-Book', sans-serif;
	font-size: 15px;
	color: #343434;
	margin: 0;
	padding: 0 0 8px;
	text-align: left;
}

@media only screen and (min-device-width : 411x) and (max-device-width : 731px) {
	img .img-fluid.bp {
		width: 100%;
	}
}

.blog-2 {
	margin-bottom: 30px;
	border-radius: 3px;
	border: none;
	background: #f5f5f5;
}

img.img-fluid.bp {
	border-radius: 3px;
}

.blog-2 .blog-photo {
	width: 100%;
	border-radius: 3px 3px 0 0;
	background: rgba(255,255,255,.4);
	position: relative;
	height: 180px;
	line-height: 180px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.blog-2 .blog-photo img {
	width: 100%;
	margin: -3px auto 0;
	text-align: center;
}

.blog-2:hover {
	-webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
	-moz-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
	box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
}

.blog-2 .date-box {
	position: absolute;
	top: 15px;
	font-size: 13px;
	color: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top: 10px;
	right: 19px;
	border-radius: 5px 5px 0 5px;
}

.blog-2 .date-box::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 0;
	border-bottom: 10px solid transparent;
	bottom: -10px;
	right: 0;
}

.blog-2 .profile-user {
	max-width: 160px;
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 30px;
	padding: 5px;
	display: table-cell;
	width: 160px;
	vertical-align: middle;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-ms-border-radius: 3px;
	position: relative;
	top: -50px;
	left: 30px;
	z-index: 1;
	background: #fff;
}

.blog-2 .profile-user img {
	max-height: 70px;
	max-width: 130px;
	line-height: 70px;
	width: auto;
	height: auto;
	display: table;
	position: relative;
	margin: 0 auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-ms-border-radius: 3px;
}

.blog-2 .detail {
	padding: 60px 30px 30px;
	position: relative;
}

.blog-2 .post-meta {
	width: 100%;
	margin-bottom: 10px;
}

.blog-2 .post-meta ul li {
	margin: 0 15px 0 0;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #5d5d5d;
	line-height: 26px;
}

.blog-2 .post-meta ul li strong {
	font-weight: 600;
}

.blog-2 .post-meta ul li strong a {
	color: #525252;
}

.blog-2 .post-meta ul li a {
	color: #403e3e;
}

.blog-2 .post-meta ul li i {
	margin-right: 5px;
	color: #403e3e;
}

.blog-2 h4 a {
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: 600;
}

.blog-2 h4 a:hover {
	color: #444243;
}

.blog-2.csd {
	height: 50px !important;
}

.w-100 {
	width: 100% !important;
}

.img-effect-border:after {
	content: '';
	position: absolute;
	top: -10%;
	bottom: 75%;
	left: 0;
	right: 55%;
	border: 2px solid #FBE7B8;
}

.img-effect-border:before {
	content: '';
	position: absolute;
	top: 75%;
	bottom: -10%;
	left: 35%;
	right: 10%;
	background-color: #FBE7B8;
}

.align-items-center {
	-webkit-box-align: center !important;
	align-items: center !important;
}

@media (min-width: 992px) {
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
}

.img-effect-border {
	padding-left: 10%;
	padding-right: 20%;
}

.img-effect {
	position: relative;
}

.img-effect > img {
	position: relative;
	box-shadow: 0 25px 100px -5px rgba(0,0,0,.15);
	z-index: 1;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	div#csdpimage {
		margin-top: 60px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 419px) {
	.btn-mobile-margin-top-15 {
		margin-top: 15px !important;
	}

	.btn-mobile-margin-top-25 {
		margin-top: 25px;
	}
}

.img-effect-solid {
	padding-left: 20%;
	padding-right: 20%;
}

.img-effect {
	position: relative;
}

h3.csl-title {
	font: normal 27px "Conv_AvenirLTStd-black", sans-serif;
	color: #484c4f;
	margin: 0 0 15px;
	padding: 0;
}

h3.csl-title {
	font-size: 27px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	h3.csl-title {
		margin-top: 40px !important;
		text-align: center;
		font-size: 20px !important;
	}
}

h2.landing-title-casestudy {
	color: #ffffff !important;
	margin: 0 !important;
	font-weight: 500 !important;
	line-height: 40px !important;
	text-transform: none !important;
	font-weight: 300 !important;
	font: normal 24px 'Conv_AvenirLTStd-Black', sans-serif !important;
}

div#case-study-detail {
	background-color: #309ae6;
	padding: 80px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	h2.landing-title-casestudy {
		margin-top: 40px !important;
		font-size: 20px !important;
	}

	div#case-study-detail {
		background-color: #309ae6;
		padding: 30px;
	}

	div#case-study-content {
		margin-top: 47px;
	}

	h2.landing-title-casestudy {
		line-height: 24px !important;
	}
}

@media only screen and (min-width : 1224px) {
	div#case-study-content {
		margin-top: 100px;
	}
}

.pad-100 {
	padding-bottom: 50px;
	padding-top: 50px;
}

p#b {
	white-space: nowrap;
	width: 466px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.clipped {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

a.btn.landing-more-btn.m-t-10.m-b-10 {
	background: white;
	color: black;
}

.dropdown .platformNav {
	border-color: unset;
	background-color: unset;
	text-transform: uppercase;
}

.dropdown-menu.dropdownMegaMenu {
	width: 1125px;
	padding: 0px;
	left: 28px;
	border-radius: 10px !important;
	top: 45px;
}

.popupmenuarrow {
	top: -6px;
	position: absolute;
	width: 36px;
	left: 500px;
	display: none;
}

.nav li.DropdownNavDiv.open > a, .nav li.DropdownNavDiv.open > a:hover, .nav .open > a:focus {
	background-color: unset;
	border-color: unset;
}

.nav li.DropdownNavDiv.open > a:hover, .nav li.DropdownNavDiv.open > a:focus {
	background-color: unset;
	border-color: unset;
}

.navbar-nav > li.DropdownNavDiv.open > a:hover::before,.navbar-nav > li.DropdownNavDiv.open.active a::before, .navbar-nav > li.DropdownNavDiv.open > a:hover::after,.navbar-nav > li.DropdownNavDiv.open.active a::after {
	opacity: .8;
	transform: translateX(0px);
}

.dropdownOptions {
	border-radius: 3px;
	padding: 15px;
}

.dropdownOptions.last {
	margin-bottom: 0;
}

.dropdownOptions:hover {
	background-color: #f9f9f9;
}

ul.ulcol2 li a {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

ul.ulcol2 {
	list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	padding: 0px;
}

.featureclassdropdown {
	overflow: hidden;
	margin: 0;
	padding: 25px 30px;
}

.icondropdownmenu {
	position: absolute;
}

.textLargedropdownmenu {
	margin-left: 40px;
	text-transform: none;
	text-align: left;
	letter-spacing: 0px;
	color: #242424;
	font: 14px/20px AvenirLTStd-Book;
	opacity: 1;
}

.textSmalldropdownmenu {
	text-transform: none;
	margin-left: 40px;
	text-align: left;
	letter-spacing: 0px;
	color: #242424;
	opacity: 0.7;
	font: 13px/16px AvenirLTStd-light;
}

.dropdownmainheding {
	text-align: left;
	font: 20px/24px AvenirLTStd-Book;
	letter-spacing: 0.5px;
	color: #242424;
	opacity: 1;
	text-transform: none;
	margin-bottom: 30px;
}

.dropdownmainhedingWhite {
	text-align: left;
	font: 20px/24px AvenirLTStd-Book;
	letter-spacing: 0.5px;
	color: #fff;
	opacity: 1;
	text-transform: none;
	margin-bottom: 20px;
}

.Bgcolordropdwonmenu {
	background: #1B364D 0% 0% no-repeat padding-box;
	border-radius: 0px 10px 10px 0px;
	opacity: 1;
	padding: 30px 30px 40px;
	width: 330px;
	float: right;
	position: relative;
	left: 1px;
}

.navbar-custom .navbar-nav li a.eventzillaplatformtext1 {
	padding-bottom: 0;
}

.eventzillaplatformtext {
	text-align: left;
	font: 14px/20px AvenirLTStd-Light;
	letter-spacing: 0.14px;
	color: #FFFFFF;
	opacity: 1;
	text-transform: none;
	margin-bottom: 20px;
}

.eventzillaplatformtext1 {
	text-align: left;
	font: 14px/17px AvenirLTStd-Book;
	letter-spacing: 0.35px;
	color: #FFFFFF;
	opacity: 1;
	display: block;
	text-transform: none;
	margin-bottom: 0;
}

.iconpadingtick {
	padding-bottom: 3px;
}

.navbar-custom .navbar-nav li a.talktosalesbtn {
	background: #269EEE 0% 0% no-repeat padding-box;
	border-radius: 20px;
	opacity: 1;
	padding: 8px 24px;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	letter-spacing: normal;
}

.navbar-custom .navbar-nav li a.talktosalesbtn:hover {
	opacity: .9;
}

.dropdown-menu.MobileNav {
	position: relative;
	background: none;
	padding: 0;
	margin: 15px;
}

.dropdown-menu.MobileNav ul.rightbar-nav {
	width: 185px;
	background: rgba(0,0,0,.5);
}

.dropdown-menu.MobileNav ul.rightbar-nav li {
	border-left: none;
	border-right: none;
}

.dropdown-menu.MobileNav ul.rightbar-nav li a {
	padding: 10px 12px !important;
}

.rightbar-nav li a {
	font-size: 13px;
	font-weight: 400;
}

@media only screen and (max-width:992px) {
	ul.resp-tabs-list {
		display: none;
	}

	h2.resp-accordion {
		display: block;
		cursor: pointer;
		position: relative;
		font: normal 16px "AvenirLTStd-Book", sans-serif;
		color: #242424;
		padding: 20px;
		margin: 0 0 8px;
		text-align: center;
		list-style: none;
		cursor: pointer;
		background: #f4f7f8;
		border-radius: 3px;
		border: 1px solid #f4f7f8;
	}

	.resp-tab-content {
		padding: 40px 0 20px;
	}

	.resp-vtabs .resp-tab-content {
		border: 1px solid #C1C1C1;
	}

	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none;
	}

	.resp-accordion-closed {
		display: none !important;
	}

	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}

	.FeatureUpdateMdiv h3 {
		font-size: 28px;
	}

	.FeatureUpdateMdiv p {
		font-size: 15px;
		line-height: 20px;
	}
}

.VirtualFeatureMdiv {
	margin: 0;
	padding: 30px;
}

.VirtualFeatureMdiv:hover {
	background: #fff;
	border-radius: 6px;
}

.VirtualFeatureMdiv span {
	width: 75px;
	height: 75px;
	margin: 0 0 22px;
	display: inline-block;
}

.VirtualFeatureMdiv h3.AFT {
	font: normal 24px "nunitomedium", sans-serif;
	min-height: 26px;
	color: #222;
	margin: 0;
	padding: 0 0 22px;
}

.VirtualFeatureMdiv p.AFST {
	font: normal 16px "AvenirLTStd-Book", sans-serif;
	line-height: 28px;
	color: #626262;
	margin: 0;
	padding: 0;
}

.VirtualFeatureMdiv span.Icon1 {
	background: url(../images/VirtualFeatureIcon1.png) no-repeat scroll 0 0;
}

.VirtualFeatureMdiv:hover span.Icon1 {
	background: url(../images/VirtualFeatureIcon1.png) no-repeat scroll 0 -76px;
}

.VirtualFeatureMdiv span.Icon2 {
	background: url(../images/VirtualFeatureIcon2.png) no-repeat scroll 0 0;
}

.VirtualFeatureMdiv:hover span.Icon2 {
	background: url(../images/VirtualFeatureIcon2.png) no-repeat scroll 0 -76px;
}

.VirtualFeatureMdiv span.Icon3 {
	background: url(../images/VirtualFeatureIcon3.png) no-repeat scroll 0 0;
}

.VirtualFeatureMdiv:hover span.Icon3 {
	background: url(../images/VirtualFeatureIcon3.png) no-repeat scroll 0 -76px;
}

.VirtualFeatureMdiv p.Stepflow {
	font: normal 18px "nunitomedium", sans-serif;
	color: #707070;
	padding: 0 0 18px;
}

.VirtualFeatureMdiv:hover p.Stepflow {
	color: #196FE3;
}

.VirtualFeatureMdiv h3.HeadingStepCreate {
	font: normal 20px "nunitomedium", sans-serif;
	color: #222;
	margin: 0;
	padding: 0 0 18px;
}

h5.CompareLinkBtn a {
	font-family: "Conv_AvenirLTStd-Medium", sans-serif;
	font-size: 18px;
	color: #444;
	text-decoration: underline;
	margin: 30px 0 0;
	padding: 0;
	display: inline-block;
}

h5.CompareLinkBtn a:hover {
	text-decoration: none;
}

h5.BackLinkBtn a {
	font-family: "Conv_AvenirLTStd-Medium", sans-serif;
	font-size: 18px;
	color: #444;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	display: inline-block;
}

h5.BackLinkBtn a:hover {
	text-decoration: none;
}

.EstimateCalculatorBg {
	background: rgb(252,252,252);
	background: linear-gradient(90deg, rgba(252,252,252,1) 0%, rgba(252,252,252,1) 52%, rgba(28,125,230,1) 52%, rgba(28,125,230,1) 100%);
}

.EstimateCalculatorBg .BgLightGray {
	background: #FCFCFC;
}

.EstimateCalculatorBg .BgBlue {
	background: #1C7DE6;
}

.EstimateCalculatorBg .CalculatorLeft {
	padding: 30px;
	min-height: 350px;
	text-align: left;
	font-family: "AvenirLTStd-Book", sans-serif;
	font-size: 14px;
	color: #646464;
}

.EstimateCalculatorBg .CalculatorRight {
	padding: 90px 30px 90px 120px;
	position: relative;
	min-height: 350px;
	text-align: center;
	font-family: "AvenirLTStd-Book", sans-serif;
	font-size: 14px;
	color: #fff;
}

.EstimateCalculatorBg .CalculatorRight::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	min-height: 515px;
	width: 0;
	height: 0;
	border-bottom: 517px solid #1C7DE6;
	border-left: 120px solid #FCFCFC;
}

.EstimateCalculatorBg .CalculatorLeft h4.CalculatorTitle {
	font-family: "AvenirLTStd-Heavy", sans-serif;
	font-size: 22px;
	color: #343434;
	text-align: left;
	margin: 0;
	padding: 0 0 30px;
}

.EstimateCalculatorBg .CalculatorLeft h4.CalculatorTitle span {
	font-family: "AvenirLTStd-Book", sans-serif;
	font-size: 14px;
	color: #646464;
	margin: 8px 0 0;
	padding: 0;
	display: block;
}

.EstimateCalculatorBg .CalculatorLeft .form-group label.control-label {
	font-family: "AvenirLTStd-Book", sans-serif;
	font-size: 14px;
	color: #545454;
	font-weight: 400;
}

.EstimateCalculatorBg .CalculatorLeft .form-group {
	margin-bottom: 30px;
}

.EstimateCalculatorBg .CalculatorLeft .TermToggleMDiv {
	font-family: "AvenirLTStd-Light", Arial, sans-serif;
	color: #545454;
	font-size: 14px;
	margin: 0;
	padding: 2px 0;
}

.EstimateCalculatorBg .CalculatorLeft .TermToggleMDiv label.ToggleTermOption {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 16px;
	margin-top: 1px;
	margin-bottom: 0 !important;
	margin-right: 6px;
	margin-left: 6px;
}

.EstimateCalculatorBg .CalculatorLeft .TermToggleMDiv label.ToggleTermOption input {
	display: none;
}

.EstimateCalculatorBg .CalculatorLeft .TermToggleMDiv label.ToggleTermOption input:checked .NewToggleSwitchSlider {
	background-color: #C7DCF3;
}

.EstimateCalculatorBg .CalculatorLeft .TermToggleMDiv label.ToggleTermOption input:focus .NewToggleSwitchSlider {
	box-shadow: 0 0 1px #C7DCF3;
}

.EstimateCalculatorBg .CalculatorLeft .TermToggleMDiv label.ToggleTermOption input:checked .NewToggleSwitchSlider:before {
	background: #1C7DE6;
	-webkit-transform: translateX(19px);
	-ms-transform: translateX(19px);
	transform: translateX(19px);
}

.EstimateCalculatorBg .CalculatorLeft .TermToggleMDiv label.ToggleTermOption .NewToggleSwitchSlider {
	position: absolute;
	cursor: pointer;
	top: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #C7DCF3;
	-webkit-transition: .4s;
	transition: .4s;
}

.EstimateCalculatorBg .CalculatorLeft .TermToggleMDiv label.ToggleTermOption .NewToggleSwitchSlider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 0px;
	top: -3px;
	background-color: #1C7DE6;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,.3);
}

.EstimateCalculatorBg .CalculatorLeft .TermToggleMDiv label.ToggleTermOption .NewToggleSwitchSlider.Round {
	border-radius: 34px;
}

.EstimateCalculatorBg .CalculatorLeft .TermToggleMDiv label.ToggleTermOption .NewToggleSwitchSlider.Round:before {
	border-radius: 50%;
}

.EstimateCalculatorBg .CalculatorLeft .TermToggleMDiv label.ToggleTermOption.PositionAbsoluteRIght {
	position: absolute;
	top: 0;
	right: 0;
}

.EstimateCalculatorBg .CalculatorLeft .TermToggleMDiv span.TermName {
	padding: 4px 0;
	text-transform: none;
	position: relative;
	top: -2px;
	font-size: 15px;
}

.ToggleTermOption input:checked + .NewToggleSwitchSlider {
	background: #8CD7FA;
}

.dropdown-menu.dropdownMegaMenu {
	width: auto;
	padding: 0px;
	left: 28px;
	right: 15px;
	border-radius: 10px !important;
	top: 45px;
	background: #1B364D 0% 0% no-repeat padding-box;
}

.popupmenuarrow {
	top: -6px;
	position: absolute;
	width: 36px;
	left: 500px;
	display: none;
}

