/* CSS Fix for Chrome/Webkit not rendering web fonts - 04/06/2014 */
/* http://stackoverflow.com/questions/22011139/google-fonts-are-not-rendering-on-google-chrome/22025804#22025804 */

body {
    -webkit-animation-delay: 0.1s !important;
    -webkit-animation-name: fontfix !important;
    -webkit-animation-duration: 0.1s !important;
    -webkit-animation-iteration-count: 1 !important;
    -webkit-animation-timing-function: linear !important;
}

@-webkit-keyframes fontfix {
    from { opacity: 1 !important; }
    to   { opacity: 1 !important; }
}

  body.hosted {
  background: #ededed;
	
}

.hosted .public {
  background: none;
}

.public .title_container {
  background: none;
  padding: 40px 0px;
}

.public .title_container h2.title, .public .title_container h3.subtitle {
    color: #666666;
}

.public .foreground_image {
	margin: 10px auto;
	display: block;
}

.public .page {
  width: 700px;
}

.public .page .content {
  padding: 50px;
  background: #fff;
  width: 700px;
  margin-top: 20px;
}

.public .page .content .content_subheading {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.public .footer {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #777;
  border: none;
}

.public .footer a {
  color: #0d6db7;
}

/* Form style overrides */

.content .ck_form {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d8d8d8; /* stroke */
	background-color: #f6f4f5; /* layer fill content */
	-moz-box-shadow: 0 1px 8px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,1); /* drop shadow and inner shadow */
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,1); /* drop shadow and inner shadow */
	box-shadow: 0 1px 8px rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,1); /* drop shadow and inner shadow */
}

.content .ck_form.ck_vertical { background-color: #f6f4f5; }

.content .ck_form input[type="text"], .content .ck_form input[type="email"] {
	background: #fff;
}

/* Responsive styles */

@media all and (max-width: 699px) {

	.public .page {
		width: auto;
	}

	.public .page .content {
		width: auto;
		padding: 5%;
	}

  .public .foreground_image {
    max-width: 100%;
  }

}



/* editing — see also edit_landing_pages.css.scss for more styles */


.edit .title_container h2.title input {
	width: 700px;
}

.edit .title_container h3.subtitle input {
	width: 700px;
}

.edit .page .content .content_heading input {
	font-size: 36px;
	color: #222;
	font-weight: 400;
	width: 590px;
	margin: 0px;
}

.edit .course_opt_in_container {
  margin-bottom: 15px;
}

.edit .page .content .content_subheading input {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, Times, serif;
	width: 590px;
}

.edit .image_preview.landing_page_foreground {
	margin: 0px auto 30px;
	width: 150px;
}

.ck_form .ck_guarantee {
  font-size: 10px;
}

.edit input.ck_label {
	padding: 5px 5px 0px;
  font-weight: bold;
}

.edit .ck_guarantee input {
    color: #777;
    font-size: 10px;
    clear: left;
    display: block;
    text-align: center;
    width: 100%;
		margin-top: 5px;
  }

/* This is a hack for the redactor editor */
#redactor_air_0, #redactor_air_1, #redactor_air_2, #redactor_air_3{
 	z-index: 530;
 }


/* Page specific styles */

