/** CHECKOUT STLYES **/
.page-template-page-checkout-form,
.page-template-page-checkout-confirmation,
.page-template-page-checkout-account-status,
.page-template-page-checkout-discounts,
.page-template-page-checkout-liability {
	background:#1b1b1b;
}
.ie-checkout-body {
	height:auto;
	width:100%;
	color:#fff;
	padding-bottom: 50px;
}
.checkout-header {
	margin-top:30px;
}
.checkout-logo {
	width: 214px;
    margin-top: -12px;
}
.security-logos {
	width:312px;
}
.checkout-page-title {
	font-weight:700;
	font-size:3em;
	margin-bottom:40px;
}
.checkout-progress-wrapper {
	width:100%;
	position:relative;
	height: 132px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.checkout-progress-1 {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100px;
	opacity:.3;
}
.checkout-progress-2 {
	display:block;
	position:absolute;
	left: 50%;
    width: 100px;
    margin-left: -50px;
	top:0;
	opacity:.3;
}
.checkout-progress-3 {
	display:block;
	position:absolute;
	right:0;
	width:100px;
	top:0;
	opacity:.3;
}
.checkout-progress-heading {
	color: #fff;
    text-align: center;
    font-size: .9em;
    font-weight: 600;
    margin-top: 6px;
}
.checkout-progress-spacer {
	position: absolute;
	border-bottom:3px solid #D60409;
	width: 15%;
    top: 50px;
}
.checkout-progress-spacer.spacer-left {
	left: 120px;
	opacity:.3;
}
.checkout-progress-spacer.spacer-right {
    right: 120px;
    opacity:.3;
}
.checkout-progress-active {
	opacity:1 !important;
}
.checkout-panel {
	background:#fff;
	border-radius: 10px;
	padding:50px;
	color:#1A1A1A;
}
.checkout-panel-continue {
	padding:50px;
}
.checkout-account-status-inner-title {
	font-size: 2.5em;
    font-weight: 700;
    margin-bottom:25px;
}
.checkout-account-status-inner-title.title-dark {
	color:#1A1A1A;
}
.checkout-account-status-inner-title.title-light {
	color:#dfdfdf;
}
.checkout-panel h3,
.checkout-panel h2 {
	color:#2d2d2d;
	font-weight:700;
	margin-bottom: 30px;
}
.checkout-panel h3 {
	font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 20px;
}
.checkout-panel p {
	color:#757575;
	font-weight:500;
	font-size:1.4em;
}
.margin-bottom-row {
	margin-bottom:30px;
}

.yes-no-wrapper {
	width:100%;
	text-align:center;
	margin:30px 0;
	overflow:auto;
}

.yes-box {
	width:49%;
	height:auto;
	padding:10px;
	border:1px solid #cccccc;
	color:#0285FF;
	font-size:2em;
	font-weight:900;
	float:left;
	margin-right:1%;
	border-radius: 1rem;
	background:#f6f6f6;
	cursor: pointer;
}

.no-box {
	width:49%;
	height:auto;
	padding:10px;
	border:1px solid #cccccc;
	color:#0285FF;
	font-size:2em;
	font-weight:900;
	float:right;
	margin-left:1%;
	border-radius: 1rem;
	background:#f6f6f6;
	cursor: pointer;
}

.yes-box:hover,
.no-box:hover {
	border-color:#b3d3ff;
    color: #78bdff;
    background: #eaf3ff;
}

.yes-box.active,
.no-box.active {
	background:#006bff;
	border-color:#0058d2;
	color:#fff;
}

.btn-wrap {
	height: 3em;
	width:100%;
}

.btn-wrap a {
	width:40%;
	float:right;
}

.pricing-modern-box-bullets {
	color:#757575;
	position:relative;
}

.pricing-modern-box-bullets ul {
	list-style: none;
	padding-left: 5px;
}

.pricing-modern-box-bullets ul li {
    background:url(../images/check.svg) no-repeat 0 50%;
    padding-left: 25px;
    margin-bottom:8px;
}
#payment-page-content .checkout-panel {
	padding:30px;
}
.s2member-pro-stripe-form-section-title {
	font-family: 'Roboto', sans-serif !important;
	font-weight:900;
}
.s2member-pro-paypal-form-section-title {
	font-family: 'Roboto', sans-serif !important;
	font-weight:900;
}
.checkout-final-total {
	font-size:3em;
}
.checkout-final-pay-submit {
	width:100%;
	margin-top:20px;
}
#s2member-pro-stripe-checkout-form-submission-section {
	display:none;
}
.policy-top {
	margin-top:40px;
}
.receipt-table {
	font-size: 121%;
}
.payment-next-steps {
	margin-top:40px;
}
.payment-next-steps h2 {
	margin-bottom:40px;
}
.payment-credentials {
	margin-top:40px;
}
.payment-credentials-title {
	margin-bottom:40px;
}
.payment-credentials-wrapper h6 {
	font-weight:600;
	margin-bottom:0;
}
.payment-credentials-wrapper h2 {
	font-weight:400;
	margin-top:0;
	margin-bottom:20px;
}
.payment-credentials p {
    color: #333333;
    font-weight: 400;
    font-size: 1.2em;
}
.payment-credentials-wrapper {
	margin: 15px 0;
}
.checkout-error-large {
	font-size: 2em;
	color: #ca3030;
}

.success-checkmark {
    margin: 0 auto 20px auto;
}

#print-receipt {
	color:#fff !important;
	margin-bottom: 15px;
}

#checkout-main {
	margin-bottom:15px;
}

.credential-warning {
	padding:20px 0;
}

#discount-hidden-form {
	display:none;
}

.text-smaller {
	font-size:90% !important;
}

.initials-block {
	margin-bottom:20px;
}

.more-info {
	font-size: 70% !important;
    margin-top: -16px;
    margin-bottom: 18px;
}

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

/* CHECKMARK ANIMATION */

.checkmark {
  width: 150px;
  margin: 0 auto;
  padding-top: 10px;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
  -webkit-animation: dash 2s ease-in-out;
}

.spin {
  animation: spin 5s;
  -webkit-animation: spin 5s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

@-webkit-keyframes dash {
 0% {
   stroke-dashoffset: 1000;
 }
 100% {
   stroke-dashoffset: 0;
 }
}

@keyframes dash {
 0% {
   stroke-dashoffset: 1000;
 }
 100% {
   stroke-dashoffset: 0;
 }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* CHECKMARK ANIMATION END */


@media (min-width: 1200px) and (max-width: 1619px) {
	.checkout-progress-spacer {
	    width: 15%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.checkout-progress-spacer {
	    width: 9%;
	}
	#checkout-sidebar-sticky .pricing-modern-box-bullets {
	    font-size: 100%;
	}
	.checkout-panel h3,
	.checkout-panel h2 {
	    font-size: 183%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.checkout-progress-1 {
	    width: 85px;
	}
	.checkout-progress-2 {
	    width: 85px;
	}
	.checkout-progress-3 {
	    width: 85px;
	}
	.checkout-progress-spacer {
	    width: 8%;
	    top: 44px;
	}

}


@media (max-width: 767px) {
	.checkout-logo {
	    width: 163px;
	}
	.security-logos {
	    width: 143px;
	}
	.checkout-progress-heading {
	    font-size: .6em;
	}
	.checkout-progress-icon {
	    padding: 15px;
	    padding-bottom: 0;
	}
	.checkout-progress-spacer {
	    display:none;
	}
	.checkout-progress-wrapper {
	    width: 100%;
	    position: relative;
	    height: 117px;
	    margin-top: 5px;
	    margin-bottom: 10px;
	}
	.column {
		height:auto !important;
	}
	.btn-wrap a {
		width:100%;
		float:none;
	}
}

/** END CHECKOUT STLYES **/