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

/* Main
---------------------------------------- */
html {
}

body {
	color: #8b8d8e;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
}

a {
	color: #4470ed;
	text-decoration: none;

		    transition: color .2s ease-in; 
	   -moz-transition: color .2s ease-in;
	     -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
}

a:hover {
	color: #4470ed;
	text-decoration: underline;
}

img	{
	vertical-align: text-bottom;
}



/* Body
---------------------------------------- */
header {
	background-image: url( '/images/header_home.jpg' );
	background-position: top center;
	background-repeat: no-repeat;

			background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
	-webkit-background-size: cover;

	height: 350px;
	position: relative;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

body.page-1 header {
	height: 650px;
}

#header-text {
	background-image: url( '/images/logo_white.png' );
	background-position: 400px top;
	background-repeat: no-repeat;
	background-size: 100px;
	color: #fff;
	font-size: 26px;
	left: 50%;
	line-height: 32px;
	padding-top: 30px;
	position: absolute;
	text-align: center;
	top: 350px;

		-ms-transform: translateX( -50% );
	-webkit-transform: translateX( -50% );
    		transform: translateX( -50% );

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 530px;
}

body.fr #header-text {
	background-position: 430px top;
	top: 250px;
}

#header-button {
	background-color: #49cca8;
	display: block;
	font-size: 18px;
	margin: 20px auto 0;
	padding: 10px 50px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 300px;
}

#header-button:hover {
	background-color: #38a688;
}

#main {
	padding: 50px 0 100px;
}

.content-container {
	margin: 0 auto;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 980px;
}

.content-container h1 {
	color: #4470ed;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom: 50px;
	text-transform: uppercase;
}



/* Navigation
---------------------------------------- */
nav {
	background: rgba( 255, 255, 255, 0.9 );

			box-shadow: 0 2px 15px -2px rgba( 0, 0, 0, 0.2 );
	   -moz-box-shadow: 0 2px 15px -2px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow: 0 2px 15px -2px rgba( 0, 0, 0, 0.2 );

	position: fixed;
	top: 0;
	width: 100%;
	z-index: 501;
}

#nav-content {
	height: 70px;
	margin: 0 auto;
	position: relative;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 980px;
}

#nav-logo {
	height: 50px;
	left: 0;
	position: absolute;
	top: 50%;

		-ms-transform: translateY( -50% );
	-webkit-transform: translateY( -50% );
    		transform: translateY( -50% );

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 221px;
}

#nav-menu {
	float: left;
	list-style: none;
	margin: 0 0 0 250px;
	overflow: hidden;
	padding: 0;
}

#nav-menu > li {
	float: left;
}

#nav-menu > li > a {
	display: inline-block;
	line-height: 70px;
	margin-right: 1px;
	padding: 0 20px;
	position: relative;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

body.fr #nav-menu > li > a {
	padding: 0 14px;
}

#nav-menu > li > a:before {
	background-color: #4470ed;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;

			transform: scaleX( 0 );
	-webkit-transform: scaleX( 0 );

		    transition: all .3s ease-in-out 0s;
	   -moz-transition: all .3s ease-in-out 0s;
	     -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;

	visibility: hidden;
	width: 100%;
}

#nav-menu > li > a:hover {
	text-decoration: none;
}

#nav-menu > li > a.active:before, #nav-menu > li > a:hover:before {
	visibility: visible;

			transform: scaleX( 1 );
	-webkit-transform: scaleX( 1 );
}

#nav-find {
	right: 0;
	position: absolute;
	top: 50%;

		-ms-transform: translateY( -50% );
	-webkit-transform: translateY( -50% );
    		transform: translateY( -50% );
}

body.fr #nav-find {
	padding: 12px 15px;
}

#nav-hamburger {
	border: 0;
	display: none;
	margin: 3px;
	outline: none;
	padding: 6px;
	right: 10px;
	position: absolute;
	top: 5px;
	vertical-align: bottom;
	width: 30px;
}

#nav-hamburger span {
	background-color: #107499;
	border-radius: 1px;
	display: block;
	height: 4px;
	margin: 5px 1px;
	position: relative;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#nav-hamburger:hover span {
	background-color: #00aeef;
}

#nav-close {
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	right: 10px;
	top: 10px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#nav-close:hover {
	color: #08b1f0;
}

#floating-menu {
    background-color: rgba( 68, 112, 237, 0.95 );
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 100%;
	display: none;
	right: -250px;
	margin: 0;
	padding: 45px 0 0;
	position: fixed;
	top: 0;
	width: 250px;
	z-index: 1001;
}

#floating-menu > ul {
	font-size: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#floating-menu > ul > li {
	cursor: pointer;
	line-height: 26px;
}

#floating-menu > ul > li > a {
	border: 0;
	color: #fff;
	display: block;
	height: auto;
	padding: 6px 15px;
	position: static;
	text-align: left;

		    transition: all .2s ease-in; 
	   -moz-transition: all .2s ease-in;
	     -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

#floating-menu a:hover, #floating-menu a.active {
	background-color: #49cca8;
	text-decoration: none;
}



/* Home
---------------------------------------- */
#home-intro {
	overflow: hidden;
}

#home-left {
	float: left;
	margin-right: 100px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 580px;
}

#home-left strong {
	color: #4470ed;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}

.home-title {
	background-image: url( '/images/logo_color.png' );
    background-position: 425px top;
    background-repeat: no-repeat;
	background-size: 100px;
	border-bottom: 5px solid #4470ed;
	color: #4470ed;
	font-size: 28px;
	line-height: 32px;
	padding: 36px 40px 8px;
	text-align: center;
}

body.fr .home-title {
    background-position: 475px top;
}

.home-content {
	margin-top: 20px;
}

#home-right {
	float: left;
	position: relative;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 300px;
}

.home-right-button {
	margin-top: 80px;
	text-align: center;
}

.home-right-button .button {
	margin-top: 20px;
	padding: 12px 0;
	width: 100%;
}

#slideshow-container {
}

.slideshow-item {
	width: 100%;
}

.slideshow-image {
	background-position: center center;
	background-repeat: no-repeat;

			background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
	-webkit-background-size: cover;

	height: 300px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 100%;
}

.slideshow-title {
	color: #4470ed;
	font-size: 16px;
	font-style: italic;
	margin-top: 10px;
	text-align: center;
}

#home-price-container {
	margin-top: 50px;
	overflow: hidden;
	padding-top: 100px;
}

.home-price-item {
	float: left;
	margin-right: 40px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 300px;
}

.home-price-item:last-of-type {
	margin-right: 0;
}

.home-price-box {
	border: 3px solid #49cca8;

		    box-sizing: border-box;
	-webkit-box-sizing: border-box;

	padding: 110px 0 40px;
	position: relative;
}

.home-price-circle {
	background-color: #fff;
	border: 3px solid #49cca8;
	border-radius: 100px;

		    box-sizing: border-box;
	-webkit-box-sizing: border-box;

	color: #49cca8;
	height: 200px;
	left: 50%;
	position: absolute;
	top: -100px;

		-ms-transform: translateX( -50% );
	-webkit-transform: translateX( -50% );
    		transform: translateX( -50% );

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 200px;
}

.home-price-item:nth-of-type( 2 ) .home-price-circle {
	background-color: #49cca8;
	color: #fff;
}

.home-price-item:nth-of-type( 3 ) .home-price-circle {
	background-color: #4470ed;
	border: 3px solid #4470ed;
	color: #fff;
}

.home-price-title {
	font-size: 30px;
	letter-spacing: -1px;
	margin-top: 35px;
	text-align: center;
}

body.fr .home-price-title {
	font-size: 26px;
}

.home-price-start {
	font-size: 12px;
	line-height: 12px;
	margin-top: 15px;
	text-align: center;
	display:none;
}

.home-price-number {
	font-size: 60px;
	line-height: 56px;
	text-align: center;
	margin-top: 15px;
}

.home-price-note {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}

.home-price-content {
}

.home-price-content > ul {
	list-style: none;
	margin: 0 50px;
	padding: 0;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.home-price-content > ul > li {
	border-bottom: 1px solid #e6e9e9;
	font-size: 14px;
	height: 70px;
	line-height: 18px;
	padding: 0 0 0 35px;
	position: relative;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.home-price-content > ul > li:before {
	color: #49cca8;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 28px;
	left: 0;
	position: absolute;
	top: 26px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.home-price-content > ul > li:last-child {
	border-bottom: 0;
}

.home-price-content > ul > li > span {
	position: absolute;
	top: 50%;

		-ms-transform: translateY( -50% );
	-webkit-transform: translateY( -50% );
    		transform: translateY( -50% );
}

.home-price-button {
	margin-top: 20px;
	text-align: center;
}

.home-price-extra {
	color: #4470ed;
	margin-top: 10px;
	text-align: center;
}

#home-slider {
	margin-top: 50px;
	position: relative;
	min-height:325px;
}

#slider-container {
	margin: 0 40px;
}

#slider-container img {
	height: auto;
	max-width: 900px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#home-button {
	margin-top: 50px;
	text-align: center;
}

#home-find-container {
	background-image: url( '/images/find_bg.jpg' );
	background-position: center center;
	background-repeat: no-repeat;

			background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
	-webkit-background-size: cover;

	color: #fff;
	padding: 100px 0;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#home-find-title {
	background-image: url( '/images/logo_white.png' );
    background-position: 600px top;
    background-repeat: no-repeat;
	background-size: 100px;
	color: #4470ed;
	font-size: 28px;
	line-height: 32px;
	margin: 0 auto;
	padding: 36px 60px 8px;
	text-align: center;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 580px;
}

body.fr #home-find-title {
    background-position: 550px top;
}

#home-find-border {
	border-bottom: 5px solid #4470ed;
	margin: 0 auto;
	width: 300px;
}

#home-find-text {
	font-size: 22px;
	margin-top: 30px;
	text-align: center;
}

#form-search {
	background-color: rgba( 255, 255, 255, 0.4 );
	border: rgba( 68, 112, 237, 0.4 ) 1px solid;
	margin: 30px auto 0;
	max-width: 300px;
	position: relative;
	text-align: center;
}

#form-search i {
	background-color: #4470ed;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	right: 0;
	padding: 9px;
    position: absolute;
	top: 0;
	width: 30px;
    z-index: 2;
}

#form-search #input-postal-code {
	border: 0;
	color: #4470ed;
	padding: 15px 70px 15px 15px;
}



/* Options
---------------------------------------- */
#option-container {
	margin: 50px 0 30px;
	overflow: hidden;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.option-item {
	float: left;
	margin-right: 45px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 280px;
}

.option-title {
	font-weight: bold;
}

.option-content {
	margin-top: 10px;
}



/* FAQs
---------------------------------------- */
.faq-item {
	border-bottom: 1px solid #d6d6d6;
	padding: 20px 0 10px;
}

.faq-item:last-of-type {
	border-bottom: 0;
}

.faq-question {
	font-weight: bold;
	padding: 8px 0 5px 34px;
	position: relative;
}

.faq-question:before {
	color: #49cca8;
    content: "\f059";
    font-family: FontAwesome;
    font-size: 28px;
	left: 0;
	position: absolute;
}

.faq-answer {
	margin-left: 40px;
	padding: 0 0 10px 20px;
}

.faq-answer ul {
	margin: 0;
	padding: 0 0 0 20px;
}



/* Find Us
---------------------------------------- */
#find-container {
	overflow: hidden;
}

#find-left {
	float: left;
	margin-right: 80px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 600px;
}

#find-right {
	float: left;
	width: 300px;
}

#find-right iframe {
	border: 0;
	height: 300px;
	width: 100%;
}



/* Find Your Clinic
---------------------------------------- */
#clinic-alert {
	margin-bottom: 20px;
}

#clinic-filter {
	margin-bottom: 30px;
	overflow: hidden;
}

#clinic-filter-postal {
	float: left;
	margin-right: 15px;
	width: 200px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.clinic-filter-title {
	font-weight: bold;
}

.clinic-filter-field {
}

#clinic-filter-distance {
	float: left;
	margin-right: 45px;
	overflow: hidden;
	width: 250px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#clinic-filter-distance #input-distance {
	float: left;
	margin-right: 5px;
	text-align: center;
	width: 50px;
}

#clinic-filter-distance #select-distance-type {
	float: left;
	padding: 4px 8px;
	width: 195px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#clinic-filter-distance .form-alert {
	clear: both;
}

#clinic-filter-submit {
	float: left;
	margin-top: 24px;
	text-align: right;
	width: 100px;
}

#clinic-filter-submit button {
	padding: 6px 30px 5px;
}

body.fr #clinic-filter-submit {
	width: 131px;
}						
						
#clinic-canvas {
	height: 500px;
}

.map-container {
	line-height: 18px;
	margin-top: 10px;
}

.map-title {
	font-weight: bold;
	font-size: 18px;
}

.map-address {
	margin-top: 10px;
}

#clinic-container {
	margin-top: 65px;
	overflow: hidden;
}

.clinic-item {
	float: left;
	margin: 0 50px 40px 0;
	width: 464px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.clinic-item:nth-child( even ) {
	margin: 0 0 40px 0;
}

.clinic-map {
	float: left;
	height: 150px;
	margin-right: 30px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 190px;
}

.clinic-content {
	float: left;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 244px;
}

.clinic-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.clinic-address {
	line-height: 22px;
	margin-top: 5px;
}

.clinic-phone {
	margin-top: 5px;
}

.clinic-website {
	margin-top: 10px;
}

#clinic-navigation {
	margin: 40px auto 0;
	overflow: hidden;
	width: 568px;
}

#clinic-previous {
	float: left;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 140px;
}

#clinic-page {
	float: left;
	font-weight: bold;
	text-align: center;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 278px;
}

#clinic-next {
	float: left;
	text-align: right;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 140px;
}



/* For Clinics
---------------------------------------- */
#contact-text {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

#contact-form {
}

#contact-alert {
	margin-bottom: 30px;
}

.contact-row {
	margin-bottom: 20px;
}

.contact-label {
	font-weight: bold;
}

.contact-field {
	margin-top: 2px;
}

.contact-field > ul {
	list-style: none;
	margin: 5px 0 0;
	overflow: hidden;
	padding: 0;
}

.contact-field > ul > li {
	float: left;
	margin-right: 20px;
}

.contact-field > ul > li input {
	margin-right: 10px;
    position: relative;
    top: 3px;
	width: auto;
}



/* How you are helping
---------------------------------------- */
#charity-container {
	overflow: hidden;
}

#charity-left {
	float: left;
	margin-right: 80px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 600px;
}

#charity-right {
	float: left;
	width: 300px;
}

#charity-right img {
	border: 0;
	height: auto;
	width: 100%;
}
					
					

/* Footer
---------------------------------------- */
footer {
	background-color: #a5a8aa;
	color: #fff;
	padding: 30px 0;
}

#footer-social {
	text-align: center;
}

#footer-social a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding-left: 30px;
	position: relative;
}

#footer-social a:before {
	color: #fff;
    content: "\f230";
    font-family: FontAwesome;
    font-size: 28px;
	left: 0;
	position: absolute;
}

#footer-menu {
	margin-top: 30px;
}

#footer-menu > ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

#footer-menu > ul > li {
	display: inline-block;
	margin: 0 15px;
}

#footer-menu > ul > li > a {
	color: #fff;
	font-size: 18px;
}

#footer-logo {
	margin-top: 30px;
	text-align: center;
}

#footer-logo img {
	height: 50px;
	width: auto;
}

#footer-number {
	margin-top: 30px;
	text-align: center;
}

#footer-number a {
	color: #fff;
	font-size: 22px;
}

#footer-number a:hover {
	color: #fff;
	text-decoration: none;
}

#footer-address {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}

#footer-copyright {
	font-size: 14px;
	margin-top: 15px;
	text-align: center;
}

#footer-medstack {
	margin-top: 20px;
	text-align: center;
}

#footer-mestack-image {
	height: 50px;
	width: auto;
}



/* Form
---------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

input, select, textarea {
	background: transparent;
	border: 1px solid #ccc;

		    box-sizing: border-box;
	-webkit-box-sizing: border-box;

	font-family: 'Open Sans', sans-serif;
	outline: 0;
	padding: 5px 12px;
	vertical-align: top;
	width: 100%;
}

.button {
	background-color: #4470ed;
	border: 0;

		    box-sizing: border-box;
	-webkit-box-sizing: border-box;

	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 30px;
	text-transform: uppercase;

			transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
		 -o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.button:hover {
	background-color: #1c54f1;
	color: #fff;
	text-decoration: none;
}

label > em {
	color: #f00;
	font-weight: bold;
	margin-left: 5px;
}



/* Site Specific
---------------------------------------- */
.text-yellow {
	color: #f39c12 !important;
}

img[style*="float:left"] {
	margin: 5px 15px 0 0;
}

img[style*="float:right"] {
	margin: 5px 0 0 15px;
}




/* Responsive - Tablet
---------------------------------------- */
@media only screen and (max-width: 1020px) {
	/* Body
	---------------------------------------- */
	.content-container {
		width: 780px;
	}



	/* Navigation
	---------------------------------------- */
	#nav-content {
		height: 60px;
		width: 780px;
	}

	#nav-logo {
		height: 42px;
		width: 186px;
	}

	#nav-menu {
		margin: 0 0 0 215px;
	}

	#nav-menu > li > a {
		font-size: 14px;
		line-height: 60px;
		padding: 0 10px;
	}

	body.fr #nav-menu > li > a {
		padding: 0 5px;
	}

	#nav-find {
		padding: 8px 30px;
	}

	body.fr #nav-find {
		font-size: 13px;
		padding: 8px 15px;
	}



	/* Home
	---------------------------------------- */
	#home-left {
		margin-right: 60px;
		width: 450px;
	}

	.home-title {
		background-position: 352px top;
		padding: 36px 35px 8px;
	}

	#home-right {
		width: 270px;
	}

	.slideshow-image {
		height: 270px;
	}

	.home-price-item {
		margin-right: 30px;
		width: 240px;
	}

	.home-price-content > ul > li {
		height: 90px;
	}

	.home-price-content > ul > li:before {
		top: 35px;
	}

	#home-slider {
		min-height:275px;
	}

	#slider-container img {
		max-width: 700px;
	}



	/* Options
	---------------------------------------- */
	.option-item {
		margin-right: 35px;
		width: 225px;
	}
	


	/* Find Us
	---------------------------------------- */
	#find-left {
		margin-right: 80px;
		width: 400px;
	}



	/* Find Your Clinic
	---------------------------------------- */
	.clinic-item {
		width: 315px;
	}

	.clinic-map {
		margin-right: 20px;
		width: 150px;
	}

	.clinic-content {
		float: left;
		width: 145px;
	}



	/* How you are helping
	---------------------------------------- */
	#charity-left {
		margin-right: 80px;
		width: 400px;
	}



	/* Site Specific
	---------------------------------------- */
	.cycle-pager {
		top: 330px !important;
	}
}




/* Responsive - Mobile
---------------------------------------- */
@media only screen and (max-width: 820px) {
	/* Body
	---------------------------------------- */
	header {
		height: 150px;
		margin-top: 60px;
	}

	body.page-1 header {
		height: 250px;
	}

	#header-text, body.fr #header-text {
		background-image: none;
		font-size: 18px;
		line-height: 24px;
		padding-top: 0;
		position: absolute;
		text-align: center;
		top: 100px;
		width: 100%;
	}

	body.fr #header-text {
		top: 60px;
	}

	#main {
		padding: 0 0 50px;
	}

	.content-container {
		margin: 0 5%;
		width: 90%;
	}
	
	.page-3 .content-container td {
		display: block;
		width: 100% !important;
	}



	/* Navigation
	---------------------------------------- */
	#nav-content {
		width: 100%;
	}

	#nav-logo {
		left: 10px;
	}

	#nav-menu {
		display: none;
	}

	#nav-find {
		display: none;
	}

	#nav-hamburger {
		display: block;
	}

	#floating-menu {
		display: block;
	}


	/* Home
	---------------------------------------- */
	#home-left {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.home-title {
		background-image: none;
		padding: 36px 20px 8px;
	}

	#home-right {
		float: none;
		width: 100%;
	}

	#slideshow-container {
		margin: 50px auto 0;
		max-width: 300px;
		width: 100%;
	}

	.home-price-item {
		float: none;
		margin: 0 auto 150px;
		width: 300px;
	}

	.home-price-item:last-of-type {
		margin: 0 auto;
	}

	#home-slider {
		min-height:210px;
	}

	#slider-container img {
		max-width: 100%;
	}

	#home-find-container {
		padding: 50px 0;
	}

	#home-find-title {
		background-image: none;
		padding: 36px 0 8px;
		width: 100%;
	}



	/* Options
	---------------------------------------- */
	#option-container {
		margin: 20px 0;
	}

	.option-item {
		margin: 20px 0 0;
		width: 100%;
	}



	/* FAQs
	---------------------------------------- */
	.faq-answer {
		margin-left: 0;
		padding: 0 0 10px 35px;
	}



	/* Find Your Clinic
	---------------------------------------- */
	#clinic-filter-postal {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	#clinic-filter-distance {
		float: none;
		margin: 10px 0 0 0;
		width: 100%;
	}

	#clinic-filter-distance .form-alert {
		clear: both;
	}

	#clinic-filter-submit {
		float: none;
		margin-top: 20px;
		width: 100%;
	}

	#clinic-filter-submit button {
		padding: 6px 0 5px;
	width: 100%;
	}
	
	body.fr #clinic-filter-submit {
		width: 100%;
	}

	.clinic-item {
		float: none;
		margin: 0 0 40px;
		width: 100%;
	}

	.clinic-map {
		float: none;
		margin: 0;
		width: 100%;
	}

	.clinic-content {
		float: none;
		margin-top: 10px;
		text-align: center;
		width: 100%;
	}

	#clinic-navigation {
		width: 100%;
	}

	#clinic-previous {
		font-size: 12px;
		width: 25%;
	}

	#clinic-page {
		width: 50%;
	}

	#clinic-next {
		font-size: 12px;
		width: 25%;
	}


	/* Find Us
	---------------------------------------- */
	#find-left {
		float: none;
		margin: 0;
		width: 100%;
	}

	#find-right {
		float: none;
		margin-top: 30px;
		width: 100%;
	}



	/* How you are helping
	---------------------------------------- */
	#charity-left {
		float: none;
		margin: 0;
		width: 100%;
	}

	#charity-right {
		float: none;
		margin-top: 30px;
		width: 100%;
	}

}




/* Responsive - Mobile
---------------------------------------- */
@media only screen and (max-width: 320px) {
	.home-price-content > ul {
		margin: 0 20px;
	}
	#home-slider {
		min-height:40px;
	}
}