/* ! Page base */

html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica;
	font-size: 15px;
	color: #606c73;
}

body { background-image: url(https://maestroconference.com/sites/all/themes/maestroconference/images/bg-texture1.jpg); }

p, a, h1, h2, h3, h4, h5, h6, hr, ul, ul li, ol, ol li, table, td, tr, th, form, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6, th, .priceBold {
	font-family: "Neutraface 2 Text Bold";
	font-weight: normal;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#wrapper {
	box-sizing: border-box;
	width: 495px;
	margin: 20px auto 0 auto;
}

@media screen and (max-width: 480px) {
	#wrapper {
		width: 100%;
		padding: 0 15px;
	}
}

#logo {
	width: 213px;
	height: 87px;
	margin: 0 auto;
	background: url(https://maestroconference.com/sites/all/themes/maestroconference/images/logo-header.png) 0 -87px;
}

@media screen and (max-width: 480px) {
	#logo {
		width: 150px;
		height: 62px;
		background-size: cover;
		background-position: 0 -61px;
	}
}

h1, .priceBold {
	margin-bottom: 10px;
	font-size: 32px;
	letter-spacing: -0.02em;
	color: #228abe;
}

@media screen and (max-width: 480px) {
	h1, .priceBold { font-size: 24px; }
}

.priceBold {
	color: #444c50;
}

/* ! Fonts */

@font-face {
	font-family: 'Neutraface 2 Text Bold';
	src: url('https://maestroconference.com/sites/all/themes/maestroconference/fonts/neutra2text-bold-webfont.eot');
	src: url('https://maestroconference.com/sites/all/themes/maestroconference/fonts/neutra2text-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('https://maestroconference.com/sites/all/themes/maestroconference/fonts/neutra2text-bold-webfont.woff') format('woff'),
		 url('https://maestroconference.com/sites/all/themes/maestroconference/fonts/neutra2text-bold-webfont.ttf') format('truetype'),
		 url('https://maestroconference.com/sites/all/themes/maestroconference/fonts/neutra2text-bold-webfont.svg#neutraface_2_text_boldregular') format('svg');
}

/* ! Forms */

label,
.billingTable tr:nth-child(12) td.rightAlign {
	display: block;
	clear: both;
	margin-bottom: 7px;
	font-weight: bold;
	color: #7d898f;
}

input[type="text"], select {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 7px 10px;
	font-family: Helvetica;
	font-size: 15px;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
	color: #606c73;
}

.continueButton {
	display: block;
	cursor: pointer;
	width: 220px;
	margin: 0 auto 20px auto;
	font-family: "Neutraface 2 Text Bold";
	font-size: 23px;
	line-height: 47px;
	letter-spacing: -0.01em;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0px 1px rgba( 0, 0, 0, .22 );
	border: 1px solid #0c6db1;
	border-radius: 4px;
	background-image: -webkit-linear-gradient( top, #1096c9, #1e79b8 );
	background-image:    -moz-linear-gradient( top, #1096c9, #1e79b8 );
	background-image:     -ms-linear-gradient( top, #1096c9, #1e79b8 );
	background-image:         linear-gradient( top, #1096c9, #1e79b8 );
	box-shadow: inset 0 1px 0 0 rgba( 255, 255, 255, .28 );
}

.continueButton:hover {
	background-image: -webkit-linear-gradient( top, #29a2d5, #3688c8 );
	background-image:    -moz-linear-gradient( top, #29a2d5, #3688c8 );
	background-image:     -ms-linear-gradient( top, #29a2d5, #3688c8 );
	background-image:         linear-gradient( top, #29a2d5, #3688c8 );	
}

@media screen and (max-width: 480px) {
	.continueButton { width: 100%; }
}

/* ! Table */

table {
	width: 382px;
	margin: 0 auto;
}

table.viewCart {
	width: 500px;
	text-align: center;
}

@media screen and (max-width: 480px) {
	table,
	table.viewCart {
		width: 100%;
	}
}

td, tr { display: block; }

tr { margin-bottom: 16px; }

th {
	display: block;
	width: 100%;
	margin-bottom: 29px;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #444c50;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #c3c3c3;
}

.billingTable tr:nth-child(2) {  /* First name */
	float: left;
	width: 48.5%;
}

.billingTable tr:nth-child(3) {  /* Last name */
	float: right;
	width: 48.5%;
}

.billingTable tr:nth-child(7) { /* City */
	float: left;
	width: 54%;
	margin-right: 11px;
}

.billingTable tr:nth-child(8) { /* State */
	float: left;
	width: 20%;
	margin-right: 11px;
}

.billingTable tr:nth-child(9) { /* Zip */
	float: left;
	width: 20%;
}

.billingTable tr:nth-child(10) {  /* Country */
	float: left;
	width: 48.5%;
}

.billingTable tr:nth-child(11) {  /* Phone */
	float: right;
	width: 48.5%;
}

@media screen and (max-width: 480px) {
	tr { width: 100% !important; }
}

#CUSTOM_HTML              { margin-bottom: 45px; }
#ORDER_FORM_BILLING_ENTRY { margin-bottom: 26px; }
#PAYMENT_SELECTION        { margin-bottom: 30px; }

@media screen and (max-width: 480px) {
	#CUSTOM_HTML { margin-bottom: 18px; }
	#ORDER_FORM_BILLING_ENTRY { margin-bottom: 15px; }
}

#securitylogos {
	width: 70%;
	height: 40px;
	margin: 0 auto;
}

#securitylogos li:nth-child(1),
#securitylogos li:nth-child(2) {
	display: block;
	background: url(https://maestroconference.com/sites/all/themes/maestroconference/images/order-form-sprites.png);
}

#securitylogos li:nth-child(1) {
	float: left;
	width: 135px;
	height: 29px;
	background-position: 0 -30px;
}

#securitylogos li:nth-child(2) {
	float: right;
	width: 156px;
	height: 40px;
	background-position: 0 -59px;
}

@media screen and (max-width: 480px) {
	#securitylogos { height: auto; }
	
	#securitylogos li {
		float: none !important;
		margin: 0 auto 25px auto;
	}
}

/* ! Hide stuff */

.viewCart tr:first-child,                          /* Product, Price, Qty, Total, headers */
.productDescription,                               /* Product description */
.billingTable tr:nth-child(4),                     /* Company */
.billingTable tr:nth-child(6),                     /* Address line 2 */
#ORDER_FORM_SUMMARY,                               /* Order summary */
#paymentSelection tr:nth-child(3),                 /* Credit card graphic */
.cartDiscount,                                     /* Discounted price */
.qtyCell,                                          /* Quantity */
.viewCart tr:nth-child(2) td.rightAlign.priceCell, /* Discounted price, price */
.viewCart .subtotal td:first-child,                /* Subtotal text */
.billingTable tr:last-child                        /* Hide extra empty tr */
{
	display: none;
}

/* ! Misc fixes */

.viewCart tr:nth-child(2) { margin-bottom: 21px; }

.billingTable tr:nth-child(11) td:first-child, /* Phone number and payment labels */
.paymentLabel {
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
	color: #7d898f;
}

.cellLow td { margin-bottom: 16px; } /* Credit card fields */

#expirationMonth {
	float: left;
	width: 48.5%;
}

#expirationYear {
	float: right;
	width: 48.5%;
}

.subscriptionPlan { display: block; }

.pay2 { height: 64px; }

#Contact0_AuthorizeMonthlyBilling { /* ToS checkbox */
	display: inline-block;
	margin-top: 20px;
}

#Contact0_AuthorizeMonthlyBilling + label {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}

