@charset "UTF-8";

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.eot');
    src: url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
    src: url('../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JennaSue_regular';
    src: url('../fonts/jennasue_regular_macroman/JennaSue-webfont.eot');
    src: url('../fonts/jennasue_regular_macroman/JennaSue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/jennasue_regular_macroman/JennaSue-webfont.woff') format('woff'),
         url('../fonts/jennasue_regular_macroman/JennaSue-webfont.ttf') format('truetype'),
         url('../fonts/jennasue_regular_macroman/JennaSue-webfont.svg#JennaSue_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ------------------------------ UNIVERSAL ------------------------------ */
body {
	margin: 0;
	padding: 0;
	font-family: "open_sanslight", Helvetica, Arial, sans-serif;
	font-size: 16px;
	background-color: #f8f8f8;
	color: #707070;
}
a {
	color: #E87722;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.wrap {
	position: relative;
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}
h2, h3, h4 {
	margin: 0 0 15px 0;
	font-weight: normal;
	line-height: 100%;
}
h2 {
	color: #E87722;
	font-size: 32px;
}
h3 {
	color: #1B365D;
	font-size: 20px;
}
p {
	line-height: 150%;
}
ol {
	list-style: decimal;
}
.bold {
	color: #404040;
	font-family: "open_sansregular", Helvetica, Arial, sans-serif;
}
.critical {
	color: #C00;
}
.asteriskNote {
	font-size: 12px;
	color: #999;
}
.unorderedList {
	list-style: circle;
}
.clearBoth {
	clear: both;
}
/* ------------------------------ HEADER ------------------------------ */
#header {
	background-color: #fff;
}
#brands {
	background-color: #f2f2f2;
}
#brands span {
	display: block;
	width: 975px;
	margin: 0 auto;
	text-align: right;
}
#brands span a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	color: #1B365D;
	cursor: pointer;
}
#brands span a:hover {
	color: #E87722;
	text-decoration: none;
}
#brands span a#websites {
	background-color: #fff;
	color: #E87722;
}
#logo {
	display: block;
	float: left;
	width: 300px;
	height: 60px;
	margin: 15px 0;
	background: url(../images/eCatholic.svg) no-repeat;
	background-size: 300px 60px;
}
#logo h1 {
	font-size: 0px;
}
#nav {
	float: right;
	margin-top: 35px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: block;
	float: left;
}
#nav li a {
	display: block;
	margin-left: 20px;
	color: #707070;
}
#nav li a:hover {
	color: #E87722;
	text-decoration: none;
}
#nav li a.active {
	color: #E87722;
}
#nav li:first-child a {
	margin-left: 0px;
}
#nav li a.getStarted {
	margin-top: -8px;
	padding: 7px 15px;
	background-color: #E87722;
	color: #f4f4f4;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 8px;
}
#nav li a.getStarted:hover {
	background-color: #FF8328;
	color: #fff;
}
/* ------------------------------ FORMS ------------------------------ */
.formRow {
	clear: both;
}
.fieldWrap {
	float: left;
	display: block;
	margin-left: 15px;
	margin-top: 7px;
	margin-bottom: 7px;
}
label, field {
	display: block;
}
label, .ss-q-title {
	margin-left: 5px;
	color: #999;
}
input, select, textarea {
	height: 32px;
	border: 1px solid #D4D4D4;
	padding-left: 5px;
	padding-right: 5px;
	color: #707070;
	font-family: "open_sanslight", Helvetica, Arial, sans-serif;
	border-radius: 5px;
}
input[type="radio"], input[type="checkbox"] {
	height: auto;
	margin-left: 10px;
	margin-right: 5px;
}
textarea {
	height: 96px;
}
.formFieldInstructions {
	margin-left: 5px;
	color: #999;
	font-size: 12px;
}
#captcha {
	width: 150px;
}
button, .button {
	margin-left: 5px;
	padding: 8px 30px;
	border: 1px solid #FFF;
	background-color: #E87722;
	color: #FFF;
	font-family: "open_sanslight", Helvetica, Arial, sans-serif;
	border-radius: 5px;
}
button:hover, .button:hover {
	background-color: #FF8328;
	text-decoration: none;
}
.button {
	display: inline-block;
}
p.message {
	background-color:#C00;
	color: #FFF;
	padding: 10px;
}
/* ------------------------------ PAGE TITLES ------------------------------ */
.designsPage #pageTitle, .customdesignPage #pageTitle, .themesPage #pageTitle, .testimonialsPage #pageTitle, .trialPage #pageTitle, .ourstoryPage #pageTitle, .upgrade5requestPage #pageTitle, .upgrade5startoverPage #pageTitle, .cancelPage #pageTitle, .beta-groupPage #pageTitle, .ourcatholicstoryPage #pageTitle {
	background-color: #E87722;
}
.purchasePage #pageTitle, .pricingPage #pageTitle, .faqPage #pageTitle, .facebookbannersPage #pageTitle, .meettheteamPage #pageTitle, .facebookbannersPage #pageTitle, .quickflipPage #pageTitle, .joinourteamPage #pageTitle, .upgrade5Page #pageTitle, .updatecardPage #pageTitle, .diocesan-sharingPage #pageTitle, .icscPage #pageTitle, .diocesePage #pageTitle  {
	background-color: #1B365D;
}
.featuresPage #pageTitle, .contactPage #pageTitle, .helpPage #pageTitle, .feedbackPage #pageTitle {
	background-color: #f2f2f2;
}
.featuresPage #pageTitle h2, .featuresPage #pageTitle h3, .featuresPage #pageTitle p, .contactPage #pageTitle h2, .contactPage #pageTitle h3, .contactPage #pageTitle p, .helpPage #pageTitle h2, .helpPage #pageTitle h3, .helpPage #pageTitle p, .feedbackPage #pageTitle h2, .feedbackPage #pageTitle h3, .feedbackPage #pageTitle p, .privacypolicyPage #pageTitle h2, .privacypolicyPage #pageTitle h3, .privacypolicyPage #pageTitle p {
	color: #1B365D;
}
.paymentsPage #pageTitle, .payments-signupPage #pageTitle, .pci-instructionsPage #pageTitle, .introducing-paymentsPage #pageTitle, .vip-paymentsPage #pageTitle, .payments-faqPage #pageTitle {
	background-color: #008b5b;/*#21ad74;*/
}
/* ------------------------------ ALL PAGES ------------------------------ */
.section {
	clear: both;
	padding: 30px 0;
}
.section h3 {
	font-family: "open_sansregular", Helvetica, Arial, sans-serif;
}
.section .wrap {
	overflow: hidden;
}
.section .wrap > p:first-child {
	margin-top: 0px;
}
#pageTitle {
	height: 100px;
	padding-top: 60px;
	box-shadow: 0px 2px 5px -1px #aaa;
	-webkit-box-shadow: 0px 2px 5px -1px #aaa;
}
#pageTitle h2, #pageTitle h3, #pageTitle p {
	color: #fff;
	text-align: center;
}
#pageTitle h2 {
	margin-bottom: 10px;
}
#pageTitle h3 {
	font-family: "open_sanslight", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
#pageTitle p {
	margin-top: 20px;
	font-family: "JennaSue_regular";
	font-size: 24px;
}
#pageTitle p a {
	display: inline-block;
	margin-left: 10px;
	padding: 0px 10px;
	border: 1px solid #eee;
	background-color: #1B365D;
	color: #fff;
	font-family: "open_sanslight", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
#pageTitle p a:hover {
	color: #1B365D;
	border: 1px solid #1B365D;
	background-color: #e9e9e9;
	text-decoration: none;
}
.thumb {
	margin-bottom: 30px;
}
.thumb.left {
	float: left;
	margin-right: 40px;
}
.thumb.right {
	float: right;
	margin-left: 40px;
}
.center {
	text-align: center;
}
.coreContent.section .wrap {
	width: 915px;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px #aaa;
	-webkit-box-shadow: 0px 0px 5px 0px #aaa;
}
.coreContent.section + .coreContent.section {
	padding-top: 0px;
}
/* ------------------------------ Columns ------------------------------ */
.columns {
	margin: 0 0 30px 0; 
	padding:0; 
	list-style:none;
}
.columns > li {
	float: left;
	display: block;
	width: 265px;
	margin-left: 30px;
	border: 1px solid #bbb;
}
.columns > li:first-child {
	margin-left: 25px;
}
.columns .columnOR {
	width: 35px;
	margin-top: 80px;
	border: none;
	font-size: 36px;
	text-align: center;
}
.columns h3 {
	position: relative;
	padding: 10px 15px;
	background-color: #1B365D;
	color: #fff;
}
.columns .price, .columns .number {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 33px;
	margin-top: -7px;
	margin-right: -15px;
	padding-top: 17px;
	border: 2px solid #fff;
	border-radius: 25px;
	background-color: #E87722;
	color: #fff;
	font-family: "JennaSue_regular";
	font-size: 28px;
	text-align: center;
}
.pricingPage .columns h3 {
	background-color: #E87722;
}
.columns .price {
	background-color: #1B365D;
}
.columns p {
	padding: 0 15px;
}
.columns p.buttons {
	text-align: center;
}
.columns .unorderedList {
	margin-left: 15px;
}
.columns p.buttons a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #1B365D;
	color: #1B365D;
	font-size: 14px;
	text-transform: uppercase;
}
.columns p.buttons a:hover {
	border: 1px solid #1B365D;
	background-color: #1B365D;
	color: #fff;
	text-decoration: none;
}
.columns p.buttons a:first-child {
	margin-right: 10px;
	border: 1px solid #E87722;
	color: #E87722;
}
.columns p.buttons a:first-child:hover {
	background-color: #E87722;
	color: #fff;
}
/* ------------------------------ HOME ------------------------------ */
#video {
	height: 280px;
	padding-top: 140px;
	background-color: #1B365D;
	background: url(../images/eC-home-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: #fff;
	text-align: center;
}
#video h2 {
	color: #fff;
}
#video h3 {
	color: #fff;
	font-family: "open_sanslight", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
#video #playButton {
	width: 77px;
	height: 77px;
	margin: 20px auto 0 auto;
	background: url(../images/play-button.png) no-repeat;
	font-size: 0px;
	opacity: 0.65;
	cursor: pointer;
}
#video #playButton:hover {
	opacity: 1;
}
.homePage .thumb {
	width: 400px;
	text-align: center;
}
.homePage .thumb img {
	width: 400px;
}
.homePage .content {
	float: left;
	width: 535px;
}
.homePage .moreInfo {
	display: block;
	margin-top: 20px;
}
.homePage .moreInfo a {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
	border: 1px solid #E87722;
	color: #E87722;
	font-size: 14px;
	text-transform: uppercase;
}
.homePage .moreInfo a:hover {
	background-color: #E87722;
	color: #fff;
	text-decoration: none;
}
.homePage .testimonial {
	clear: both;
	text-align: center;
	font-family: "JennaSue_regular";
	font-size: 24px;
	letter-spacing: 2px;
	color: #a4a4a4;
}
.homePage .testimonial p {
	margin: 0;
}
.homePage .testimonial .author {
	display: block;
	font-family: "open_sanslight", Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 125%;
}
.homePage #design {
	background-color: #fff;
}
.homePage #experience {
	background-color: #e9e9e9;
}
.homePage #service {
	background-color: #fff;
}
.homePage #service .thumb {
	margin-top: 20px;
	margin-bottom: 60px;
}
.homePage #getStarted {
	background-color: #E87722;
}
.homePage #getStarted .thumb {
	margin-top: 20px;
	margin-bottom: 45px;
}
.homePage #getStarted .thumb img {
	width: 220px;
	height: 159px;
}
.homePage #getStarted h2, .homePage #getStarted p {
	color: #fff;
}
.homePage #getStarted h2 span {
	font-style: oblique;
}
.homePage #getStarted .moreInfo a {
	padding: 10px 20px;
	border: 1px solid #fff;
	background-color: #1B365D;
	color: #fff;
	font-size: 18px;
}
.homePage #getStarted .moreInfo a:hover {
	border: 1px solid #1B365D;
	background-color: #fff;
	color: #E87722;
}
.arrow {
	position: absolute;
	display: none;
	top: -70px;
	width: 80px;
	height: 100px;
}
.arrow.pointLeft.orange {
	background: url(../images/orange2_left.png) no-repeat;
}
.arrow.pointRight.orange {
	background: url(../images/orange2_right.png) no-repeat;
}
.arrow.pointLeft.blue {
	background: url(../images/blue2_left.png) no-repeat;
}
.arrow.pointRight.blue {
	background: url(../images/blue2_right.png) no-repeat;
}
#design .arrow {
	right: 330px;
}
#experience .arrow {
	left: -90px;
}
#service .arrow {
	right: 200px;
}
#getStarted .arrow {
	left: -90px;
}
/* ------------------------------ DESIGNS ------------------------------ */
.designsPage .columns {
	margin-bottom: 0px;
}
.designsPage .columns > li:first-child {
	margin-left: 140px;
}
.samples {
	margin: 0;
	padding: 0;
	list-style:none;
}
.samples li {
	float: left;
	margin: 15px;
	text-align: center;
}
.samples li {
	width: 275px;
}
.samples h3 {
	margin-bottom: 10px;
	color: #E87722;
	font-size: 16px;
}
.samples img {
	width: 265px;
	border: 5px solid #e9e9e9;
}
/* ------------------------------ CUSTOM DESIGN ------------------------------ */
.customdesignPage .coreContent.section .wrap {
	padding-bottom: 0px;
}
.customdesignPage .coreContent h2 {
	margin-bottom: 30px;
}
.customdesignPage .coreContent h3, .customdesignPage .coreContent p {
	margin-top: 0;
}
.customdesignPage .coreContent h3 {
	margin-bottom: 5px;
}
.customdesignPage ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style:none;
}
.customdesignPage ul + ul {
	/*border-top: 1px solid #ddd;
	padding-top: 40px;*/
	padding-top: 20px;
}
.customdesignPage li {
	padding-bottom: 5px;
}
.customdesignPage .thumb {
	/*background-color: #ddd;*/
}
.customdesignPage .oneColumn .thumb {
	width: 300px;
}
.customdesignPage .twoColumns li, .customdesignPage .threeColumns li {
	float: left;
}
.customdesignPage .twoColumns li {
	width: 440px;
	margin: 0 0 30px 0;
}
.customdesignPage .twoColumns .column2 {
	margin-left: 35px;
}
.customdesignPage .twoColumns .thumb, .customdesignPage .twoColumns iframe {
	width: 440px;
	height: 248px;
	margin-top: -5px;
	margin-bottom: 0;
}
.customdesignPage .twoColumns .thumb.small {
	float: left;
	width: 110px;
	height: 75px;
	margin-top: 0;
	margin-right: 15px;
}
.customdesignPage .threeColumns li {
	width: 275px;
	margin: 0 30px 30px 0;
}
.customdesignPage .threeColumns .column1 {
	margin-left: 0px;
}
.customdesignPage .threeColumns .thumb, .customdesignPage .threeColumns iframe {
	width: 275px;
	height: 155px;
	margin-top: -5px;
	margin-bottom: 0;
}
/* ------------------------------ FEATURES & PAYMENTS ------------------------------ */
.paymentsPage #video {
	background-color: #008b5b;
}
.paymentsPage #video h3, .introducing-paymentsPage h3, .vip-paymentsPage h3, .payments-faqPage h3 {
	font-size: 20px;
}
.featuresPage .coreContent.section .wrap, .paymentsPage .coreContent.section .wrap, .introducing-paymentsPage .coreContent.section .wrap, .vip-paymentsPage .coreContent.section .wrap, .payments-faqPage .coreContent.section .wrap, .diocesan-sharingPage .coreContent.section .wrap, .icscPage .coreContent.section .wrap, .diocesePage .coreContent.section .wrap, .ourcatholicstoryPage .coreContent.section .wrap {
	padding-bottom: 0px;
}
.featuresPage .coreContent h2, .paymentsPage .coreContent h2, .introducing-paymentsPage .coreContent h2, .vip-paymentsPage .coreContent h2, .payments-faqPage .coreContent h2, .diocesan-sharingPage .coreContent h2, .beta-groupPage .coreContent h2, .icscPage .coreContent h2, .diocesePage .coreContent h2, .ourcatholicstoryPage .coreContent h2 {
	margin-bottom: 30px;
}
.featuresPage .coreContent h3, .featuresPage .coreContent p, .paymentsPage .coreContent h3, .paymentsPage .coreContent p, .introducing-paymentsPage .coreContent h3, .introducing-paymentsPage .coreContent p, .vip-paymentsPage .coreContent h3, .vip-paymentsPage .coreContent p, .payments-faqPage .coreContent h3, .payments-faqPage .coreContent p, .diocesan-sharingPage .coreContent h3, .diocesan-sharingPage .coreContent p, .icscPage .coreContent h3, .icscPage .coreContent p, .diocesePage .coreContent h3, .diocesePage .coreContent p, .ourcatholicstoryPage .coreContent h3, .ourcatholicstoryPage .coreContent p {
	margin-top: 0;
}
.featuresPage .coreContent h3, .paymentsPage .coreContent h3, .introducing-paymentsPage .coreContent h3, .vip-paymentsPage .coreContent h3, .payments-faqPage .coreContent h3, .diocesan-sharingPage .coreContent h3, .icscPage .coreContent h3, .diocesePage .coreContent h3, .ourcatholicstoryPage .coreContent h3 {
	margin-bottom: 5px;
}
.payments-faqPage .coreContent h3 {
	margin-top: 30px;
	margin-bottom: 15px;
}
.featuresPage ul, .paymentsPage ul, .introducing-paymentsPage ul, .vip-paymentsPage ul, .diocesan-sharingPage ul, .beta-groupPage ul, .icscPage ul, .diocesePage ul, .ourcatholicstoryPage ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style:none;
}
.featuresPage ul + ul, .paymentsPage ul + ul, .introducing-paymentsPage ul + ul, .vip-paymentsPage ul + ul, .diocesan-sharingPage ul + ul, .icscPage ul + ul, .diocesePage ul + ul, .ourcatholicstoryPage ul + ul {
	border-top: 1px solid #ddd;
	padding-top: 40px;
}
.featuresPage li, .paymentsPage li, .introducing-paymentsPage li, .vip-paymentsPage li, .payments-faqPage li, .diocesan-sharingPage li, .beta-groupPage li, .icscPage li, .diocesePage li, .ourcatholicstoryPage li {
	padding-bottom: 5px;
}
.featuresPage .thumb {
	/*background-color: #ddd;*/
}
.paymentsPage .thumb {
	/*background-color: #ddd;*/
}
.featuresPage .oneColumn .thumb, .paymentsPage .oneColumn .thumb {
	width: 300px;
}
.featuresPage .twoColumns li, .featuresPage .threeColumns li, .paymentsPage .twoColumns li, .paymentsPage .threeColumns li, .icscPage .twoColumns li, .icscPage .threeColumns li, .diocesePage .twoColumns li, .diocesePage .threeColumns li {
	float: left;
}
.featuresPage .twoColumns li, .paymentsPage .twoColumns li {
	width: 440px;
	margin: 0 0 30px 0;
	position: relative;
}
.featuresPage .twoColumns .column2, .paymentsPage .twoColumns .column2 {
	margin-left: 35px;
}
.featuresPage .twoColumns .thumb, .featuresPage .twoColumns iframe, .paymentsPage .twoColumns .thumb, .paymentsPage .twoColumns iframe {
	width: 440px;
	height: 248px;
	margin-top: -5px;
	margin-bottom: 0;
}
.paymentsPage .twoColumns .thumb {
	height: auto;
}
.paymentsPage .twoColumns .playVideo .thumb {
	opacity: .90;
}
.paymentsPage .twoColumns .playVideo .thumb:hover {
	opacity: 1;
}
.featuresPage .twoColumns .thumb.small, .paymentsPage .twoColumns .thumb.small {
	float: left;
	width: 110px;
	height: 75px;
	margin-top: 0;
	margin-right: 15px;
}
.featuresPage .threeColumns li, .paymentsPage .threeColumns li, .icscPage .threeColumns li, .diocesePage .threeColumns li {
	width: 275px;
	margin: 0 30px 30px 0;
}
.featuresPage .threeColumns .column1, .paymentsPage .threeColumns .column1, .icscPage .threeColumns .column1, .diocesePage .threeColumns .column1 {
	margin-left: 0px;
}
.featuresPage .threeColumns .thumb, .featuresPage .threeColumns iframe, .paymentsPage .threeColumns .thumb, .paymentsPage .threeColumns iframe, .icscPage .threeColumns .thumb, .icscPage .threeColumns iframe, .diocesePage .threeColumns .thumb, .diocesePage .threeColumns iframe {
	width: 275px;
	height: 155px;
	margin-top: -5px;
	margin-bottom: 0;
}

.introducing-paymentsPage iframe, .vip-paymentsPage iframe, .payments-faqPage iframe, .diocesan-sharingPage iframe, .icscPage iframe, .diocesePage iframe, .ourcatholicstoryPage iframe {
	width: 915px;
	height: 514px;
}
.mc-field-group {
	float: left;
	margin: 0px 15px 15px 0;
}
#mc_embed_signup .button {
	margin-top: 18px;
	padding: 8px 30px 32px 30px;
}
.introducing-paymentsPage #mc_embed_signup div.mce_inline_error, .beta-groupPage #mc_embed_signup div.mce_inline_error, .icscPage #mc_embed_signup div.mce_inline_error, .diocesePage #mc_embed_signup div.mce_inline_error {
	padding: 2px 5px;
	background-color: transparent;
	color: #C00;
}
.introducing-paymentsPage #mc_embed_signup input.mce_inline_error, .beta-groupPage #mc_embed_signup input.mce_inline_error, .icscPage #mc_embed_signup input.mce_inline_error, .diocesePage #mc_embed_signup input.mce_inline_error {
	border-color: #C00;
}
#mc_embed_signup .response {
	padding-bottom: 15px;
	color: #008b5b;
	font-family: "open_sansregular", Helvetica, Arial, sans-serif;
}

.transactionPricing {
	text-align: center;
}
.transactionPricing li {
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 15px 25px 15px 25px;
	border-radius: 100px;
	background-color: #f2f2f2;
}
.transactionPricing .approximately {
	display: block;
	padding: 8px 30px 0px 30px;
	font-size: 12px;
}
.transactionPricing .transactionType {
	display: block;
	margin-top: 25px;
	color: #1B365D;
	font-family: "open_sansregular", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.transactionPricing .number {
	position: relative;
	font-size: 72px;
	line-height: 1;
	letter-spacing: -5px;
	color: #E87722;
}
.transactionPricing .number:after {
	content: "%";
	position: absolute;
	top: 35px;
	font-size: 28px;
}
.transactionPricing .perTransaction {
	display: block;
	padding: 5px 30px;
	font-size: 12px;
}
.BluePayMonthly {
	width: 325px;
	max-width: 90%;
	margin: 15px auto;
	padding: 15px 15px;
	font-size: 14px;
	text-align: center;
}
.BluePayMonthly .title {
	display: block;
	margin-top: 10px;
	padding-bottom: 3px;
	color: #1B365D;
	font-family: "open_sansregular", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.pricingLearnMoreButton a {
	display: block;
	width: 450px;
	max-width: 90%;
	margin: 0px auto 30px auto;
	padding: 15px;
	border-radius: 5px;
	background-color: #E7ECF4;/*#1B365D;*/
	color: #1B365D;
	font-family: "open_sansregular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}
.detailedPricing {
	display: none;
}


.paymentsPage .pricing .twoColumns > li:first-child:after {
	content: "+";
	position: absolute;
	top: 190px;
  	left: 400px;
	font-size: 96px;
	color: #1B365D;
}
.paymentsPage .eCPlogo {
	padding: 15px 0 0 0;
	text-align: center;
}
.eCPrate {
	margin: 0 0 30px 0;
	font-size: 150px;
	color: #E87722;
	line-height: 1;
	text-align: center;
}
.eCPrate .number {
	letter-spacing: -10px;
}
.eCPrate .percentage, .eCPrate .perTransaction {
	font-family: "JennaSue_regular";
	font-size: 36px;
}
.eCPrate .percentage {
	vertical-align: middle;
}
.eCPrate .perTransaction {
	display: block;
}
.eCPincludes {
	margin: 0 50px;
	text-align: center;
}
.paymentsPage .pricing .column2 h4, .paymentsPage .pricing .column2 ul, .paymentsPage .BluePayLogo {
	margin: 0px 50px;
}
.paymentsPage .pricing .column2 h4 {
	padding: 10px;
	background-color: #3477a7;
	font-size: 18px;
	color: #fff;
}
.paymentsPage .pricing .column2 ul, .paymentsPage .BluePayLogo {
	padding: 15px 0;
	background-color: #f8f8f8;
}
.paymentsPage .pricing .column2 li {
	float: none;
	width: auto;
	margin: 0px 15px;
}
.paymentsPage .pricing .column2 .details {
	display: block;
	padding-top: 5px;
	font-size: 14px;
}
.paymentsPage .BluePayLogo {
	text-align: center;
}
.paymentsPage .BluePayLogo img {
	width: 200px;
}
.paymentsPage .button, .payments-faqPage .button {
	margin: 15px auto;
	padding: 15px 30px;
	font-size: 20px;
}
.paymentsPage .button.faq, .payments-faqPage .button.features {
	background-color: #ddd;
	color: #1B365D;
}
.paymentsPage .button.faq:hover, .payments-faqPage .button.features:hover {
	background-color: #ccc;
}
.paymentsPage .limitedOffer {
	color: #E87722;
	font-style: italic;
}
.pci-instructionsPage p {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ddd;
}
.pci-instructionsPage img {
	max-width: 100%;
}
.BookmarkLink {
	color: #fff;
}
/* ------------------------------ CONTACT US ------------------------------ */
.aggie100 {
	width: 150px;
}
/* ------------------------------ TESTIMONIALS ------------------------------ */
.testimonials, .testimonials li {
	margin: 0;
	padding: 0;
	list-style:none;
}
.testimonials li {
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
.testimonials li:first-child {
	padding-top: 0px;
	border-top: none;
}
.testimonials li:last-child {
	margin-bottom: 0px;
}
.testimonials img {
	float: left;
	max-width: 250px;
	max-height: 250px;
}
.testimonials .info {
	float: right;
	width: 625px;
}
.testimonials h3 {
	margin-bottom: 5px;
}
.testimonials h4, .testimonials a {
	font-family: "open_sansregular", Helvetica, Arial, sans-serif;
}
.testimonials .link {
	margin-bottom: 0px;
}
/* ------------------------------ TRIAL AND PURCHASE AND PAYMENTS SIGNUP AND UPDATE CARD AND CANCEL ------------------------------ */
.trialPage #content1 h3, .purchasePage #content1 h3, .payments-signupPage #content1 h3, .updatecardPage #content1 h3, .cancelPage #content1 h3 {
	margin: 30px 0 15px 0;
}
.trialPage #content1 button, .purchasePage #content1 button, .payments-signupPage #content1 button, .updatecardPage #content1 button, .cancelPage #content1 button {
	margin: 30px 0 15px 15px;
	font-family: "open_sansregular", Helvetica, Arial, sans-serif;
	font-size: 20px;
}
.loadingCreateTrial {
	display: none;
}
.loadingText, .loadingText2 {
	text-align: center;
}
.loadingText {
	color: #E87722;
	font-size: 20px;
}
.loadingImage {
	margin-top: 30px;
	text-align: center;
}
.loadingImage img {
	width: 50px;
}
.viewNewWebsite {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.viewNewWebsite a {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
	border: 1px solid #E87722;
	color: #E87722;
	font-size: 14px;
	text-transform: uppercase;
}
.viewNewWebsite a:hover {
	background-color: #E87722;
	color: #fff;
	text-decoration: none;
}
.signup-progress, .signup-progress li {
	margin: 0;
	padding: 0;
	list-style:none;
	text-align: center;
}
.signup-progress li {
	display: inline-block;
	margin: 0px 30px;
	font-size: 20px;
	color: #DDD;
}
.signup-progress li.active {
	color: #1B365D;
}
.signup-progress li span {
	display: block;
	font-size: 40px;
}
/* ------------------------------ FAQ AND HELP ------------------------------ */
#helpSearch {
	float: left;
}
#helpVersion {
	float: right;
}
#helpVersion a {
	display: inline-block;
	padding: 5px 10px;
	margin-left: 10px;
	border: 1px solid #bbb;
	color: #999;
	font-size: 14px;
}
#helpVersion a:hover {
	border: 1px solid #E87722;
	color: #E87722;
	text-decoration: none;
}
#helpVersion a.selected {
	border: 1px solid #1B365D;
	background-color: #1B365D;
	color: #fff;
}
.faqPage #content1 h3, .helpPage #content1 h3 {
	border: 1px solid #E6E6E6;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 12px 10px;
	background-color:#E6E6E6;
}
.faqPage #content1 h3 a, .helpPage #content1 h3 a {
	color: #1B365D;
}
.faqPage #content1 h3 a:hover, .helpPage #content1 h3 a:hover {
	color: #E87722;
	text-decoration: none;
}
.faqPage #content1 ul, .helpPage #content1 ul {
	margin: 0; 
	padding:0; 
	list-style:none;
}
.faqPage #content1 li, .helpPage #content1 li {
	padding: 12px 10px;
	border: 1px solid #E6E6E6;
	border-top: 0;
}
.faqPage #content1 li span, .helpPage #content1 li span {
	cursor: pointer;
}
.faqPage #content1 li.row2, .helpPage #content1 li.row2 {
	background-color: #F4F4F4;
}
.faqPage #content1 li li, .helpPage #content1 li li {
	border: 0;
	font-size: 14px;
}
.faqPage #content1 li span:hover, .helpPage #content1 li span:hover {
	color: #F26B22;
}
.helpPage #content1 .playVideo {
	color: #707070;
}
.helpPage #content1 .playVideo:hover {
	color: #E87722;
	text-decoration: none;
}
.videoIcon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(images/icon-play-button.png) no-repeat 0px 0px;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 5px;
}
.playVideo:hover .videoIcon {
	background: url(images/icon-play-button.png) no-repeat 0px -20px;
}
/* ------------------------------ OUR STORY ------------------------------ */
.ourstoryPage #content1 img {
	margin-top: 15px;
}
/* ------------------------------ MEET THE TEAM ------------------------------ */
.meettheteamPage h1 {
	clear: both;
}
.teamMember {
	clear: both;
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
.teamMember:first-child {
	padding-top: 0px;
	border: none;
}
.teamMember:last-child {
	margin-bottom: 0px;
}
/* ------------------------------ FACEBOOK BANNERS ------------------------------ */
.banners {
	margin: 30px 0;
	text-align: center;
}
/* ------------------------------ JOIN OUR TEAM ------------------------------ */
.joinourteamPage .coreContent h2 {
	margin: 30px 0 25px 0;
	padding-top: 30px;
	border-top: 1px dashed #ddd;
}
.joinourteamPage .coreContent h3 {
	margin-top: 25px;
}
.joinourteamPage img {
	max-width: 100%;
}
/* ------------------------------ UPGRADE TO ECATHOLIC 5 ------------------------------ */
.upgrade5Page .coreContent h2, .upgrade5requestPage .coreContent h2, .upgrade5startoverPage .coreContent h2 {
	margin-bottom: 30px;
}
.upgrade5Page .coreContent h3 {
	padding-top: 20px;
	border-top: 1px dashed #ddd;
}
.upgrade5requestPage .coreContent h3 {
	/*padding-top: 20px;*/
}
.upgrade5requestPage .coreContent h3, .upgrade5startoverPage .coreContent h3 {
	margin: 30px 0 15px 0;
}
.upgrade5requestPage .coreContent button, .upgrade5startoverPage .coreContent button {
	margin: 30px 0 15px 15px;
	font-family: "open_sansregular", Helvetica, Arial, sans-serif;
	font-size: 20px;
}
.upgrade5Page .coreContent p, .upgrade5Page .coreContent ul, .upgrade5Page .coreContent ol {
	margin-left: 30px;
}
.upgrade5Page li {
	padding-bottom: 10px;
}
.upgrade5Page a.playVideo, .upgrade5Page a.viewThemes  {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #E87722;
	color: #E87722;
}
.upgrade5Page a.playVideo:hover, .upgrade5Page a.viewThemes:hover {
	background-color: #E87722;
	color: #fff;
	text-decoration: none;
}
.upgrade5Page a.viewThemes {
	margin-top: 5px;
}
.upgrade5Page .button {
	margin-top: 15px;
}
/* ------------------------------ THEMES ------------------------------ */
.themesPage .coreContent ul {
	margin: 0; 
	padding:0; 
	list-style:none;
}
.themesPage .coreContent .largeThumb {
	margin-bottom: 30px;
}
.themesPage .coreContent li ul {
	float: right;
	width: 525px;
}
.themesPage .coreContent li li {
	float: left;
	width: 145px;
	margin: 0 15px 15px 15px;
}
.themesPage .coreContent li li img {
	width: 145px;
	border: 5px solid #e9e9e9;
}
.themesPage .coreContent h2 {
	margin-bottom: 25px;
	padding-top: 30px;
	border-top: 1px dashed #ddd;
}
.themesPage .coreContent h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* ------------------------------ FOOTER ------------------------------ */
#footer {
	background-color: #fff;
	box-shadow: 0px -2px 5px -2px #aaa;
	-webkit-box-shadow: 0px -2px 5px -2px #aaa;
}
#footerNav ul {
	margin: 0px;
	padding: 0px;
}
#footerNav > ul > li {
	float: left;
	margin: 30px 28px;
}
#footerNav a, #footerNav span {
	display: block;
	padding: 2px 0;
	color: #707070;
}
#footerNav a:hover {
	color: #E87722;
	text-decoration: none;
}
#footerNav span {
	color: #1B365D;
}
#copyright {
	padding-bottom: 30px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
#copyright a {
	color: #999;
}
#copyright a:hover {
	color: #E87722;
	text-decoration: none;
}
.trademark {
	vertical-align: super;
	font-size: 10px;
}
/* ------------------------------ COLORBOX ------------------------------ */
#cboxOverlay{
	background: none;
	background-color: #fff;
}
#colorbox{outline:0;}
#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter, #cboxTitle, #cboxClose {
	display: none;
	width: 0;
	height: 0;
}
#cboxContent{
	background:#000;
}
.cboxIframe{
	background:#444;
}
#cboxLoadedContent{
	margin-bottom:0px;
}
/* ------------------------------ CLEARFIX HACK ------------------------------ */
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
*:first-child+html .group { zoom: 1; } /* IE7 */




@media (max-width: 800px) {
	body {
		/*width: 320px;
		max-width: 320px;*/
		background-color: #fff;
	}
	.wrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#header .wrap, #header #brands span {
		width: 100%;
	}
	#logo {
		float: none;
		margin: 15px auto 10px auto;
	}
	#nav {
		float: none;
		margin-top: 0px;
	}
	#nav ul {
		text-align: center;
	}
	#nav li {
		float: none;
		display: inline-block;
		text-align: center;
	}
	#nav li a, #nav li a:first-child {
		margin-left: auto;
	}
	#nav li a {
		padding: 3px 10px;
	}
	#nav li a.getStarted {
		margin: 10px auto 15px auto;
	}
	h2 {
		font-size: 28px;
	}
	#video {
		height: auto;
		padding-top: 30px;
	}
	#video h2 {
		font-size: 26px;
	}
	#video h3 {
		font-size: 12px;
		line-height: 150%;
	}
	#video #playButton {
		width: 60px;
		height: 60px;
		background-size: 60px 60px;
	}
	#video #playButton:hover {
		opacity: 1;
	}
	.homePage .thumb, .homePage .content {
		float: none;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.homePage .thumb img {
		max-width: 100%;
	}
	.homePage .content {
		padding-left: 10px;
		padding-right: 10px;
	}
	.homePage .moreInfo {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.homePage .testimonial {
		font-size: 20px;
	}
	.homePage .testimonial p {
		line-height: 125%;
	}
	.homePage .testimonial .author {
		margin-top: 7px;
		font-size: 14px;
		line-height: none;
	}
	.homePage #service .thumb, .homePage #getStarted .thumb {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	#pageTitle {
		height: auto;
		padding-top: 40px;
	}
	#pageTitle h3 {
		line-height: 140%;
	}
	#pageTitle p {
		margin-bottom: 0;
	}
	.coreContent.section .wrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	.coreContent.section + .coreContent.section .wrap {
		padding-top: 30px;
		border-top: 1px dashed #ddd;
	}
	.section .columns > li, .samples li {
		float: none;
		margin: 30px auto 0 auto;
	}
	.section .columns .columnOR {
		margin-top: 10px;
		margin-bottom: -15px;
	}
	.columns .price, .columns .number {
		margin-right: -10px;
	}
	.designsPage .columns > li:first-child {
		margin-left: auto;
	}
	.featuresPage .oneColumn .thumb, .paymentsPage .oneColumn .thumb {
		width: 100%;
		max-width: 300px;
	}
	.featuresPage .twoColumns li, .paymentsPage .twoColumns li {
		width: auto;
	}
	.featuresPage .twoColumns .column2, .paymentsPage .twoColumns .column2 {
		margin-left: 0;
	}
	.featuresPage .twoColumns .thumb, .featuresPage .twoColumns iframe, .paymentsPage .twoColumns .thumb, .paymentsPage .twoColumns iframe {
		width: 100%;
		max-width: 440px;
		height: auto;
		max-height: 248px;
		min-height: 160px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.featuresPage .twoColumns .thumb.small, .paymentsPage .twoColumns .thumb.small {
		width: auto;
		max-width: 110px;
		height: auto;
		min-height: initial;
	}
	.featuresPage .threeColumns li, .paymentsPage .threeColumns li, .icscPage .threeColumns li, .diocesePage .threeColumns li {
		width: auto;
		margin-right: 0;
	}
	.featuresPage .threeColumns .thumb, .paymentsPage .threeColumns .thumb, .icscPage .threeColumns .thumb, .diocesePage .threeColumns .thumb {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.featuresPage #content4 .twoColumns li, .featuresPage #content5 .threeColumns li, .featuresPage #content7 .threeColumns li, .icscPage #content2 .threeColumns li, .diocesePage #content2 .threeColumns li {
		margin-bottom: 5px;
	}
	.featuresPage #content6 .twoColumns li {
		margin-bottom: 10px;
	}
	.introducing-paymentsPage iframe, .vip-paymentsPage iframe, .payments-faqPage iframe, .diocesan-sharingPage iframe, .icscPage iframe, .diocesePage iframe, .ourcatholicstoryPage iframe {
		width: 700px;
		height: 393px;
	}
	.paymentsPage .twoColumns li {
		width: auto;
	}
	.paymentsPage .eCPlogo img {
		max-width: 95%;
	}
	.paymentsPage .pricing .column2 h4 {
		margin: 0px auto;
		min-width: 280px;
		max-width: 380px;
	}
	.paymentsPage .pricing .column2 ul, .paymentsPage .BluePayLogo {
		margin: 0px auto;
		min-width: 300px;
		max-width: 400px;
	}
	.paymentsPage .pricing .twoColumns > li:first-child:after {
		display: none;
	}
	.signup-progress li:first-child {
		margin-bottom: 15px;
	}
	.contactPage .thumb.right.aggie100 {
		margin: 30px auto;
	}
	.customdesignPage .oneColumn .thumb {
		width: 100%;
		max-width: 300px;
	}
	.customdesignPage .twoColumns li {
		width: auto;
	}
	.customdesignPage .twoColumns .column2 {
		margin-left: 0;
	}
	.customdesignPage .twoColumns .thumb, .customdesignPage .twoColumns iframe {
		width: 100%;
		max-width: 440px;
		height: auto;
		max-height: 248px;
		min-height: 160px;
	}
	.customdesignPage .twoColumns .thumb.small {
		width: auto;
		max-width: 110px;
		height: auto;
		min-height: initial;
	}
	.customdesignPage .threeColumns li {
		width: auto;
		margin-right: 0;
	}
	.customdesignPage #content4 .twoColumns li, .customdesignPage #content5 .threeColumns li, .customdesignPage #content7 .threeColumns li {
		margin-bottom: 5px;
	}
	.customdesignPage #content6 .twoColumns li {
		margin-bottom: 10px;
	}
	.testimonials img {
		float: none;
		margin-bottom: 20px;
	}
	.testimonials .info {
		width: auto;
	}
	input, select, textarea {
		width: 250px;
	}
	.quickflipPage .thumb {
		margin-left: 15px;
		margin-bottom: 15px;
		max-width: 40%;
	}
	.ourstoryPage #content1 img {
		max-width: 100%;
	}
	.meettheteamPage .thumb.right, .contactPage .thumb.right {
		display: block;
		float: none;
		margin-left: 0;
		margin-bottom: 15px;
		max-width: 100%;
	}
	#helpVersion, #helpSearch {
		float: none;
		margin-left: 0;
	}
	#helpVersion a {
		margin: 0 10px 20px 0;
	}
	input#search {
		width: 150px;
	}
	.facebookbannersPage .banners img {
		max-width: 100%;
	}
	.themesPage .coreContent ul {
		text-align: center;
	}
	.themesPage .coreContent li ul {
		float: none;
		width: auto;
	}
	.themesPage .coreContent li li {
		float: none;
		display: inline-block;
	}
	.themesPage .coreContent .largeThumb {
		max-width: 90%;
	}
	#footerNav > ul > li {
		display: block;
		float: none;
		margin: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #ddd;
		font-family: open_sansregular;
	}
	#footerNav li {
		display: inline-block;
		padding: 2px 10px;
		font-family: open_sanslight;
		text-align: center;
	}
	#copyright {
		padding-top: 20px;
	}
}

@media (max-width: 400px) {
	.introducing-paymentsPage iframe, .vip-paymentsPage iframe, .payments-faqPage iframe, .diocesan-sharingPage iframe, .icscPage iframe, .diocesePage iframe, .ourcatholicstoryPage iframe {
		width: 350px;
		height: 197px;
	}
	#brands span a {
		width: 50%;
		padding: 10px 0;
		text-align: center;
	}
}