




















/* PRICING CARDS */
.section--pricing--columns .section--pricingcolumns .section--pricingcolumns--column--wrapper {
  overflow: visible;
  display:block;
  margin-left:-15px;
  margin-right:-15px;
}
.section--pricing--columns .section--pricingcolumns .section--pricingcolumns--column--inner {\
  overflow: visible;
  padding:15px;
}
.section--pricing--columns .section--pricingcolumns--column--feature {
  overflow: visible;
  display:block;
  padding:7px 10px;
  width:340px;
  max-width:90%;
  margin-left:auto;
  margin-right:auto;
}
.section--pricing--columns .section--pricingcolumns--bullet--icon {
  overflow: visible;
  float:left;
  margin-right:10px;
  font-size:14px;
  min-width:1.25em;
  text-align:center;
  color: #026FBC;
}
.section--pricing--columns .section--pricingcolumns--bullet--label {
  overflow: visible;
  display:table;
}
.section--pricing--columns .section--pricingcolumns--bullet + .section--pricingcolumns--bullet {
  overflow: visible;
  margin-top:15px;
}
.section--pricing--columns .section--pricingcolumns--bullet--type--xmark {
  overflow: visible;
  opacity:.35;
}
.section--pricing--columns .section--pricingcolumns--bullet--type--xmark .section--pricingcolumns--bullet--label {
  overflow: visible;
  text-decoration:line-through;
}
.section--pricing--columns .section--pricingcolumns .background--price--text {
  overflow: visible;
  background: rgba(3, 113, 191, 1.0);
  background: -moz-linear-gradient(135deg, rgba(3, 113, 191, 1.0) 0%, rgba(42, 217, 176, 1.0) 100%);
  background: -ms-linear-gradient(135deg, rgba(3, 113, 191, 1.0) 0%, rgba(42, 217, 176, 1.0) 100%);
  background: -webkit-linear-gradient(135deg, rgba(3, 113, 191, 1.0) 0%, rgba(42, 217, 176, 1.0) 100%);
  background: linear-gradient(135deg, rgba(3, 113, 191, 1.0) 0%, rgba(42, 217, 176, 1.0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0371BF', endColorstr='#2AD9B0',GradientType=1 );
}

.section--pricing--columns .section--pricingcolumns--bullet--content ul {
  overflow: visible;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section--pricing--columns .section--pricingcolumns--bullet--content ul li::before {
  overflow: visible;
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #026FBC;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.section--pricing--columns .section--pricingcolumns--bullet--content ul li {
  overflow: visible;
  margin: 7px 0;
}

.section--pricing--columns .section--cta--wrapper .btn.btn--simple {
  overflow: visible;
  text-transform: uppercase !important;
  font-size: 24px !important;
}
.section--pricing--columns .section--cta--wrapper .btn.btn--simple:after {
  overflow: visible;
  transition: all .3s ease-in-out;
  content:'';
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10.5L14 17.5L21 10.5' stroke='%23026FBC' stroke-width='3'/%3E%3Ccircle cx='14' cy='14' r='12.5' stroke='%23026FBC' stroke-width='3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  margin-top: -3px;
}
.section--pricing--columns .section--cta--wrapper .btn.btn--simple:hover:after {
  overflow: visible;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10.5L14 17.5L21 10.5' stroke='%23d9751d' stroke-width='3'/%3E%3Ccircle cx='14' cy='14' r='12.5' stroke='%23d9751d' stroke-width='3'/%3E%3C/svg%3E");
}

/**
 * Tooltips
 */
 .section--pricing--columns .tooltip--item {
  overflow: visible;
  display: inline-block;
}
.section--pricing--columns .tooltip--item .tooltip--trigger {
  overflow: visible;
  color: #16163F;
}
.section--pricing--columns .tooltip--item .tooltip--trigger svg {
  overflow: visible;
  fill: #FFFFFF;
  width: 15px;
  height: 15px;
}
.section--pricing--columns .tooltip--item .tooltip--hover--content {
  overflow: visible;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out;
  font-size: 15px;
  position: absolute;
  color: #6D6D6D;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  background: #FFFFFF;
  line-height: 1em;
  width: 200px;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0px 7px 7px 0px rgba(91,91,91,.1);
  text-align: center;
}
.section--pricing--columns .tooltip--item .tooltip--hover--content:before {
  overflow: visible;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out;
  content:'';
  position:absolute;
  left:50%;
  bottom:-11px;
  margin-left:-11px;
  border-left:11px solid transparent;
  border-right:11px solid transparent;
  border-top:11px solid #FFFFFF;
  z-index: 9;
}
.section--pricing--columns .tooltip--item .tooltip--trigger:hover {
  overflow: visible;
  cursor: pointer;
}
.section--pricing--columns .tooltip--item .tooltip--trigger:hover .tooltip--hover--content,
.section--pricing--columns .tooltip--item .tooltip--trigger:hover .tooltip--hover--content:before {
  overflow: visible;
  opacity: 1;
}

.bullet:hover {
  overflow: visible;
  position: relative;
  z-index: -1;
}