body {
	margin:0;
	padding:0;
	background:#FFF;
}
#stage {
	height:638px;
	width:auto;
	background:#422555;
    position: relative;
    overflow: hidden;
}
#stagebg {
	background:url(../img/stagebg.jpg);
	height:660px;
	width:1536px;
	background-repeat:no-repeat;
	background-position:0px -70px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -768px;
}
#nav {
	width:980px;
	height:89px;
	margin:0px auto;
	border-bottom:1px solid #584068;
	z-index:999;
	position:relative;
	padding-bottom:7px;
}
.logo {
	background:url(../img/blogpros.png);
	width:200px;
	height:43px;
	display:block;
	position:relative;
	top:25px;
	float:left;
	z-index:999;
	background-size:100% auto;
	background-repeat:no-repeat;
}
a.logo:active {
	position:relative;
	top:27px;
	opacity:0.5;
}
.navcontainer {
	float:right;
	width:600px;
	height:40px;
	display:block;
	margin-top:45px;
	text-align:right;
}
.navcontainer a {
	font-family:Helvetica;
	font-size:16px;
	color:#8b7996;
	text-decoration:none;
	margin-left:35px;
	text-transform:uppercase;
}
.navcontainer a:hover {
	color:#FFF;
}
.signup {
  border:2px solid #FFFFFF;
  border-radius:5px;
  color:#FFFFFF !important;
  padding:8px 14px;
  cursor:pointer !important;
}
a.signup:hover,
a.signup:active {
  border:2px solid #FFFFFF;
  border-radius:5px;
  color:#422754 !important;
  padding:8px 14px;
  background:#FFF;
  cursor:pointer !important;
}
.squarelogo {
	height:123px;
	width:123px;
	display:block;
	margin:0px auto;
	background:url(../img/squarelogo.png);
	margin-top:61px;
	z-index:999;
	position:relative;
	background-size:100% auto;
	background-repeat:no-repeat;
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#squarelogo-container {
	height:123px;
	width:123px;
	display:block;
	margin:0px auto;
	margin-top:86px;
}
.leadin {
	font-size:41px;
	color:#f9f0fe;
	line-height:63px;
	font-family: 'Bitter', serif;
	font-weight:normal;
	text-align:center;
	margin-top:80px;
	text-shadow: 4px 4px 1px #512966;
	z-index:999;
	position:relative;
}
#stagebg .homecta {
    width: 365px;
    height: 53px;
	border:3px solid #9c77aa;
	display:block;
	font-size:30px;
	font-family:Helvetica;
	color:#FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	text-decoration:none;
	padding-top:20px;
	margin:0px auto;
	margin-top:-10px !important;
	z-index:999;
	position:relative;
    line-height: 33px;
}
#stagebg .homecta:hover {
    width: 365px;
    height: 53px;
	border:3px solid #FFF;
    background:#FFF;
    color:#66307a !important;
}
.homecta:active {
	position:relative;
	top:2px;
	opacity:0.5;
}
#section2 {
	height:388px;
	width:980px;
	margin:0px auto;
}
#section2 h2 {
	font-family: 'Bitter', serif;
	color:#34495e;
	font-weight:normal;
	font-size:24px;
	margin-top:50px;
	text-align:center;
	line-height:40px;
}
#home-container1 {
	width:478px;
	height:187px;
	overflow:hidden;
	background:#f6f7f9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #e3eaf0;
	float:left;
	padding-top:28px;
}
#home-container2 {
	width:478px;
	height:215px;
	background:#f6f7f9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #e3eaf0;
	float:left;
	margin-left:20px;
}
#section3 {
	height:421px;
	width:100%;
	background:url(../img/section3-pattern.jpg);
}
.facebook-item,
.twitter-item,
.google-item {
	width:426px;
	height:20px;
	font-family:Helvetica;
	font-size:14px;
	color:#7b7b7c;
	margin-left:25px;
	margin-bottom:3px;
	margin-top:1px;
}
.facebookico {
	background:url(../img/socialicons.png);
	background-repeat:no-repeat;
	display:block;
	height:16px;
	width:16px;
	float:left;
	position:relative;
	top:-2px;
	margin-right:6px;
}
.twitterico {
	background:url(../img/socialicons.png);
	background-repeat:no-repeat;
	display:block;
	height:16px;
	width:16px;
	float:left;
	position:relative;
	top:-2px;
	background-position:0px -16px;
	margin-right:6px;
}
.googleico {
	background:url(../img/socialicons.png);
	background-repeat:no-repeat;
	display:block;
	height:16px;
	width:16px;
	float:left;
	position:relative;
	top:-2px;
	background-position:0px -32px;
	margin-right:6px;
}
#facebook-widget {
	width:225px;
	height:57px;
	background:url(../img/widget.png);
	margin-top:34px;
	margin-left:29px;
	float:left;
}
#google-widget {
	width:177px;
	height:56px;
	background:url(../img/widget.png);
	margin-top:34px;
	margin-left:29px;
	float:left;
	background-position:0px 112px;
}
#twitter-widget {
	width:239px;
	height:56px;
	background:url(../img/widget.png);
	margin-top:23px;
	margin-left:29px;
	float:left;
	background-position:0px 56px;
}
#widget-add {
	width:54px;
	height:54px;
	margin-top:23px;
	margin-left:29px;
	float:left;
	background:url(../img/widget.png);
	background-position:59px 112px;
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.number {
    font-family:Helvetica;
    font-size: 30px;
    font-weight:normal;
    overflow: hidden;
    position: relative;
    margin-left: 141px;
    margin-top: 11px;
	text-align:center;
	width:92px;
	color:#474f5f;
}
.number span {
    position: relative;
}
.number2 {
    font-family:Helvetica, serif;
    font-size: 30px;
    font-weight:normal;
    overflow: hidden;
    position: relative;
    margin-left: 158px;
    margin-top: 11px;
	text-align:center;
	width:92px;
	color:#1e1e1e;
}
.number2 span {
    position: relative;
}
.about .number2 {
    font-size: 17px !important;
    margin-left: 112px !important;
    margin-top: 137px !important;
}
.number3 {
    font-family:Helvetica, serif;
    font-size: 33px;
    font-weight:normal;
    overflow: hidden;
    position: relative;
    margin-left: 95px;
    margin-top: 10px;
	text-align:center;
	width:92px;
	color:#626262;
}
.number3 span {
    position: relative;
}
#process-column {
	width:117px;
	height:283px;
	float:left;
	margin-top:68px;
}
#process-seperator {
	height:283px;
	width:98px;
	float:left;
	background:url(../img/dots.png);
	background-repeat:no-repeat;
	background-position:12px 110px;
}
#order-ico {
	background:url(../img/process-sprite.png);
	width:86px;
	height:98px;
	background-position:-7px -2px;
	margin-left:15px;
}
#setup-ico {
	background:url(../img/process-sprite.png);
	width:100px;
	height:100px;
	background-position:0px -104px;
	margin-left:8px;
}
#publish-ico {
	background:url(../img/process-sprite.png);
	width:100px;
	height:100px;
	background-position:0px -207px;
	margin-left:8px;
}
#observe-ico {
	background:url(../img/process-sprite.png);
	width:100px;
	height:100px;
	background-position:0px -314px;
	margin-left:8px;
}
#section3-mid {
	width:980px;
	margin:0px auto;
}
.process-title {
	font-weight:normal;
	font-family: 'Bitter', serif;
	font-size:22px;
	color:#333333;
	width:117px;
	text-align:center;
	margin-top: 19px;
    margin-bottom: 17px;
}
#process-desc {
	width:116px;
    font-family:Helvetica, serif;
	color:#737374;
	line-height:24px;
	margin-left:4px;
}
#bottom-home {
	min-height:655px;
	width:100%;
	height:auto;
	padding-bottom:100px;
}
.bottom-cta {
	margin-top:70px;
	margin-bottom:25px;
	font-family: 'Bitter', serif;
	color:#34495e;
	display:block;
	text-align:center;
	font-weight:normal;
	font-size:30px;
}
a.cupid-green {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f !important;
  border-bottom: 1px solid #5b992b  !important;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 25px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 305px;
  height:55px;
  display:block;
  padding:none;
  line-height:52px;
  margin:0px auto;
  text-decoration:none;

}
a.cupid-green:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer;
}
a.cupid-green:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}
#latestposts {
	width:973px;
	height:auto;
	overflow:hidden;
	min-height:402px;
	padding-bottom:25px;
	background:#f6f7f9;
	margin:0px auto;
	border:1px solid #e3eaf0;
	margin-top:69px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.latestfaq-title {
	font-family: 'Bitter', serif;
	font-size:22px;
	color:#363636;
	margin-bottom: 16px;
    display: inline-block;
}
#latest-faq {
	width:440px;
	height:auto;
	min-height:402px;
	float:left;
	margin-left: 35px;
    margin-top: 32px;
}
#latest-blogs {
	width:440px;
	height:auto;
	min-height:402px;
	float:left;
	margin-left: 35px;
    margin-top: 32px;
}
.expand {
    font-family: Helvetica, sans-serif!important;
    padding-bottom: 0.75em;
}
.block-area a:link, a:visited {
    border: 1px dotted #ccc;
    border-width: 0px 0px 1px;
    text-decoration: none;
}
.expand a:link {
    color: #363636;
    display: block;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    height: 22px;
    font-weight:normal;
    padding: 8px 13px 6px;
    width:406px;
}
.expand a:link,
.expand a:visited {
    background-image: url("../img/arrow-down.gif");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    border-width: 1px;
    font-family: Arial, Helvetica, sans-serif;
}
.expand a:hover,
.expand a:active,
.expand a:focus {
    cursor: pointer;
}
.expand a.open:link,
.expand a.open:visited {
    background: #f3f3f3 url("../img/arrow-up.gif") no-repeat 98% 50%;
    border-style: solid;
}
.contact-expand {
    border-width: 1px;
    color: #344a63;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 19px;
    margin-top: 5px;
    padding: 0px 10px;
}
.expand {
	margin:18px 0 0 !important;
	padding:0px !important;
	display:block;
}
.expand a {
	color:#000;
	text-decoration:none;
}
.collapse p {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height:24px;
	margin-top:10px !important;
	color:#707070;
}
.accordion-link {
	color:#007BED !important;
	text-decoration:none !important;
	border:0px !important;
}
.block-area {
    color: #333;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
    overflow: hidden;
    position: relative;
}
.collapse p {
    margin: 0px;
    padding: 0px 10px 1em;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height:24px;
}
#clear {
	clear:both;
}
#latest-blogs a {
	font-size:16px;
	color:#1188e3;
    font-family: Helvetica, sans-serif;
    text-decoration:none;
    float:left;
    margin-top:16px;
}
#latest-blogs a:hover {
	font-size:16px;
	color:#1188e3;
    font-family: Helvetica, sans-serif;
    text-decoration:none;
    float:left;
    margin-top:16px;
    text-decoration:underline;
}
#latest-blogs p {
	font-size:16px;
	color:#1188e3;
    font-family: Helvetica, sans-serif;
    float:left;
    margin-top:15px;
    color:#747679;
    line-height:24px;
}
#footer {
	width:100%;
}
#footer-inner {
	width:980px;
	height:173px;
	margin:0px auto;
	border-top:1px solid #e0e0e0;
	background:url(../img/logo-footer.jpg);
	background-repeat:no-repeat;
	background-position:0px 30px;
	color:#8e8e8e;
    font-family: Helvetica, sans-serif;
}
#footer-inner a:hover  {
	text-decoration:underline;
}
#footer-left {
	float:left;
	width:566px;
	height:135px;
}
.privacylink {
	color:#8e8e8e;
    font-family: Helvetica, sans-serif;
    text-decoration:none;
    float:left;
    display:inline-block;
    margin-top:82px;
    margin-left:40px;
}
.termslink {
	color:#8e8e8e;
    font-family: Helvetica, sans-serif;
    text-decoration:none;
    float:left;
    display:inline-block;
    margin-top:82px;
    margin-left:15px;
}
.footercopy {
	color:#8e8e8e;
    font-family: Helvetica, sans-serif;
    text-decoration:none;
    float:left;
    display:inline-block;
    margin-top:82px;
}
#footer-nav {
	float:right;
	width:372px;
	height:34px;
}
/* cupid green (inspired by okcupid.com)
*******************************************************************************/
a.footercta {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 14px/1 Helvetica, Geneva, Verdana, sans-serif;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 175px;
  display:inline-block;
  text-decoration:none;
  float: right;
  margin-top: 27px;
  height:18px;
  line-height:21px;
}
a.footercta:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer;
    text-decoration:none !important;
}
a.footercta:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    text-decoration:none;
}
#footer-nav {
	color:#8e8e8e;
    font-family: Helvetica, sans-serif;
    text-decoration:none;
    margin-top:24px;
}
#footer-nav a {
	color:#8e8e8e;
    font-family: Helvetica, sans-serif;
    text-decoration:none;
    float:right;
    margin-left:15px;
}
#nav-container.navstick {
	position:fixed;
	height:97px;
    top:0px;
    left:0px;
    z-index:1;
}
#nav-container {
	width:100%;
	height:97px;
	background:#422555;
	margin-bottom:-6px;
	position:absolute;
}
.navstick > #nav {
	border-bottom:0px;
}
#container {
	width:980px;
	min-height:500px;
	margin:0px auto;
}
.singlepage > #nav {
	border-bottom:0px;
}
#container-inner {
	float:left;
	margin-top:93px;
}
#left-col {
	float:left;
	width:492px;
	margin-top:47px;
}
#right-col {
	float:right;
	width:453px;
	margin-top:47px;
	height:80px;
	margin-left:35px;
}
.pricing-title {
	font-family:Helvetica;
	font-size:16px;
	color:#34495e;
	margin-bottom:13px;
	display:block;
	-webkit-text-size-adjust:100%;
}
.select2-container {
	width:449px;
	margin-top:15px;
	font-family:Helvetica;
	font-size:16px;
	display:block;
}
.select2-results {
	font-family:Helvetica;
	font-size:16px;
	color:#3e3e3e;
}
.select2-results .select2-result-label {
	padding: 9px 7px 4px !important;
}
.select2-search input,
.select2-search {
	display:none !important;
}
.pricing-note {
	color:#b3b3b3;
	font-family:Helvetica;
	font-size:16px;
	width:449px;
	float:left;
	margin-top:13px;
}
#pricing-container {
	background:#f6f7f9;
	width:975px;
	height:363px;
	border:2px solid #e3eaf0;
	margin-top:45px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pricing-heading {
	font-family: 'Bitter', serif;
	font-size:41px;
	color:#34495e;
	margin-left: 33px;
    margin-top: 27px;
    display:block;
    width:905px;
    border-bottom:5px solid #e3eaf0;
    padding-bottom:25px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
.pricing-orange {
	color:#f4813c;
}
#pricing-container ul li {
	font-family:Helvetica;
	font-size:16px;
	color:#313132;
	line-height:28px;
	margin-left:8px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
#pricing-container ul {
	margin-top:30px;
	width:350px;
	float:left;
}
#signup {
    float: right;
    height: 170px;
    width: 530px;
    margin-right:25px;
    margin-top:30px;
}
.blogurl {
	font-family:Helvetica;
	width:484px;
	height:59px;
	display:block;
	background:#FFFFFF;
	border:5px solid #e3eaf0;
	font-size:25px;
	padding-left:22px;
}
.signupbtn {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 24px/1 Helvetica, Geneva, Verdana, sans-serif;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 305px;
  height:53px;
  display:inline-block;
  text-decoration:none;
  float: left;
  margin-top: 17px;
  margin-left:3px;
}
.signupbtn:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer;
    text-decoration:none !important;
}
.signupbtn:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    text-decoration:none;
}
.signup-text {
	font-family:Helvetica;
	font-size:16px;
	color:#9d9ea0;
	line-height:24px;
	margin-left:23px;
	display:block;
	width:192px;
	height:61px;
	float:left;
	margin-top:19px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	-webkit-text-size-adjust:100%;
}

.accordion {
    overflow:hidden;
	border:2px solid #e3eaf0;
    border-radius:3px;
	background:#f6f7f9;
	font-family:Helvetica;
	font-size:16px;
    color:#313132;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width:979px;
}
.accordion p {
    border-left: 3px solid #69b51a;
    line-height: 26px;
    margin-left: 21px;
    padding-left: 16px;
    padding-right: 22px;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:20px 20px 16px 34px;
    display:inline-block;
	background:#f6f7f9;
    transition:all linear 0.15s;
    /* Type */
    text-shadow:0px 1px 0px #FFFFFF;
    color:#313132;
    text-decoration:none;
    font-family:Helvetica;
    font-size:16px;
    border-bottom:1px solid #e3eaf0;
    background:url(/img/expand.png);
    background-repeat:no-repeat;
    background-position:938px 19px;
}

.accordion-section-title.active {
    background:url(../img/expand.png) #f6f7f9;
    background-repeat:no-repeat;
    background-position:938px 19px;
    /* Type */
    text-decoration:none;
}
.accordion-section-title:hover {
    background:url(../img/expand.png) #FFF;
    background-repeat:no-repeat;
    background-position:938px 19px;
    /* Type */
    text-decoration:none;
}


.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
    background:#FFF;
    text-shadow:0px 1px 0px #FFFFFF;
}
#pricing-faq {
	width:980px;
	height:auto;
	margin:0px auto;
	margin-bottom:50px;
	margin-top:25px;
}
.accordion-section-content {
    border-bottom:1px solid #e3eaf0;
}
/* Freebies */
.freebies-content {
	padding: 0 0px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	color:#34495e;
	line-height: 22px;
	font-size: 14px;
	width:966px;
}

.freebies-content a {
	text-decoration: none;
	color: #0087ff;
}
	.freebies-content a:hover {
		text-decoration: underline;
	}

.freebies-content h3,
.freebies-content h2 {
	font-weight: normal;
	font-size: 32px;
	color:#363636;
	font-family: 'Bitter', serif;
}

.freebies-content h2 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
}

.freebies-content .col-6 {
	width: 50%;
	float: left;
	margin-bottom:75px;
}

.freebies-content .widget-container {
	float: left;
	padding: 25px;
	background: url('/img/transparent.jpg');
	border-top: 3px solid #dcdcdc;
	border-bottom: 3px solid #dcdcdc;
	border-left: 3px solid #dcdcdc;
	height: 300px;
}

.freebies-content .widget-generator {
	width: 376px;
	height: 300px;
	float: left;
	padding: 25px;
	background: none repeat scroll 0 0 #FEFADF;
	border: 3px solid #F4EAAC;
	position: relative;
}
	.freebies-content .widget-generator .input-group {
		float: left;
		margin-bottom: 8px;
	}
	.freebies-content .widget-generator input[type="text"],
	.freebies-content .widget-generator textarea,
	.admin input[type="text"],
	.admin input[type="password"] {
		border: 2px solid #DCD089;
		color: 314151;
		height: 30px;
		padding-left: 8px;
		font-family: "Lato", sans-serif;
		font-size: 15px;
		width: 168px;
		float: left;
	}
	.freebies-content .widget-generator textarea {
		padding: 10px;
		width: 351px;
		height: 58px;
	}

.freebies-content .buttons {
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 387px;
}
	.freebies-content .buttons .steps {
		background: #FF6C00;
		color: #fff;
		font-weight: bold;
		border-radius: 5px;
		display: block;
		float: right;
		cursor: pointer;
		padding: 5px 10px;
		margin-left: 10px;
		margin-top: 10px;
	}
		.freebies-content .step {
			position: absolute;
			bottom: 4px;
			left: 160px;
			color: #DCD089;
			font-weight: 700;
		}
		.freebies-content .buttons .prev {
			float: left;
		}
.freebies-content .sp-light {
	border: 2px solid #DCD089;
	border-left: none;
	float: left;
	padding: 5px;
}
.freebies-content .step2 input[type="text"] {
	width: 114px;
}

.freebies-content .select-corner-box {
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	border: 2px solid #DCD089;
	width: 352px;
	float: left;
}
	.freebies-content .select-corner-box p {
		margin-top: 0;
	}

.admin label {
	float: left;
	clear: both;
}
.admin input[type="text"],
.admin input[type="password"] {
	float: left;
	width: 300px;
	clear: both;
	margin-bottom: 10px;
}
.admin .login {
	font-size: 15px;
	border: none;
	text-align: center;
	max-width: 145px;
	border-radius: 4px;
	float: left;
	display: block;
	padding: 7px 25px 9px;
	font-weight: bold;
	background: #ff6c00;
	color: #ffffff;
	font-weight: 300;
	margin-top: 10px;
}
	.admin .login {
		cursor:  pointer;
	}
.admin .freebies-content {
	margin: 0 auto;
}
.admin table {
	text-align: left;
}
.freebies-intro {
	font-size:16px !important;
	line-height:25px;
}
#contact-container{
	width:472px;
	height:522px;
	background:#f6f7f9;
	border:2px solid #e3eaf0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	float:left;
	margin-top:10px;
	margin-bottom:100px;
}
.contact-rightmost {
	margin-left:25px;
}
.contact-subtitle {
	font-family: 'Bitter', serif;
	font-size:22px;
	color:#37485f;
	margin-left:33px;
	margin-top:27px;
	display:block;
	margin-bottom: 24px;
}
#cform-text {
	width:383px;
	height:52px;
	background:#FFF;
	border:2px solid #e3eaf0;
	font-size:16px;
	padding-left:18px;
	margin-left:32px;
	margin-bottom:-6px;
	font-family:Helvetica;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#comments-form2 {
	width:383px;
	height:100px;
	background:#FFF;
	border:2px solid #e3eaf0;
	font-size:16px;
	padding-left:18px;
	margin-left:32px;
	margin-bottom:-6px;
	font-family:Helvetica;
	font-size:16px;
	padding-top:19px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
/* cupid green (inspired by okcupid.com)
*******************************************************************************/
.submitcontact {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 18px/1 Helvetica, Geneva, Verdana, sans-serif;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 245px;
  height:50px;
  display:inline-block;
  text-decoration:none;
  margin-top: 27px;
  float:left;
  margin-left: 33px;
  margin-top: 2px;
}
.submitcontact:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer;
    text-decoration:none !important;
}
.submitcontact:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    text-decoration:none;
}
#inquiry-container {
	width:404px;
	height:161px;
	background:#FFF;
	border:2px solid #e3eaf0;
	margin-left:32px;
	margin-bottom:20px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.contact-subtitle2 {
	font-family: 'Bitter', serif;
	font-size:22px;
	color:#37485f;
	margin-left:26px;
	margin-top:23px;
	display:block;
	margin-bottom: -3px;
}
.contact-subtitle3 {
	font-family: 'Bitter', serif;
	font-size:22px;
	color:#37485f;
	margin-left:26px;
	margin-top:23px;
	display:block;
	margin-bottom: -3px;
	float:left;
}
.contact-para {
	font-family:Helvetica;
	font-size:16px;
	color:#8694a7;
	margin-left:27px;
	line-height:24px;
}
.contact-para a {
	text-decoration: none;
	color: #0087ff;
}
.contact-para a:hover {
	text-decoration: underline;
}
.contact-para2 a {
	text-decoration: none;
	color: #0087ff;
}
.contact-para2 a:hover {
	text-decoration: underline;
}
#success-box {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #e3eaf0;
    border-radius: 8px;
    height: 247px;
    margin-left: 31px;
    margin-top: -49px;
    position: absolute;
    width: 405px;
    z-index: 9999;
}
.contact-para2 {
	font-family:Helvetica;
	font-size:16px;
	color:#8694a7;
	margin-left:27px;
	line-height:24px;
	width:351px;
	float:left;
}
#success-box img {
    float: right;
    margin-left: 0;
    margin-right: 21px;
    position: relative;
    top: 13px;
}
.on {
	background:url(../img/on.jpg);
	width:112px;
	height:46px;
	display:block;
	float:left;
	position:relative;
	top:-12px;
	margin-right:25px;
}
#success-container {
	width:975px;
	height:300px;
	border-top:3px solid #f4f5f6;
	border-bottom:3px solid #f4f5f6;
	margin-top:64px;
	margin-bottom:66px;
}
#success-left {
	float:left;
	width:571px;
	height:161px;
	margin-top:73px;
}
#success-right {
	float:left;
	width:351px;
	height:161px;
	margin-left:50px;
	margin-top:73px;
}
.success-title {
	font-family: 'Bitter', serif;
	font-size:22px;
	color:#363636;
	font-weight:normal;
}
#success-container p {
	color:#8694a7;
	font-family:Helvetica;
	font-size:16px;
	line-height:25px;
}
#success-container a {
	color:#0087ff;
	text-decoration:none;
}
#success-container a:hover {
	color:#0087ff;
	text-decoration:underline;
}
.success-para {
	color:#8694a7;
	font-family:Helvetica;
	font-size:16px;
	line-height:25px;
	margin-bottom:100px;
	display:block;
}
.success-para a {
	color:#0087ff;
	text-decoration:none;
}
.success-para a:hover {
	color:#0087ff;
	text-decoration:underline;
}
.loading {
	background:url(../img/loading.gif);
	width:32px;
	height:32px;
	display:block;
	float:left;
	margin-right:15px;
	position:relative;
	top:-3px;
}
.onoffswitch {
    position: relative; width: 113px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    border-radius: 25px;
    background:#80C342;
    margin-top:10px;
    position: relative;
    top: -21px;
    margin-right: 22px;
    float:left;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border-radius: 25px;
    position:relative;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
    cursor:default;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 46px; padding: 0; line-height: 46px;
    font-size: 24px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 18px;
    background-color: #80C342; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 14px;
    background-color: #595959; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 40px;
    height:40px;
    border-radius:40px;
    margin: 1.5px;
    background: #FFFFFF;
    border-radius: 25px !important;
    position: absolute; top: 0; bottom: 0;
    right: 68px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    margin-top:3px;
    cursor:default;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 2px;
}
.unclickable {
	-webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index:0;
}
.awesome {
	margin-top: 77px;
	opacity:0;
}
.terms-para {
	color:#8694a7;
	font-family:Helvetica;
	font-size:16px;
	line-height:25px;
}
#logos {
	background:url(../img/logos.jpg);
	width:980px;
	height:90px;
	margin:0px auto;
	margin-top:40px;
	margin-bottom:-10px;
}
#testimonial {
	width:977px;
	height:219px;
	margin:37px auto 24px;
	background:#fffefb;
	border:2px solid #ffe3c7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#testimonial2 {
	width:977px;
	height:162px;
	margin:0 auto 45px;
	background:#fffefb;
	border:2px solid #ffe3c7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.paranthesis1 {
    background: rgba(0, 0, 0, 0) url("../img/lp.png") repeat scroll 0 0;
    color: #fff5ed;
    display: block;
    font-size: 176px;
    height: 51px;
    margin-left: 24px;
    margin-top: 20px;
    position: absolute;
    width: 53px;
    opacity:0.5;
}
.paranthesis2 {
    background: rgba(0, 0, 0, 0) url("../img/rp.png") repeat scroll 0 0;
    color: #fff5ed;
    display: block;
    font-size: 176px;
    height: 51px;
    margin-left: 898px;
    margin-top: 57px;
    position: absolute;
    width: 53px;
    opacity:0.5;
}
.testimonial-p {
    color: #817d76;
    font-family: Helvetica;
    line-height: 27px;
    margin: 26px auto 0 44px;
    position: absolute;
    width: 891px;
}
.testimonial-p strong {
	color:#313132;
	font-weight:normal;
}
.testimonial-p2 {
    color: #817d76;
    font-family: Helvetica;
    line-height: 27px;
    margin: 26px auto 0 44px;
    position: absolute;
    width: 891px;
}
.testimonial-p2 strong {
	color:#313132;
	font-weight:normal;
}
#testimonial-bottom2 {
    background: #fff none repeat scroll 0 0;
    border-top: 2px solid #ffe3c7;
    height: 81px;
    margin-top: 79px;
    position: absolute;
    width: 977px;
    -webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#testimonial-bottom {
    background: #fff none repeat scroll 0 0;
    border-top: 2px solid #ffe3c7;
    height: 81px;
    margin-top: 136px;
    position: absolute;
    width: 977px;
    -webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.kristi {
    background: rgba(0, 0, 0, 0) url("../img/kristi.png") repeat scroll 0 0;
    display: block;
    height: 47px;
    margin-left: 42px;
    margin-top: 16px;
    width: 47px;
}
.kristilink {
    background: rgba(0, 0, 0, 0) url("../img/twsource.png") no-repeat scroll 98px 2px;
    color: #000000;
    display: inline-block;
    float: left;
    font-family: Helvetica;
    font-size: 18px;
    margin-left: 109px;
    margin-top: -30px;
    text-decoration: none;
    width: 124px;
}
a.kristilink:hover {
	text-decoration:underline;
}
#kristi-logos {
    background: rgba(0, 0, 0, 0) url("../img/kristi-logos.jpg") repeat scroll 0 0;
    float: right;
    height: 37px;
    margin-right: 47px;
    margin-top: -41px;
    width: 647px;
}
#pam-logos {
    background: rgba(0, 0, 0, 0) url("../img/pam-logos.jpg") repeat scroll 0 0;
    float: right;
    height: 37px;
    margin-right: 47px;
    margin-top: -41px;
    width: 647px;
}
.pam {
    background: rgba(0, 0, 0, 0) url("../img/pam.png") repeat scroll 0 0;
    display: block;
    height: 47px;
    margin-left: 42px;
    margin-top: 16px;
    width: 47px;
}
.processico {
	background:url(../img/book.png);
	width:48px;
	height:41px;
	display:inline-block;
	float:left;
	position:relative;
	top:-9px;
	margin-right:20px;
}
a.aboutcta {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 14px/1 Helvetica, Geneva, Verdana, sans-serif;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 145px;
  display:inline-block;
  text-decoration:none;
  float: right;
  margin-top: -58px;
  height:15px;
  line-height:17px;
}
a.aboutcta:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer;
    text-decoration:none !important;
}
a.aboutcta:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    text-decoration:none;
}
.process-heading {
	width:300px;
	float:right;
	font-family:Helvetica,serif;
	font-size:18px;
	display:inline-block;
	height:30px;
    margin-top: -53px;
    padding-right:158px;
    color:#a4a4a4;
}
#topitem {
	width:976px;
	height:268px;
	background:#f6f7f9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top:19px;
	border:2px solid #e4e9f0;
	float:left;
	margin-bottom:21px;
}
#middleitem {
	width:976px;
	height:268px;
	background:#f6f7f9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom:10px;
	border:2px solid #e4e9f0;
	float:left;
}
.itemnum {
	float:left;
	display:inline-block;
	width:37px;
	height:38px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	background:#e6c700;
	color:#FFF;
	font-family: 'Bitter', serif;
	font-size:25px;
	text-align:center;
	line-height:37px;
	text-shadow: 1px 1px 0px rgba(176, 153, 7, 1);
	margin-top:40px;
	margin-left:33px;
	padding-left:1px;
	-moz-osx-font-smoothing:grayscale;
}
.itemtitle {
	font-size:31px;
	font-family: 'Bitter', serif;
	margin:42px 0 0 0;
	padding:0 0 0 21px;
	color:#636364;
	font-weight:normal;
	float:left;
	display:inline-block;
	-moz-osx-font-smoothing:grayscale;
}
.itempara {
	float:left;
	width:470px;
	height:132px;
	display:inline-block;
	color:#949494;
	font-family:Helvetica,serif;
	font-size:18px;
	clear:both;
	margin-left:33px;
	line-height:31px;
}
#itemimg1 {
	background:url(../img/step-bg.jpg);
	background-position:0px -1px;
	background-repeat:no-repeat;
    display: inline-block;
    float: right;
    height: 204px;
    margin-right: 34px;
    margin-top: -48px;
    width: 359px;
}
#itemimg2 {
	background:url(/img/step-bg.jpg);
	background-position:0px -205px;
	background-repeat:no-repeat;
    display: inline-block;
    float: right;
    height: 204px;
    margin-right: 34px;
    margin-top: -48px;
    width: 359px;
}
#itemimg2 {
	background:url(../img/step-bg.jpg);
	background-position:0px -205px;
	background-repeat:no-repeat;
    display: inline-block;
    float: right;
    height: 204px;
    margin-right: 34px;
    margin-top: -48px;
    width: 359px;
}
#itemimg3 {
	background:url(../img/step-bg.jpg);
	background-position:0px -409px;
	background-repeat:no-repeat;
    display: inline-block;
    float: right;
    height: 204px;
    margin-right: 34px;
    margin-top: -48px;
    width: 359px;
}
#itemimg4 {
	background:url(../img/step-bg.jpg);
	background-position:0px -612px;
	background-repeat:no-repeat;
	display: inline-block;
    float: right;
    height: 227px;
    margin-right: 34px;
    margin-top: -49px;
    width: 359px;
}
#itemimg5 {
	background:url(../img/step-bg.jpg);
	background-position:0px -840px;
	background-repeat:no-repeat;
    display: inline-block;
    float: right;
    height: 204px;
    margin-right: 34px;
    margin-top: -48px;
    width: 359px;
    margin-bottom:70px;
}
#about-cta {
	float:left;
	width:980px;
	height:288px;
}
.spinner {
	display:block;
	background:url(../img/spinner.gif);
	width:20px;
	height:20px;
	position:absolute;
	margin-left: 294px;
    margin-top: 79px;
}
.3number {
    font-family:Helvetica !important;
    font-size: 15px !important;
    font-weight:normal !important;
    overflow: hidden !important;
    position: relative !important;
    margin-left: 141px !important;
    margin-top: 14px !important;
	text-align:center !important;
	width:92px !important;
	color:#474f5f !important;
}
.3number span {
    position: relative !important;
}
.3number3 {
    font-family:Helvetica, serif !important;
    font-size: 15px !important;
    font-weight:normal !important;
    overflow: hidden !important;
    position: relative !important;
    margin-left: 95px !important;
    margin-top: 13px !important;
	text-align:center !important;
	width:92px !important;
	color:#626262 !important;
}
.3number3 span {
    position: relative !important;
}
.faq-link {
	color:#1188e3;
	text-decoration:none;
}
a.faq-link:hover {
	text-decoration:underline;
}
#hilght-col {
	width:316px;
	height:632px;
	float:left;
	background:#fbf6ff;
	border:2px solid #f3e2ff;
	float:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:19px;
}
#reg-col {
	width:316px;
	height:632px;
	background:#f5f5f5;
	border:2px solid #e3e3e3;
	float:left;
	margin-left:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:19px;
}
.pricing1 {
	background:url(../img/pricing-sprite.png) no-repeat;
	width:65px;
	height:65px;
	background-position:0px 0px;
	display:block;
	float:left;
    margin-left:31px;
    margin-top:23px;
}
.pricing2 {
	background:url(../img/pricing-sprite.png);
	width:66px;
	height:65px;
	background-position:-74px 0px;
	display:block;
	float:left;
	margin-left:26px;
	margin-top:25px;
}
.pricing3 {
	background:url(../img/pricing-sprite.png);
	width:64px;
	height:64px;
	background-position:-148px 0;
	display:block;
	float:left;
	margin-left:19px;
	margin-top:23px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	span.pricing1,
	span.pricing2,
	span.pricing3,
	span.list-grn,
	span.list-lght {
		/* Reference the @2x Sprite */
		background: url(../img/pricing-sprite2x.png);
		/* Translate the @2x sprite's dimensions back to 1x */
		background-size: 235px 67px !important;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	span.pricing1 {
		background-size:32.5px 32.5px;
     	background:url(../img/pricing-sprite2x.png);
	    background-position:0px 0px !important;
	}
	span.pricing2 {
		background-size:33px 32.5px;
     	background:url(../img/pricing-sprite2x.png);
	    background-position:-74px 0px !important;
	}
	span.pricing3 {
		background-size:32px 32px;
     	background:url(../img/pricing-sprite2x.png);
	    background-position:-148px 0 !important;
	}
	span.list-grn {
		background-size:8px 8px;
     	background:url(../img/pricing-sprite2x.png);
	    background-position:18px -2px !important;
	}
	span.list-lght {
		background-size:8px 8px;
     	background:url(../img/pricing-sprite2x.png);
	    background-position:18px -29px !important;
	}

}
#pricing1-head {
	float:left;
    font-family:'Montserrat',serif;
    width:166px;
    height:33px;
    font-size:23px;
    color:#000;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top:27px;
	margin-left:29px;
}
#pricing2-head {
	float:left;
    font-family:'Montserrat',serif;
    width:176px;
    height:33px;
    font-size:23px;
    color:#000;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top:27px;
	margin-left:20px;
}
#pricing3-head {
	float:left;
    font-family:'Montserrat',serif;
    width:176px;
    height:33px;
    font-size:23px;
    color:#000;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top:27px;
	margin-left:25px;
}
#pricing1-sub {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float:left;
    font-family:'Montserrat',serif;
    font-size:18px;
    color:#b1a6b6;
    margin-left: 26px;
    margin-top: 2px;
}
#pricing2-sub {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float:left;
    font-family:'Montserrat',serif;
    font-size:18px;
    color:#b1a6b6;
    margin-left: 21px;
    margin-top: 2px;
}
#pricing3-sub {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float:left;
    font-family:'Montserrat',serif;
    font-size:18px;
    color:#b1a6b6;
    margin-left: 15px;
    margin-top: 2px;
}
#pricing-cost1 {
	width:316px;
	height:57px;
	background:#FFF;
	float:left;
	border-top:2px solid #f3e2ff;
	border-bottom:2px solid #f3e2ff;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family:'Montserrat',serif;
    font-size:18px;
    text-align:center;
    line-height:58px;
}
#pricing-cost2 {
	width:316px;
	height:57px;
	background:#FFF;
	float:left;
	border-top:2px solid #e3e3e3;
	border-bottom:2px solid #e3e3e3;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family:'Montserrat',serif;
    font-size:18px;
    text-align:center;
    line-height:58px;
}
#pricing-wrap {
    height: 113px;
    width: 316px;
}
#pricing-list {
	width:270px;
	height:268px;
	margin:0px auto;
	margin-top:24px;
}
.list-grn {
	width:16px;
	height:16px;
	display:inline-block;
	float:left;
	background:url(../img/pricing-sprite.png);
	background-position:18px -2px;
}
.list-lght {
	width:16px;
	height:16px;
	display:inline-block;
	float:left;
	background:url(../img/pricing-sprite.png);
	background-position:18px -29px;
}
.list-blk {
	float:left;
	font-family:Helvetica;
	font-size:16px;
	color:#000;
	display:inline-block;
	margin-left:11px;
	margin-top:1px;
}
.list-gry {
	float:left;
	font-family:Helvetica;
	font-size:16px;
	color:#8f8a94;
	display:inline-block;
	margin-left:11px;
	margin-top:1px;
	opacity:0.8;
}
.listitem {
	display:inline-block;
	height:30px;
	width:316px;
	margin:0px;
	padding:0px;
}
.listitem2 {
    display: inline-block;
    height: 28px;
    width: 316px;
    margin: 0px;
    padding: 0px;
    margin-top: -3px;
    margin-left: 16px;
}
#col-bottom {
	width:316px;
	height:158px;
	margin-top: 6px;
	background:#FFF;
	border-top:2px solid #e3e3e3;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.moreplans {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
	color:#1188e3;
	text-decoration:none;
	font-family:Helvetica;
	font-size:16px;
	margin-top:35px;
	border-bottom:1px dashed #7dc0f9;
}
.moreplans:hover {
	border-bottom:1px solid #FFF;
}
#spacer {
	width:100px;
	height:50px;
}
.amp {
font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
font-style: italic;
font-weight: normal;
font-size:27px;
position:relative;
top:-1px;
margin-left:2px;
margin-right:3px;
opacity:0.8;

}
#break {
	clear:both;
}