/* Email Checkers use the same styles as Subject Analyzer */
/* (masthead with magnifying glass, form styles, etc.) */

body {
	background: #0c4b75;
	padding-bottom: 0;
}

mark {
	background: #fafad4;
}

/* Ensure sections below masthead have white background */
.masthead ~ div,
.masthead ~ .container {
	background: #fff;
}

/* Specific styling for "What This Checker Does" section */
.masthead + .container {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}

/* Help Classes*/
.col-centered{
    float: none;
    margin: 0 auto;
}
.push-20, .push-20-small {
	margin-top: 20px!important;
}

.push-50 {
	margin-top: 50px!important;
}

.push-30 {
	margin-top: 30px!important;
}

img {
	max-width: 100%;
}

/* Masthead */
.masthead {
	background: #fff;
	padding-bottom: 150px;
	background:#fff url(/assets/pattern-e9e6157838d7106c797607795e1a17c931d02fd1296451e7459b655cd85e2527.svg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.main-headline {
	color:#5eb5ef;
	font-size: 48px;
	position: relative;
}

.main-headline:before {
	width: 100px;
	height: 100px;
	display:block;
	content:"";
	background:url(/assets/magnifying-glass-c1509575effa47640d4d5f8dfcbea80c075fbe3c135b56aa7956091ab9fb018f.png) center no-repeat;
	position: absolute;
	top: -80px;
	right:40px;
	background-size: 100%;
}

.subheadline {
	line-height: 28px;
}

/* Form */

form.form-inline.email-subject input {
	width: 100%;
	display: block;
	height: 50px;
	font-size: 18px;
}

form.form-inline.email-subject button {
	color:#fff;
	border:none;
	background:#2980b9;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	height: 50px;
	margin-top: 10px;
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
}

form.form-inline.email-subject button:hover, form.form-inline.email-subject button:focus {
	background:#246996;
	color:#fff;
	outline: none;
}

.predefined-subjects img {
	opacity: 0.8;
}

.predefined-subjects img:hover {
	opacity: 1.0;
}

.predefined-subjects ul {
	margin-left: -12px;
	margin-right: -12px;
}

.predefined-subjects li {
	padding:12px 12px;
	font-size: 16px;
	color:#999;
}

.example{
	cursor: pointer;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.main-headline, .subheadline {
		text-align: center;
	}

	p {
		font-size: 16px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	form.form-inline.email-subject {
		margin:0 auto;
		width: 760px;
	}

	form.form-inline.email-subject input {
		width: 534px;
		display: inline-block;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-right: 0;

	}

	form.form-inline.email-subject button {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		width: auto;
		margin-top: 0;
	}

	.main-headline:before {
		right:80px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.main-headline:before {
		right:140px;
	}

}
