<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*success path level matrix */
.blue{
	 background: #5E9DED;
	 font-weight: 600;
	 color:#ffffff;
}
#price {
  text-align: center;
}

.plan {
  display: inline-block;
  margin: 10px 1%;
  width: 100%;
}

.plan-inner {
  background: #fff;
  margin: 0 auto;
  /*min-width: 280px;*/
  max-width: 90%;
  position:relative;
  border-radius: 30px 30px 0px 0px;
}

.entry-title {
  background: #5E9DED;
    height: 58px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 10px 10px 0px 0px;
}

.entry-title&gt;h3 {
 	/*background: #ffff;*/
	background:#ffffff;
    font-size: 14px;
    padding: 8px 5px 8px 5px;
    color: #5E9DED;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    border-radius: 10px 10px 0px 0px;
}

#activeLevelH3 {
  /*background: #5E9DED;*/
  background:#ffffff;
  font-size: 14px;
  padding: 8px 5px 8px 5px;
  text-transform: uppercase;
  color:#ffffff;
  font-weight: 700;
  margin: 0;
  border-radius: 10px 10px 0px 0px;
}

.entry-title .priceactive {
    position: absolute;
    bottom: -29px;
    background: #5E9DED;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50px;
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
    border: 5px solid #fff;
}

.entry-title .price {
    position: absolute;
    bottom: -24px;
    background: #fff;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
	color: #5E9DED;
    overflow: hidden;
    border-radius: 50px;
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
	border: 5px solid #5E9DED;
}

.price span {
  position: absolute;
  font-size: 9px;
  bottom: -10px;
  left: 30px;
  font-weight: 400;
}

.entry-content {
  color: #323232;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.entry-content li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}

.entry-content li:last-child {
  border: none;
}

.hotlabel {
    position: absolute;
    top: -7px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}
.basic .entry-title {
  background: #75DDD9;
}

.basic .entry-title &gt; h3 {
  background: #44CBC6;
}

.basic .price {
  background: #44CBC6;
}

.standard .entry-title {
  background: #4484c1;
}

.standard .entry-title &gt; h3 {
  background: #3772aa;
}

.standard .price {
  background: #3772aa;
}

.ultimite .entry-title &gt; h3 {
  background: #DD4B5E;
}

.ultimite .entry-title {
  background: #F75C70;
}

.ultimite .price {
  background: #DD4B5E;
}
/*END success path level matrix */


.activeLevel{
border: 5px solid #9C27B0;
}

.Offlevel{
 border: 5px solid #fff;
}

.changelevel{
	cursor: pointer;
}


.levelMark{
    display: inline;
    padding: .2em .5em .2em .5em;
    color: #fff;
    background: #5E9DED;
    border-radius: .3em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding-right: 7px;
    margin-right: 15px;
}

.levelcurrent{
	border-bottom: #5e9ded;
	border-bottom-style: inset;
	border-bottom-width: 5px;
}

/*Sue formatting */
.success-handwriting {
  color: #5E9DED;
  font-family:'Handlee',cursive;
  font-weight: bold;
}

mark.blue {
  background-color: #5e9ded;
  color: white;
 font-weight: bold;
}

hr.style13 {
height: 10px;
border: 0;
box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

ul.successlist{
padding-left: 100px;

	}


/*END Sue formatting */</pre></body></html>