.main_header_tall {
	width: 100%;
	height: 575px;
	background: #273740;
}

.waves_divider_container.index {
	width: 100%;
	background-color: #273740;
	height: 500px;
	overflow: hidden;
	margin-top: 0px;
	position: relative;
	background-image: url(/website/img/waves-2-transparent.svg);
	background-size: cover;
	background-repeat: repeat-x;
	background-position: center;
}

.waves_divider {
	background-color: #273740;
	background-repeat: no-repeat;
	border: 0 none;
	display: inline-block;
	width: 100%;
	bottom: 0%;
	object-fit: contain;
	opacity: 0.8;
}

.main_header_divide_left {
	float: left;
	padding-top: 150px;
	width: 40%;
	margin-left: 5%;
}

.main_header_divide_right {
	float: right;
	width: 40%;
	margin-right: 10%;
	padding-top: 150px;
}

h1.index {
	font-weight: 700;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 50px;
	text-transform: uppercase;
	width: 500px;
}

h2.index {
	font-weight: 300;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 10px;
}

h2.index.hidden {
	display: none;
}

.index_button {
	font-weight: 300;
	font-size: 15px;
}

.main_head_btn_holder {
	margin-top: 20px;
}

.image.mac_mockup {
	background: url('/website/img/mac.svg');
	width: 550px;
	height: 320px;
	position: relative;
	background-size: cover;
	z-index: 10;
}

.mac_mockup.hidden.mobile {
	display:none;
}

.screen_inside {
	position: absolute;
	top: 22px;
	left: 66px;
	width: 418px;
	height: 262px;
	z-index: 9;
	border-radius: 4px;
	background: #717171;
}

.slider_bubbles_container {
	width: 100%;
	margin: 50px auto 0px auto;
	text-align: center;
}

.slider_bubble {
	cursor: pointer;
	border: #FFFFFF 1px solid;
	background-color: #ffffff;
	opacity: 0.4;
	border-radius: 9px;
	width: 4px;
	height: 4px;
	margin: 5px;
	display: inline-block;
}

.slider_bubble.selected {
	background: #FFFFFF;
	opacity: 1;
}

.trusted_by_holder {
	/*background: rgb(44,59,68);*/
	background: linear-gradient(#3f4e56, #2c3b44);
	width: 100%;
	padding: 0px 0px 80px 0px;
	margin-top: -220px;
	z-index: 5;
	position: relative;
}

.trusted_by_inside {
	width: 1200px;
	margin: 0px auto;
}

h3.trusted_by {
	color: #ffffff;
	font-weight: 700;
	font-size: 26px;
	text-align: center;
	margin-bottom: 10px;
}

.trusted_by_text {
	color: #ffffff;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: center;
	padding-bottom: 40px;
}

.trusted_by_logos {
	text-align: center;
	padding: 20px 0px;
	opacity: 0.6;
}

.trusted_logo {
	margin: 9px 36px;
}

.presentation_holder {
	width: 100%;
	background: #fafafa;
}

.presentation_inside {
	max-width: 1920px;
	margin: 0px auto;
	padding: 100px 0px;
	text-align: left;
}

.presentation_flex_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 20px;
}

.presentation_box {
	display: inline-block;
	width: 280px;
	height: 260px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

.presentation_box:hover {
	background: #FFFFFF;
	cursor: pointer;
	box-shadow: 0px 109px 80px rgba(50, 65, 73, 0.06), 0px 24.3466px 17.869px rgba(50, 65, 73, 0.0357664), 0px 7.24861px 5.32008px rgba(50, 65, 73, 0.0242336);
}

.presentation_box_icon {
	text-align: left;
	margin: 15px auto 0px auto;
}

h4.presentation_box_head {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3d4e57;
}

.presentation_box_desc {
	font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #3d4e57;
}

.presentation_box_button {
	color: #2EB472;
	font-size: 13px;
	display: inline-block;
	line-height: 22px;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: 600;
	margin: 10px auto;
	letter-spacing: 1.86px;
}

.big_points_holder {
	width: 100%;
	background: #f3f7f9;
	padding: 100px 0px 80px 0px;
}

.big_points_inside {
	width: 1200px;
	margin: 0px auto;
	text-align: center;
}


.points_box {
	display: inline-block;
    vertical-align:top;
	width: calc(33% - 40px);
	min-height: 260px;
	margin: 20px;
}

.points_box.compact {
	width: 280px;
}

.points_box_desc.compact {
	font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #3d4e57;
	text-align: left;
}

.points_box_icon {
	text-align: center;
	margin: 15px auto 0px auto;
}

h4.points_box_head {
	margin-top: 16px;
	margin-bottom: 10px;
	color: #4b6069;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}

.points_box_desc {
	font-size: 14px;
	line-height: 22px;
	color: #54656F;
	padding: 0px 10px;
	font-weight: 300;
	height: 95px;
	text-align: justify;
}

.mac_hidden {
	display:none;
}

@media screen and (max-width: 1500px) {
	.trusted_by_holder {
		/*margin-top: 0px;*/
		/*background: linear-gradient(#2f3f47, #2c3b44);*/
		z-index: 5;
		padding-top: 0px;
		margin-top: -220px;
	}
}

@media screen and (max-width: 1200px) {
	.trusted_by_inside, .big_points_inside {
		width: calc(100% - 40px);
		margin: 0px auto;
		padding: 0px 20px;
	}
}

@media screen and (max-width: 1175px) {
	.presentation_inside {
		width: 650px;
	}
	.presentation_flex_container {
		max-width: 835px;
	}
}

@media screen and (max-width: 1100px) {
	.main_header_divide_right, .slider_bubbles_container {
		display: none;
	}

	.mac_hidden {
		display:flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.mac_mockup.hidden {
		display:flex;
	}

	.slider_bubbles_container.hidden {
		display: flex;
		justify-content: center;
		flex-direction: row;
		padding-bottom: 50px;
	}

	.main_header_divide_left {
		width: 100%;
		margin: 0px auto;
		text-align: center;
		padding-top: 90px;
	}

	h1.index {
		width: 100%;
	}

	.main_header_tall {
		height: auto;
		width: calc(100% - 40px);
		padding: 0px 20px;
	}

	.main_head_btn_holder {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1000px) {

	.points_box {
		display: inline-block;
	    vertical-align:top;
		width: calc(49% - 40px);
		min-height: 260px;
		margin: 20px;
	}

}

@media screen and (max-width: 850px) {
	.trusted_logo {
		margin: 15px;
	}
}

@media screen and (max-width: 700px) {
	h1.index {
		font-size: 30px;
		font-weight: bold;
		line-height: 1.67;
		padding-bottom: 30px;
	}

	.main_header_divide_left {
		padding-top: 40px;
	}

	h2.index.hidden {
		font-size: 16px;
	    font-weight: 300;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: 1.88;
	    letter-spacing: normal;
	    text-align: center;
	    color: #ffffff;
		padding-bottom: 20px;
		display: block;
	}

	h2.index {
		display: none;
	}

	h3.presentation {
		font-size: 26px;
	    font-weight: bold;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: 1.54;
	    letter-spacing: normal;
	    text-align: center;
	    color: #54656f;
		padding-bottom: 10px;
	}

	.points_box {
		display: inline-block;
	    vertical-align:top;
		width: calc(99% - 40px) !important;
		min-height: 260px;
		margin: 20px;
	}

	.image.mac_mockup.hidden {
		display: none;
	}

	.mac_mockup.hidden.mobile {
		display:flex;
	}

	.image.mac_mockup {
		width: 351.1px !important;
		height: 204.3px !important;
	}

	.screen_inside {
		position: absolute;
		top: 14px;
		left: 42.1px;
		width: 266.9px;
		height: 167.2px;
		z-index: 9;
		border-radius: 4px;
		background: #717171;
	}

	.pricing_type {
		width: 200px;
	}

	.pricing_price {
		padding-left: 60px;
	}

	.trusted_by_holder {
		margin-top: -120px;
		background: linear-gradient(#36454d, #2c3b44);
	}

}

@media screen and (max-width: 500px) {
	.trusted_by_holder {
		margin-top: -90px;
	}

	.pricing_price {
		padding-left: 40px;
	}

	.waves_divider_container.index {
		height: 250px;
	}
}

@media screen and (max-width: 400px) {
	.image.mac_mockup {
		width: 351.1px !important;
		height: 204.3px !important;
	}

	.screen_inside {
		top: 14px;
		left: 42.1px;
		width: 266.9px;
		height: 167.2px;
	}
}

@media screen and (max-width: 650px) {
	.presentation_inside {
		width: calc(100% - 40px);
		padding-left: 20px;
		padding-right: 20px;
	}
}

.waves_divider_container.pricing {
	width: 100%;
	background-color: #273740;
	max-height: 500px;
	margin-bottom: -50px;
	margin-top: -130px;
}

.waves_divider.pricing {
	background-repeat: no-repeat;
	border: 0 none;
	display: inline-block;
	width: 100%;
	bottom: 0%;
	object-fit: contain;
	opacity: 0.8;
}

.presentation_holder {
	width: 100%;
	background: #fafafa;
}

.presentation_inside {
	width: 100%;
	margin: 0px auto;
	padding: 100px 0px;
	text-align: left;
}

.presentation_flex_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 20px;
	width: 100%;
}

.presentation_flex_container_wrapper {
	display: flex;
	justify-content: center;
}

.presentation_box {
	display: inline-block;
	width: 280px;
	height: 260px;
	padding-top: 20px;
}

.presentation_box_icon {
	text-align: left;
	margin: 15px auto 0px auto;
}

h4.presentation_box_head, h4.presentation_box_head > a {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3d4e57;
}

h4.presentation_box_head > a:hover {
	color: #2EB472;
}

h4.presentation_box_head:active {
	text-decoration: underline;
}

.presentation_box_desc {
	font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #3d4e57;
}

.presentation_box_button {
	color: #2EB472;
	font-size: 13px;
	display: inline-block;
	line-height: 22px;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: 600;
	margin: 20px auto;
	letter-spacing: 1.86px;
}

.big_points_holder {
	width: 100%;
	background: #f3f7f9;
	padding: 100px 0px 80px 0px;
}

.big_points_inside {
	width: 1200px;
	margin: 0px auto;
	text-align: center;
}

@media screen and (max-width: 700px) {
	.points_box {
		display: inline-block;
	    vertical-align:top;
		width: calc(99% - 40px);
		min-height: 260px;
		margin: 20px;
	}

}

@media screen and (max-width: 1000px) {

	.points_box {
		display: inline-block;
	    vertical-align:top;
		width: calc(49% - 40px);
		min-height: 260px;
		margin: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.trusted_by_inside, .big_points_inside {
		width: calc(100% - 40px);
		margin: 0px auto;
		padding: 0px 20px;
	}
}

.points_box_pricing {
	display: inline-block;
    vertical-align:top;
	width: calc(33% - 40px);
	min-height: 260px;
	margin: 20px;
}

.points_box_pricing.compact {
	width: 280px;
}

.points_box_desc.compact {
	font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #3d4e57;
	text-align: left;
}

.points_box_icon {
	text-align: center;
	margin: 15px auto 0px auto;
}

h4.points_box_head {
	margin: 16px 0px 10px 0px;
	padding-top: 5px;
	color: #4b6069;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}

.points_box_desc {
	font-size: 14px;
	line-height: 1.57;
	color: #54656F;
	padding: 8px 10px 0px 10px;
	font-weight: 300;
	height: 95px;
	text-align: left;
}

.pricing_holder {
	background: #f3f7f9;
	width: 100%;
	padding: 20px 0 1px 0px;
	display: flex;
	flex-wrap: wrap;
  	text-align: center;
  	justify-content: center;
}

.pricing_frame {
	background: #ffffff;
	width: 95%;
	justify-content: center;
	border-radius: 4px;
	box-shadow: 0 2px 8px 0 #e8eff3;
	font-size: 0px; /* to remove whitespace */
	z-index: 2;
}

.pricing_frame.raised {
	margin-top: -100px;
}

.pricing_holder.dark {
	background: #efefef;
	position: relative;
}

.pricing_inside {
	width: 1200px;
	margin: 0px auto;
	padding: 70px 0px 70px 0px;
	text-align: center;
}

.pricing_faq_holder {
	background: #f3f7f9;
	width: 100%;
	padding: 40px 0px 50px 0px;
}

.pricing_box {
	display: inline-block;
	width: 220px;
	height: 600px;
	background: #FFFFFF;
	margin: 0px;
    vertical-align: top;
	padding-top: 40px;
	position: relative;
}

.pricing_box.pushed {
	width: 240px;
}

.pricing_footer_holder {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	background-color: #f3f7f9;
	border-radius: 4px;
	box-shadow: 0 13px 24px 0 #e8eff3;
}

.pricing_footer_frame {
	background: #ffffff;
	width: 95%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	box-shadow: 0 13px 24px 0 #e8eff3;
	font-size: 0px; /* to remove whitespace */
	border-top: solid 2px rgba(217,226,232, .7);
}

.pricing_footer_points {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 1200px;

}

.pricing_footer_point_text {
	font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #3d4e57;
}

.presentation.pricing {
	display: flex;
	justify-content: center;
	flex-direction: row;
	padding-top: 50px;
	width: 100%;
}

.pricing_box.recommended {
	background-color: #ebf0f3;
	padding: 40px 0px 0px 40px;
	width: 200px;
}

.pricing_head {
	font-size: 26px;
	font-weight: bold;
	color: #54656f;
	margin-top: 20px;
	height: 43px;
	text-align: left;
	line-height: 1.54;
	padding-left: 10px !important;
}

.extended {
	width: 240px;
	padding-left: 20px !important;
}

.shortened {
	width: 190px;
}

.recommended_sticker {
	width: 122px;
    height: 26px;
    background-color: #54656f;
	position:absolute;
	top: 20px;
	left: -10px;
	font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #ffffff;
}

.recommended_positioner {
	position: absolute;
	top: 6px;
	left: 12px;
}

.pricing_price {
	font-size: 36px;
	font-weight: 700;
	color: #54656f;
	margin-top: 20px;
	text-align: left;
	font-family: 'Roboto';
}

.pricing_price.interval {
	font-size: 16px;
	font-weight: bold;
}

.pricing_type {
	font-size: 13px;
	font-weight: 300;
	color: #717b81;
	margin: 15px 0px;
	text-align: left;
	padding-left: 10px !important;
}

.pricing_categories {
	font-size: 16px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3d4e57 !important;
	padding-top: 9px;
	padding-left: 10px !important;
}

.pricing_categories.sub {
	font-size: 14px !important;
}

.pricing_separator {
	border-top: #dadfde 1px solid;
	width: 100%;
	margin: 15px auto 15px auto;
}

.pricing_feature_head {
	font-size: 14px;
	font-weight: 400;
	color: #717b81;
	text-align: left;
	padding: 10px 0px;
}

.pricing_feature_head.wide {
	padding: 55px 0px 85px 0px;
	text-align: left;
}

.break {
	height: 16px;
	width: 140px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border: #d9e2e8 1px solid;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: #2db572;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ffffff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.slider.round {
  border-radius: 34px;
}

.pricing_selection_holder {
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 80px;
	align-items:center;
}

.pricing_selection_choice {
	font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: right;
    color: #3d4e57;
	padding: 0px 10px;
}

.pricing_months {
	letter-spacing: normal;
}

.pricing_selection_choice.greyed {
	color: #a0adb5;
}

.pricing_selection_toggle {

}

.pricing_selection_items {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 115px;
}

.slider.round:before {
  border-radius: 50%;
}

.pricing_feature_head.greyed {
	background-color: #f4f6f7;
}

.pricing_feature_head.greyed.double {
	padding-bottom: 46px;
}

.pricing_feature_desc {
	font-size: 13px;
	font-weight: 300;
	color: #717b81;
	margin: 5px 0px;
	text-align: center;
}

.pricing_feature_desc.following {
	margin-top: 15px;
}

.pricing_feature_subdesc {
	font-size: 12px;
	font-weight: 300;
	color: #717b81;
	text-align: center;
	margin: 5px 0px;
}

.pricing_box_button {
	color: #FFFFFF;
	font-size: 12px;
	display: inline-block;
	line-height: 22px;
	padding: 5px 15px;
	text-align: center;
	letter-spacing: 0.8px;
	cursor: pointer;
	font-weight: normal;
	border: #2EB472 1px solid;
	background: #2EB472;
	margin: 20px auto;
}

.pricing_button_container{
	display: flex;
	flex-direction: row;
	justify-content:flex-start;
	padding-left: 10px !important;
}

.pricing_button_container.mobile{
	padding-left: 0px !important;
}

.pricing_table_white {
	background-color: #ffffff;
}

.pricing_price.mobile {
	padding-bottom: 0px;
}

.short_cell {
	padding: 0px 10px 0px 3px;
}

table {
border-collapse: collapse;
width: 100%;
font-size: 16px;
}

td, th {
text-align: left;
padding: 10px;
width: 50%;
font-size: 14px;
font-weight: 400;
max-width: 150px;
color: #717b81;
text-align: left;
}

tr:nth-child(even) {
background-color: #f4f6f7;
}

.pricing_box_button:hover {
	background: #0CAB5F;
}

.pricing_box_button:active {
	background: #04a557;
	border: #028747 1px solid;
}

.pricing_icon {
	margin-right: 3px;
}

.pricing_branding {
	display: flex;
	margin: 0px auto;
	width: 85px;
}

.pricing_branding_1 {
	display: flex;
	margin: 0px auto;
	width: 110px;
}

.pricing_operators {
	display: flex;
	margin: 0px auto;
	width: 110px;
}

.pricing_operators_1 {
	display: flex;
	margin: 0px auto;
	width: 100px;
}

.pricing_table {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
}

.pricing_table th {
	font-size: 34px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFFFFF;
	padding: 20px;
	width: 20%;
	border-right: #E9EBED 1px solid;
	background-color: #75878d;
	border:0px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	font-weight: 700;
	text-align: center;
}


.pricing_table th.left {
	border-radius: 10px 0px 0px 0px;
}

.pricing_table th.right {
	border-radius: 0px 10px 0px 0px;
}


.pricing_table td {
	border-bottom: #E0E1E3 1px solid;
	padding: 20px 10px;
	color: #646464;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
}

.pricing_table.selected td {
	background: #F4F4F4;
}

.pricing_table.selected th {
	background: #7B7C87;
}

.billing_radio {
	display: none;
}

.billing_radio_visible {
	cursor: pointer;
}

#break_pricing {
	display: none;
}


.pricing_faq_box {
	border-radius: 4px;
    box-shadow: 0 13px 24px 0 #e8eff3;
    background-color: #ffffff;
	width: calc(100% - 40px);
	max-width: 1000px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #3d4e57;
	padding: 20px;
	margin: 20px auto 0px auto;
	text-align: left;
}

.pricing_faq_box:hover {
	/*background-color: #36454D;*/
	cursor: pointer;
}

.pricing_faq_text {
	background-color: #FFFFFF;
	width: calc(100% - 40px);
	max-width: 1000px;
	font-size: 15px;
	line-height: 24px;
	padding: 20px;
	text-align: left;
	color: #54656f;
	border-radius: 0px 0px 5px 5px;
	display: none;
	margin: 0px auto 0px auto;
	font-weight: 300;
	border-top: solid 2px rgba(217,226,232, .5);
}

.pricing_table {
	display: table;
	width: auto;
	margin: 30px auto 20px auto;
}

.pricing_row {
	display: table-row;
}

.pricing_cell {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}

.pricing_cell.btn {
	width: 50px;
	text-align: right;
}

.pricing_cell.text {
	vertical-align: middle;
	width: 65px;
	color: #54656f;
	text-align: left;
	padding-left: 10px;
	cursor: pointer;
}

.pricing_box_q {
	float: left;
	width: 95%;
	line-height: 35px;
}

.pricing_box_a {
	float: right;
	width: 5%;
	text-align: right;
	padding-top: 8px;
}

.pricing_box_mobile {
	display: none;
}

.pricing_box.starter {
	display: none;
}

.pricing_box.starter.display {
	display: inline-block;
}

.pricing_box.standard {
	display: inline-block;
}

.pricing_box.standard.hidden {
	display: none;
}

.pricing_box.advanced {
	display: none;
}

.pricing_box.advanced.display {
	display: inline-block;
}

.pricing_box.enterprise {
	display: none;
}

.pricing_box.enterprise.display {
	display: inline-block;
}

.display {
	display: inline-block;
}

.hidden {
	display: none;
}

.pricing_selection_choice_mobile.inactive {
	color: #a0adb5;
	border-bottom: none;
}

.pricing_table_mobile.inactive {
	color: #a0adb5;
	border-bottom: none;
}

.pricing_selection_choice_mobile.active {
	color: #3d4e57;
	border-bottom: #2db572 2px solid;
}

.pricing_table_mobile.active {
	color: #3d4e57;
	border-bottom: #2db572 2px solid;
}

.pricing_table_new.mobile {
	display: none;
}

.pricing_table_new.mobile.active {
	display:inline-table;
}

.pricing_selection_toggle_mobile {
	display: none;
}

@media screen and (max-width: 1200px) {
	.pricing_inside {
		width: calc(100% - 40px);
		margin: 0px auto;
		padding: 100px 0px;
	}
}

@media screen and (max-width: 600px) {
	.pricing_inside {
		padding: 50px 0px 80px 0px;
	}

	.big_points_holder {
		padding: 60px 0px;
	}

	.pricing_footer_frame {
		background: none;
		border-top: none;
		box-shadow: none;
	}

	.pricing_frame {
		box-shadow: none;
	}

	.points_box_pricing.compact {
		margin: 0px 20px;
	}
}

@media screen and (max-width: 1250px) {
	h3.presentation {
		font-size: 26px;
		padding-bottom: 10px;
	}

	h1.head {
		font-size: 30px;
		padding-bottom: 30px;
	}

	.tooltip.small {
		font-size: 13px !important;
		display: inline-block;
	}

	.pricing_footer_points {
		display: flex;
		align-items: center;
		flex-direction: column;
		width: 100%;
	}

	.pricing_box_mobile {
		display: block;
		border-top: #b5c2c9 2px solid;
		overflow: hidden;
	}

	.pricing_box_desktop {
		display: none;
	}

	.pricing_box {
		width: 40%;
		display: inline-block;
		min-width: 100px;
	}
	.pricing_inside {
		width: auto;
	}

	.pricing_frame {
		width: 100%;
		margin-top: 0px;
	}

	.pricing_box_button {
		padding: 5px 65px;
	}

	.pricing_feature_head.greyed.double {
		padding-bottom: 51px;
	}

	.pricing_price.interval {
		padding-left: 0px;
	}

	.pricing_feature_head {
		padding: 15px 25px;
	}

	.pricing_button_container {
		padding-left: 25px;
	}

	.pricing_type {
		padding-left: 25px;
	}

	.pricing_head {
		padding-left: 25px;
	}

	.pricing_selection_toggle_mobile {
		display: flex;
		justify-content: center;
		flex-direction: row;
		width: 100%;
		height: 35px;
	}

	.pricing_selection_choice_mobile {
		width: 100px;
		height: 25px;
		font-size: 14px;
		padding: 5px;
	    font-weight: bold;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: normal;
	    letter-spacing: normal;
	    color: #3d4e57;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-bottom: #2db572 2px solid;
		z-index: 1;
		cursor: pointer;
	}

	.pricing_selection_items {
		padding-right: 0px;
	}

	.pricing_footer_frame {
		width: 100%;
	}

	.pricing_frame.raised {
		margin-top: 0px;
	}

	.waves_divider_container.pricing {
		overflow: hidden;
		max-height: 250px;
	}
	.waves_divider {
		width: 180% !important;
	}

	.waves_divider_container {
		margin-bottom: 0px;
	}
	h1.head {
		line-height: 40px;
	}

	.pricing_faq_holder {
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 1060px) {
	.pricing_box {
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.pricing_box {
		width: 50%;
	}
}



@media screen and (max-width: 500px) {
	#break_pricing {
		display: block;
		width: 100%;
		height: 20px;
	}

	.pricing_selection_choice {
		padding: 0px 12px;
		text-align: left;
	}

	.pricing_frame {
		background: none;
	}

	.pricing_feature_head.white {
		background-color: #ffffff;
	}

	#yearly_choice_mobile {
		display: block !important;
	}

	#yearly_choice {
		display: none !important;
	}
}

#yearly_choice_mobile {
	display: none;
}

#yearly_choice {
	display: block;
}

.reviews_holder {
	width: 100%;
	background-color: #f3f7f9;
	padding-top: 80px;
}

.reviews_holder.mobile {
	display: none;
}

.reviews_inside {
	width: 1180px;
	margin: 0px auto;
	padding: 20px 0px 100px 0px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.review_box {
	width: calc(31% - 140px); /*was 53px*/
	margin: 40px 20px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: top;
	background-color: #ffffff;
	padding: 40px;
	border-radius: 4px;
    box-shadow: 0 13px 24px 0 #e8eff3;
}

.review_box.raised {
	padding-top: 20px;
}

.review_img {
	border-radius: 50%;
}

.review_img_holder {
	width: 100%;
	padding: 18px 0px;
}

.review_text_holder {
	width: 100%;
	padding-bottom: 20px;
}

.review_name {
	font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3d4e57;
	text-transform: uppercase;
}

.review_title {
	font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a0adb5;
	margin-top: 5px;
}

.review_main_text {
	font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #3d4e57;
	width: 100%;
	text-align: left;
}

@media screen and (max-width: 1200px) {
	.reviews_inside {
		width: calc(100% - 40px);
		margin: 0px auto;
		padding: 10px 20px 40px 20px;
	}
}


@media screen and (max-width: 900px) {
	.review_box {
		width: calc(99% - 40px);
	}
}


@media screen and (max-width: 1200px) {
	.review_main_text {
		margin-top: 15px;
	}
}

.map_area_holder {
	width: 100%;
	padding: 100px 0px;
	background-color: #324149;
}

.map_area_holder.mobile {
	background: rgba(76, 175, 80, 0);
	padding: 0px;
}

.map_area_holder.grey {
	background: #FAFAFA;
}

.vector_map {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	background: url('/website/img/map.svg');
	width: 1146px;
	height: 555px;
	object-fit: contain;
	margin: 40px auto 30px auto;
	position: relative;
}

.checkpoints_btn {
	font-size: 12px;
	line-height: 22px;
	padding: 7px 15px;
	font-family: Montserrat;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	border: #2db572 1px solid;
	background-color: #2db572;
	font-weight: 500;
	width: 210px;
	margin: 0px auto;
}

.checkpoints_btn:active {
	text-decoration: underline;
}

.checkpoints_floater {
	position: absolute;
	background: #ffffff;
	border-radius: 4px;
	width: 140px;
	font-size: 15px;
	padding: 15px 5px 15px 5px;
	color: #54656f;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
}

.checkpoint_number {
	font-size: 13px;
}

.bg_grey {
	background: #3d4e57;
}

.bg_green {
	background: #43B176;
}

.bg_red {
	background: #B0413E;
}

.checkpoints_floater.narrow {
	width: 100px;
}

.checkpoints_floater:hover {
	text-decoration: underline;
}

.checkpoints_floater:active {
	color: #d0ffe5;
}

.checkpoints_floater_arrow {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ffffff;
	position: absolute;
	bottom: -10px;
	left: 65px;
}

.checkpoints_floater_arrow.narrow {
	left: 45px;
}

.checkpoints_floater_arrow.green {
	border-top: 10px solid #43B176;
}

.checkpoints_floater_arrow.grey {
	border-top: 10px solid #3d4e57;
}

.checkpoints_floater_arrow.red {
	border-top: 10px solid #B0413E;
}

.checkpoints_floater_arrow_top {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #43B176;
	position: absolute;
	top: -10px;
	left: 45px;
}

.checkpoints_floater_arrow_top.green {
	border-bottom: 10px solid #43B176;
}

.checkpoints_floater_arrow_top.grey {
	border-bottom: 10px solid #3d4e57;
}

.checkpoints_floater_arrow_top.red {
	border-bottom: 10px solid #B0413E;
}


.checkpoints_floater_arrow_left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #43B176;
	position: absolute;
	left: -10px;
	top: 12px;
}

.checkpoints_floater_arrow_left.green {
	border-right: 10px solid #43B176;
}

.checkpoints_floater_arrow_left.grey {
	border-right: 10px solid #3d4e57;
}

.checkpoints_floater_arrow_left.red {
	border-right: 10px solid #B0413E;
}

.bold {
	font-weight: bold;
}

.checkpoints_floater.na {
	left: 125px;
	top: 150px;
}

.checkpoints_floater.europe {
	left: 530px;
	top: 130px;
}

.checkpoints_floater.africa {
	left: 540px;
	bottom: 220px;
}

.checkpoints_floater.sa {
	left: 280px;
	bottom: 140px;
}

.checkpoints_floater.asia {
	right: 250px;
	top: 170px;
}

.checkpoints_floater.oceania {
	right: 100px;
	bottom: 120px;
}

.checkpoints_floater.new_york {
	left: 220px;
	top: 140px;
}

.checkpoints_floater.dallas {
	left: 130px;
	top: 215px;
}

.checkpoints_floater.sanfrancisco {
	left: 75px;
	top: 140px;
}

.checkpoints_floater.stockholm {
	left: 455px;
	top: 70px;
}

.checkpoints_floater.frankfurt {
	left: 445px;
	top: 190px;
}

.checkpoints_floater.london {
	left: 465px;
	top: 130px;
}

.checkpoints_floater.pos1 {
	left: 300px;
	bottom: 130px;
}

.checkpoints_floater.pos2 {
	left: 480px;
	bottom: 100px;
}

.checkpoints_floater.singapore {
	right: 190px;
	top: 240px;
}

.checkpoints_floater.tokyo {
	right: 85px;
	top: 165px;
}

.checkpoints_floater.sydney {
	right: 55px;
	bottom: 85px;
}

.checkpoints_list_div {
	width: 390px;
	margin: 0px auto;
	padding-bottom: 20px;
	display: none;
}

.checkpoint_list_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

ul.checkpoints_list {
	margin: auto;
	width: 100%;
	list-style-type: none;
    padding-left:0;
}

ul.checkpoints_list li {
	text-align: center;
	list-style-type: none;
	width: 152px;
    height: 73px;
    border-radius: 4px;
    border: solid 1px #a0adb5;
    background-color: #ffffff;
	margin: 20px 40px;
}

ul.checkpoints_list li a {
	text-decoration: none;
	color: #54656f;
}

ul.checkpoints_list li a:hover {
	text-decoration: underline;
}

ul.checkpoints_list li a:active {
	color: #31AA69;
}

@media screen and (max-width: 1150px) {
	.vector_map {
		display: none;
	}

	.checkpoints_list_div {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
	}

	.checkpoint_list_div_wrapper{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-bottom: 20px;
	}

	.checkpoint_button{
		padding: 25px 15px;
		width: 130px;
	    border-radius: 4px;
	    border: solid 1px #a0adb5;
	    background-color: #ffffff;
		margin: 15px;
		text-align: center;
		font-size: 15px;
	    font-weight: bold;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: normal;
	    letter-spacing: normal;
	    text-align: center;
	    color: #54656f;
	}

	.map_area_holder {
		background-image: url('/website/img/map.svg');
	}

	.checkpoint_button:hover{
		text-decoration: underline;
	}

	a:hover {
		color: black;
	}
}

@media screen and (max-width: 400px) {
	.checkpoint_button {
		padding: 25px 15px;
		width: 125px;
	}

	.checkpoints_list_div {
		width: auto;
	}

	.map_area_holder {
		background-image: none;
		padding: 30px 0px;
	}

	.map_area_holder.mobile {
		background-image: url('/website/img/map.svg');
		padding: 30px 0px;
		background-position: bottom;
	}
}

@media screen and (max-width: 375px) {
	.checkpoint_button {
		padding: 25px 10px;
		width: 125px;
	}
}

.signup_holder {
	background: #3d4e57;
	width: 100%;
}

.signup_inside {
	width: 1200px;
	padding: 30px 0px;
	margin: 0px auto;
	text-align: center;
}

.signup_text_big {
	color: #FFFFFF;
	font-weight: 900;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
}

.signup_subtext {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
}

.signup_btn {
	color: #FFFFFF;
	font-size: 17px;
	display: inline-block;
	line-height: 22px;
	padding: 20px;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: 300;
	border: #2EB472 1px solid;
	background: #2EB472;
	margin: 20px auto;
}

.signup_btn:hover {
	background: #0CAB5F;
}

.signup_btn:active {
	background: #04a557;
	border: #028747 1px solid;
}

.signup_no_cc {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 300;
}

@media screen and (max-width: 1200px) {
	.signup_inside {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.signup_text_big {
		font-size: 24px;
		line-height: 32px;
	}

	.signup_subtext {
		font-size: 16px;
		line-height: 28px;
		margin-top: 20px;
	}

	.signup_text_big {
		margin-left: 20px;
		margin-right: 20px;
	}
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px;
	border: 1px solid #292929;
	background: #292929;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.tooltipster-shadow {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding: 13px;
}

/*# sourceMappingURL=index-homepage.css.map */
