/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.mobile {
	display: none;
}

.no-mobile {
	display: block;
}

@font-face {
    font-family: 'gotham_medium';
    src: url('../fonts/../fonts/gotham-medium-webfont.eot');
    src: url('../fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-medium-webfont.woff') format('woff'),
         url('../fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('../fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_light';
    src: url('../fonts/gotham-light-webfont.eot');
    src: url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-light-webfont.woff') format('woff'),
         url('../fonts/gotham-light-webfont.ttf') format('truetype'),
         url('../fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pluto_bold';
    src: url('../fonts/plutobold-webfont.eot');
    src: url('../fonts/plutobold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/plutobold-webfont.woff') format('woff'),
         url('../fonts/plutobold-webfont.ttf') format('truetype'),
         url('../fonts/plutobold-webfont.svg#plutobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pluto_regular';
    src: url('../fonts/plutoregular-webfont.eot');
    src: url('../fonts/plutoregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/plutoregular-webfont.woff') format('woff'),
         url('../fonts/plutoregular-webfont.ttf') format('truetype'),
         url('../fonts/plutoregular-webfont.svg#pluto_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pluto_thin';
    src: url('../fonts/plutothin-webfont.eot');
    src: url('../fonts/plutothin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/plutothin-webfont.woff') format('woff'),
         url('../fonts/plutothin-webfont.ttf') format('truetype'),
         url('../fonts/plutothin-webfont.svg#plutothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pluto_light';
    src: url('../fonts/plutolight-webfont.eot');
    src: url('../fonts/plutolight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/plutolight-webfont.woff') format('woff'),
         url('../fonts/plutolight-webfont.ttf') format('truetype'),
         url('../fonts/plutolight-webfont.svg#plutolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

::-moz-selection {
    background: rgb(254, 87, 161);
	color: rgb(255, 255, 255);
	text-shadow: none;
}

::selection {
    background: rgb(254, 87, 161);
	color: rgb(255, 255, 255);
	text-shadow: none;
}

html * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	outline: 0;
}

html, body {
	min-width: 100%;	
}

html {
	height: 100%;
}

body {
	background: rgb(153, 153, 153) url(../img/bg.jpg) fixed center top;
	font-family: gotham_medium, sans-serif;	
	min-height: 100%;
}

a, a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}

p {
	font-family: pluto_regular;
	color: rgb(255, 255, 255);
	font-size: 16px;
}

h2 {
	color: #FFF;
	font-family: pluto_thin;
	font-size: 63px;
	line-height: 1;
	margin: 0;
}

h2 span {
	color: #FFF;
	font-family: pluto_bold;
	font-size: 63px;
}

ul {
	margin: 0;
	padding: 0;	
}

.white {
	color: #fff;
}

#wrap,
.container {
	margin: 0 auto;
	width: 900px;	
}

#wrap .container {
	padding-top: 160px;	
}

#wrap .container section {
	margin: 0;
}

.column-1, .column-2 {
	width: 400px !important;
	padding: 20px;
}

.column-1 {
	float: left !important;
}

.column-2 {
	float: right !important;
}

header {
	background: rgb(153, 153, 153) url(../img/bg.jpg) scroll center top;
	height: 160px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


header.shadow {
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	overflow: hidden;
}

header .container {
	position: relative;
}

#logo {
	display: block;
	float: left;
	height: 157px;
	margin: 20px 0 20px 20px;
	width: 253px;
}

#logo img {
	width: 100%;
}

nav {
	background: rgb(131, 174, 54);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgb(55, 55, 55);
	box-shadow: 0 0 10px rgb(55, 55, 55);
	padding: 10px;
	position: absolute;
	right: 0;
	top: 40px;	
}

nav ul {
	list-style: none;	
}

nav li {
	float: left;	
}

nav li a {
	color: rgb(255, 255, 255);
	display: block;
	font-family: gotham_medium;
	font-size: 12px;
	height: 100%;
	letter-spacing: 0;
	padding: 0 7px;
	text-transform: uppercase;
}

#call-us {
	position: absolute;
	right: 0;
	top: 70px;
}

#call-us p {
	color: rgb(255, 255, 255);
	font-family: pluto_regular;
	font-size: 22px;	
}

#call-us .strong {
	color: rgb(55, 55, 55);
	font-family: pluto_bold;
	font-size: 37px;
}

#call-us a {
	color: rgb(55, 55, 55);
}

#intro {	
	position: relative;
}

#intro-text {
	float: left;
	margin: 100px 0 60px 30px;
}

#intro-text h1 {
	color: rgb(255, 255, 255);	
	font-family: pluto_regular;
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: -1px;
}

#intro-text .strong {
	color: rgb(55, 55, 55);
	font-family: pluto_bold;
}

#stethoscope {
	position: absolute;
	right: 30px;
	z-index: -1;
}

#intro-paragraph {
	background: rgb(131, 174, 54);
	border-radius: 5px;

	-webkit-box-shadow: inset 0 0 10px rgb(117, 157, 44);
	box-shadow: inset 0 0 10px rgb(117, 157, 44);
	padding: 30px;
	width: 900px;
	z-index: 1;

	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;

	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

#intro-paragraph p {
	color: rgb(255, 255, 255);
	font-family: gotham_light;
	font-size: 16px;
	line-height: 21px;
	margin: 0;
}

#contact > div {
	float: left;
	width: 50%;	
}

#contact .copy {
	padding: 20px 20px 20px 0;	
}

#contact .copy > p {
	color: rgb(55, 55, 55);
	font-family: pluto_regular;
	font-size: 16px;
	line-height: 21px;
	margin-left: 30px;
}

#contact h2 {
	color: rgb(55, 55, 55);
	font-family: pluto_thin;
	font-size: 47px;
	line-height: 1;
	margin: 0 0 0 30px;
}

#contact h2 span {
	color: rgb(55, 55, 55);
	font-family: pluto_bold;
	font-size: 49px;
}

#contact-details-box {
	width: 100%;
	background: rgb(55, 55, 55);
	border-radius: 5px;
	margin-top: 20px;
	padding: 20px 25px;
}

#contact-details-box h2 {
	color: rgb(255, 255, 255);
	font-family: pluto_bold;
	font-size: 48px;
	margin: 0 0 20px 0;
	text-align: center;
}

#contact-address,
#contact-hours {
	float: left;
	width: 50%;
}

#contact-address {
	padding: 0;
}

#contact-hours {
	padding: 0 0 0 30px;
}

#contact-address p,
#contact-hours p {
	color: #FFF !important;
	font-family: gotham_medium !important;
	margin: 0 0 1em 0;
}

#contact-hours {
	border-left: 2px solid rgb(255, 255, 255);
	float: right!important;
}

#contact-hours p {

}

#contact-hours span {
	color: rgb(255, 255, 255) !important;
	font-family: gotham_medium !important;
	font-weight: bold;
	font-size: 16px !important;
}

#map-container {
	padding: 20px 0 20px 20px;
	width: 100%;
}

#map {
	height: 440px;
	width: 100%;
}

#map-controls {
	background: #83AE36;
	padding: 10px;
	width: 100%;
}

#map-controls input {
	width: 100%;
}

#directions-panel {
	background: #373737;
	display: none;
	width: 100%;
}

#what-are-allergies .column-1 h2 {
	font-family: pluto_thin;
	color: #FFF;
	font-size: 63px;
	line-height: 1;
	margin: 0;
}

#what-are-allergies .column-1 span {
	font-family: pluto_bold;
	color: #FFF;
	font-size: 63px;
}

#what-are-allergies .column-1 p {
	font-family: pluto_regular;
	color:#FFF;
	font-size:16px;
	width: 360px;
}

#what-are-allergies .imagegallery {
	float: right;
	margin: 20px 40px 0 0;
}

#do-i-have-an-allergy {
	min-height: 580px;
}

#tissue-woman {
	height: auto;
	margin: -150px 0 0 0 !important;
	width: 100%;
}

#test {
	background: rgb(131, 174, 54);
	-webkit-box-shadow: inset 0 0 10px rgb(117, 157, 44);
	box-shadow: inset 0 0 10px rgb(117, 157, 44);
	padding: 20px;
}

#allergy-test {
	
}

#allergy-test .row {
	border-top: 1px solid rgb(120, 159, 49);
}

#allergy-test .row:first-child {
	border-top: 0;
}

#allergy-test .header {

}

#allergy-test .header .left {
	float: left;
	padding: 0 0 0 10px;
	width: 80%;
}

#allergy-test .header .right {
	float: right;
	text-align: center;
	width: 20%;
}

#allergy-test .header .right h3 {
	float: left;
	width: 50%;
}

#allergy-test h3 {
	color: rgb(85, 120, 22);
	font-family: pluto_bold;
	font-size: 26px;
	margin: 10px 0;
}

#allergy-test .question {
	padding: 10px;
}

#allergy-test .question > label {
	float: left;
	width: 80%;
	font-family: gotham_light;
	font-size: 16px;
	font-style: italic;
	color: rgb(255, 255, 255);
}

#allergy-test fieldset {
	float: right;
	padding: 20px 0;
	width: 20%;
}

#allergy-test input[type=radio] {
	float: left;
	padding: 20px;
	width: 50%;
}

#result {
	background: rgb(242, 242, 242);
	-webkit-box-shadow: inset 0 0 10px rgb(241, 241, 240);
	box-shadow: inset 0 0 10px rgb(241, 241, 240);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 30px;
	width: 100%;
}

#result p {
	color: rgb(55, 55, 55);
}

#result h2 {
	margin: 0;
	font-family: pluto_thin;
	font-size: 25px !important;
	color: rgb(55, 55, 55);
}

#result h2 span {
	color: rgb(55, 55, 55);
	font-family: pluto_regular;
	font-size: 25px;
}

#result a {
	color: rgb(55, 55, 55) !important;
}

#faq {

}

#faq h2 {
	margin: 1em 0;
	padding: 0 0 0 20px;
}

#faq-box {
	width: 100%;
	background: rgb(131, 174, 54);
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 10px rgb(117, 157, 44);
	box-shadow: inset 0 0 10px rgb(117, 157, 44);
	color: rgb(255, 255, 255);
	font-family: gotham_light;
	line-height: 21px;
	font-size: 16px;
	padding: 10px 30px;
}

.faq-container {
	cursor: pointer;
}

.faq-question {
	font-family: gotham_medium;
	font-size: 15px;
	font-weight: bold;
}

.faq-answer {
	display: none;
	padding: 0px 30px 0px 30px;
}

.faq-answer p {
	font-size: 13px;
	font-family: gotham_light;
	line-height: 21px;
	margin: 0;
}

#what-to-expect h2 {
	margin: 1em 0;
	padding: 0 0 0 20px;
}

#tab-menu {
	float: left;
	list-style: none;
	width: 30%;
}

#tab-menu li {
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-family: pluto_light;
	font-size: 21px;
	height: 41px;
	padding-right: 70px;
	text-align: right;
}

#tab-menu li.active {
	background: url(../img/bubblearrow.png) no-repeat 224px 10px;
}

#bubble {
	background: rgb(255, 255, 255);
	border-radius: 5px;
	float: right;
	padding: 20px;
	position: relative;
	float: right;
	width: 70%;
}

.bubble-text p {
	color: rgb(67, 66, 67);
	font-family: gotham_light;
	font-size: 14px;
	line-height: 21px;
	margin: 20px;
}

footer {
	background: rgb(132, 175, 54);
	color: rgb(255, 255, 255);
	height: 100px;
	font-size: 10px;
	font-family: gotham_light;
	margin-top: 180px;
	width: 100%;
}

footer .container {
	height: 100%;
	padding: 20px 10px 10px;
	position: relative;
}

#bucket {
	bottom: 40px;
	position: absolute;
	right: 70px;
}

#footer-nav {
	height: 50px;
}

#footer-nav ul {
	list-style: none;
}

#footer-nav li {
	float: left;
	padding: 0 10px;
}

#footer-nav li:first-child {
	border-right: 1px solid #fff;
	padding-left: 0;
}

#external {

}

#external ul {
	list-style: none;
}

#external li {
	float: left;
	padding: 0 20px;
}

#external li:first-child {
	padding-left: 0;
}

#external li a {
	font-weight: bold;
}

#ic-logo {
	float: right;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#ic-logo:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#mobile-return {
	display: none;
}

.phonefull #mobile-return {
	display: block;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

/*@media only screen and (max-width: 960px) {

	#wrap, .container {
		margin: 0 auto;
		width: 100%;
	}

	#wrap .container {
		padding-top: 140px;
	}

	#wrap .container section {
		padding: 0 20px;
	}

	header {
		height: 140px;
	}

	#logo {
		float: none;
		height: auto;
		margin: 8px 0 8px 20px;
		width: 120px;
	}

	#call-us {
		right: 10px;
		top: 0;
	}

	nav {
		border-radius: 0;
		-webkit-box-shadow: 0 0 10px rgb(55, 55, 55);
		box-shadow: 0 0 10px rgb(55, 55, 55);
		padding: 0 10px;
		position: static;
		height: 50px;
		line-height: 50px;
		top: 0;
		text-align: center;
	}

	nav ul {
		display: inline-block;
	}

	#intro-paragraph {
		width: 100%;
	}

	#contact h2 {
		font-size: 2em;
	}

	#contact h2 span {
		font-size: 1.2em;
	}

	#contact-details-box h2 {
		font-size: 2em;
	}

	#contact .copy {
		padding: 20px;
	}

	#map-container {
		padding: 20px;
	}

	#map {
		height: 360px;
	}

}*/

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}