/* ====================================================================
>>> TABLE OF CONTENTS:
=======================================================================
	1.0 Reset
	2.0 Typography
	3.0 Elements
	4.0 Forms
	5.0 Navigation
	6.0 Accessibility
	7.0 Alignments
	8.0 Clearings
	9.0 Layout
		9.2 Sections
		9.6 Footer
	11.0 Footer
	10.0 Media
		10.1 Flexslider
=======================================================================*/


/* ====================================================================
1.0 Reset
=======================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	margin:0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display:block;
}

audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline;
}

audio:not([controls]) {
	display:none;
	height:0;
}

[hidden],template {
	display:none;
}

a {
	background-color:transparent;
}

a:active,a:hover {
	outline:0;
}

abbr[title] {
	border-bottom:1px dotted;
}

b,strong {
	font-weight:700;
}

dfn {
	font-style:italic;
}

mark {
	background:#ff0;
	color:#000;
}

small {
	font-size:80%;
}

sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

img {
	border:0;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:1em 40px;
}

hr {
	box-sizing:content-box;
	height:0;
}

pre {
	overflow:auto;
}

code,kbd,pre,samp {
	font-family:monospace,monospace;
	font-size:1.6em;
}

button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
}

button {
	overflow:visible;
}

button,select {
	text-transform:none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}

button[disabled],html input[disabled] {
	cursor:default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}

input {
	line-height:normal;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height:auto;
}

input[type="search"] {
	-webkit-appearance:textfield;
	box-sizing:content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}

fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em;
}

legend {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
}

optgroup {
	font-weight:700;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td,th {
	padding:0;
}


/* ====================================================================
2.0 Typography
=======================================================================*/

body,button,input,select,textarea {
	font-family: "Source Sans Pro",sans-serif;
	font-weight:400;
	font-style:normal;
	color:#404040;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.5;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Source Sans Pro",sans-serif;
	font-weight:300;
	font-style:normal;
	clear:both;
	color: #555E58;
	margin: 0;
}

h1 {
	font-size:60px;
	font-size:6rem;
	margin:.67em 0;
	line-height: 1.2;
}

h2 {
	font-size: 56pt;
	font-size: 5.6rem;
	line-height: 1.3;
	text-align: center;
}

h3 {
	font-size: 34pt;
	font-size: 3.4rem;
	line-height: 1.3;
	text-align: center;
}

h4 {
	font-size: 22pt;
	font-size: 2.2rem;
	font-weight: 600;
	color: #00a9a1;
	text-align: center;
}

p {
	margin-bottom:1.5em;
}

dfn,cite,em,i {
	font-style:italic;
}

blockquote {
	margin:0 1.5em;
}

address {
	margin:0 0 1.5em;
}

pre {
	background:#eee;
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.6;
	margin-bottom:1.6em;
	max-width:100%;
	overflow:auto;
	padding:1.6em;
}

code,kbd,tt,var {
	font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
	font-size:15px;
	font-size:1.5rem;
}

abbr,acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

mark,ins {
	background:#fff9c0;
	text-decoration:none;
}

big {
	font-size:125%;
}

@media screen and (max-width: 480px) {
	h1 {
		font-size: 38px;
		font-size: 3.8rem;
	}
	h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.1;
	}
	h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}



/* ====================================================================
3.0 Elements
=======================================================================*/

html {
	box-sizing:border-box;
}

*,:before,:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing:inherit;
}

body {
	background:#fff;
/* Fallback for when there is no custom background color defined. */
}

blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:"" "";
}

hr {
	background-color:#ccc;
	border:0;
	height:1px;
	margin-bottom:1.5em;
}

ul,ol {
	margin:0 0 1.5em 3em;
}

ul {
	list-style:disc;
}

ol {
	list-style:decimal;
}

li > ul,li > ol {
	margin-bottom:0;
	margin-left:1.5em;
}

dt {
	font-weight:700;
}

dd {
	margin:0 1.5em 1.5em;
}

img {
	height:auto;
/* Make sure images are scaled correctly. */
	max-width:100%;
/* Adhere to container width. */
}

table {
	margin:0 0 1.5em;
	width:100%;
}


/* ====================================================================
4.0 Forms
=======================================================================*/

.link-button,
input.submit,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius:3px;
	background:#333;
	color:#e6e6e6;
	font-size:12px;
	font-size:1.2rem;
	line-height:1;
	padding:.6em 1em .4em;
	text-align: center;
	font-weight:700;
	font-style:normal;
	cursor: pointer;
	-webkit-appearance: none;
	border: none;
}

.link-button,
input.submit:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #9A7D31;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color:#aaa #bbb #bbb;
	box-shadow:inset 0 -1px 0 rgba(255,255,255,0.5),inset 0 2px 5px rgba(0,0,0,0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color:#666;
	border:1px solid #ccc;
	border-radius:3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color:#111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding:6px;
}

textarea {
	padding-left:3px;
	width:100%;
}

.link-button,
input.submit {
	padding: 10px 20px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 10px;
	background: #00a9a1;
	color: #fff;
}

input.submit:hover {
	background: #555E58;
}


/* ====================================================================
5.0 Nav Links
=======================================================================*/

a {
	color:#9A7D31;
	text-decoration:none;
}

a:visited {
}

a:hover,a:focus,a:active {
	color:#333;
}

a:focus {
	outline:thin dotted;
}

a:hover,a:active {
	outline:0;
}

.more-info {
	text-align: center !important;
	display: block;
	margin-top: 60px;
}




/* ====================================================================
6.0 Accessibility
=======================================================================*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip:rect(1px,1px,1px,1px);
	position:absolute!important;
	height:1px;
	width:1px;
	overflow:hidden;
}

.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus {
	background-color:#f1f1f1;
	border-radius:3px;
	box-shadow:0 0 2px 2px rgba(0,0,0,0.6);
	clip:auto!important;
	color:#21759b;
	display:block;
	font-size:14px;
	font-size:1.4rem;
	font-weight:700;
	height:auto;
	left:5px;
	line-height:normal;
	padding:15px 23px 14px;
	text-decoration:none;
	top:5px;
	width:auto;
	z-index:100000;
/* Above WP toolbar. */
}


/* ====================================================================
7.0 Alignments
=======================================================================*/

.alignleft {
	display:inline;
	float:left;
	margin-right:1.5em;
}

.alignright {
	display:inline;
	float:right;
	margin-left:1.5em;
}

.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


/* ====================================================================
8.0 Clearings
=======================================================================*/

.clearfix:before,.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	*zoom:1;
}


/* ====================================================================
9.0 Layout
=======================================================================*/

/*
9.1 Sections
=======================================================================*/

.panel {
	width:100%;
}

.panel.header {
	width: 100%;
	height: 80px;
	background: #00a9a1;
	padding: 10px 0 20px 0;
	padding-left: 5%;
}

.panel.header img {
	height: 54px;
	width: 257px;
	float: left;
}

.panel.header p {
	float: left;
	margin-left: 30px;
	color: #fff;
	font-size: 24px;
	font-weight: 200;
	margin-top: 26px;
}

.panel.scrollheader {
	display: none;
	position: fixed;
	width: 100%;
	height: 60px;
	background: #00a9a1;
	padding: 10px 0 20px 0;
	padding-left: 10%;
	top: 0;
	z-index: 9999;

	/* animation
	---------------------------------------------------- */
	opacity:1;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	/* Time for image to fade in
	---------------------------------------------------- */
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;

	/* Time for image to be delayed
	---------------------------------------------------- */
	-webkit-animation-delay:0s;
	-moz-animation-delay:0s;
	-o-animation-delay:0s;
	animation-delay:0s;
}

	/* Key Frames
	---------------------------------------------------- */
	@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


.panel.scrollheader.scrolled {
	display: block;
}

.panel.scrollheader.scrolled img {
	height: 30px;
}

#topbutton {
	height: 60px;
	width: 80px;
	background: #555E58;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 60px;
}

#topbutton a {
	color: #fff;
}

.panel.brand {
	background: url("images-franchise/start-your-own-business.jpg") no-repeat center top ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  	background-color: #00a9a1;
	position: relative;
	-ms-behavior: url(backgroundsize.min.htc);
	z-index: 50;
}

.ie .panel.brand {
	height: 650px;
}

.ie .panel.brand img {
	width: 100%;
}

#title {
	position: absolute;
	bottom: 180px;
	text-align: center;
	width: 100%;
}

#title h1 {
	color: #fff;
	margin: 0 auto;
	width: 768px;
}

.scroll p {
	color: #fff;
	padding: 0 30px;
}

.scroll {
	position: absolute;
	text-align: center;
	bottom: 30px;
	width: 100%;
}

.scroll p {
	margin-bottom: 0.5em;
}

section {
	max-width:780px;
	margin: 0 auto;
	padding: 115px 30px 85px 30px;
}

.illustration, .illustration .img {
	width: 100%;
}

.illustration {
	padding: 20px 0;
}

.features {
	border-top: 1px solid #555E58;
	border-bottom: 1px solid #555E58;
	padding-top: 15px;
}

.col1, .col2, .col3 {
	width: 30%;
	float: left;
}
.col2 {
	margin: 0 5%;
}

.col1 p, .col2 p, .col3 p {
	font-size: 17pt;
	font-size: 1.7rem;
	text-align: center;
	color: #899C9D;
}

.half-col {
	width: 45%;
	float: left;
}

.half-col.right {
	margin-left: 10%;
	padding-top: 20px;
}

.half-col.right input[type="text"] {
	width: 100%;
	margin-bottom: 8px;
	background: #edf4f4;
}


@media screen and (max-width: 768px) {
	#title h1 {
		width: 500px;
	}
}
@media screen and (max-width: 768px) {
	h2 {
		font-size: 48pt;
		font-size: 4.8rem;
	}
	h3 {
		font-size: 24pt;
		font-size: 2.4rem;
	}
	h4 {
		font-size: 22pt;
		font-size: 2.2rem;
	}
	#title h1 {
		width: 420px;
		font-size: 56px;
		font-size: 5.6rem;
	}
	.col1 p, .col2 p, .col3 p {
		font-size: 15pt;
		font-size: 1.5rem;
	}
	.panel.header {
		padding-top: 15px;
	}
	.panel.header img {
		height: 35px;
		width: 207px;
	}
	.panel.header p {
		font-size: 16px;
		margin-left: 10px;
		margin-top: 22px;
	}
}
@media screen and (max-width: 480px) {
	.panel.header {
		height: 90px;
		padding-left: 30px;
	}
	.panel.header img {
		height: 40px;
		width: 240px;
		display: block;
		float: none;
	}
	.panel.header p {
		margin-left: 0;
		font-size: 16px;
		margin-top: 6px;
	}
	h2 {
		font-size: 35pt;
		font-size: 3.5rem;
		margin-bottom: 5px;
	}
	h3 {
		font-size: 20pt;
		font-size: 2rem;
	}
	h4 {
		font-size: 18pt;
		font-size: 1.8rem;
	}
	#title h1 {
		width: 290px;
		font-size: 29px;
		font-size: 2.9rem;
	}
	.col1, .col2, .col3 {
		width: 100%;
	}
	.col2 {
		margin: 0;
	}
	.col1 p, .col2 p, .col3 p {
		font-size: 16pt;
		font-size: 1.6rem;
		padding: 0 50px;
	}
	section {
		padding: 50px 20px 25px 20px;
	}
	.half-col {
		width: 100%;
	}
	.half-col.right {
		margin-left: 0;
	}
}


/* Freedom landing page */

#freedom section {
	padding: 60px;
}

#freedom .panel.brand {
	background: url("images-franchise/freedom-bg.jpg") no-repeat center center ;
	height: 670px !important;
	padding: 60px;
	text-align: center;
	vertical-align: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#freedom .panel.brand #title {
	display: inline-block;
	width: 60%;
	max-width: 600px;
	padding-right: 40px;
	position: inherit;
	bottom: inherit;
	text-align: left;
}

#freedom .panel.brand #title h1 {
	width: inherit;
	margin: 0;
	width: 100%;
	font-size: 54pt;
	line-height: 100%;
	margin-bottom: 20px;
}

#freedom .panel.brand #title p.subtitle {
	color: #ffffff;
	font-size: 24px;
	font-weight: 200;
}

#freedom .panel.brand .form {
	width: 25%;
	max-width: 350px;
	padding: 36px;
	display: inline-block;
	background: #f2f2f2;
	border: 1px solid rgba(200, 200, 200, 0.4);
	vertical-align: top;
}

#freedom .panel.brand .form .half-col.right {
	width: 100%;
	margin: 0;
}

#freedom .panel.brand .form h2 {
	font-size: 32px;
}

#freedom .panel.brand .form h3 {
	font-size: 22px;
}

#freedom .panel.brand .form .half-col.right input[type="text"] {
	background: #ffffff;
}

#freedom .panel.brand .form .submit {
	width: 100%;
}

#freedom .panel.brand .form .g-recaptcha {
	transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
}


#freedom .panel.white h2 {
	font-size: 30pt;
	padding: 40px 10%;
}

#freedom .features {
	border: none;
	padding: 0;
}

#freedom .features .col1, 
#freedom .features .col2, 
#freedom .features .col3 {
	width: 100%;
	float: none;
	display: block;
}
#freedom .features .col2 {
	margin: 0;
}

#freedom .features .illustration {
	float: left;
	width: 20%;
	margin-right: 5%;
}

#freedom .features .blurb {
	float: left;
	width: 75%;	
}

#freedom .features h3 {
	text-align: left;
	margin-bottom: 20px;
}

#freedom .features .col1 p, 
#freedom .features .col2 p, 
#freedom .features .col3 p {
	text-align: left;
	font-size: 18pt;
	font-weight: 300;
}

#freedom.redirect .panel.brand {
	margin-bottom: 0 !important;
}

@media screen and (min-width: 1920px) {
	#freedom .panel.brand {
    	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
@media screen and (max-width: 1236px) {
	#freedom .panel.brand #title h1 {
		font-size: 48pt;
	}
	#freedom .panel.brand .form {
		width: 35%;
	}
	#freedom .panel.brand .form h3 {
		font-size: 14pt;
	}
}
@media screen and (max-width: 1024px) {
	#freedom .panel.brand #title h1 {
		font-size: 34pt;
	}
	#freedom .panel.brand {
		background: url("images-franchise/freedom-bg.jpg") no-repeat -500px center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;

	}
}

@media screen and (max-width: 768px) {
	#freedom .panel.header img {
		height: 40px;
		width: 190px;
	}
	#freedom .panel.brand #title h1 {
		font-size: 32pt;
	}
	#freedom .panel.brand {
		height: 570px !important;
		margin-bottom: 80px;
	}
	#freedom .panel.brand #title p.subtitle {
		font-size: 19px;
	}
	#freedom .features .col1, 
	#freedom .features .col2, 
	#freedom .features .col3 {
		margin-bottom: 20px;
	}
	#freedom .features h3 {
		font-size: 20pt;
	}
	#freedom .features .col1 p, #freedom .features .col2 p, #freedom .features .col3 p {
		font-size: 16pt;
		padding: 0;
	}
	#freedom .features .illustration {
		padding: 0;
	}
}

@media screen and (max-width: 728px) {
	#freedom .panel.brand {
		height: 480px !important;
		margin-bottom: 380px;
		padding: 30px;
		background: url("images-franchise/freedom-bg.jpg") no-repeat -350px center;
    	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#freedom .panel.brand #title {
		padding-right: 0;
	}
	#freedom .panel.brand #title,
	#freedom .panel.brand .form {
		width: 100%;
	}
	#freedom .panel.brand .form {
		padding: 20px;
		margin-top: 180px;
	}
	#freedom .panel.brand #title p.subtitle {
		font-size: 18px;
	}
	#freedom section {
		padding: 50px 40px 25px 45px;
	}
	#freedom .features .illustration {
		text-align: center;
		float: none;
		width: inherit;
		padding-bottom: 0;
	}
	#freedom .features .blurb {
		float: none;
		width: inherit;
	}
	#freedom .features h3 {
		font-size: 24pt;
	}
	#freedom .features .col1 p, 
	#freedom .features .col2 p, 
	#freedom .features .col3 p {
		font-size: 14pt;
		padding: 0;
	}
}

@media screen and (max-width: 480px) {
	#freedom .panel.header img {
		height: 40px;
		width: 190px;
	}
	#freedom .panel.brand {
		height: 400px !important;
		margin-bottom: 380px;
		padding: 30px;
		background: url("images-franchise/freedom-bg.jpg") no-repeat -280px center;
    	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#freedom .panel.brand #title h1 {
		font-size: 24pt;
	}
	#freedom .panel.white h2 {
		font-size: 22pt;
	}
	#freedom .panel.brand #title p.subtitle {
		font-size: 16px;
	}
	#freedom .features h3 {
		font-size: 20pt;
	}
	#freedom .panel.brand .form {
		padding: 20px;
		margin-top: 140px;
	}
	#freedom .panel.brand .form h2 {
		font-size: 22pt;
	}
	#freedom .panel.brand .form h3 {
		font-size: 14pt;
	}
}

@media screen and (max-width: 320px) {
	#freedom .panel.brand {
		height: 400px !important;
		margin-bottom: 380px;
		padding: 30px;
		background: url("images-franchise/freedom-bg.jpg") no-repeat -320px center;
    	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#freedom .panel.brand #title p.subtitle {
		font-size: 14px;
	}
}


/* ====================================================================
11.0 Footer
=======================================================================*/

.panel.dark {
	background: #404f59;
	text-align: center;
	padding: 40px;
	color: #8a9494;
}

footer p.strapline {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 200;
	color: #00a9a1;
	margin-bottom: 20px;
}

footer img {
	width: 257px;
	height: 54px;
}

@media screen and (max-width: 480px) {
	footer p.strapline {
		font-size: 22px;
		font-size: 2.2rem;
	}
	footer img {
		width: 190px;
		height: 40px;
	}
}


/* ====================================================================
10.0 Media
=======================================================================*/

/* Make sure embeds and iframes fit their containers. */
embed,iframe,object {
	max-width:100%;
}


/* ====================================================================
11.0 Icon Font
=======================================================================*/

@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before,
.arrow_carrot-left_alt2:before,
.arrow_carrot-down_alt2:before,
.arrow_carrot-up_alt2:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.arrow_carrot-down_alt2:before { content: "\3b"; font-size: 40px; font-size: 4rem; }
.arrow_carrot-up_alt2:before { content: "\3a"; margin-right: 5px; font-size: 2rem; vertical-align: -10%; }
.arrow_carrot-left_alt2:before { content: "\3c"; margin-right: 5px; font-size: 2rem; vertical-align: -10%; }
