/*ORDER FORMS*/
#orderform {
	margin-bottom: 50px
}
#orderform .form-control {
	color: #000
}
#orderform .help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #c00;
	font-size: 75%;
}
#orderform p.help-block {
	color: #000;
}
#orderform span#plan_id-error {
  color: #c00;
  font-size: 18px !important;
  font-weight: bold;
}
#orderform label {
	font-size: 1em;
	margin-bottom: 8px
}
#orderform .form-group {
	margin-bottom: 25px;
}
#orderform .form-group.billing-check {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #fff
}
#orderform .attnd--info .form-group {
	margin-bottom: 30px;
}
#orderform label .conf--lable-light {
	font-weight: 300;
	font-size: 90%
}
#orderform .conf--lable-light.accredit {
	display: block;
	margin: 5px 0 0 10px
}
#orderform .panel-default > .panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #d8d8d8;
}
#orderform .panel-default > .panel-heading:first-child {
	border-top: 0px
}
#orderform .panel {
	margin-bottom: 0px;
	background-color: #FFF;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}
#orderform .panel-body {
	padding: 40px;
	background: #f1f1f1;
}
#orderform .panel-title {
	font-size: 24px;
	color: #000;
	letter-spacing: -0.015em;
	font-weight: 700;
}

#orderform .bundle {
	margin-top:20px;
}
#orderform .bundle .panel-title {
	margin-bottom: 15px
}
#orderform a {
	color: #337ab7;
}
#orderform a.closemodal {
	color: #000;
}
#orderform small {
	font-size: .7em;
	color: #777
}
#orderform .panel-heading {
	padding: 35px 0 15px;
	border-top: 1px dotted transparent;
	border-top-color: transparent;
	border-bottom: 1px dotted transparent;
	border-bottom-color: transparent;
}
#orderform .btn {
	margin: 30px auto;
	font-size: 20px;
	font-weight: 600;
	display: block;
	width: auto;
	padding: 20px 45px
}
div#loginModal a.closemodal {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 1.5em;
	z-index: 99;
}
.loginmodal-container {
	padding: 30px;
	width: 100% !important;
	background-color: #F7F7F7;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.promo-content #orderform .loginmodal-container h1 {
	text-align: center;
	font-size: 30px;
	margin-top: 0;
	text-shadow: none;
	color: #000;
	font-family: 'PT Sans', Georgia, serif;
}
.loginmodal-container input[type="text"], input[type="password"] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(217, 217, 217);
	border-top: 1px solid #c0c0c0;
	border-radius: 2px;
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.loginmodal-submit {
	border: 1px solid #3079ed;
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #e29e3a;
	padding: 17px 0px;
	font-size: 20px;
	display: block;
	width: 100% !important;
	margin: 0;
	text-transform: uppercase
}
div#loginModal .login-help {
	font-size: 13px;
	margin-top: 10px;
}
div#loginModal .login-help a {
	color: #337ab7;
}
#orderform .btn {
	color: #fff;
	letter-spacing: 0.02em;
	font-size: 24px
}
#orderform .btn-primary, #orderform .btn-primary:visited, #orderform .btn-primary:active, #orderform .btn-primary:focus {
	background-color: #e29e3a;
	border-color: #e29e3a;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}
#orderform .btn-primary:hover {
	background-color: #000 !important;
	border-color: #000 !important;
}
#orderform .terms {
	font-size: 15px;
}
#orderform .terms .small {
	font-size: 90%;
}
#orderform ul.fa-ul {
	list-style: none;
	margin: 0.5em 0 0.5em 30px;
	padding: 0;
}
#orderform ul.fa-ul li::before {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	content: "\f00c";
	padding: 6px 0 0;
	color: #fff;
	text-align: center;
	font-weight: 400;


	border-radius: 26px;
	width: 26px;
	height: 26px;
	background: #e29e3a;
}
#orderform ul.fa-ul li {
	padding: 0 0 1.3em 40px;
	margin: 0;
	position: relative;
	font-weight: 700;
	font-size: 1.1em
}
#orderform ul.fa-ul li.redc::before {
	background: #9A2F19;
}
#orderform ul.fa-ul li i {
	display: none
}
input[type=radio], input[type='checkbox'] {
	/*display: none;*/
  opacity: 0;
}



input[type='checkbox'] + span.radio-wrapper:before, input[type='radio'] + span.radio-wrapper:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 40px;
	color: #D7A900;
	margin-right: 15px;
	margin-left: -130px;
	display: inline-block;
	position:relative;
	top:5px;
}
input[type=radio] + span.radio-wrapper:before {
	content: "\f096"; /* Radio Unchecked */
}
input[type=radio]:checked + span.radio-wrapper:before {
	content: "\f14a"; /* Radio Checked */
}
input[type="checkbox"] + span.radio-wrapper:before {
	content: "\f096"; /* Checkbox Unchecked */
}
input[type="checkbox"]:checked + span.radio-wrapper:before {
	content: "\f14a"; /* Checkbox Checked */
}
.radio {
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px dotted #d8d8d8;
	padding-left: 60px;
}
.radio.main {
	display: none
}
.radio span.radio-wrapper p {
	display: block;
	margin: -35px 0 0;
}
.radio span.radio-wrapper p+p {
	margin: 0;
}
.radio span.radio-wrapper {
	padding-left: 53px;
	line-height: 1.3em;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: -0.02em;
}
.radio span.radio-wrapper span {
	font-weight: normal;
}
.radio label {
	font-size: 22px;
	font-weight: 400;
}
#orderform .panel-default > .panel-heading.plan {
	border-color: #fff;
}
#orderform .plan .panel-title {
	color: #9A2F19
}
#orderform .total {
	border-bottom: 1px dotted #DDD;
	border-top: 1px dotted #DDD;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
}
#orderform .total-wrap, #orderform .total-price {
	font-size: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: -0.02em;
	font-weight: 800;
}
#orderform .total-wrap {
	padding-right: 0;
}
#orderform .conf--package_detail {
	display: block;
	font-size: 1.25em;
	line-height: 1.4em;
	margin-top: 10px;
	margin-left: -10px;
}
.radio.desig-check span.radio-wrapper {
	padding-left: 80px;
	font-size: 1.15em;
	line-height: 1.4em;
}
.radio.desig-check {
	padding-bottom: 0;
	margin-bottom: 0;
}
#div_desig {
	background: #eee;
	padding: 20px;
	display: none;
	position: relative;
}
#div_desig:after {
	display: table;
	content: " ";
	clear: both
}
.cancel-policy {
	border-top: 1px dotted #d8d8d8;
	border-bottom: 1px dotted #d8d8d8;
	padding: 25px 0
}
.cancel-policy p {
	margin: 0;
	padding: 0 25px;
	line-height: 1.45em
}
#orderform .compl i {
	margin-left: -30px;
	font-size: 24px;
	margin-right: 5px;
}
#orderform .compl {
	margin: -15px 0 0 20px
}
.sic-body-bg {
	position: relative
}
.sic-body-bg:before {
	/*background: #000000 url("//d1v8wrjcw5hdn6.cloudfront.net/SIC2018/lp-freelance/top-cover.jpg") center bottom no-repeat;*/
	background: linear-gradient( rgba(197, 168, 95, 0.8),
rgba(197, 168, 95, 0.8) ), url('//images.mauldineconomics.com/campaigns/MLD-2019/abstract-black.jpg');

    background-color: rgba(0, 0, 0, 0);
    background-size: auto, auto;

background-color:
#aa8e4b;
	position: fixed;
	z-index: -1;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
}
.order-standalone {
margin-top:-16px;
}
.order-standalone #orderform, .bg-wht {
	background: #fff
}
.order-standalone #orderform {
	margin-bottom: 0px;
}
.bg-wht {
	margin: 0;
	padding: 30px 0;border-bottom:15px solid #D7A900;
}
.gold {
	color: #D7A900
}

.white {
	color: #fff !important;
}

@media screen and (max-width: 991px) {
 .order-standalone #orderform.container {
	width:100%;
}
.order-standalone #orderform {
	padding: 0px 30px 40px;
}
}
@media screen and (max-width: 767px) {
.order-standalone #orderform {
	padding: 0px 10px 40px;
}
}
@media screen and (min-width: 992px) {
.order-standalone #orderform {
	padding: 0px 0px 40px;
}
}
@media screen and (min-width: 1200px) {
.order-standalone #orderform {
	padding: 0px 30px 40px;
}
}