body {
	line-height: 1.2;
	font-size: 12px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	background-size: cover;
	min-height: 633px;
}

.container {
	max-width: 460px;
	min-width: 325px;
	padding: 0;
}
.desktop-container {
	border: 1px solid #ccc;
}


/* headers */
h1 {
	font-size: 28px;
	color: #000;
	line-height: inherit;
}

h2 {
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}


.widget-state[data-fbuy-state="Email Capture"] .form, .widget-state[data-fbuy-state="Thanks"] .form,
.widget-state[data-fbuy-state="Email Capture"] form, .widget-state[data-fbuy-state="Thanks"] form {
	padding-top: 20px;
}


.img-responsive {
	width: 100%;
}


/* forms */
.form, .runtime-state form {
	min-height: 257px;
}
.form .row, .runtime-state form .row {
	padding: 10px 0;
}
label {
	position: absolute;
	top: -6px;
	left: 23px;
	background: #fff;
	font-weight: 500;
	padding: 0 3px;
	text-transform: uppercase;
	opacity: 0;
}
input, textarea, button[type=submit] {
	text-align: left;
	width: 100%;
	padding: 9px 10px;
	border: 1px solid #CCCCCC;
	line-height: 1.4;
}
input:focus, textarea:focus {
	outline: 1px solid #999;
}
input:focus + label, textarea:focus + label {
	opacity: 1;
}
textarea {
	height: 96px;
	color: #666666;
}
button[type=submit], input[type=submit] {
	text-align: center;
	width: auto;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-weight: 500;
	padding: 10px 40px;
	border: 1px solid #cccccc;
	line-height: 1.4;
	font-size: 18px;
}
.character-count {
	text-align: right;
}


/* backgrounds */
.background-image-holder {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.background-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.background-image-img {
	width: 100%;
	z-index: -1;
	height: 200px;
	position: absolute;
}

#callout, #callout-mobile {
	height: 200px;
}

#callout .background-image-overlay, #callout-mobile .background-image-overlay {
	padding: 0 10px ;
	text-align: center;
	position: relative;
}


/* menu */
#menu {
	text-align: center;
	color: #fff;
	font-weight: 500;
	background: #fff;
}
.menu-item {
	display: block;
	color: #000;
	font-size: 24px;
	padding: 8px 0 6px;
	border: 1px solid #ccc;
	border-right: 0;
	background: #fff;
}
.menu-item:first-child {
	border-left: 0;
}
.menu-item i {
	opacity: .6;
}
.menu-item.active i, .menu-item:hover i, .menu-item:focus i {
	opacity: 1;
	color: #000;
}
.menu-item.active {
	border-bottom: none;
}


/* tabs */
#tabs {
	text-align: center;
	min-height: 460px;
}
.purl {
	padding: 13px 0 16px;
}
.purl .cta {
	font-weight: 500;
}
.purl input {
	width: 180px;
	margin-top: 6px;
	text-align: center;
}
.tab.widget-state {
	min-height: 288px;
}


.facebook-preview-image, .facebook-preview-text {
	padding-top: 8px;
}
.facebook-preview-image img {
	max-width: 180px;
	margin: 0 auto;
}
.facebook-preview-text .facebook-preview-cta {
	font-weight: bold;
}



/* footer */
#footer {
	text-align: left;
	height: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 15px;
}
.terms a {
	color: inherit;
}
.powered-by {
	text-align: right;

}

.validation-error {
  height: 15px;
  color: red;
  margin-bottom: 3px;
}

.social-media-buttons {
	margin-top: 60px;
}
.facebook-preview-image img {
	max-height: 110px;
}

#selfEmail form button {
	margin-top: 20px;
}
#selfEmail form label {
	top: 12px;
}
.num {
	float: right;
}
.email-form form.form-inline  {
	min-height: 200px;
}
.tab.widget-state.thanks-state, .thanks-state form {
	min-height: 170px;
}
#fb-email-body, #fb-network-message, #twitter-tweet-text {
	font-size: 13px;
}
#fb-share-description {
		max-height: 70px;
		overflow: hidden;
	}
.cs_import, .cloudsponge-launch {
	position: absolute;
	right: 20px;
	top: 12px;
	color: #000;
}
._email_capture .row .col-sm-12 p, .thanks-text {
	font-size: 14px;
}
.editable-button {
	padding: 5px;


}

/* checkbox styles */
.mulholland-checkbox-reminder {
  position: relative;
  margin: 0;
  text-align: left;
  display: inline-block;
  width: 100%;
  opacity: 1;
  height: 16px;
}
.mulholland-checkbox-reminder label {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  text-transform: none;
  opacity: 1;
  left: 0;
  padding: 0;
}
.mulholland-checkbox-reminder input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  top: -1px;
  position: relative;
  opacity: 1;
  display: inline-block;
}

@media (min-width: 768px) {
	html {
		height: 100%;
	}

	body {
		height: auto;
		background-repeat: no-repeat;
		background-size: cover;
	}

	h1 {
		font-size: 32px;
	}

	h2 {
		margin-top: 10px;
		font-size: 18px;
	}

	.background-image-img {
		position: absolute;
		width: 100%;
		height: auto;
		min-height: 701px;
	}

	.container {
		max-width: none;
	}

	.desktop-container {
		margin-top: 80px;
	}

	#callout {
		background: rgba(255, 255, 255, 0.8);
		padding-top: 0;
		height: auto;
		min-height: 180px;
	}

	.menu-item {
		font-size: 20px;
		padding: 4px 0;
		background: #fff;
	}

	.menu-item:hover {
		text-decoration: none;
		opacity: 1;
	}

	#tabs {
		background: #fff;
		padding-bottom: 6px;
		min-height: 405px;
	}

	.form, .runtime-state form {
		padding-top: 8px;
	}

	.form .row, .runtime-state form .row {
		padding: 8px 0;
	}

	.facebook-preview-image, .facebook-preview-text {
		padding-top: 5px;
		padding-bottom: 6px;
	}

	.facebook-preview-image {
		padding-right: 5px;
	}

	.facebook-preview-image img {
		max-width: none;
	}

	.facebook-preview-text {
		padding-left: 5px;
		text-align: left;
	}

	.purl {
		padding-top: 13px;
	}
	.image-holder {
		background-size: cover;
		width: 100%;
		min-height: 750px;
		position: absolute!important;
		background-repeat: no-repeat;
	}
	.thanks-text, ._email_capture.email-form p {
		font-size: 14px;
	}
	#callout .background-image-overlay {
		padding: 12px 20px 0;
	}
	#footer {
		height: 20px;
		max-width: 487.5px;
		position: absolute;
		bottom: 0;
		right: 15px;
		width: 100%;
	}
	.tab.widget-state.thanks-state, .thanks-state form {
		min-height: 170px;
	}
	.email-form form.form-inline {
		min-height: 200px;
	}
	#fb-share-description {
		max-height: 70px;
		overflow: hidden;
	}




}

@media (max-width: 767px) {
	body {
		background-color: transparent;
		max-width: 320px;
	}
	#fb-share-description {
		display: none;
	}
	#tabs {
		min-height: 420px;
	}
	._twitter-message label {
		top: 7px
	}
	#footer {
		min-width: 323px;
		width: 100%;
	}
	#tabs {
		background-color: #fff;
	}

}