.COLUMNS::before,
.COLUMNS::after {
	content: "";
	display: block;
	overflow: hidden;
}

.COLUMNS .container {
	position: relative;
}

.COLUMNS .image {
	margin-bottom: 30px;
}

.COLUMNS.alt-pricing hr {
	border: none;
	margin: 15px 0;
}

@media screen and (max-width: 900px) {
	.COLUMNS .image {margin-bottom:20px;}
	.COLUMNS.alt-pricing hr {margin:10px 0;}
	.COLUMNS.alt-pricing .b-column:nth-child(2) {padding-top:20px;}
}



/* card */

.COLUMNS[data-style='card'] .container {
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	background: #f2f3f5;
	transform: translate(0,0);
}

.COLUMNS[data-style='card'] .image {
	margin-bottom: 0;
}

.COLUMNS[data-style='card'] .content {
	padding: 20px;
}

[data-style="inverted"] .COLUMNS[data-style='card'] .container,
[data-style="container-inverted"] .COLUMNS[data-style='card'] .container {background:#111f42;}
[data-style="light"] .COLUMNS[data-style='card'] .container {background:#fff;}



/* red-circle */

.COLUMNS[data-style='red-circle'] .image {
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}

.COLUMNS[data-style='red-circle'] .b-image {
	border-radius: 50%;
	border: 4px solid #FF5757;
	box-shadow: 15px 15px 70px 0 rgba(0,0,0,0.1);
}

.COLUMNS[data-style='red-circle'] .content {
	text-align: center;
}

@media screen and (max-width: 900px) {
	.COLUMNS[data-style='red-circle'] .b-column {width:50%;}
	.COLUMNS[data-style='red-circle'] .image {max-width:160px;}
}



/* white-circle */

.COLUMNS[data-style='white-circle'] .image {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.COLUMNS[data-style='white-circle'] .b-image {
	border-radius: 50%;
	border: 20px solid #fff;
	box-shadow: 15px 15px 70px 0 rgba(0,0,0,0.1);
}

.COLUMNS[data-style='white-circle'] .content {
	text-align: center;
}



/* icon-dots */

.COLUMNS[data-style='icon-dots'] .image {
	position: relative;
	padding-top: 27px;
	max-width: 140px;
}

.COLUMNS[data-style='icon-dots'] .deco-dots {
	position: absolute;
	top: 0;
	left: 27px;
	width: 135px;
	height: 149px;
	background: url(images/deco-dots.svg) no-repeat center;
}

.COLUMNS[data-style='icon-dots'] .b-image {
	background: #fff;
	border-radius: 50%;
	box-shadow: 14px 14px 63px 0 rgba(0,0,0,0.1);
}

@media screen and (max-width: 900px) {
	.COLUMNS[data-style='icon-dots'] .b-column {width:50%;}
	.COLUMNS[data-style='icon-dots'] .image {transform: scale(0.5); transform-origin: 0 0; margin-bottom:-65px;}
}



/* icon */

.COLUMNS[data-style='icon'] .image {
	max-width: 140px;
	margin-left: auto;
	margin-right: auto;
}

.COLUMNS[data-style='icon'] .b-image {
	background: #fff;
	border-radius: 50%;
	box-shadow: 14px 14px 63px 0 rgba(0,0,0,0.1);
}

.COLUMNS[data-style='icon'] .content {
	text-align: center;
}

@media screen and (max-width: 900px) {
	.COLUMNS[data-style='icon'] .b-column {width:50%;}
	.COLUMNS[data-style='icon'] .image {transform: scale(0.5); transform-origin: 50% 0; margin-bottom:-55px;}
}



/* drop-shadow */

.COLUMNS[data-style="drop-shadow"] .image {margin-right:-1px;}
.COLUMNS[data-style="drop-shadow"] .b-image {overflow:visible;}
.COLUMNS[data-style="drop-shadow"] .b-image img {filter:drop-shadow(15px 15px 70px rgba(0,0,0,0.15)); will-change:filter;}



/* Careers Page */

.COLUMNS.full > .b-columns > .b-column[data-width="1/2"] {
	width: 100%;
}

.COLUMNS.full .content h6,
.COLUMNS.full .content .b-h6 {
	opacity: 0.6;
}

.COLUMNS.full .content .b-button {
	margin-top: 15px;
}
