#pageTitleInner h1 img{margin:0 0 -15px 10px;}

#planTabs{
	height: 70px;
}
#planTabs div{
	text-align: center;
	font-family: 'HelveticaNeueLTStdMedRegular', helvetica, sans-serif;
	font-size: 18px;
	background: #323232;
	width: 570px;
	float: left;
	padding-top: 25px;
	color: #fff;
	height: 45px;
	cursor: pointer;
}
#planTabs div.selected{
	box-shadow: 0 0 30px rgba(0,0,0,.76) inset;
	color: #1e564b;
}
.green_button{background: #1e564b;}
#planTabs div:hover{color: #1e564b;}

#fanPlansTabContent{}
#entPlansTabContent{
	display: none;
}
.mainColumn{padding: 0 25px 25px}
#header{
	margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
}
#addMessages{float: right;}
#addMessages .buttonSecondary{margin: 0 0 0 5px;}
#discountMessage{font-size: 20px}
.trialHeader{
	font-size: 18px !important;
	margin-bottom: 20px
}
.trialHeader img{margin: 0 10px -5px 0 !important}

#continueTrial{
	float: right;
	margin-top: -10px;
}

.trialMessage{
	font-size: 14px;
	width: 100%;
	display: table;
}

.trialMessage p{
	color: #666666;
	line-height: 19px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0px;
}

.trialMessage p strong{
	font-family: Helvetica, Arial, sans-serif;
}

.trialText{
	width: 600px;
	float: left;
}
.trialMessage strong{font-family: 'HelveticaNeueLTStdMedRegular', helvetica, sans-serif;}

.trial-promo-code{
	float: right;
	width: 250px;
	padding: 20px;
	background: #7dc142;
	ms-border-radius: 3px;
	border-radius: 3px;
}

.trial-promo-code p{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 23px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

.plansInner{
	width: 960px;
	margin: 30px auto;
	margin-bottom: 0px;
	position: relative;
}
.mainColumn .plansInner{width: auto;}

.plansInner h1{
	font-size: 25px;
	font-family: 'HelveticaNeueLTStdMedRegular', helvetica, sans-serif;
	padding-bottom:20px;
	border-bottom: 1px dashed #E2E2E2
}
.plansInner h1 img{margin: 0 20px -25px 0;}
.plansInner h2 img{margin: 0 10px -25px 0;}
#upgradeGuarantee{
	margin: 20px auto; 
	text-align: center; 
	font-size: 32px; 
	margin-top: 15px;
	margin-bottom: -5px; 
	float: left;
}
.planColumns{
	width: 960px;
	height: 832px;
	margin: 30px auto 0;
	position: relative;
}
#entPlansTabContent .planColumns{height: auto;}
.planColumns .popular-label{
	width: 122px;
	height: 104px;
	display: block;
	position: absolute;
	background: url(/images/plan/popular-label.png) no-repeat 0px 0px;
	left: 496px;
	top: -9px;
	z-index: 99;
}
.planColumns .popular-label-b{
	width: 122px;
	height: 104px;
	display: block;
	position: absolute;
	background: url(/images/plan/popular-label.png) no-repeat 0px 0px;
	left: 516px;
	top: -9px;
	z-index: 99;
}
.planColumn{
	width: 300px;
	float: left;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	height: 1302px;
	position: relative;
	margin-right: 30px;
	padding-top: 50px;
}
.planColumn h2{
	font-family: 'CrimsonItalic';
	text-align: center;
	color: #A8A8A8;
	font-size: 20px;
	margin: 10px;
	padding: 0;

}
#entPlansTabContent .planColumn{
	padding-top: 0;
	height: 800px
}

.planColumn.last{margin-right: 0}

.plan-cta{
	width: 260px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px dashed #E2E2E2;
}
.plan-cta a{
	width: 260px;
	text-align: center;
}

.buttonSecondary{
	background: #5a5a5a;
}

.planColumnHeader{
	background: #323232;
	padding: 0;
	height: 51px;
	width: 299px;
	overflow: hidden;
	position: absolute;
	top: 0;
	margin: 0;
	font-size: 18px;
	color: #fff;
	/*cursor: pointer;*/
	border-radius: 5px 5px 0 0;
	font-family:'HelveticaNeueLTStdLtRegular', helvetica, sans-serif;	
}
.entColumnHeader{
	font-size: 18px;
	color: #fff;
	background: #323232;
	border-radius: 5px 5px 0 0;
	font-family: 'HelveticaNeueLTStdMedRegular', helvetica, sans-serif;
	padding: 15px 25px;
	margin-bottom: 20px
}
.planColumnHeader h3{
	font-family: 'HelveticaNeueLTStdMedRegular', helvetica, sans-serif;
	font-size: 18px;
	position: absolute;
	top: 15px;
	left: 20px;
	width: 250px;
	pointer-events: none;
	/*background: url(/images/public/plan/planDownArrow.png) no-repeat right 10px*/
}
.planColumnHeader li{padding: 15px 25px; display: none;}
.planColumnHeader li:first-of-type{border-radius: 5px 5px 0 0}

.planColumnHeader li:hover{background: #535353;}

.middle .planColumnHeader,
.middle .entColumnHeader{background: #7DC142}

.planNum{
	float: left;
	margin-right: 5px;
}
.planNum.bigNum{
	font-size: 50px;
	margin-top: 5px;
}
.planPrice{
	display: none;
	min-height: 80px;
	border-bottom: 1px dashed #E2E2E2;
	font-size: 62px;
	color: #404040;
	width: 260px;
	margin: 0 auto;
	font-family: 'HelveticaNeueLTStdBold', helvetica, arial;
}
.planPrice.monthly{display: block}

.planPrice sup{
	font-size: 20px;
	margin-top: -3px;
	color: #B8B8B8;
}
.planBillType{
	float: left;
	font-size: 12px;
	color: #B8B8B8;
	margin: 20px 0 5px;
	font-style: italic;
	font-family:'HelveticaNeueLTStdLtRegular', helvetica, sans-serif;
}
.planBillType strong{
	font-family: 'HelveticaNeueLTStdMedRegular', helvetica, sans-serif;
}
.billingType{
	width: 157px;
	font-size: 14px;
	font-weight: normal;
	color: #bbbbbb;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
}
.monthly .planBillType{
}
.planArrow{
	float: left;
	width: 150px;
	height: 20px;
	background: #8A8A8A;
	font-family:'HelveticaNeueLTStdLtRegular', helvetica, sans-serif;
}
.middle .planArrow{background: #323232}

.planArrow span{
	font-style: italic;
	color: #fff;
	font-size: 10px;
	display: inline-block;
	margin: 4px 0 0 4px;
	text-align: right;
}
.planArrow span strong{font-family: 'HelveticaNeueLTStdBold', helvetica, arial;}
.arrowLeft{
	float: left;
	width: 0; 
	height: 0; 
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff; 
	border-right: 5px solid transparent; 
}
.arrowRight{
	float: right;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 5px solid #fff;
}
.planItemRow{
	height: 25px;
	width: 257px;
	margin: 0 auto 40px auto;
	padding: 10px 10px 0;
	font-size: 26px;
	position: relative;
	font-family: 'HelveticaNeueLTStdMedRegular', helvetica, sans-serif;
}
.planItemRow .socialIcon{ margin:0 12px -4px 0; cursor:default !important;}
.planItemRow p{
	margin: -4px 0 0;
	padding: 0;
	float: left;
	font-size: 14px;
	line-height: 19px;
	color: #919191;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;

}
.planItemRow p strong{
	color: #363636;
}
.planItemRow div{
	width: 20px;
	height: 18px;
	top: -10px;
	right: 45px;
	padding-top: 2px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #444444;
	position: absolute;
	border-radius: 10px;
}
.planColumnContent h3{
	font-size: 14px;
	color: #919191;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
	margin-left: -10px;
}
.planFeature{
	margin: 20px auto 0;
	padding: 0;
	width: 245px;
	list-style: none;
}
.planFeature ul{
	padding-left: 10px;
}
.planFeature li{
	margin: 0 0 12px;
	padding: 0;
	color: #919191;
	font-size: 14px;
	list-style-image:url('/images/public/plan/planCheckmarks_grey.png');
	font-family: Helvetica, Arial, sans-serif;
}
.planFeature li span.notIncluded{
	background: url(/images/plan/icon-notincluded.png) no-repeat 0px 0px;
	width: 16px;
	height: 15px;
	display: block;
	margin-left: -21px;
	margin-top: 0px;
	float: left;
	position: relative;
	z-index: 99;
}
.silverFeature{
	padding-left: 17px;
}
.middle .planFeature li{
	list-style-image:url('/images/public/plan/planCheckmarks_green.png');
}
.planFeature li a{color: #919191;}
.planFeature li strong{
	color: #919191;
	font-weight: bold;
}

.planColumnFooter{
	background: #ECECEC;
	padding: 20px;
	width: 298px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 0 5px 5px
}
.planColumnFooter .button,
.planColumnFooter .buttonPrimary,
.planColumnFooter .buttonSecondary{
	width: 255px;
	font-family:'HelveticaNeueLTStdMedRegular', helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
.messages-cta .more-q{
	color: #363636;
}
.messages-cta a{
	color: #1e564b!important;
}
#trialRow{
	width: 959px;
	height: 96px;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	margin: 30px auto 30px;
	padding: 20px;
	clear: both;
	float: left;
}
#trialRow p{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	float: left;
	color: #666666;
	margin-left: 50px;
	margin-top: 6px;
}
#trialRow strong{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	color: #363636;
}
#trialRow p strong{
	font-weight: bold;
	color: #363636;
	font-size: 17px;
}
#trailButton{
	float: left;
	background: #ECECEC;
	padding: 20px;
	width: 296px;
	margin: -20px;
	border-radius: 5px 0px 0px 5px;
}
#trailButton .button{
	background: #5a5a5a;
	width: 255px;
	text-align: center;
}
#trailButton .button span{font-family:'HelveticaNeueLTStdLtRegular', helvetica, sans-serif;}

#pageHeader h1{float: left}


#trialHeader{ 
	float: right; margin: 15px 15px 0 0;
}
#trialHeader h2{
	font-weight: lighter;
	float: left;
	font-size: 20px;
	display: inline-block;
	margin: 2px 10px 0 0;
} 
#remainingDays{
	font-family: 'HelveticaNeueLTStdMedRegular', helvetica, arial !important;
	color: #fff;
	float: left;
	font-size: 18px;
	height: 41px;
	padding: 20px 15px 0;
	margin: -15px 0;
}
#remainingDays.running{
	background: #42C4DA;
}
#remainingDays.ended{
	background: #E0564E
}
.pageHeaderDropdown{
	background: #363636;
	padding: 0;
	height: 61px;
	overflow: hidden;
	position: absolute;
	left: 197px;
	z-index: 2;
	float: left;
	margin: -0 0;
	font-size: 14px;
	margin-left: 1px;
	border-right: 1px solid #121212;
	box-shadow: 1px 0 0 #555555; 
	color: #fff;
	cursor: pointer;
	font-family:'HelveticaNeueLTStdLtRegular', helvetica, sans-serif;
}
.pageHeaderDropdown li{padding: 20px 50px 20px 20px; height: 20px}

.pageHeaderDropdown li:hover{background: #535353;}
.pageHeaderDropdown span{
	display: inline-block;
	width: 13px;
	height: 7px;
	z-index: 3;
	position: absolute;
	top: 25px;
	right: 15px;
	background: url(/images/public/plan/planDownArrow.png) no-repeat;
	pointer-events: none;
}
#messageDefault{
	width: 100%;
	border-bottom: 1px dashed #DDDDDD;
}
#messageDefault p{
	font-size: 17px;
	color: #666666;
}
#messageDefault p a{
	color: #7dc142;
}
div.invisible{
	display: none;
}
#more-messages-form{
	width: 575px;
}
#more-messages-form .more-messages-form-title{
	width: 100%;
	background: #4a4a4a;
	padding: 20px 0px;
	margin-bottom: 30px;
}
#more-messages-form .more-messages-form-title h2{
	font-size: 24px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	width: 535px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
}
#more-messages-form .form-row{
	width: 573px;
	padding: 0px 20px;
	margin-bottom: 15px;
}
#more-messages-form .form-row label{
	width: 160px;
	color: #777777;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 10px;
	font-size: 13px;
}
#more-messages-form .form-row label span{
	color: #ff0000;
}
#more-messages-form .form-row input[type=text]{
	height: 37px;
	width: 358px;
	font-size: 13px;
	border: 1px solid #E4E4E4;
	margin-right: 0px;
	font-family: Helvetica, Arial, sans-serif;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	float: right;
	border-radius: 3px;
	padding-left: 10px;
}
#more-messages-form .form-row input[type=text]:focus{
	border:1px solid #AAAAAA;
	color: #777777;
}
#more-messages-form .form-row textarea{
	height: 90px;
	width: 358px;
	font-size: 13px;
	border: 1px solid #E4E4E4;
	margin-right: 0px;
	margin-bottom: 15px;
	font-family: Helvetica, Arial, sans-serif;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	float: right;
	border-radius: 3px;
	padding-left: 10px;
	padding-top: 10px;
}
#more-messages-form .form-row textarea:focus{
	border:1px solid #AAAAAA;
	color: #777777;
}
#more-messages-form .form-row input[type=submit]{
	background: #7dc142;
	color: #ffffff;
	border: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	cursor: pointer;
	padding: 9px 12px 7px 12px;
	margin-left: 275px;
	margin-bottom: 0px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#more-messages-form .form-row input[type=submit]:hover{
	opacity: 0.8;
}
::-webkit-input-placeholder {
   color: #666666;
}
:-moz-placeholder {
   color: #666666; 
}
::-moz-placeholder {
   color: #666666; 
}
:-ms-input-placeholder {  
   color: #666666;
}
.plan-section{
	width: 100%;
	margin-top: 40px;
	float: left;
}
.plan-section h2{
	font-size: 19px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #4a4a4a;
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #DDDDDD;
}
.plan-section .clients-strip{
	margin-top: 7px;
	float: left;
}
.plan-section .question-row{
	width: 100%;
	float: left;
	margin-bottom: 8px;
}
.plan-section .public-row{
	width: 1090px;
}
.plan-section .question-row p{
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 21px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	width: 1090px;
}
.plan-section .question-row p.question{
	color: #666666;
	cursor: pointer;
	width: 100%;
	font-weight: bold;
}
.plan-section .question-row p.answer{
	color: #999999;
	display: block;
	width: 100%;
}
.left-column-pm{
	width: 630px;
	display: table;
	float: left;
}
.left-column-pm h2{
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #4a4a4a;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.left-column-pm .purchase-message-block{
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.left-column-pm .purchase-message-block .purchase-message-row{
	width: 100%;
	height: 50px;
	background: #eeeeee;
	display: block;
	overflow: hidden;
}
.left-column-pm .purchase-message-block .purchase-message-row:nth-child(2){
	background: #fafafa;
}
.left-column-pm .purchase-message-block .purchase-message-row span{
	font-size: 13px;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
}
.left-column-pm .purchase-message-block .purchase-message-row span.purchase-message-item{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.left-column-pm .purchase-message-block .purchase-message-row span.purchase-message-detail{
	float: right;
	margin-right: 20px;
	margin-top: 22px;
}
.left-column-pm p.main-pm-text{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #666666;
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
	float: left;
	margin-top: 0px;
	width: 630px;
}
.left-column-pm p strong{
	text-decoration: underline;
}
.left-column-pm form{
	width: 630px;
	margin: 0px;
	padding-bottom: 0px;
	float: left;
}
.left-column-pm form table p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.left-column-pm form input[type=text]{
	height: 25px;
	width: 40px;
	margin-top: -15px;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: none;
	box-shadow: none;
}
.left-column-pm form input[type=submit]{
	float: left;
	margin-right: 7px;
}
.left-column-pm form img{
	width: 43px;
	margin-top: -1px;
}
.right-column-pm{
	width: 215px;
	padding: 20px;
	background: #eeeeee;
	-ms-border-radius: 3px;
	border-radius: 3px;
	float: right;
	display: table;
}
.right-column-pm p{
	margin-top: 0px;
	font-size: 12px;
	line-height: 17px;
	color: #888888;
	font-family: Helvetica, Arial, sans-serif;
}
.right-column-pm p.right-column-divider{
	padding-top: 12px;
	margin-top: 17px;
	border-top: 1px solid #DDDDDD;
}
.right-column-pm a{
	width: 100%;
	display: inline-block;
	background: #7dc142;
	font-size: 18px;
	color: #FFFFFF!important;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 15px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.right-column-pm a strong{
	font-size: 12px;
	font-weight: normal;
}
.right-column-pm a.column-dark-button{
	background: #4a4a4a;
}
.right-column-pm a:hover{
	text-decoration: none;
	opacity: 0.8;
}
input.topay{
	margin-bottom: 15px;
}
input.msgs-fields{
	width: 158px;
}
#pageTitleInner h2{
	margin-top: -25px;
}
#mainContainer{
	-ms-border-radius:3px;
	border-radius:3px;
	position: relative;
}
.mainContainer_b{
	display: table;
	width: 1140px;
	border: 1px solid #E6E6E6;
	margin: 25px auto 0;
	background: #fff;
	-ms-border-radius:3px;
	border-radius:3px;
	position: relative;
}
.public-section{
	padding: 25px;
	margin-top: 0px;
}
.public-section h2{
	width: 1090px;
}
.public-cta-quote{

}
.public-cta-quote p{
	color: #666666;
	font-size: 16px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
.public-cta-quote p a{
	color: #7dc142;
}
.dark{
	background: #5a5a5a!important;
}
.buttonPrimary:hover{
	text-decoration: none!important;
}

/*
-----------------------
NEW STYLES
-----------------------
*/
section{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-flow: column wrap;
	padding-top: 60px;
	padding-bottom: 60px;
}
section#faq-module{
	background: #ffffff;
}
section#faq-module p{
	font-size: 24px;
	line-height: 32px;
	font-family: "HelveticaNeueLTStdLtBold",helvetica,sans-serif;
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
}
section#faq-module p.a{
	color: #444444;
	font-family: "HelveticaNeueLTStdLtRegular",helvetica,sans-serif;
	margin-bottom: 30px;
	font-weight: normal;
}
section#faq-module h2{
	font-size: 32px;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: bold;
}
section#faq-module .col-md-6.first-child{
	padding-right: 50px;
}
section#faq-module .col-md-6.last-child{
	padding-left: 50px;
}
section#quote-module p{
	font-size: 32px;
	color: #ffffff;
	margin-bottom: 0px;
	margin-top: 15px;
	font-weight: bold;
	padding: 0px;
}
section#quote-module a,
section#hero-module a{
	cursor: pointer;
	font-weight: bold;
	padding: 12px 50px;
	color: #000000;
	float: right;
	font-size: 24px;
	background: #ffffff;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
section#quote-module a:hover,
section#hero-module a:hover{
	color: #ffffff;
	background: #1e564b;
}
section#plan-module{
	background: #ffffff;
}
section#plan-module .plan-top{
	display: table;
	background: #333333;
	width: 100%;
	text-align: center;
	position: relative;
}
section#plan-module .plan-top h3{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
section#plan-module .plan-top h4{
	font-size: 80px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}
section#plan-module .plan-top h4 span{
	font-size: 27px;
}
section#plan-module .plan-top h4 strong{
	vertical-align: super;
	font-size: 32px;
	font-weight: normal;
}
section#plan-module .plan-top em{
	position: absolute;
	width: 100%;
	display: block;
	top: 60px;
}
section#plan-module .plan-top a{
	font-weight: bold;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 12px 50px;
	color: #000000;
	font-size: 24px;
	width: 180px;
	text-align: center;
	background: #ffffff;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
section#plan-module .plan-top a:hover{
	color: #ffffff;
	background: #7dc142;
}
section#plan-module .features{
	width: 100%;
	display: block;
}
section#plan-module .plan-feature{
	background: #e6e6e6;
	border-bottom: 2px solid #ffffff;
	padding-top: 22px;
	padding-bottom: 22px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
section#plan-module .plan-feature p{
	text-align: center;
	color: #000000;
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 0px;
}
section#plan-module .plan-feature i{
	position: absolute;
	right: 15px;
	top: 50%;
	font-size: 24px;
	color: #959595;
	cursor: pointer;
	margin-top: -10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
section#plan-module .plan-feature i:hover{
	color: #2a2a2a;
}
section#plan-module .plan-feature:nth-child(even){
	background: #d7d7d7;
}
section#plan-module .plan-feature:hover{
	background: #aaaaaa;
}
section#hero-module{
	display: table;
	padding-top: 100px;
}
section#hero-module h2{
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 50px;
}
section#hero-module p{
	font-size: 32px;
	font-weight: bold;
	line-height: 39px;
	color: #ffffff;
	text-align: center;
	padding-left: 150px;
	padding-right: 150px;
}
section#hero-module a{
	float: none;
	display: block;
	margin: 0 auto;
	width: 355px;
	text-align: center;
	margin-top: 50px;
}
.tipsy{ 
	font-size: 12px!important;
}
#container_quote {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

/*
-----------------------
MEDIA QUERIES
-----------------------
*/
@media (min-width: 992px) and (max-width: 1280px) {
	section#plan-module .plan-top h4 {
		font-size: 60px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	section#faq-module .col-md-6.last-child{
		padding-left: 15px;
	}
	.slide-top{
		position: static!important;
		opacity: 1!important;
	}
	div.container#container_quote{
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
		align-items: center;
	}
	section#plan-module .plan-top h4 {
		font-size: 4em;
	}
}
@media (min-width: 320px) and (max-width: 768px) {
	.navbar-header {
		display: inline-flex;
		justify-items: flex-end;
		width: 100%;
		flex-flow: row nowrap;
		align-items: baseline;
		float: right;
		position: relative;
	}
	.container{
		overflow: hidden;
	}
	section#hero-module p{
		padding-left: 0px;
		padding-right: 0px;
	}
	section#hero-module a{
		width: 100%;
		font-size: 23px;
	}
	section#quote-module .col-md-6{
		float: left;
		clear: both;
	}
	.col-md-4{
		margin-bottom: 40px;
	}
	section#quote-module a{
		margin-top: 30px;
	}
	section#faq-module .col-md-6.first-child{
		padding-right: 0px;
	}
	section#faq-module .col-md-6.last-child{
		padding-left: 15px;
	}
	section#faq-module p{
		font-size: 20px;
		line-height: 26px;
	}
	.slide-top{
		position: static!important;
		opacity: 1!important;
	}
	section#plan-module .plan-top h4{
		font-size: 60px;
	}
	#faq-module {
		width: 90% !important;
		padding: 20px !important;
	}
	div.container#container_quote{
		display: flex;
		justify-content: space-between;
		flex-flow: column wrap;
		align-items: center;
	}
	section#plan-module .plan-top h4 {
		font-size: 3em;
	}
	
}

