/* ====================================================================
>>> 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
	10.0 Footer
	11.0 Media
	12.0 Icon Font
=======================================================================*/


/* ====================================================================
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 {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
	-webkit-appearance: none;
}

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: 36pt;
	font-size: 3.6rem;
	line-height: 1.3;
	text-align: center;
}

h3 {
	font-size: 20pt;
	font-size: 2rem;
	line-height: 1.3;
	text-align: center;
}

h4 {
	font-size: 22pt;
	font-size: 2.2rem;
	font-weight: 600;
	color: #7CC242;
	text-align: center;
}

p {
	margin-bottom: 1.5em;
	font-weight: 300;
}

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: 18px;
		font-size: 1.8rem;
	}
	h4 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}



/* ====================================================================
3.0 Elements
=======================================================================*/

html {
	box-sizing: border-box;
	height: 100%;
}

*, :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. */
	min-height: 100%;
	position: relative;
	padding-bottom: 104px;
}

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
=======================================================================*/

a.button,
input.submit,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: .3em 1em;
    color: #333;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f8c44f;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

a.button:hover,
input.submit:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #ccc;
	-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="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]: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="tel"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 6px;
	margin: 4px 0;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

input.submit {
	padding: 10px 20px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 10px;
	background: #85c2e7;
	color: #fff;
}

input.submit:hover {
	background: #666;
}


/* ====================================================================
5.0 Nav Links
=======================================================================*/

.panel.header a {
	color: #333;
	text-decoration:none;
}

.panel.header a:hover, a:focus, a:active {
	color: #85c2e7;
}

.more-info {
	text-align: center !important;
	display: block;
	margin-top: 60px;
}

nav {
	text-align: center;
	padding: 10px;
	background: #f2f2f2;
}
nav ul {
	margin: 0;
}
nav ul li {
	display: inline-block;
	list-style: none;
	margin: 0 10px;
}
nav ul li:hover {
	color: #85c2e7;
}


/*	Mobile Menu
	------------------------------*/

/* The Overlay (background) */
#mobileNav.overlay {
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #85c2e7; /* Black fallback color */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
nav#mobileNav {
	padding: 0;
}

/* Position the content inside the overlay */
#mobileNav .overlay-content {
    position: relative;
    top: 20%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
#mobileNav.overlay li {
	display: block;
}
#mobileNav.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 26px;
    color: #333;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
#mobileNav.overlay a:hover, #mobileNav.overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
#mobileNav.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    #mobileNav.overlay a {font-size: 20px}
    #mobileNav.overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
@media screen and (max-width: 550px) {
	#desktopNav {
		display: none;
	}
	#mobileNav {
		display: block;
	}
	.menubtn {
		float: right;
		font-size: 20px;
		cursor: pointer;
		margin-top: 9px;
	}
}
@media screen and (min-width: 551px) {
	#desktopNav {
		display: block;
	}
	#mobileNav {
		display: none;
	}
	.menubtn {
		display: none;
	}
}



/* ====================================================================
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;
}


/* ====================================================================
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
=======================================================================*/

section {
	max-width: 960px;
	margin: 0 auto;
	padding: 60px;
	text-align: center;
}

.panel {
	width: 100%;
}

.panel.white {
	background: #fff;
}

.panel.blue {
	background: #85c2e7;
}

.panel.dark {
	background: #22262e;
}

.panel.header {
	width: 100%;
	padding: 6px 20px 20px 20px;
	text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
   }

.panel.scrollheader {
	display: none;
	position: fixed;
	width: 100%;
	height: 60px;
	text-align: center;
	padding: 5px 0 20px 0;
	top: 0;
	z-index: 9999;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.1);

	/* 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;
}

#topbutton {
	height: 60px;
	width: 80px;
	background: #555E58;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 60px;
}

#topbutton a {
	color: #fff;
}

/* banner
---------------------------------------------------- */

.panel.brand.blue {
	background: #85c2e7;
	height: auto !important;
	padding-top: 20px;
}

#full-image {
	background: url("images/couple.jpg") no-repeat center center ;
	height: 140px;
	padding: 15px;
	text-align: center;
	vertical-align: top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#full-image-2 {
	background: url("images/couple-bubble.jpg") no-repeat center center ;
	height: 240px;
	padding: 15px;
	text-align: center;
	vertical-align: top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  position: relative;
  width: 600px;
  margin: 0 auto;
}

#slideshow {
  width: 154px;
  height: 154px;
  background-color: #85c2e7;
	border-radius: 50%;
	position: absolute;
	top: 32px;
	right: 54px;
	overflow: hidden;
}

#slideshow img { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    display: none;
}

#slideshow img.firstSlide {
  display: block;
}

.ie .panel.brand {
	height: 650px;
}

.ie .panel.brand img {
	width: 100%;
}

#title {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #85c2e7;
	
}

#title h1 {
	color: #333;
	margin: 0 auto;
	font-size: 18pt;
	font-weight: 300;
	line-height: 1em;
}

#title .form {
	padding: 5px 20px 20px;
	max-width: 600px;
	margin: 0 auto;
}

#title .form h3 {
	font-weight: 300;
	color: #fff;
	font-size: 22px;
	padding-bottom: 10px;
}

#title .form input[type="submit"] {
 margin-top: 5px
}

#title .form input {
	width: 250px;
}

#contact {
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 100%;
	background: #3e5659;
	padding: 20px;
}

#contact .phone {
	color: #85c2e7;
	font-size: 30px;
	margin-bottom: 0;
}

.content {
	max-width: 600px;
	margin: 0 auto;
}

.content h1 {
	font-size: 40px;
	font-size: 4rem;
}

.content h3 {
	color: #85c2e7;
	text-align: left;
	font-weight: 400;
}

.content p {
	text-align: left;
}

@media screen and (max-width: 580px) {
  #full-image-2 {
    width: 320px;
    height: 145px;
  }
  #slideshow {
    width: 92px;
    height: 92px;
    top: 21px;
    right: 12px;
  }
}


/* features
---------------------------------------------------- */

.illustration, .illustration .img {
	width: 100%;
}

.illustration {
	padding: 20px 0;
}

.col1, .col2, .col3 {
	width: 30%;
	float: left;
}

.col2 {
	margin: 0 5%;
}

.col1 h3, .col2 h3, .col3 h3 {
	font-weight: 400;
}

.col1 p, .col2 p, .col3 p {
	font-size: 16pt;
	font-size: 1.6rem;
	text-align: center;
	color: #555;
}

.content h1 {
	font-size: 40px;
	font-size: 4rem;
}
.content h3 {
	color: #85c2e7;
}

/* testamonials
---------------------------------------------------- */

.testamonial {
	font-size: 24px;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
	margin-bottom: 0;
}


/* difference
---------------------------------------------------- */

.panel.dark h2,
.panel.dark ul {
	color: #fff;
}

.panel.dark ul {
	list-style: none;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	max-width: 350px;
	margin: 0 auto;
}

.panel.dark li {
	margin-top: 25px;
	padding-left: 40px;
	text-indent: -40px;
}



/* steps
---------------------------------------------------- */

.step {
	width: 40%;
	float: left;
	text-align: center;
	margin: 20px 5%;
}


/* stats
---------------------------------------------------- */

.stats {
	text-align: center;
}

.stats .counter-number {
	color: #f8c44f;
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 0;
}

.stats .counter-number span {
	font-size: 30%;
	font-style: italic;
}

.stats .counter-text {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}


@media screen and (min-width: 769px) {
	#contact p {
		max-width: 600px;
		margin: 0 auto;
	}
	#title h1 {
		font-size: 36px;
		font-size: 3.6rem;
		width: 100%;
	}
	#full-image {
		height: 250px;
	}
}
@media screen and (max-width: 768px) {
	#title h1 {
		font-size: 30px;
		font-size: 3rem;
		width: 100%;
	}
	.col1 p, .col2 p, .col3 p {
		font-size: 15pt;
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	.panel.scrollheader.scrolled {
		text-align: left;
		padding-left: 35px;
		padding-top: 8px;
	}
	.panel.scrollheader.scrolled img {
		height: 38px;
		width: 185px;
	}
	.panel.header {
		height: 60px;
		text-align: center;
		padding-left: 0;
	}
	.panel.header img {
		height: 39px;
		width: 190px;
		float: left;
		margin-left: 20px;
	}
	#title h1 {
		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;
	}
}



/* ====================================================================
10.0 Footer
=======================================================================*/

.panel.dark.footer {
	text-align: center;
	padding: 40px;
	color: #8a9494;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

footer img {
	width: 330px;
	height: 54px;
}

@media screen and (max-width: 480px) {
	footer img {
		width: 240px;
		height: 40px;
	}
}


/* ====================================================================
11.0 Media
=======================================================================*/

/* Make sure embeds and iframes fit their containers. */
embed,iframe,object {
	max-width: 100%;
}


/* ====================================================================
12.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,
.icon_check_alt2: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%;
}
.icon_check_alt2:before {
	content: "\52";
	margin-right: 10px;
	position: relative;
	top: 5px;
	font-size: 3rem;
	vertical-align: -10%;
	color: #85c2e7
}
