
.page .section + .section {
	margin-top: 0;
}


html * + .section {
	margin-top: 0;
}


.section-checkout-question-top {
	padding-top: 40px;
	padding-bottom: 15px;
}

@media (max-width: 600px) {
	.section-checkout-question-top {
		padding-top: 20px;
	}
}




.section-checkout-question-other {
	padding-top: 40px;
	padding-bottom: 15px;
}


@media (min-width: 768px) {
	.section-checkout-question-other {
		padding-top: 50px;
		padding-bottom: 20px;
	}
}


/*
*
* Text Alignment
* 
*/
.text-left {
	text-align: left;
}



.checkout-question-font2 {
  display: inline;
  line-height: 1.27;
  padding-bottom: 0px;
  font-size: 23px;
  font-weight: 500;  
  color: #042b52;
  /*color: #333333; */
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
}

@media (min-width: 400px) {
	.checkout-question-font2 {
		font-size: 23px;
		font-family: Helvetica, Arial, sans-serif;
		display: inline;
  		line-height: 1.27;
  		padding-bottom: 0px;
  		color: #042b52;
  		font-weight: 500;  
		font-style: normal;
	}
}

@media (min-width: 768px) {
	.checkout-question-font2 {
		font-size: 26px;
		font-family: Helvetica, Arial, sans-serif;
		display: inline;
  		line-height: 1.27;
  		padding-bottom: 0px;
  		color: #042b52;
  		font-weight: 500;  
		font-style: normal;
	}
}

@media (min-width: 992px) {
	.checkout-question-font2 {
		font-size: 30px;
		font-family: Helvetica, Arial, sans-serif;
		display: inline;
  		line-height: 1.27;
  		padding-bottom: 0px;
  		color: #042b52;
  		font-weight: 500;  
		font-style: normal;
	}
}

@media (min-width: 1200px) {
	.checkout-question-font2 {
		font-size: 34px;
		font-family: Helvetica, Arial, sans-serif;
		display: inline;
  		line-height: 1.27;
  		padding-bottom: 0px;
  		color: #042b52;
  		font-weight: 500;  
		font-style: normal;
	}
}




.checkout-question-field-font2 {
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 500;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
	.checkout-question-field-font2 {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {
	.checkout-question-field-font2 {
		font-size: 22px;
	}
}






.checkout-form-input {
	order: 3;
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 12px 19px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
}

@media (min-width: 1200px) {
	.checkout-form-input {
		width: 80% !important;
	}
}


.checkout-form-input-date {
	order: 3;
	/*display: block; */
	width: 100%;
	min-height: 50px;
	/*padding: 12px 19px; */
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
}

@media (min-width: 1200px) {
	.checkout-form-input-date {
		width: 80%;
	}
}




.checkout-form-input-select {
	/*order: 3;
	display: block;
	min-height: 50px; */
	width: 100%;
	/*padding: 12px 19px; 
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	/*color: #000000;
	background-color: #ffffff;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none; 
	transition: .3s ease-in-out; */
}

@media (min-width: 1200px) {
	.checkout-form-input-select {
		width: 80%;
	}
}




/****************************
/*****SELECT CHECKOUT FORM*/

.styled-select {
    overflow: hidden;
    height: 50px;
    float: left;
    width: 100%;
    margin-right: 10px;
    border: 1px solid #ccc;
    /* background: url(http://www.speedyfilings.com/images/down-chevron-gray-icon.png) no-repeat right center #ffffff; */
}

@media (min-width: 1200px) {
	.styled-select {
		width: 100%;
	}
}


.styled-select-orgcitizen {
    overflow: hidden;
    height: 50px;
    float: left;
    width: 100%;
    margin-right: 10px;
    border: 1px solid #ccc;
    /* background: url(http://www.speedyfilings.com/images/down-chevron-gray-icon.png) no-repeat right center #ffffff; */
}

@media (min-width: 1200px) {
	.styled-select-orgcitizen {
		width: 80%;
	}
}


.styled-select select {
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
    font-size: 34px;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    height: 50px;
    text-indent: 10px;
    color: #cc0000;
    -webkit-appearance: none;
}

.styled-select option.service-small {
    font-size: 34px;
    padding: 5px;
    /* background: #ccc; */
}



.checkout-answerbg2 { background-color:#fafafa; padding:8px 50px 8px 15px;}




/*Below code increases checkbox size */
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  transform: scale(1.3);
  /*padding: 5px; */
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}


/*Below code increases radio button size */
input[type="radio"] {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
  transform: scale(1.3);
}



.section-checkout-answerbox {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (min-width: 768px) {

	.section-checkout-answerbox {
		padding: 20px 0;
	}
}




.checkout-textarea-xxbig {
	order: 3;
	display: block;
	width: 100%;
	min-height: 140px;
	padding: 12px 19px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
}


@media (min-width: 1200px) {
	.checkout-textarea-xxbig {
		width: 80%;
	}
}




.checkout-textarea-xbig {
	order: 3;
	display: block;
	width: 100%;
	min-height: 70px;
	padding: 12px 19px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
}


@media (min-width: 1200px) {
	.checkout-textarea-xbig {
		width: 80%;
	}
}


.checkout-textarea-big {
	order: 3;
	display: block;
	width: 100%;
	min-height: 80px;
	padding: 12px 19px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
}


@media (min-width: 1200px) {
	.checkout-textarea-big {
		width: 80%;
	}
}

/* 1. Default Style */
.checkout-textarea-big::placeholder {
    color: #999;
    font-weight: 300;
    font-size: 18px;
}

/* This applies to mobile devices (screens smaller than 768px) */
@media screen and (max-width: 768px) {
    .checkout-textarea-big::placeholder {
        font-size: 16px;      /* Ensures the hint also fits nicely */
    }
}


/* 2. Style on Click (Focus) */
.checkout-textarea-big:focus::placeholder {
    color: transparent;
}



.checkout-textarea-small {
	order: 3;
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 12px 19px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ccc;
	background-image: none;
	border-radius: 4px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
}


@media (min-width: 1200px) {
	.checkout-textarea-small {
		width: 80%;
	}
}




.checkout-question-explanation-font {
  padding-bottom: 0px;
  font-size: 17px;
  font-weight: 300;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
	.checkout-question-explanation-font {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.checkout-question-explanation-font {
		font-size: 18px;
	}
}


.section-checkout-examples {

border: 1px solid #cc9966;
background-color: #faf6d5;
width: 95%;
padding: 8px;

}

@media (min-width: 768px) {
	.section-checkout-examples {
		width: 85%;
	}
}

@media (min-width: 1200px) {
	.section-checkout-examples {
		width: 75%;
	}
}






.checkout-review-table {
    width: 100%;
    border: 1px solid;
    border-color: #dbdad7;
    padding: 4px;
}


.checkout-review-table-row {
    width: 100%;
    border: 1px solid;
    border-color: #dbdad7;
}


.checkout-review-td-grey {
	display: block;
	background-color: #f0f0f1;
}


.checkout-package-hr-1 {
border-bottom: 1px solid #c5c5c6;
/*border-color: #E1E7FE; */
}



.checkout-options-left-color-bg {
padding-top:5px;
padding-bottom:5px;
padding-left:5px; 
padding-right:5px;
background-color: #f2f0ea;

}


.checkout-options-left-color-bg2 {
padding-top:5px;
padding-bottom:5px;
padding-left:5px; 
padding-right:5px;
/*background-color: #f2f0ea; */

}


@media (max-width: 765px) {
	.checkout-options-left-color-bg2 {
		background-color: #f2f0ea; 
		padding-top:5px;
		padding-bottom:5px;
		padding-left:5px; 
		padding-right:5px;
	}
}



.li-pricing-table-bottom-left {
text-align:left;
padding-bottom: 16px;
}


.list-unstyled {
  padding-left: 0;
  list-style: none
}



.button-checkout-review-change-font {
  padding-bottom: 0px;
  font-size: 12px;
  font-weight: 500;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;

}


.button-checkout-review-change {
	position: relative;
	overflow: hidden;
	display: inline-block;
	
	padding: 11px 30px;
	font-size: 20px;
	line-height: 24px;
	border: 1px solid;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	/*font-family: Helvetica Neue,Helvetica,sans-serif; */
	/*font-weight: 400; */
	font-weight: 300;
	/*letter-spacing: .1em; */
	letter-spacing: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
	border-radius: 4px;
	/*text-transform: uppercase; */

}



.button-checkout-review-change2 {
	position: relative;
	display: inline-block;
}




/*CHECKOUT REVIEW PAGE CHANGE BUTTON */
html .button-checkout-review-change, html .button-checkout-review-change:focus {
	color: #222255;
	 background-color: #eeeecc;  /* BLUE */
	 border-color: #9d9d6d; /* BLUE */
	/* background-color: #27820e; /* GREEN */
	/* border-color: #27820e; /* GREEN */
	/* background-color: #b95e04; /* ORANGE */
	/* border-color: #b95e04; /* ORANGE */
}

html .button-checkout-review-change:hover, html .bbutton-checkout-review-change:active {
	color: #222255;
	 background-color: #dadabf; /* BLUE */
	 border-color: #9d9d6d; /* BLUE */
	/* background-color: #2d8f13; /* GREEN */
	/* border-color: #2d8f13; /* GREEN */
	/* background-color: #c36317; /* ORANGE */
	/* border-color: #c36317; /* ORANGE */
}

html .button-checkout-review-change.button-ujarak::before {
	 background: #d4d4b7; /* BLUE */
	/* background: #c36317; /* GREEN */
	/* background: #c36317; /* ORANGE */
}


.button-checkout-change {
	padding: 3px 8px;
	font-size: 12px;
	line-height: 8px;
}




/*PRIMARY BUTTON GREEN */
html .button-primary-green, html .button-primary-green:focus {
	 color: #ffffff;
	background-color: #27820e; /* GREEN */
	border-color: #27820e; /* GREEN */

}

html .button-primary-green:hover, html .button-primary-green:active {
	color: #ffffff;
	background-color: #2d8f13; /* GREEN */
	border-color: #2d8f13; /* GREEN */
}

html .button-primary-green.button-ujarak::before {
	background: #2d8f13; /* GREEN */
}




.button-round-1 {
	border-radius: 5px;
}

.button-round-2 {
	border-radius: 10px;
}








/* Clear floats after the columns */

.checkout-row{
	padding-top: 7px;
	padding-bottom: 7px;
}

.checkout-review-row{
	padding-top: 0px;
	padding-bottom: 0px;
}

.checkout-row-grey{
	background-color: #f0f0f1;
}

.checkout-row:after {
    content: "";
    display: table;
    clear: both;

}

.checkout-review-row:after {
    content: "";
    display: table;
    clear: both;

}

.checkout-col-25 {
	float: left;
    width: 25%;
    margin-top: 6px;
    text-align:right;
    padding-right:8px;
}

.checkout-col-25-grey {
	float: left;
    width: 25%;
    padding-top: 6px;
    text-align:right;
    background-color: #f0f0f1;
}

.checkout-review-col-25 {
	float: left; 
    width: 25%;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 10px;
    text-align:right;
    background-color: #ffffff;
    margin-top: 0;
}


.checkout-review-col-25-grey {
	float: left; 
    width: 25%;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 10px;
    text-align:right;
    background-color: #f0f0f1;
    margin-top: 0;
}


.checkout-col-35 {
	float: left;
    width: 35%;
    margin-top: 6px;
    text-align:right;
    padding-right:8px;
}

.checkout-col-35-grey {
	float: left;
    width: 35%;
    padding-top: 6px;
    text-align:right;
    background-color: #f0f0f1;
}


.checkout-col-55 {
	float: left;
    width: 55%;
    margin-top: 6px;
}

.checkout-col-55-grey {
	float: left;
    width: 55%;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #f0f0f1;
}



.checkout-col-65 {
	float: left;
    width: 65%;
    margin-top: 6px;
}

.checkout-col-65-grey {
	float: left;
    width: 65%;
    margin-top: 6px;
    background-color: #f0f0f1;
}



.checkout-col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.checkout-review-col-75 {
    float: left;
    width: 75%;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
	background-color: #ffffff;

}

.checkout-review-col-75-grey{
    float: left;
    width: 75%;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
	background-color: #f0f0f1;

}

.checkout-col-75-grey {
    float: left;
    width: 75%;
    margin-top: 6px;
    background-color: #f0f0f1;
}



/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .checkout-col-25, .checkout-col-35, .checkout-col-55, .checkout-col-65, .checkout-col-75, .checkout-col-25-grey, .checkout-review-col-25, .checkout-col-55-grey, .checkout-col-65-grey, .checkout-col-75-grey, .checkout-review-col-75-grey, .checkout-review-col-75, .checkout-gsexample, input[type=submit] {
        width: 100%;
        margin-top: 0;
        text-align:left;
    }
}


@media (max-width: 600px) {
   .checkout-summary-75,.checkout-summary-75-grey, {
        width: 100%;
        margin-top: 0;
        text-align:left;
        background-color: #FFFFFF;
    }
}

@media (max-width: 600px) {
    .checkout-summary-25, .checkout-summary-25-grey, .checkout-review-col-25-grey {
        width: 100%;
        margin-top: 0;
        text-align:left;
        background-color: #EAEAEB;
    }
}



.checkout-review-field-font {
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 500;  
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
	.checkout-review-field-font {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {
	.checkout-review-field-font {
		font-size: 22px;
	}
}



.checkout-review-answer-font {
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 300;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
	.checkout-review-answer-font {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.checkout-review-answer-font {
		font-size: 18px;
	}
}



.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}


/**
* Dividers
*/
.divider {
	/* border-bottom: 1px solid #f2f3f8; */
	border-bottom: 1px solid #dedfe5;

}


.divider-price-table-cdrx {
	/* border-bottom: 1px solid #f2f3f8; */
	border-bottom: 10px solid #1730c6;
	padding-top:20px;
	padding-bottom: 20px;
}

.hr-divider-price-table-cdrx {
  height: 1px;
  margin-top: 20px; 
  margin-bottom: 27px;
  background-color: #dedfe5;
  border: none;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}






.checkout-package-option-small-font {
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 300;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
	.checkout-package-option-small-font {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.checkout-package-option-small-font {
		font-size: 16px;
	}
}




.checkout-package-option-total-price-font {
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 400;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
	.checkout-package-option-total-price-font {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.checkout-package-option-total-price-font {
		font-size: 24px;
	}
}



.checkout-package-options-bold-font {
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 600;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
	.checkout-package-options-bold-font {
		font-size: 22px;
		font-weight: 600; 
	}
}

@media (min-width: 1200px) {
	.checkout-package-options-bold-font {
		font-size: 22px;
		font-weight: 600; 
	}
}
/** DEBUG CODE BELOW **/





.checkout-question-shade {

background-color: #e7eef9;
width: 95% !important;
padding-top: 8px;
padding-bottom: 8px;
}

.ax-container-trademark-checkout {
	/* width: 100%;   */
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;

}

@media (min-width: 576px) {
	.ax-container-trademark-checkout {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.ax-container-trademark-checkout {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.ax-container-trademark-checkout {
		max-width: 960px;
	}
}

/*
@media (min-width: 1200px) {
	.ax-container-trademark-checkout {
		max-width: 1200px;
	}
}
*/



.container-trademark-search-checkout {
	/* width: 100%;   */
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;

}

@media (min-width: 576px) {
	.container-trademark-search-checkout {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container-trademark-search-checkout {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container-trademark-search-checkout {
		max-width: 960px;
	}
}

/*
@media (min-width: 1200px) {
	.container-trademark-search-checkout {
		max-width: 1200px;
	}
}
*/




.section-checkout-options-table-other {
	padding-top: 40px;
	padding-bottom: 0px;
}

@media (min-width: 768px) {
	.section-checkout-options-table-other {
		padding-top: 50px;
		padding-bottom: 0px;
	}
}



.section-checkout-options-table-answerbox {
	padding-top: 0px;
	padding-bottom: 10px;
}


@media (min-width: 768px) {
.section-checkout-options-table-answerbox {
		padding: 0px 0;
	}
}


/* form button */

.form_inline .form-button {
	display: flex;
	flex-shrink: 0;
	flex-grow: 0;
	min-height: 50px;
}

.form_inline .form-button .button {
	min-height: inherit;
}

.form_inline .form-button a.button {
	display: flex;
	align-items: center;
}

.form-footer .form-button {
	max-width: 100%;
}

.form-footer .form-button a.button {
	display: flex;
}

.form_lg .form-button {
	min-height: 60px;
}

@media (max-width: 575px) {
	.box-layout-1 form .form-button,
	.box-layout-1 form .button {
		width: 100%;
	}
}

.form_inline .form-button {
	display: flex;
	flex-shrink: 0;
	flex-grow: 0;
	min-height: 50px;
}

.form_inline .form-button .button {
	min-height: inherit;
}

.form_inline .form-button a.button {
	display: flex;
	align-items: center;
}

.form-footer .form-button {
	max-width: 100%;
}

.form-footer .form-button a.button {
	display: flex;
}

.form_lg .form-button {
	min-height: 60px;
}


@media (max-width: 575px) {
	.box-layout-1 form .form-button,
	.box-layout-1 form .button {
		width: 100%;
	}
}











/*continue button */
.button-checkout-continue {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 11px 30px;
	font-size: 20px;
	line-height: 24px;
	border: 2px solid;
	font-family: Helvetica, Arial, sans-serif;
	/*font-family: Helvetica Neue,Helvetica,sans-serif; */
	/*font-weight: 400; */
	font-weight: 300;
	/*letter-spacing: .1em; */
	letter-spacing: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
	border-radius: 4px;
	/*text-transform: uppercase; */

}



.button-checkout-continue-font {
  padding-bottom: 0px;
  font-size: 22px;
  font-weight: 600;  
  color: #292721;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;

}


.button-checkout-continue-arrow {
  padding-bottom: 0px;
  font-size: 22px;
  font-weight: 600;  
  color: #996601;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .03em;

}


/*CHECKOUT CONTINUE BUTTON */
html .button-checkout-continue, html .button-checkout-continue:focus {
	color: #ffffff;
	/* background-color: #0160b6; /* BLUE */
	/* border-color: #0160b6; /* BLUE */
	/* background-color: #27820e; /* GREEN */
	/* border-color: #27820e; /* GREEN */
	 background-color: #ffc000; /* ORANGE */
	 border-color: #ffc000; /* ORANGE */
	 box-shadow: 0 4px 2px -2px gray;
}

html .button-checkout-continue:hover, html .button-checkout-continue:active {
	color: #ffffff;
	/* background-color: #0775d6; /* BLUE */
	/* border-color: #0775d6; /* BLUE */
	/* background-color: #2d8f13; /* GREEN */
	/* border-color: #2d8f13; /* GREEN */
	background-color: #ffae00; /* ORANGE */
	border-color: #ffae00; /* ORANGE */
	box-shadow: 0 4px 2px -2px gray;
}

html .button-checkout-continue.button-ujarak::before {
	/* background: #0775d6; /* BLUE */
	/* background: #c36317; /* GREEN */
	background: #ffae00; /* ORANGE */
}











.checkout-small-font {
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 300;  
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: .02em;
}

@media (min-width: 768px) {
	.checkout-small-font {
		font-size: 17px;
	}
}

@media (min-width: 1200px) {
	.checkout-small-font {
		font-size: 17px;
	}
}



.font-pricing-table-bottom-orig2 {
  padding-bottom 0px;
  font-size: 24px;
  font-weight: 200;
  color: #6a6a6a;
  /*font-family: Verdana, sans-serif; */
  font-style: normal;
  text-decoration: line-through;
}






.step-button-a1 {
  /* Main Colors & Background */
  background-color: #ff6200; /* Your high-punch orange */
  color: #ffffff;            /* White text for best contrast */
  
  /* Sizing & Layout */
  padding: 12px 48px;
  font-family: 'Arial', sans-serif; /* Clean, modern font */
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-radius: 6px;        /* Modern, subtle rounding */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;                 /* Space between text and arrow */
  
  /* Smooth Transition */
  transition: background-color 0.3s ease, transform 0.2s ease;

}

.step-button-a1 .arrow {
  transition: transform 0.3s ease; /* For the arrow nudge */
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

/* Hover State */
.step-button-a1:hover {
  background-color: #e65800; /* Deeper hover color */
}


/* Active State (Button Press) */
.step-button-a1:active {
  transform: scale(0.98);    /* Slight press-down effect */
}




.form-actions-a1 {
  display: flex;
  justify-content: flex-end; /* Aligns button to the right for "Forward" flow */
  margin-top: 30px;
  /* border-top: 1px solid #eee; /* Subtle separator line */
  padding-top: 20px;
}


/* Mobile Styles (Phone and small tablets) */
@media (max-width: 600px) {
  .step-button-a1 {
    width: 100%;       /* Makes the button span the full container width */
    padding: 12px 0;   /* Increases vertical height for a "bigger" feel */
    font-size: 22px;   /* Slightly larger text for readability */
    border-radius: 8px; /* Slightly more rounded to match modern mobile OS styles */
    margin: 20px auto; /* Ensures it is centered if the container is wider */
  }

  /* Optional: If your button is inside a container that needs centering */
  .ax-footer-actions {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}



/********************************* 
 * /* CHECKOUT.CSS  * /*
/**********************************/

.trademark-checkout-header-font {
 font-family: Verdana, sans-serif;
 font-size: 20px;
 color: #003366;
} 

.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#D7D7D7!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#747118!important;font-size: 12px;}

.w3-light-grey2,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#dededf!important}
.w3-green2,.w3-hover-green:hover{color:#fff!important;background-color:#2b732b!important;font-size: 12px;}

.w3-center{text-align:center!important}

.checkout-progressbar-font {
 font-family: Verdana, sans-serif;
 font-size: 14px;
 color: #828282;
 font-weight: 300;
} 

.checkout-progressbar {
 padding-top: 25px;
}




/*s progress bar 7 */

@media (max-width: 480px) {
#checkout-progressbar-wrapper {
  margin-right: 2px;
}
#checkout-progressbar-font {
  float: left;
  width: 50%;padding-left:10px;
  
}
#checkout-progressbar-sidebar {
  float: right;
  width: 100%;
  padding-left:10px;
  margin-right: -2px;

}
#cleared {
  clear: both;
}
}


@media (min-width: 768px) {
#checkout-progressbar-wrapper {
  margin-right: 2px;
}
#checkout-progressbar-font {
  float: left;
  width: 20%;
  
}
#checkout-progressbar-sidebar {
  float: right;
  width: 80%;
  margin-right: -2px;

}
#cleared {
  clear: both;
}
}


@media (min-width: 992px) {
#checkout-progressbar-wrapper {
  margin-right: 2px;
}
#checkout-progressbar-font {
  float: left;
  width: 20.5%;
  
}
#checkout-progressbar-sidebar {
  float: right;
  width: 79.5%;
  padding-left:10px;
  margin-right: -2px;

}
#cleared {
  clear: both;
}
}



@media (min-width: 1200px) {
#checkout-progressbar-wrapper {
  margin-right: 2px;
}
#checkout-progressbar-font {
  float: left;
  width: 16%;
  
}
#checkout-progressbar-sidebar {
  float: right;
  width: 84%;
  padding-left:10px;
  margin-right: -2px;

}
#cleared {
  clear: both;
}
}
/* end progress bar 7 */




.checkout-post-body {
  margin-top: 18px;
  line-height: 1.73333;
}


.checkout-boxheader-font {
 font-family: Verdana, Arial, sans-serif;
 font-size: 19px;
 color: #ffffff;
 font-weight: 300;
 padding-left: 5px;
 
} 

.checkout-body-font {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
} 

.checkout-body-font2 {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  color: #666;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
} 

.checkout-body-font3 {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  color: #666;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
} 

.checkout-body-font4 {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
} 

.checkout-totalprice-font {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  color: #666;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
} 

.checkout-body-font-gsexample {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  color: #43413e;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
} 

.checkout-question-font {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  color: #484747;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
} 

.checkout-question-font-unbolded {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  color: #484747;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
} 

.checkout-form-question-font {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  color: #484747;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
} 

.checkout-summary-font-unbolded {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  color: #505051;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
} 

.checkout-packages-title-font {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  color: #0d0d0d;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
} 

.checkout-help-headline-font {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  color: #336699;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
} 


.form-style-10 input, textarea, select, button {
  margin: 0;
  background: #fcfcfc;
  /*border: 1px solid #d4d4d4; */
  font: 16px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000;


  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}


.checkout-body-font-sm {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  color: #908f8f;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
} 


.checkout-body-font-sm2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  color: #848383;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
} 


/*s checkout forms */

* {
    box-sizing: border-box;
}

input[type=text], select, textarea{
    width: 100%;
    padding: 7px;
    border: 1px solid #ccc; 
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

label {
    padding: 7px 7px 7px 0;
    display: inline-block;
}

input[type=submit] {
   /* background-color: #4CAF50; */
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
   /* background-color: #45a049; */
}

.checkout-container {
    border-radius: 5px;
    /*background-color: #f2f2f2; */
    padding: 20px;
}


.checkout-col-20 {
    float: left;
    width: 20%;
    margin-top: 6px;
    text-align:right;
}


.checkout-col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
    text-align:right;
}



.checkout-col-25-grey {
    float: left;
    width: 25%;
    padding-top: 6px;
    text-align:right;
    background-color: #EAEAEB;
}

.checkout-col-35 {
    float: left;
    width: 35%;
    margin-top: 6px;
}

.checkout-col-55 {
    float: left;
    width: 55%;
    margin-top: 6px;
}

.checkout-col-55-grey {
    float: left;
    width: 55%;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #EAEAEB;
}


.checkout-col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.checkout-col-75-grey {
    float: left;
    width: 75%;
    margin-top: 6px;
    background-color: #EAEAEB;
}


.checkout-gsexample {
border: 1px solid #E7925E;
background-color: #fef6e9;
float: left;
width: 85%;
padding: 8px;
}


.checkout-fontwhatsthis {
 font-family: Verdana, sans-serif;
 font-size: 13px;
 color: #cc0000;
} 


.checkout-v-spacer {
padding-top: 30px;
}

.checkout-v-spacer-0 {
padding-top: 0px;
}

.checkout-v-spacer-30 {
padding-top: 30px;
}

.checkout-v-spacer-35 {
padding-top: 35px;
}

.checkout-v-spacer-40 {
padding-top: 40px;
}

.checkout-summary-row {
padding: 5px;
}

.checkout-summary-75-grey {
    float: left;
   background-color: #f1f1f1;
    padding: 6px;
    width: 75%;
   /*  border-style: solid;
    border-width: 1px;
    border-color: #dbdad7; */
}

.checkout-summary-75 {
    float: left;
    padding: 6px;
    width: 75%;
    background-color: #FFFFFF;
  /*  border-style: solid;
    border-width: 1px;
    border-color: #dbdad7; */
}

.checkout-summary-25-grey {
    float: left;
   background-color: #f1f1f1; 
    padding: 6px;
    text-align:right;
    width: 25%;
   /*   border-style: solid;
    border-width: 1px;
    border-color: #dbdad7; */
}

.checkout-summary-25 {
    float: left;
    padding: 6px;
    text-align:right;
    width: 25%;
    background-color: #FFFFFF;
   /*   border-style: solid;
    border-width: 1px;
    border-color: #dbdad7;  */
}



/* Clear floats after the columns */
.checkout-summary-row:after {
    content: "";
    display: table;
    clear: both;
}


    
/* Clear floats after the columns */
.checkout-row:after {
    content: "";
    display: table;
    clear: both;

}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .checkout-col-25, .checkout-col-35, .checkout-col-55, .checkout-col-75, .checkout-col-25-grey, .checkout-col-55-grey, .checkout-col-75-grey, .checkout-gsexample, input[type=submit] {
        width: 100%;
        margin-top: 0;
        text-align:left;
    }
}


@media (max-width: 600px) {
   .checkout-summary-75,.checkout-summary-75-grey {
        width: 100%;
        margin-top: 0;
        text-align:left;
        background-color: #FFFFFF;
    }
}

@media (max-width: 600px) {
    .checkout-summary-25, .checkout-summary-25-grey {
        width: 100%;
        margin-top: 0;
        text-align:left;
        background-color: #EAEAEB;
    }
}


/*e checkout forms */


.checkout-specialoffer1 {
font-weight: normal;
font-family: Verdana;
font-size: 24px;
color: #E8850C;
}


.checkout-headoffer-spacer {
padding-bottom: 26px;
}


.checkout-package-spacer {
padding-bottom: 10px;
padding-top: 15px;
}


.checkout-package-hr-1 {
border-bottom: 1px solid #c5c5c6;
/*border-color: #E1E7FE; */
}

.pricing-table-2-td-th-basic {
  text-align:center;
  border: 1px solid #DDD;
  padding-bottom:7px;
}

.pricing-table-2-td-th-blue {
  text-align:center;
  background-color: #ebf5fd;
  border: 1px solid #DDD;
  padding-bottom:7px;
}


.pricing-table-2-td-th-green {
  background-color: #f1fdeb;
  text-align:center;
  border: 1px solid #DDD;
  padding-bottom:7px;
}


.pricing-table-2-td-th-buynow-blue {
  background-color: #ebf5fd;
  text-align:center;
  border: 1px solid #DDD;

}


.pricing-table-2-td-th-buynow-green {
  background-color: #f4fdef;
  text-align:center;
  border: 1px solid #DDD;

}


/* CHECKOUT PROGRESS BAR ANIMATION */
.checkout-progress-container-v2 {
    width: 100%;
    height: 20px;
    background-color: #dededf;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 8px;
}

.checkout-progress-bar-v2 {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #2b732b, #389838);
    border-radius: 20px;
    transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 0 8px rgba(198,168,91,0.5); /*Add a subtle glow when progress increases for Extra Dopamine */
}

.checkout-progress-percent-v2 {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 20px;
}

/* this brigtens the progress bar
@keyframes completePulse {
  0%   { filter: brightness(1); }
  50%  { filter: brightness(1.12); }
  100% { filter: brightness(1); }
}
*/

/* this has soft glow the progress bar for legal site */
@keyframes completePulse {
  0%   { box-shadow: 0 0 0 rgba(43,115,43,0); }
  50%  { box-shadow: 0 0 20px rgba(43,115,43,0.45); }
  100% { box-shadow: 0 0 0 rgba(43,115,43,0); }
}












/*********************
 * NEW CHECKOUT *
***********************/
:root {
    /* Prefixed CSS Variables for isolation */
    --ax-bg-page: #F8FAFC;
    --ax-bg-card: #FFFFFF;
    --ax-text-main: #1E293B;
    --ax-text-sub: #4a4a4a;
    --ax-color-primary: #2563EB;
    --ax-selected-bg: #F0F7FF;
}

/* Page Layout */
.ax-checkout-body {
    font-family: 'Inter', sans-serif;
    background-color: var(--ax-bg-page);
    display: flex;
    justify-content: center;
    padding-top: 60px;
    color: var(--ax-text-main);
    min-height: 100vh;
}

.ax-container {
    width: 100%;
    max-width: 760px;
    padding-top: 20px;
}

/* Header Styling */
.ax-header {
    margin-bottom: 40px;
    text-align: center;
}

.ax-header h3 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.025em;
    margin: 0;
}

/* Selection List Container */
.ax-selection-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

/* --- The Option Card --- */
.ax-option-card {
    background: var(--ax-bg-card);
    border: 2px solid #E2E8F0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 24px 20px 24px 24px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* Hover Lift Effect */
.ax-option-card:hover {
    border-color: #CBD5E1;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* The "Locked-In" Selected State */
.ax-option-card.ax-is-selected {
    border-color: var(--ax-color-primary);
    background-color: var(--ax-selected-bg);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.08);
}

/* --- Radio Indicator --- */
.ax-radio-indicator {
    width: 22px;
    height: 22px;
    border: 2px solid #CBD5E1;
    border-radius: 50%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.ax-option-card.ax-is-selected .ax-radio-indicator {
    border-color: var(--ax-color-primary);
}

/* The Radio Dot */
.ax-radio-indicator::after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--ax-color-primary);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ax-option-card.ax-is-selected .ax-radio-indicator::after {
    transform: scale(1);
}

/* --- Card Content --- */
.ax-card-content {
    flex-grow: 1;
    padding-right: 20px;
}

.ax-card-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 8px; /* Space for the "i" help icon */
}

.ax-card-desc {
    font-size: 15px;
    color: var(--ax-text-sub);
    margin: 0;
    line-height: 1.5;
}

/* --- Help Icon Styling --- */
.ax-help-icon {
    font-size: 14px;
    color: #94A3B8;
    cursor: help;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.ax-help-icon:hover {
    color: var(--ax-color-primary);
}

/* --- Example Box --- */
.ax-example-box {
   		 width: 170px;
         background: #F8F9FA;
         border-radius: 8px;
         padding: 14px;
         text-align: center;
         font-size: 13px;
         color: var(--ax-text-sub);
         border: 1px solid #E2E8F0;
         transition: background 0.2s ease, border-color 0.2s ease;
		 /* flex-shrink: 0;  */

}

/* Example Box Selection Flip */
.ax-option-card.ax-is-selected .ax-example-box {
    background: #FFFFFF;
    border-color: #BFDBFE;
}

.ax-example-label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #888888;
    margin-bottom: 4px;
}

.ax-example-text {
   font-weight: 500;
            color: #334155;
            font-size: 16px;
}

.ax-example-text img {
    max-height: 50px;
    width: auto;
}

/* --- Responsive Adjustments --- */
@media (max-width: 600px) {
    .ax-card-title {
        font-size: 19px;
    }
    
    /* Hide example box on narrow mobile to keep text readable */
 /*   .ax-example-box {
        display: none;
    }
}*/






/***** MODAL NEW **/
/* Modal */
.ax-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.60);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease, visibility 0.22s ease;
    backdrop-filter: blur(4px);     /* nice modern touch */
}

.ax-modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

.ax-modal-content {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 460px;
    padding: 28px 32px;
    position: relative;
    box-shadow: 0 20px 40px -12px rgba(0,0,0,0.35);
    transform: scale(0.92);
    transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ax-modal-overlay.show .ax-modal-content {
    transform: scale(1);
}

.ax-modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    font-size: 32px;
    font-weight: 300;
    color: #94A3B8;
    cursor: pointer;
    line-height: 1;
    padding: 0 8px;
}

.ax-modal-close:hover {
    color: #1E293B;
}

.ax-modal-body h3 {
    margin: 0 0 16px 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--ax-text-main);
}

.ax-modal-body p, .ax-modal-body div {
    font-size: 15px;
    line-height: 1.55;
    color: #475569;
    margin: 0;
}


.ax-header-subheadline {
font-size: 18px!important;
font-weight: 400!important;
color: #666666!important;
text-align: left!important;
line-height: 1.55;

}
