/* ------- Reference Info -----------------------

	--- FONTS ---

	Google - Open Sans 300, 400, 600, 700, 300italic
			 Open Sans Condensed 600, 700

	--- COLORS ---

	lt gray - section background color: #f2f3f5
	md gray - headers: #999
	md gray - header link hover: #777
	dk gray - submit button bg hover, block link bg hover: #555
	dk gray - main text color: #333
	lt gold - section background color: #ffd701
	gold - headers, block link bg, form bg: #fc0;

	--- INDEX ---
	Wrap Styles
	Header Styles
	Main Styles
	Footer Styles
	Typography Styles
	Form Styles
	Media Queries

	--------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);


/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
*/

/* ======= WRAP STYLES ========================== */
html {
	/* Bootstrap 3 sticky footer styling */
	position: relative;
	min-height: 100%;
}
body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', Helvetica, Arial, 'sans-serif';
	font-weight: 300;
	/* Bootstrap 3 sticky footer styling */
	margin-bottom: 74px; /* Margin bottom by footer height */
}
/* ======= HEADER STYLES ======================== */
header {
	margin-top: 15px;
	margin-bottom: 15px;
}
/* ======= MAIN STYLES ========================== */
.hero {
	background: url(/wp-content/themes/franchisecareeradvisors/assets/img/franchiseforexecspage-hero-background.jpg) no-repeat 20% 20% scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 400px;
	position: relative;
	z-index: 100;
}
.list1 img {
	float: left;
}
.list1 p {
	clear: left;
}
.list1 .subheader {
	margin-bottom: 15px;
}
.list1 .subheader .image,
.list1 .subheader .txt {
	/* The vertical alignment magic */
	display: inline-block;
	vertical-align: middle;
}
.list1 .subheader .image {
	width: 57px; /* required for inline-block */
	margin-right: 15px;
}
.list1 .subheader .txt {
	max-width: 120px; /* required for inline-block */
}
.list2,
.list3 {
	background-color: #f2f3f5;
}
.list3 {
	padding-bottom: 15px;
}
.list3 ul {
	list-style-image: url('/wp-content/themes/franchisecareeradvisors/assets/img/franchiseforexecspage-icon-arrow-right.png');
}
.section1 .container,
.section2 .container,
.section3 .container,
.section5 .container,
.section6 .container,
.section7 .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.section4 .container {
	padding-top: 25px;
	padding-bottom: 25px;
}
.section1 {
	min-height: 500px;
}
.section2,
.section7 {
	background-color: #ffd701;
}
.section3 {
	background-color: #f2f3f5;
}
.section4,
.section6 {
	background-color: #000;
}
/* ======= FOOTER STYLES ======================== */
footer {
	background: #999;
	/* Bootstrap 3 sticky footer styling */
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 74px; /* Set the fixed height of the footer here */
}
footer .container {
	padding-top: 20px;
	padding-bottom: 20px;
}
/* ======= TYPOGRAPHY STYLES ==================== */
* {
	font-size: 10px;
}
footer {
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 33px;
}
h1, h2, h3 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, 'sans-serif';
}
h1 {
	margin-top: 200px;
	margin-bottom: 0;
	font-size: 5.9em;
	line-height: 0.9em;
	text-transform: uppercase;
}
	h1 span:first-child {
		color: #fff;
	}
	h1 span:last-child {
		color: #fc0;
	}
h2 {
	font-size: 4.2em;
	line-height: 0.8em;
	text-transform: uppercase;
}
	h2 small {
		color: #999;
		font-size: 0.5em;
		font-weight: 600;
	}
h3 {
	font-size: 2em;
}
p {
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.5em;
}
	p strong {
		font-size: 1em;
	}
span {
	font-size: 1em;
}
.back-to-top {
	text-align: right;
}
.call-to-action .lg-text {
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
	color: #fff;
	font-family: 'Open Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 3.3em;
	letter-spacing: 1px;
}
.disclosure {
	font-size: 1.1em;
	font-style: italic;
}
.list1 {
	font-size: 1.5em;
}
.list1 .subheader .txt {
	font-family: 'Open Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
}
.list2 p {
	padding-right: 15px;
	padding-left: 15px;
}
.list2 p:last-child {
	padding-bottom: 15px;
}
.list2 h3,
.list3 h3 {
	padding: 15px;
	background-color: #ffd701;
	font-weight: 700;
	text-transform: uppercase;
}
.list2 p,
.list3 li {
	font-size: 1.6em;
	line-height: 2em;
}
.logo {
	font-size: 2em;
	font-weight: 700;
}
	.logo span:nth-of-type(1) {	color: #000; }
	.logo span:nth-of-type(2) {	color: #fc0; }
	.logo span:nth-of-type(3) {	color: #999; }
.section4,
.section6 {
	color: #fff;
}
.top-nav {
	text-align: right;
}
/* ------- Link Styles -------------------------- */
a {
	font-size: 1em;
	text-decoration: none;
}
a:hover {
	color: #dd9420;
	text-decoration: none;
}
footer a {
	color: #fff;
}
.call-to-action a {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 15px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 2.0em;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #fc0;
	/* for easing hover */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #000;
	}
	.call-to-action a:hover,
	.call-to-action a:active {
		background-color: #555;
		color: #fff;
	}
.top-nav a {
	font-size: 1.5em;
	line-height: 2em;
	margin-left: 25px;
	color: #000;
	/* for easing hover */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	.top-nav a:hover,
	.top-nav a:active {
		color: #777;
	}
/* ======= FORM STYLES ========================== */
input {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 2px 10px;
	color: #777;
	font-size: 0.9em;
}
input[type=radio],
input[type=checkbox] {
	width: auto;
	height: 1.3em;
}
input[type=submit] {
	width: 100%;
	margin-top: 20px;
	padding: 5px;
	border: none;
	background-color: #000;
	/* for easing hover */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #fff;
	font-size: 2.2em;
	text-transform: uppercase;
	text-transform: uppercase;
	font-weight: 700;
}
input[type=submit]:hover {
	background-color: #555;
	color: #fff;
}
label {
	font-size: 1.6em;
}
.faux-label {
	margin-top: 15px;
	font-weight: 700;
	font-size: 1.6em;
}
option {
	font-size: 2em;
}
select {
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}

/* ------- Override Bootstrap styles for -------- */
/* ------- dropdown menu with checkboxes only --- */
.dropdown-menu-form {
	max-height: 200px;
	overflow: auto;
}
.dropdown-toggle,
.dropdown-menu-form {
	width: 100%;
}
.dropdown-toggle {
	text-align: left;
}
.caret {
	position:absolute;
	top:50%;
	right:12px;
	margin-top:-2px;
	vertical-align:middle;
}
li label.checkbox {
	margin-top: 0;
	margin-left: 40px;
	margin-bottom: 5px;
	margin-right: 20px;
	font-weight: 300;
}
li label.checkbox input {
	margin-top: 1px;
}
/* ------- Styling for first form on page ------- */
.form1 {
	position: absolute;
	z-index: 50;
	background-color: #fc0;
}
.form1 h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 2.8em;
	line-height: 1.1em;
}
.form1 p {
	font-size: 1.5em;
	line-height: 1.3em;
}
.form1 label {
	font-size: 1.3em;
}
.form1 input[type=submit] {
	font-size: 3em;
	border-radius: 0;
}
.form1 .faux-label {
	font-size: 1.4em;
}
.form1-padding {
	padding: 15px 15px 0 15px;
}
/* ------- Styling for last form on page -------- */
.form3 .dropdown {
	margin-top: 5px;
}
.form3-row div:nth-child(1) {
	padding-right: 0;
}
.form3-row div:nth-child(2) {
	padding-left: 5px;
}
/* ======= THANK YOU PAGE ======================= */
h1.thank-you {
	color: #000;
}
h2.thank-you {
	color: #999;
	font-family: 'Open Sans', Helvetica, Arial, 'sans-serif';
	font-size: 3em;
	text-transform: none;
}

h2.thank-you span { font-weight: 700; }
h2.thank-you span:nth-of-type(1) {	color: #000; }
h2.thank-you span:nth-of-type(2) {	color: #fc0; }
h2.thank-you span:nth-of-type(3) {	color: #999; }

/* ======= MEDIA QUERIES ======================== */
/* Large desktop */
@media (min-width: 1200px) { }

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
	.hero {
		min-height: 325px;
	}
	/*--- Typography ---*/
	h1 {
		font-size: 4.5em;
	}
	.call-to-action a {
		margin-top: 15px;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body {
		/* Bootstrap 3 sticky footer styling */
		margin-bottom: 107px; /* Margin bottom by footer height */
	}
	footer {
		/* Bootstrap 3 sticky footer styling */
		height: 107px; /* Set the fixed height of the footer here */
	}
	.hero {
		min-height: 200px;
	}
	.list3 ul:first-child {
		margin-bottom: 0;
	}
	.hero .container,
	.section1 .container,
	.section2 .container,
	.section3 .container,
	.section5 .container,
	.section6 .container,
	.section7 .container {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	/*--- Typography ---*/
	h1 {
		margin-top: 100px;
	}
	.back-to-top {
		text-align: left;
	}
	.list1 .subheader .txt {
		max-width: 260px; /* required for inline-block */
	}
	.top-nav {
		text-align: left;
	}
		.top-nav a {
			margin-right: 15px;
			margin-left: 0;
		}
	}
	/* Landscape phones and down */
	@media (max-width: 480px) {
		h1, h2 {
			font-size: 2.9em;
		}
			h2 small {
				font-size: 0.6em;
			}
		h3,
		.list2 h3,
		.list3 h3 {
			padding: 5px 15px;
			font-size: 1.7em;
		}
		p,
		.list1,
		.list2 p,
		.list3 li,
		option,
		label,
		.faux-label {
			font-size: 1.3em;
		}
		.dropdown-header {
			font-size: 1.1em;
		}
		.call-to-action .lg-text {
			font-size: 2.3em;
		}
			.call-to-action a {
				font-size: 1.5em;
			}
		.top-nav a {
			font-size: 1.2em;
		}
	}