
/************************************************************
	Bootstrap Versions
************************************************************/

.btn {
	white-space: nowrap;
}

.small, small {
	font-size: 80%;
	font-weight: 400;
}

/************************************************************
	Mobile
************************************************************/

@media (min-width: 1024px) {
	#features .featureInfoCell {
		font-size: 25px;
	}
}

@media (max-width: 1024px) {
	#header #logo {
		display: none;
	}

	#featureTable {
		font-size: 12px;
	}

	#features .featureInfoCell {
		font-size: 12px;
	}
}

@media (max-width: 760px) {
	.respTable tr {
		display: table;
		width: 100%;
	}

	.respTable td {
		display: table-row;
	}
}

/************************************************************
	Incentive Dashboard
************************************************************/
#incentiveDashboards {
	background: #f9f9f9;
}

	#incentiveDashboards .content {
		padding-top: 100px;
	}

	#incentiveDashboards h2 {
		font-size: 30px;
		font-weight: 900;
	}

#incentiveDashboardsDisputes {
	background-color: white;
}

	#incentiveDashboardsDisputes .content {
		padding-top: 50px;
	}

	#incentiveDashboardsDisputes h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

	#incentiveDashboardsDisputes img {
		margin-top: auto;
		margin-bottom: auto;
	}

#incentiveDashboardsCommunication {
	background: linear-gradient(rgba(245, 245, 245, 0.1), rgba(245, 245, 245, 0.5)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg1.png") fixed center center;
	background-size: cover;
}

	#incentiveDashboardsCommunication .content {
		padding-top: 50px;
	}

#incentiveDashboardsEnrollment {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg2.jpg") fixed center center;
	background-size: cover;
}

	#incentiveDashboardsEnrollment .content {
		padding-top: 50px;
	}

#incentiveDashboardsMobile {
	background: linear-gradient(rgba(255, 140, 0, 0.1), rgba(0, 0, 0, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/cta.jpg") fixed center center;
	background-size: cover;
	color: white;
}

	#incentiveDashboardsMobile h3 {
		color: white;
	}

	#incentiveDashboardsMobile .section-header h3::after {
		background: lime;
	}

	#incentiveDashboardsMobile p {
		color: white;
	}

	#incentiveDashboardsMobile .content {
		padding-top: 50px;
	}

	#incentiveDashboardsMobile h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

#incentiveDashboardsManagers {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg1.png") fixed center center;
	background-size: cover;
}

	#incentiveDashboardsManagers .content {
		padding-top: 50px;
	}

/************************************************************
	Calculations
************************************************************/
#calcs {
	background: #f9f9f9;
}

	#calcs .content {
		padding-top: 100px;
	}

	#calcs h2 {
		font-size: 30px;
		font-weight: 900;
	}

#calcsAvoidOverpayment {
	background: #f9f9f9;
}

	#calcsAvoidOverpayment .content {
		padding-top: 50px;
	}

	#calcsAvoidOverpayment h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

	#calcsAvoidOverpayment img {
		margin-top: auto;
		margin-bottom: auto;
	}

#calcsAuditing {
	background: linear-gradient(rgba(245, 245, 245, 0.1), rgba(245, 245, 245, 0.5)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg1.png") fixed center center;
	background-size: cover;
}

	#calcsAuditing .content {
		padding-top: 50px;
	}

#calcsCrediting {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg2.jpg") fixed center center;
	background-size: cover;
}

	#calcsCrediting .content {
		padding-top: 50px;
	}

#calcsSimulations {
	background: linear-gradient(rgba(255, 140, 0, 0.1), rgba(0, 0, 0, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/cta.jpg") fixed center center;
	background-size: cover;
	color: white;
}

	#calcsSimulations h3 {
		color: white;
	}

	#calcsSimulations .section-header h3::after {
		background: lime;
	}

	#calcsSimulations p {
		color: white;
	}

	#calcsSimulations .content {
		padding-top: 50px;
	}

	#calcsSimulations h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

#calcsReports {
	background-color: purple;
	color: white;
}

	#calcsReports h3 {
		color: white;
	}

	#calcsReports .section-header h3::after {
		background: lime;
	}

	#calcsReports p {
		color: white;
	}

	#calcsReports .content {
		padding-top: 50px;
	}

#calcsAdjust {
	background: white;
}

	#calcsAdjust .content {
		padding-top: 50px;
	}

/************************************************************
	Setup
************************************************************/
#setup {
	background: #f9f9f9;
}

	#setup .content {
		padding-top: 100px;
	}

	#setup h2 {
		font-size: 30px;
		font-weight: 900;
	}

#setupUsers {
	background-color: white;
}

	#setupUsers .content {
		padding-top: 50px;
	}

	#setupUsers h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

	#setupUsers img {
		margin-top: auto;
		margin-bottom: auto;
	}

#setupConnection {
	background: linear-gradient(rgba(245, 245, 245, 0.1), rgba(245, 245, 245, 0.5)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg1.png") fixed center center;
	background-size: cover;
}

	#setupConnection .content {
		padding-top: 50px;
	}

#setupTeams {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg2.jpg") fixed center center;
	background-size: cover;
}

	#setupTeams .content {
		padding-top: 50px;
	}

#setupMappings {
	background: linear-gradient(rgba(255, 140, 0, 0.1), rgba(0, 0, 0, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/cta.jpg") fixed center center;
	background-size: cover;
	color: white;
}

	#setupMappings h3 {
		color: white;
	}

	#setupMappings .section-header h3::after {
		background: lime;
	}

	#setupMappings p {
		color: white;
	}

	#setupMappings .content {
		padding-top: 50px;
	}

	#setupMappings h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

#setupDesign {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg1.png") fixed center center;
	background-size: cover;
}

	#setupDesign .content {
		padding-top: 50px;
	}

#setupNoFee {
	background: white;
}

	#setupNoFee .content {
		padding-top: 50px;
	}

/************************************************************
	Security
************************************************************/
#security {
	background: white;
}

	#security .content {
		padding-top: 100px;
	}

	#security h2 {
		font-size: 30px;
		font-weight: 900;
	}

#securityRoles {
	background-color: #f9f9f9;
}

	#securityRoles .content {
		padding-top: 50px;
	}

	#securityRoles h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

	#securityRoles img {
		margin-top: auto;
		margin-bottom: auto;
	}

#securityAuth {
	background: linear-gradient(rgba(57, 139, 247, 0.3), rgba(0, 0, 0, 0.9)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/ka.PNG") fixed;
	background-size: cover;
	padding: 30px 0;
	margin: 0;
}

	#securityAuth h1 {
		color: white;
		font-size: 28px;
		font-weight: 700;
	}

	#securityAuth p {
		color: white;
	}

	#securityAuth .cta-btn {
		font-family: "Montserrat", sans-serif;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 1px;
		display: inline-block;
		padding: 8px 28px;
		border-radius: 25px;
		transition: 0.5s;
		border: 2px solid white;
		color: white;
	}

		#securityAuth .cta-btn:hover {
			background: #5f6c73;
			border: 2px solid #5f6c73;
		}

#securityOptions {
	background: linear-gradient(rgba(245, 245, 245, 0.1), rgba(245, 245, 245, 0.5)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg1.png") fixed center center;
	background-size: cover;
}

	#securityOptions .content {
		padding-top: 50px;
	}

#securityHiddenPlans {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg2.jpg") fixed center center;
	background-size: cover;
}

	#securityHiddenPlans .content {
		padding-top: 50px;
	}

#securityWorkspaces {
	background: linear-gradient(rgba(255, 140, 0, 0.1), rgba(0, 0, 0, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/cta.jpg") fixed center center;
	background-size: cover;
	color: white;
}

	#securityWorkspaces h3 {
		color: white;
	}

	#securityWorkspaces .section-header h3::after {
		background: lime;
	}

	#securityWorkspaces p {
		color: white;
	}

	#securityWorkspaces .content {
		padding-top: 50px;
	}

	#securityWorkspaces h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

#securityActivityLog {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg1.png") fixed center center;
	background-size: cover;
}

	#securityActivityLog .content {
		padding-top: 50px;
	}

/************************************************************
	Currencies
************************************************************/
#currencies {
	background: white;
}

	#currencies .content {
		padding-top: 100px;
	}

	#currencies h2 {
		font-size: 30px;
		font-weight: 900;
	}

#currenciesDoneRight {
	background-color: white;
}

	#currenciesDoneRight .content {
		padding-top: 50px;
	}

	#currenciesDoneRight h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

	#currenciesDoneRight img {
		margin-top: auto;
		margin-bottom: auto;
	}

#currenciesDoneRight2 {
	background-color: #f9f9f9;
}

	#currenciesDoneRight2 .content {
		padding-top: 50px;
	}

	#currenciesDoneRight2 h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

	#currenciesDoneRight2 img {
		margin-top: auto;
		margin-bottom: auto;
	}

#reportingParsing {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg1.png") fixed center center;
	background-size: cover;
}

	#reportingParsing .content {
		padding-top: 50px;
	}

/************************************************************
	Reporting
************************************************************/
#reporting {
	background: #f9f9f9;
}

	#reporting .content {
		padding-top: 100px;
	}

	#reporting h2 {
		font-size: 30px;
		font-weight: 900;
	}

#reportingBuiltIn {
	background-color: white;
}

	#reportingBuiltIn .content {
		padding-top: 50px;
	}

	#reportingBuiltIn h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

	#reportingBuiltIn img {
		margin-top: auto;
		margin-bottom: auto;
	}

#reportingTypes {
	background: linear-gradient(rgba(245, 245, 245, 0.1), rgba(245, 245, 245, 0.5)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg1.png") fixed center center;
	background-size: cover;
}

	#reportingTypes .content {
		padding-top: 50px;
	}

#reportingTransactions {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg2.jpg") fixed center center;
	background-size: cover;
}

	#reportingTransactions .content {
		padding-top: 50px;
	}

#reportingPowerBi {
	background: linear-gradient(rgba(255, 140, 0, 0.1), rgba(0, 0, 0, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/cta.jpg") fixed center center;
	background-size: cover;
	color: white;
}

	#reportingPowerBi h3 {
		color: white;
	}

	#reportingPowerBi .section-header h3::after {
		background: lime;
	}

	#reportingPowerBi p {
		color: white;
	}

	#reportingPowerBi .content {
		padding-top: 50px;
	}

	#reportingPowerBi h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

#reportingOData {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg1.png") fixed center center;
	background-size: cover;
}

	#reportingOData .content {
		padding-top: 50px;
	}

#reportingTableau {
	background: linear-gradient(rgb(0, 0, 0), rgb(211, 211, 211));
	background-size: cover;
	color: white;
}

	#reportingTableau h3 {
		color: white;
	}

	#reportingTableau .section-header h3::after {
		background: deepskyblue;
	}

	#reportingTableau p {
		color: white;
	}

	#reportingTableau .content {
		padding-top: 50px;
	}

	#reportingTableau h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

/************************************************************
	Plan Design
************************************************************/
#planDesign {
	background: #f9f9f9;
}

	#planDesign .content {
		padding-top: 100px;
	}

	#planDesign h2 {
		font-size: 30px;
		font-weight: 900;
	}

#planDesignMetric {
	background-color: white;
}

	#planDesignMetric .content {
		padding-top: 50px;
	}

	#planDesignMetric h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

	#planDesignMetric img {
		margin-top: auto;
		margin-bottom: auto;
	}

#planDesignMeasure {
	background: linear-gradient(rgba(245, 245, 245, 0.1), rgba(245, 245, 245, 0.5)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg1.png") fixed center center;
	background-size: cover;
}

	#planDesignMeasure .content {
		padding-top: 50px;
	}

#planDesignRewards {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg2.jpg") fixed center center;
	background-size: cover;
}

	#planDesignRewards .content {
		padding-top: 50px;
	}

#planDesignReview {
	background: linear-gradient(rgba(255, 140, 0, 0.1), rgba(0, 0, 0, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/cta.jpg") fixed center center;
	background-size: cover;
	color: white;
}

	#planDesignReview h3 {
		color: white;
	}

	#planDesignReview .section-header h3::after {
		background: lime;
	}

	#planDesignReview p {
		color: white;
	}

	#planDesignReview .content {
		padding-top: 50px;
	}

	#planDesignReview h4 {
		font-size: 20px;
		font-weight: 900;
		margin-bottom: 5px;
		padding-bottom: 0;
	}

#planDesignScoring {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg1.png") fixed center center;
	background-size: cover;
}

	#planDesignScoring .content {
		padding-top: 50px;
	}

#planDesignNoCash {
	background: white;
}

	#planDesignNoCash .content {
		padding-top: 50px;
	}

#planDesignLegal {
	background-color: purple;
	color: white;
}

	#planDesignLegal h3 {
		color: white;
	}

	#planDesignLegal .section-header h3::after {
		background: lime;
	}

	#planDesignLegal p {
		color: white;
	}

	#planDesignLegal .content {
		padding-top: 50px;
	}

/************************************************************
	Why
************************************************************/
#why {
	text-align: center;
	background-color: white;
}

	#why .content {
		padding-top: 100px;
	}

/************************************************************
	Hero
************************************************************/

#hero {
	background: linear-gradient(rgba(255, 140, 0, 0.1), rgba(0, 0, 0, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/cta.jpg") fixed center center;
	background-size: cover;
	padding: 0;
	margin: 0;
}

	#hero h1 {
		font-weight: 700;
		color: white;
	}

	#hero p {
		color: white;
	}

	#hero .cta-btn {
		font-family: "Montserrat", sans-serif;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 1px;
		display: inline-block;
		padding: 8px 28px;
		border-radius: 25px;
		transition: 0.5s;
		border: 2px solid white;
		color: white;
	}

		#hero .cta-btn:hover {
			background: #5f6c73;
			border: 2px solid #5f6c73;
		}

/************************************************************
	Different
************************************************************/
#different {
	background-color: white;
}

	#different .content {
		padding-top: 50px;
	}


/************************************************************
	Disclaimer
************************************************************/
#disclaimer {
	background-color: white;
}

	#disclaimer .content {
		padding-top: 100px;
	}

/************************************************************
	Privacy
************************************************************/
#privacy {
	background-color: white;
}

	#privacy .content {
		padding-top: 100px;
	}

/************************************************************
	Terms
************************************************************/
#terms {
	background-color: white;
}

	#terms .content {
		padding-top: 100px;
	}

/************************************************************
	About Us
************************************************************/
#about {
	background: white;
}

	#about .content {
		padding-top: 120px;
	}

.about-col {
	background-color: white;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}

	.about-col .img {
		position: relative;
	}

		.about-col .img img {
			border-radius: 4px 4px 0 0;
		}

	.about-col .icon {
		width: 64px;
		height: 64px;
		padding-top: 8px;
		position: absolute;
		background-color: #5f6c73;
		border-radius: 50%;
		text-align: center;
		border: 4px solid white;
		left: calc( 50% - 32px);
		bottom: -30px;
		transition: 0.3s;
	}

	.about-col i {
		font-size: 36px;
		line-height: 1;
		color: white;
		transition: 0.3s;
	}

	.about-col:hover .icon {
		background-color: white;
	}

	.about-col:hover i {
		color: #5f6c73;
	}

	.about-col h2 {
		color: #000;
		text-align: center;
		font-weight: 700;
		font-size: 20px;
		padding: 0;
		margin: 40px 0 12px 0;
	}

		.about-col h2 a {
			color: #000;
		}

			.about-col h2 a:hover {
				color: #5f6c73;
			}

	.about-col p {
		font-size: 14px;
		line-height: 24px;
		color: #333;
		margin-bottom: 0;
		padding: 0 20px 20px 20px;
	}

#aboutWhy {
	background: #f9f9f9;
}

	#aboutWhy .content {
		padding-top: 50px;
	}

#aboutValues {
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg1.png") fixed center center;
	background-size: cover;
}

	#aboutValues .content {
		padding-top: 50px;
	}

/************************************************************
	Intro
************************************************************/

#intro {
	background-image: url('/Content/Overview/img/architecture.png');
	background-repeat: no-repeat;
	background-position: 33% 90px;
}

	#intro .content {
		padding-top: 100px;
	}

	#intro ul {
		font-size: 14px;
		white-space: nowrap;
	}

	#intro h2 {
		font-weight: 500;
		font-size: 25px;
		margin-bottom: 10px;
	}

/************************************************************
	Overview
************************************************************/
#overview {
	background-color: white;
	text-align: center;
}

	#overview .content {
		padding-top: 50px;
	}

	#overview p {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-bottom: 0;
	}

/************************************************************
	Reasons
************************************************************/
#reasons {
	background-color: #f9f9f9;
	text-align: center;
}

	#reasons .content {
		padding-top: 50px;
	}

	#reasons p {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-bottom: 0;
	}

@media (max-width: 1024px) {
	#reasons table div {
		font-size: 18px !important;
	}
}

/************************************************************
	Services
************************************************************/
#services {
	background: #f9f9f9;
}

	#services .content {
		padding-top: 50px;
	}

	#services .box {
		margin-bottom: 30px;
		cursor: pointer;
		border: solid 1px transparent;
		padding: 8px;
	}

		#services .box:hover {
			margin-bottom: 30px;
			background-color: #eeeeee;
			border: solid 1px silver;
			border-radius: 5px;
		}

	#services .icon {
		float: left;
	}

		#services .icon i {
			color: orange;
			font-size: 40px;
			font-weight: 900;
			position: relative;
			top: -20px;
		}

	#services .title {
		margin-left: 60px;
		font-weight: 700;
		margin-bottom: 15px;
		font-size: 18px;
	}

		#services .title a {
			color: #111;
		}

	#services .box:hover .title a {
		color: #5f6c73;
	}

	#services .description {
		font-size: 14px;
		margin-left: 60px;
		line-height: 24px;
		margin-bottom: 0;
	}

/************************************************************
	Call to action
************************************************************/
#call-to-action {
	background: linear-gradient(rgba(255, 140, 0, 0.1), rgba(0, 0, 0, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/cta.jpg") fixed center center;
	background-size: cover;
	padding: 30px 0;
	margin: 0;
}

	#call-to-action h1 {
		color: white;
		font-weight: 700;
	}

	#call-to-action p {
		color: white;
	}

	#call-to-action .cta-btn {
		font-family: "Montserrat", sans-serif;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 1px;
		display: inline-block;
		padding: 8px 28px;
		border-radius: 25px;
		transition: 0.5s;
		border: 2px solid white;
		color: white;
	}

		#call-to-action .cta-btn:hover {
			background: #5f6c73;
			border: 2px solid #5f6c73;
		}

/************************************************************
	Our Promise
************************************************************/
#ourPromise {
	background-color: white;
}

	#ourPromise .content {
		padding-top: 20px;
	}

/************************************************************
	How It Works
************************************************************/
#howitworks {
	background-color: white;
}

	#howitworks .content {
		padding-top: 50px;
	}


/************************************************************
	Plans
************************************************************/
#plans {
	background-color: white;
}

	#plans .content {
		padding-top: 100px;
	}

	#plans .planTitle {
		margin-bottom: 10px;
		font-weight: 900;
	}

/************************************************************
	FAQ
************************************************************/
#faq {
	background-color: white;
}

	#faq .content {
		padding-top: 30px;
	}

/************************************************************
	Configure Plans
************************************************************/
#configure {
	background-color: white;
}

	#configure .content {
		padding-top: 40px;
		background: linear-gradient(rgba(200, 200, 200, 0.1), rgba(255, 255, 255, 0.1)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg2.jpg") fixed center center;
		background-size: cover;
		padding: 35px 50px 40px 50px;
	}

/************************************************************
	Add Users
************************************************************/
#addUsers {
	background: linear-gradient(rgba(57, 139, 247, 0.3), rgba(0, 0, 0, 0.9)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/ka.PNG") fixed;
	background-size: cover;
	padding: 30px 0;
	margin: 0;
}

	#addUsers h1 {
		color: white;
		font-size: 28px;
		font-weight: 700;
	}

	#addUsers p {
		color: white;
	}

	#addUsers .cta-btn {
		font-family: "Montserrat", sans-serif;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 1px;
		display: inline-block;
		padding: 8px 28px;
		border-radius: 25px;
		transition: 0.5s;
		border: 2px solid white;
		color: white;
	}

		#addUsers .cta-btn:hover {
			background: #5f6c73;
			border: 2px solid #5f6c73;
		}

/************************************************************
	Features
************************************************************/

#features {
	background-color: white;
}

	#features .content {
		padding-top: 40px;
	}

	#features .plan {
		border: solid 1px silver;
		padding: 10px;
		background: rgba(255, 255, 255, 0.8);
	}

	#features .featureCategory {
		background: #eeeeee;
		border: solid 1px silver;
	}

	#features .featureCategoryCell {
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#features .featureCell {
		border: solid 1px silver;
		padding-left: 10px;
	}

	#features .featureInfoCell {
		border: solid 1px silver;
	}


/************************************************************
	Navigation
************************************************************/

#header {
	z-index: 9999;
}

.navbar .menu-active {
	color: orange !important;
}

.navbar .nav-link:hover {
	color: orange !important;
}

.navbar .dropdown-item:hover {
	color: orange !important;
}

.navbar .btn {
	font-size: 13px;
	padding: 4px 8px 4px 8px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	outline: none;
}

	.navbar .btn:hover {
		color: white !important;
		background-color: darkorange !important;
	}

.navbar a {
	font-size: 13px;
	padding: 0 8px 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #5f6c73;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	outline: none;
}

/************************************************************
	Facts
************************************************************/
#facts {
	background-color: white;
	position: relative;
}

	#facts .content {
		padding-top: 50px;
	}

	#facts a {
		color: rgb(24, 210, 110);
	}

	#facts .counters span {
		padding: 0;
		margin: 0;
		font-family: "Montserrat", sans-serif;
		font-weight: bold;
		font-size: 36px;
		color: #18d26e;
	}

	#facts .counters p {
		padding: 0;
		margin: 0;
		font-family: "Montserrat", sans-serif;
		font-size: 14px;
		color: #111;
	}

	#facts .facts-img {
		text-align: center;
		padding-top: 30px;
	}

/************************************************************
	Portfolio
************************************************************/
#portfolio {
	background: #f9f9f9;
}

	#portfolio .content {
		padding-top: 50px;
	}

	#portfolio #portfolio-flters {
		padding: 0;
		margin: 5px 0 35px 0;
		list-style: none;
		text-align: center;
	}

		#portfolio #portfolio-flters li {
			cursor: pointer;
			margin: 15px 15px 15px 0;
			display: inline-block;
			padding: 10px 20px;
			font-size: 12px;
			line-height: 20px;
			color: #666666;
			border-radius: 4px;
			text-transform: uppercase;
			background-color: white;
			margin-bottom: 5px;
			transition: all 0.3s ease-in-out;
		}

			#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters .filter-active {
				background: #5f6c73;
				color: white;
			}

			#portfolio #portfolio-flters li:last-child {
				margin-right: 0;
			}

	#portfolio .portfolio-wrap {
		box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
		transition: 0.3s;
	}

		#portfolio .portfolio-wrap:hover {
			box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
		}

	#portfolio .portfolio-item {
		position: relative;
		height: 360px;
		overflow: hidden;
	}

		#portfolio .portfolio-item figure {
			background: #000;
			overflow: hidden;
			height: 240px;
			position: relative;
			border-radius: 4px 4px 0 0;
			margin: 0;
		}

			#portfolio .portfolio-item figure:hover img {
				opacity: 0.4;
				transition: 0.3s;
			}

			#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
				position: absolute;
				display: inline-block;
				opacity: 0;
				line-height: 1;
				text-align: center;
				width: 36px;
				height: 36px;
				background-color: white;
				border-radius: 50%;
				transition: 0.2s linear;
			}

				#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
					padding-top: 6px;
					font-size: 22px;
					color: #333;
				}

				#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
					background: #5f6c73;
				}

					#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
						color: white;
					}

			#portfolio .portfolio-item figure .link-preview {
				left: calc(50% - 38px);
				top: calc(50% - 18px);
			}

			#portfolio .portfolio-item figure .link-details {
				right: calc(50% - 38px);
				top: calc(50% - 18px);
			}

			#portfolio .portfolio-item figure:hover .link-preview {
				opacity: 1;
				left: calc(50% - 44px);
			}

			#portfolio .portfolio-item figure:hover .link-details {
				opacity: 1;
				right: calc(50% - 44px);
			}

		#portfolio .portfolio-item .portfolio-info {
			background-color: white;
			text-align: center;
			padding: 30px 10px 10px 10px;
			height: 90px;
			border-radius: 0 0 3px 3px;
		}

			#portfolio .portfolio-item .portfolio-info h4 {
				font-size: 18px;
				line-height: 1px;
				font-weight: 700;
				margin-bottom: 18px;
				padding-bottom: 0;
			}

				#portfolio .portfolio-item .portfolio-info h4 a {
					color: #333;
					white-space: nowrap;
				}

					#portfolio .portfolio-item .portfolio-info h4 a:hover {
						color: #5f6c73;
					}

			#portfolio .portfolio-item .portfolio-info p {
				padding: 0;
				margin: 0;
				color: #b8b8b8;
				font-weight: 500;
				font-size: 14px;
				text-transform: uppercase;
			}

/************************************************************
	Testimonials
************************************************************/
#testimonials {
	background: linear-gradient(rgba(245, 245, 245, 0.1), rgba(245, 245, 245, 0.5)), url("//salescookiecdn2.azureedge.net/content/WebApp/img/content/whiteBg1.png") fixed center center;
	background-color: white;
}

	#testimonials .content {
		padding-top: 60px;
	}

	#testimonials .section-header {
		margin-bottom: 40px;
	}

	#testimonials .testimonial-item {
		text-align: center;
	}

		#testimonials .testimonial-item .testimonial-img {
			width: 120px;
			border-radius: 50%;
			border: 4px solid white;
			margin: 0 auto;
		}

		#testimonials .testimonial-item h3 {
			font-size: 20px;
			font-weight: bold;
			margin: 10px 0 5px 0;
			color: #111;
		}

		#testimonials .testimonial-item h4 {
			font-size: 14px;
			color: #999;
			margin: 0 0 15px 0;
		}

		#testimonials .testimonial-item .quote-sign-left {
			margin-top: -15px;
			padding-right: 10px;
			display: inline-block;
			width: 37px;
		}

		#testimonials .testimonial-item .quote-sign-right {
			margin-bottom: -15px;
			padding-left: 10px;
			display: inline-block;
			max-width: 100%;
			width: 37px;
		}

		#testimonials .testimonial-item p {
			font-style: italic;
			margin: 0 auto 15px auto;
		}

	#testimonials .owl-nav, #testimonials .owl-dots {
		margin-top: 5px;
		text-align: center;
	}

	#testimonials .owl-dot {
		display: inline-block;
		margin: 0 5px;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-color: #ddd;
	}

		#testimonials .owl-dot.active {
			background-color: #5f6c73;
		}

/************************************************************
	Contact
************************************************************/
#contact {
	background: #f9f9f9;
}

	#contact .content {
		padding-top: 50px;
	}

	#contact .contact-info {
		margin-bottom: 20px;
		text-align: center;
	}

		#contact .contact-info i {
			font-size: 48px;
			display: inline-block;
			margin-bottom: 10px;
			color: #5f6c73;
		}

		#contact .contact-info address, #contact .contact-info p {
			margin-bottom: 0;
			color: #000;
		}

		#contact .contact-info h3 {
			font-size: 18px;
			margin-bottom: 15px;
			font-weight: bold;
			text-transform: uppercase;
			color: #999;
		}

		#contact .contact-info a {
			color: #000;
		}

			#contact .contact-info a:hover {
				color: #5f6c73;
			}

	#contact .contact-address, #contact .contact-phone, #contact .contact-email {
		margin-bottom: 20px;
	}

	#contact textarea {
		padding: 10px 14px;
		width: 100%;
	}

	#contact .form button[type="submit"] {
		background: #5f6c73;
		border: 0;
		padding: 10px 30px;
		color: white;
		transition: 0.4s;
		cursor: pointer;
	}

		#contact .form button[type="submit"]:hover {
			background: #13a456;
		}

/************************************************************
	Footer
************************************************************/
#footer {
	background: #000;
	padding: 0 0 30px 0;
	color: #eee;
	font-size: 14px;
}

	#footer .footer-top {
		background: #111;
		padding: 60px 0 30px 0;
	}

		#footer .footer-top .footer-info {
			margin-bottom: 30px;
		}

			#footer .footer-top .footer-info h3 {
				font-size: 34px;
				margin: 0 0 20px 0;
				padding: 2px 0 2px 10px;
				line-height: 1;
				font-family: "Montserrat", sans-serif;
				font-weight: 700;
				letter-spacing: 3px;
				border-left: 4px solid #5f6c73;
			}

			#footer .footer-top .footer-info p {
				font-size: 14px;
				line-height: 24px;
				margin-bottom: 0;
				font-family: "Montserrat", sans-serif;
				color: #eee;
			}

		#footer .footer-top .social-links a {
			font-size: 18px;
			display: inline-block;
			background: #333;
			color: #eee;
			line-height: 1;
			padding: 8px 0;
			margin-right: 4px;
			border-radius: 50%;
			text-align: center;
			width: 36px;
			height: 36px;
			transition: 0.3s;
		}

			#footer .footer-top .social-links a:hover {
				background: #5f6c73;
				color: white;
			}

		#footer .footer-top h4 {
			font-size: 14px;
			font-weight: bold;
			color: white;
			text-transform: uppercase;
			position: relative;
			padding-bottom: 12px;
		}

			#footer .footer-top h4::before, #footer .footer-top h4::after {
				content: '';
				position: absolute;
				left: 0;
				bottom: 0;
				height: 2px;
			}

			#footer .footer-top h4::before {
				right: 0;
				background: #555;
			}

			#footer .footer-top h4::after {
				background: #5f6c73;
				width: 60px;
			}

		#footer .footer-top .footer-links {
			margin-bottom: 30px;
		}

			#footer .footer-top .footer-links ul {
				list-style: none;
				padding: 0;
				margin: 0;
			}

				#footer .footer-top .footer-links ul i {
					padding-right: 8px;
					color: #ddd;
				}

				#footer .footer-top .footer-links ul li {
					border-bottom: 1px solid #333;
					padding: 10px 0;
				}

					#footer .footer-top .footer-links ul li:first-child {
						padding-top: 0;
					}

				#footer .footer-top .footer-links ul a {
					color: #eee;
				}

					#footer .footer-top .footer-links ul a:hover {
						color: #5f6c73;
					}

		#footer .footer-top .footer-contact {
			margin-bottom: 30px;
		}

			#footer .footer-top .footer-contact p {
				line-height: 26px;
			}

		#footer .footer-top .footer-newsletter {
			margin-bottom: 30px;
		}

			#footer .footer-top .footer-newsletter input[type="text"] {
				border: 0;
				padding: 6px 8px;
				width: 65%;
				float: left;
			}

			#footer .footer-top .footer-newsletter input[type="submit"] {
				background: #5f6c73;
				border: 0;
				width: 35%;
				padding: 6px 0;
				text-align: center;
				color: white;
				transition: 0.3s;
				cursor: pointer;
			}

				#footer .footer-top .footer-newsletter input[type="submit"]:hover {
					background: #13a456;
				}

	#footer .copyright {
		text-align: center;
		padding-top: 30px;
	}

	#footer .credits {
		text-align: center;
		font-size: 13px;
		color: #ddd;
	}


/************************************************************
	Validation
************************************************************/
.input-validation-error {
	border: 1px solid red !important;
}

/************************************************************
	Body
************************************************************/
body {
	font-family: "Open Sans", sans-serif;
}

a {
	color: orange;
	transition: 0.5s;
}

	a:hover, a:active, a:focus {
		color: orange;
		outline: none;
		text-decoration: none;
	}

p {
	padding: 0;
	margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

/************************************************************
	Back to top
************************************************************/
.back-to-top {
	position: fixed;
	background: #5f6c73;
	color: white;
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 9;
}

	.back-to-top i {
		padding-top: 12px;
		color: white;
	}

/************************************************************
	Section headers
************************************************************/
.section-header h3 {
	font-size: 32px;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
}

	.section-header h3::before {
		content: '';
		position: absolute;
		display: block;
		width: 120px;
		height: 1px;
		background: #ddd;
		bottom: 1px;
		left: calc(50% - 60px);
	}

	.section-header h3::after {
		content: '';
		position: absolute;
		display: block;
		width: 40px;
		height: 3px;
		background: #5f6c73;
		bottom: 0;
		left: calc(50% - 20px);
	}

.section-header p {
	text-align: center;
	padding-bottom: 30px;
	color: #333;
}

.section-bg {
	background: #f7f7f7;
}
