/*PRICING BUILDER BEGINNING*/
#pricing {
	margin-bottom: 40px;
}

.pricing-table-wrap {
	padding: 0;
	margin: 0;
	font-size: 16px;
	margin-left: 7px;
	margin-bottom: 20px;
	width: 192px;
}

.pricing-table-wrap:first-child {
	width: 206px;
}

.pricing-table-wrap ul {
	padding: 0px;
	list-style: none outside;
	display: block;
}

.pricing-table {
	margin: 10px;
}

.pricing-table > li {
	margin: 0;
	display: list-item;
	list-style-type: none;
	list-style-position: outside;
	padding: 9px 12px;
	border-top: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	text-align: center;
	position: relative;
}

.pricing-table > li span {
	vertical-align: middle;
}

.pricing-table > li div {
	width: 100%;
	height: 100%;
	display: table;
}

.pricing-table > li:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
}

.desc-col.pricing-table li {
	border-style: dashed;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-left: none;
	border-right: none;
	text-align: right;
	border-color: #e1e1e1;
}

.pricing-table > li:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom: solid 1px #e1e1e1;
	display: block;
}

.pricing-table li.empty-table-cell {
	display: none;
}

.pricing-table li.pricing-heading-row {
	background-color: #fb9833;
	color: #ffffff;
	border-color: #fca944;
}

.pricing-table.desc-col li {
	background-color: #ffffff;
	color: #474647;
	border-color: #e1e1e1;
	border-bottom: none;
}

.desc-col.pricing-table .pricing-button-row {
	border: none;
}

.pricing-button-row .pricing-button-wrap {
	margin: 10px 0;
}

.pricing-button-wrap {
	display: inline-block;
}

.pricing-button-center {
	display: block;
	text-align: center;
	clear: both;
}

.pricing-button {
	background-color: #fa8722;
	color: #ffffff;
	border-color: #d86500;
	padding: 12px 16px 10px;
	font-size: 13px;
	min-width: 90px;
	border-radius: 3px;
	text-decoration: none;
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 3px 0;
	line-height: 1.2em;
	position: relative;
	font-weight: normal;
	text-align: center;
	max-width: 100%;
}

.pricing-button:active {
	position: relative;
	top: 1px;
}

.pricing-highlight-col {
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
	margin: 4px;
}

.pricing-table.pricing-highlight-col .pricing-extra {
	display: block;
	position: absolute;
	top: -20px;
	height: 25px;
	left: -1px;
	right: -1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.pricing-table.pricing-highlight-col > li:last-child {
	padding-bottom: 25px;
}

.pricing-table li.pricing-heading-row .pricing-extra {
	background-color: #fb9833;
	color: #ffffff;
	border-color: #fca944;
}

.pricing-table.pricing-highlight-col .first-table-item {
	position: relative;
	top: -9px;
	z-index: 10;
}

/*PRICING BUILDER END*/
.flex-col {
	/*so that on iPad the 3 columns are next to each other*/
	min-width: 298px;
	line-height: 1.65em;
	margin-top: 50px;
}

.iconbox {
	background: transparent;
}

.iconbox-top {
	margin-top: 20px;
	text-align: center;
}

.iconbox-content {
	padding: 45px 20px 20px 20px;
	border-radius: 3px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
	border-color: #e1e1e1;
}

.entry-content-header-steps {
	border-color: #e1e1e1;
	display: block;
	text-align: center;
}

.iconbox-icon {
	background-color: #fa8722;
	color: #ffffff;
	border-color: #d86500;
	float: none;
	position: absolute;
	left: 50%;
	top: -10px;
	margin: 0 0 0 -26px;
	padding: 15px;
	border-radius: 100px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 20px;
	height: 24px;
	width: 24px;
}

.iconbox-content-title {
	border: medium none;
	padding: 2px 0 0 0;
	position: relative;
	margin: 0 0 16px 0;
	clear: none;
	font-weight: bold;
	font-size: 20px;
}

.toggle-container {
	margin-bottom: 0;
	margin: 30px 0;
	position: relative;
	clear: both;
}

.toggle-section {
	border-color: #e1e1e1;
	text-align: left;
}

.single-toggle {
	border-color: #e1e1e1;
	width: 100%;
	float: left;
	display: block;
	margin: 0 0 -2px 0;
	padding-bottom: 1px;
	overflow: hidden;
	position: relative;
}

.toggler {
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 9px 3px 9px 35px;
	position: relative;
	top: 1px;
	border-style: solid;
	border-width: 1px;
	line-height: 1.65em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-color: #e1e1e1;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.toggle-icon {
	position: absolute;
	width: 15px;
	height: 15px;
	border-style: solid;
	border-width: 1px;
	top: 50%;
	left: 10px;
	margin-top: -8px;
	border-color: #e1e1e1;
}

.toggle-icon .vert-icon {
	border-left-style: solid;
	border-left-width: 3px;
	position: absolute;
	left: 5px;
	top: 1px;
	height: 11px;
	border-color: #e1e1e1;
}

.activeTitle .toggle-icon .vert-icon {
	border: none;
}

.toggle-icon .hor-icon {
	border-top-style: solid;
	border-top-width: 3px;
	position: absolute;
	top: 5px;
	left: 1px;
	width: 11px;
	border-color: #e1e1e1;
}

.toggle-content {
	border-color: #e1e1e1;
	padding: 12px 30px 11px 30px;
	margin: 0px 0 5px 0;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	overflow: hidden;
}

.toggle-wrap {
	display: none;
	text-align: left;
}

#shortExplanationMsg {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 30px;
	opacity: 0.88;
	background: white;
	border-radius: 10px;
}

#explanationVideoAbsolute {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 200px;
	margin: 0px;
}

#explanationVideo {
	/* display: none; */
	margin: 0px;
	margin-top: 40px;
}

#explanationVideoAbsolute > div,
#explanationVideo > div {
	background: #ffffff;
	border-width: 3px;
	border-style: solid;
	padding: 20px;
	background-color: #ffffff;
	border-color: #ffffff;
	border-radius: 10px;
	margin-left: 15px;
	text-align: left;
}

#explanationVideo > div {
	margin: auto;
	text-align: center;
}

.integrationEntry {
	padding-bottom: 20px;
}

.integrationFrame {
	margin-top: 20px;
	margin-bottom: 20px;
}

#arrowsDown {
	position: -webkit-sticky;
	position: sticky;
	top: 90vh;
	z-index: 100;
}

#introductionVid {
	width: 100%;
	height: 100%;
	margin-top: -60px;
}

.introductionText {
	display: none;
	width: 90%;
	border: 2px solid lightgrey;
}

.introductionText1.introductionText1 {
	display: none;
}

.introductionTextMedium {
	position: absolute;
	display: none;
	width: 90%;
	right: 5%;
	top: 10%;
}

.introductionTextMedium .introductionCell {
	display: inline-block;
}

.introductionTable {
	position: absolute;
	display: table;
	table-layout: fixed;
	width: 90%;
	right: 5%;
	top: 10%;
}

.introductionCell {
	display: table-cell;
	border-radius: 10px;
	background-color: white;
	min-width: 400px;
	padding: 10px 20px 10px;
}

.introductionCell .header {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 24px;
}

.introductionCell .greenButton {
	float: unset;
	display: block;
	margin: 0 auto;
}

.introductionCell .video > img,
.introductionCell .video > video {
	margin: 20px 0 20px 0;
	max-width: 90%;
}

.introductionCell .signil.signil {
	margin: 0;
	height: 60px;
}

.introductionCell .content {
	display: inline-block;
	text-align: left;
	line-height: 1.5em;
	padding-left: 20px;
	margin: 20px 0 20px 0;
}

.introductionCellPlaceholder {
	display: table-cell;
	width: 6%;
}

.greenButton.darkGreen {
	background: #4da30d;
	border-color: #4da30d;
	box-shadow: 0px 10px 20px -14px #4da30d;
}

.arrowRight {
	display: inline-block;
	margin-left: 10px;
	transform: matrix(1.4, 0, 0, 1.4, 0, -2);
}

/* Arrow main page */
.scroll-down-link : before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	speak: none;
}

.scroll-down-link {
	height: 60px;
	width: 80px;
	margin: 0px 0 0 -40px;
	position: absolute;
	left: 50%;
	line-height: 60px;
	/* bottom: -30px; */
	color: #FFF;
	text-align: center;
	font-size: 70px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-webkit-animation: fade_move_down 2s ease-in-out infinite;
	animation: fade_move_down 2s ease-in-out infinite;
}

@-webkit-keyframes fade_move_down {
	0% {
		-webkit-transform: translate(0, -20px);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate(0, 20px);
		opacity: 0
	}
}

@keyframes fade_move_down {
	0% {
		transform: translate(0, -20px);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: translate(0, 20px);
		opacity: 0
	}
}

@-webkit-keyframes slide_down {
	0% {
		height: 0%
	}

	100% {
		height: 100%
	}
}


@media (max-width : 1300px) {
	.introductionTable {
		top: 5%;
	}
}

@media (max-width : 1200px) {
	.introductionTable {
		top: 2%;
	}
}

@media (max-width : 1140px) {
	.introductionTable {
		display: none;
	}

	.introductionText {
		display: inline-block;
	}

	.introductionTextMedium {
		display: inline-block;
	}
}

@media (max-width : 1100px) {
	#shortExplanationMsg {
		bottom: 15px !important;
	}

	#explanationVideoAbsolute {
		bottom: 220px;
	}

	.scroll-down-link {
		bottom: -50px !important;
	}

	#introductionTable {
		top: 0;
	}
}

@media (max-width : 1010px) {
	#explanationVideoAbsolute {
		display: none !important;
	}

	#howItWorksTitle {
		text-align: center !important;
	}

	.flex-col {
		min-width: 500px !important;
	}

	#explanationVideo {
		display: block;
	}
}

@media (max-width : 992px) {
	#introductionFree {
		margin-top: 20px;
		position: relative;
		text-align: center;
	}

	#introductionFree > div {
		display: inline-block;
	}

	#introductionGfx {
		position: inherit;
		display: inline-block;
	}

	#introductionFreeB {
		margin-left: 38px;
		display: inline-block;
	}

	#introductionFreeB.ml28 {
		margin-left: 35px;
		display: inline-block;
	}

	#introductionCalc > .greenButton {
		display: inline-block;
	}

	#introductionCalc {
		text-align: center;
		right: auto;
		bottom: 5%;
	}

	#introductionFree > br {
		display: inline-block;
		;
	}

	#introductionCalc > div {
		display: inline-block;
	}

	#introductionVid {
		margin-top: 0px;
	}

	.calcSize {
		min-width: 450px;
		font-size: 22px;
	}

	#introductionCalcT.mw4 {
		margin-right: 12px;
		min-width: 412px;
	}

	#introductionCalcB.mw4 {
		margin-right: 12px;
		min-width: 412px;
	}

	#introductionCalcB > img {
		width: 16px;
	}
}

@media (max-width : 900px) {
	.introductionTextMedium {
		top: 5%;
	}
}

@media (max-width : 825px) {
	.introductionTextMedium {
		top: 2%;
	}
}

@media (max-width : 790px) {
	.introductionText1.introductionText1 {
		display: inline-block;
	}

	.introductionTextMedium {
		display: none;
	}
}