@charset "utf-8";
/* -------------------------------------------

	Name: 		Child & Adult Therapy
	Date:		2014/23/07
	Author:		http://psdhtml.me
		   		   
---------------------------------------------  */
* { margin: 0; padding: 0; }

html { overflow-y: scroll; min-height: 100%; margin: 0 0 1px; font-size: 100.01%; -webkit-tap-highlight-color: rgba(0,0,0,0); }
body { min-height: 100%; padding-top: 28px; background: #718c36; font-size: 62.5%; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body, textarea, input, select, option, button { color: #1a1a1a; font-family: 'Open Sans', Arial, Helvetica, sans-serif; line-height: 1.4; }
li, dt, dd, p, figure, th, td, caption, legend, pre { font-size: 2em; } li *, dt *, dd *, p *, figure *, th *, td *, legend * { font-size: 1em; }
ul, ol, dl, p, figure, table, pre, h1, h2, h3, h4, h5, h6, legend { margin-bottom: 12px; }

article, aside, details, div, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }


/*! Layout --------- */
#root { overflow: hidden; width: 100%; border-bottom: 10px solid #718c36; background: #f8f8f8; }
	#top { position: relative; z-index: 2; padding: 10px 0 12px; border-bottom: 1px solid #e6e6e6; background: #fff; }
	#top:after { content: ""; display: block; overflow: hidden; clear: both; height: 0; }
		#top h1 { position: relative; z-index: 1; width: 890px; height: 38px; margin: 0 auto; }
			#top h1 a { display: block; overflow: hidden; width: 228px; height: 100%; background: url(../images/sprite-a.png) no-repeat; text-indent: -3000em; }
		#skip { position: fixed; top: 0; left: -10000px; }
			#skip a:focus, #skip a:active { display: block; position: absolute; left: 10000px; top: 0; z-index: 10001; width: 200px; margin: 15px 0 0 15px; padding: 4px 8px; background: #333; color: #fff; font-weight: 500; font-size: 1.1em; text-align: center; text-decoration: none; }
		#nav { position: absolute; left: 50%; top: 20px; z-index: 2; margin: 0 0 0 -153px; }
			#nav > ul { list-style: none; margin: 0; padding: 0; }
				#nav > ul > li { float: left; margin: 0; padding: 0 0 0 33px; font-size: 1.4em; font-weight: 700; text-transform: uppercase; }
				#nav > ul > li:first-child { padding: 0; }
				#nav > ul > li > a { color: #333; font-weight: 700; text-decoration: none; }	
					#nav > ul > li > a:hover, #nav > ul > li.active > a, #footer nav ul li a:hover, #footer nav ul li.active a { color: #718c36; }
			#nav em { position: absolute; left: -3000em; top: -3000em; }
		#top > p { position: absolute; left: -3000em; top: -3000em; width: 570px; color: #1a1a1a; font-size: 4.457em; font-family: Elena; line-height: 1.35; }
	#content { position: relative; z-index: 1; width: 860px; margin: 0 auto; padding: 88px 30px 122px 0; }
	#content:after { content: ""; display: block; overflow: hidden; clear: both; height: 0; }
		#content.a { width: 600px; padding-right: 290px; }
	#footer { overflow: hidden; position: relative; z-index: 0; padding: 74px 0 0; border-top: 1px solid #e6e6e6; background: #fff; }
		#footer > * { position: relative; width: 890px; margin: 0 auto; }
		#footer > *:after { content: ""; display: block; overflow: hidden; clear: both; height: 0; }
		#footer > article { color: #333; line-height: 1.35; }
			#footer > article > * { float: left; width: 27%; }
			#footer > article > *:first-child { width: 30.5%; padding-right: 2%; }
			#footer > article > *:last-child { float: right; }
			#footer > article > .last-child { float: right; }
			#footer h2, #footer h3, #footer h4 { margin: 0 0 27px; color: #333; font-weight: 700; font-size: 1.4em; line-height: 1.35; }
			#footer p { margin-bottom: 19px; font-size: 1.4em; }
		#footer nav { }
			#footer nav ul { list-style: none; padding: 0; }
				#footer nav ul li { margin: 0 0 5px; padding: 0; font-size: 1.6em; text-transform: uppercase; }
				#footer nav ul li a { color: #333; text-decoration: none; }
		#footer > p { margin-bottom: 12px; padding: 21px 0 0; color: #727272; font-size: 1.4em; font-weight: 300; }

html.a { }
	html.a #root:before { content: ""; display: block; position: fixed; right: 50%; top: 0; z-index: 3; width: 800px; height: 100%; margin: 0 -1016px 0 0; background: #ececec; }
	html.a #top { padding: 456px 0 21px; }
		html.a #top h1 { width: 1140px; height: 83px; }
			html.a #top h1 a { width: 415px; background-position: 0 -110px; }
		html.a #nav { top: 60px; margin-left: -570px; }
		html.a #top > p { left: 50%; top: 124px; margin: 0 0 0 -570px; }
	html.a #content { z-index: 4; width: 1140px; padding: 55px 0 80px; }
	html.a #content > .slider-a { content: ""; display: block; overflow: hidden; position: absolute; left: 100%; bottom: 100%; width: 500px; height: 561px; margin: 0 0 0 -354px; background-size: cover; }	
		html.a #content > .slider-a img { width: 100% !important; }
	html.a #content.cols-b { padding: 0; }
		html.a #content.cols-b > *:first-child { padding-top: 55px; padding-bottom: 80px; }
		html.a #content.cols-b > aside { position: absolute; right: 0; top: 0; margin-top: -1px; padding-top: 61px; padding-bottom: 0; }
	html.a #footer { }
		html.a #footer > * { z-index: 1; width: 640px; padding-right: 500px; }
			html.a #footer > article > * { float: right; width: 44%; }
			html.a #footer > article > *:first-child { float: left; width: 44%; padding: 0; }


/*! Columns --------- */
.cols-a { width: 100%; }
.cols-a:after { content: ""; display: block; overflow: hidden; clear: both; height: 0; }
	.cols-a > *:first-child, .cols-a > header:first-child + * { float: left; width: 590px; }
	.cols-a > aside, .cols-a > header:first-child { float: right; width: 213px; }

.cols-b { width: 100%; }
.cols-b:after { content: ""; display: block; overflow: hidden; clear: both; height: 0; }
	.cols-b > *:first-child { float: left; width: 710px; }
		.cols-b > *:first-child > * { max-width: 670px; }
		.cols-b > *:first-child > .link-a { max-width: none; }
	.cols-b > aside { float: right; width: 275px; padding: 0 0 0 79px; background: #ececec; text-align: center; }
		.cols-b > aside > * { position: relative; z-index: 1; }
		.cols-b > aside:after { content: ""; display: block; position: absolute; left: 0; top: 0; z-index: 0; width: 1000em; height: 100%; background: #ececec; }
	
.double-a { width: 100%; }
.double-a:after { content: ""; display: block; overflow: hidden; clear: both; height: 0; }
	.double-a > * { float: right; }
	.double-a > *:first-child { float: left; }
	
.double-a.a { }
	.double-a.a > * { float: left; width: 248px; }
	.double-a.a > *:first-child { margin-right: 48px; }
	
	
/*! Modules --------- */
.accordion-a { }
	.accordion-a h3 { margin-top: 30px; cursor: pointer; }
		.accordion-a h3:hover { color: #3c688f; }
		.accordion-a h3:after { content: ""; display: -moz-inline-stack; display: inline-block; position: relative; top: -3px; width: 10px; height: 7px; margin: 0 0 0 9px; background: url(../images/sprite-a.png) -249px -10px no-repeat; }
		.accordion-a h3.active:after { background-position: -249px 0; }
		.accordion-a h3:hover:after { background-position: -262px -10px; }
		.accordion-a h3.active:hover:after { background-position: -262px 0; }
	.accordion-a > div { overflow: hidden; padding-bottom: 45px; }

.news-a { }
	.news-a article { position: relative; min-height: 40px; margin: 96px 0 0; padding: 0 0 0 290px; }
	.news-a article:first-child { margin-top: 0; }
		.news-a article h3:first-child, .news-a article h4:first-child { position: absolute; left: 0; top: 8px; width: 248px; padding: 9px 0 0; border-top: 9px solid #e6e6e6; color: #3b3b3b; font-size: 2.5em; line-height: 1.4; }
	

/*! Headers --------- */
h1, h2, h3, h4, h5, h6 { margin: 75px 0 24px; color: #718c36; font-size: 2em; font-weight: 600; line-height: 1.5; }
h1, h2 { margin-bottom: 43px; color: #5d5d5d; font-weight: 300; font-size: 4em; line-height: 1.25; }
	h2 + h3, h1 + h3, h2 + h4, h1 + h4, h2 + h5, h1 + h5, h2 + h6, h1 + h6, h1 + .accordion-a, h2 + .accordion-a { margin-top: -8px; }

.header-a { display: -moz-inline-stack; display: inline-block; margin-bottom: 36px; padding: 0 20px 14px; border-bottom: 1px solid #ccc; color: #444; font-size: 1.8em; font-weight: 400; font-style: italic; font-family: Elena; text-align: center; }


/*! Typography --------- */
b, strong, .strong { font-weight: 700; }
blockquote { margin: 1em 40px; }
dfn, em, i, .em { font-style: italic; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
	sup { top: -0.5em; }
	sub { bottom: -0.25em; }

.info-a { display: block; overflow: hidden; position: relative; width: 26px; height: 26px; margin-left: auto; margin-right: auto; background: url(../images/sprite-a.png) -66px -51px; text-align: left; text-indent: -3000em; }
.info-a:after { content: ""; display: block; position: absolute; left: 0; top: -3000em; width: 26px; height: 26px; background: url(../images/sprite-a.png) -66px -51px no-repeat; }
	.info-a:hover, .info-a:focus, .info-a:active { background-position: -66px -80px; }
	.info-a a { display: block; overflow: hidden; position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: left; }


/*! Links --------- */
a { color: #718c36; font-weight: 600; text-decoration: none; cursor: pointer; } /*---*/ a span { cursor: pointer; }
	a:hover, a:focus, a:active { color: #252731; }

.link-a { margin-top: 81px; font-size: 1.8em; text-transform: uppercase; text-align: center; }
	.link-a a { display: block; padding: 16px 20px 18px; background: #e6e6e6; color: #676767; font-weight: 700; text-decoration: none; }
		.link-a a:hover, .link-a a:focus, .link-a a:active { background: #718c36; color: #fff; }

	
/*! Figures --------- */
img { max-width: 100% !important; height: auto !important; border-width: 0; image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; vertical-align: middle; }
	img::selection { background: transparent; }
	img::-moz-selection { background: transparent; }
iframe { max-width: 100% !important; }
figure { margin-top: 57px; color: #636363; font-size: 1.6em; font-weight: 600; }
	figcaption { display: block; margin: 9px 0 0; }
	figcaption:first-child { margin: 0 0 9px; }
	

/*! Lists --------- */
ul, ol, dd, blockquote { padding-left: 40px; }
	ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }
ul { list-style: none; padding: 0; }
	ul li { position: relative; margin: 0 0 12px; padding-left: 40px; }
	ul li:before { content: ""; display: block; position: absolute; left: 20px; top: 10px; width: 10px; height: 10px; background: url(../images/sprite-a.png) -230px 0 no-repeat; }

#top li:before, #footer li:before, .list-b li:before { left: -3000em; background: none; }

.list-a, .double-a > .list-a:first-child { list-style: none; margin-top: 52px; margin-bottom: -31px; padding: 0; color: #3b3b3b; font-weight: 600; }
	.list-a li { margin: 0 0 34px; padding: 17px 0 0; font-size: 2.5em; }
	.list-a li:before { left: 0; top: 0; width: 100%; max-width: 250px; height: 9px; background: #e6e6e6; }

.list-b { list-style: none; margin: 0 0 33px; padding: 0 0 20px; border-bottom: 3px solid #1a1a1a; color: #575757; }
	.list-b li { margin: 0 0 10px; padding: 0; font-size: 1.8em; font-weight: 700; text-align: center; }

	
/*! Forms --------- */
legend { position: absolute; left: 0; top: -3000em; padding: 0; border: 0; white-space: normal; }
.ie7 legend { left: -7px; }
fieldset, hr { border-width: 0; }
button, input[type="submit"] { padding: 0 8px; overflow: visible; cursor: pointer; -webkit-appearance: button; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; outline: none; }
textarea { overflow: auto; margin: 0; vertical-align: top; resize: vertical; }
input[type="checkbox"], input[type="radio"] { padding: 0; box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input { -webkit-appearance: none; }
select { margin: 0; padding: 7px 7px 7px 9px; text-overflow: ''; text-indent: 0.01px; appearance: none; -moz-appearance: none; -webkit-appearance: none; } 
select::-ms-expand { display: none; }
::-webkit-input-placeholder { opacity: 1; color: inherit; }
::-moz-placeholder { opacity: 1; color: inherit; }
:-moz-placeholder { opacity: 1; color: inherit; }
:-ms-input-placeholder { opacity: 1; color: inherit; }
	:focus::-webkit-input-placeholder { opacity: 0; }
	:focus::-moz-placeholder { opacity: 0; }
	:focus:-moz-placeholder { opacity: 0; }
	:focus:-ms-placeholder { opacity: 0; }

form { }
	label { display: block; left: 0; top: 0; z-index: 2; }
	form p { position: relative; clear: both; }
	form p:after { content: ""; display: block; overflow: hidden; clear: both; height: 0; }
	input[type="color"], input[type="date"], input[type="datetime"], input[type="email"], input[type="tel"], input[type="text"], input[type="number"],input[type="password"], input[type="range"], input[type="search"], input[type="time"], input[type="url"], input[type="week"] { height: 32px; margin: 0; padding: 0 12px; line-height: 1; }
	.lt-ie9 input[type="color"], .lt-ie9 input[type="date"], .lt-ie9 input[type="datetime"], .lt-ie9 input[type="email"], .lt-ie9 input[type="tel"], .lt-ie9 input[type="text"], .lt-ie9 input[type="number"], .lt-ie9 input[type="password"], .lt-ie9 input[type="range"], .lt-ie9 input[type="search"], .lt-ie9 input[type="time"], .lt-ie9 input[type="url"], input[type="week"] { line-height: 32px; }
	select { padding: 7px 7px 7px 9px; } 
	textarea { padding: 7px 7px 7px 12px; }  
input[type="color"], input[type="date"], input[type="datetime"], input[type="email"], input[type="tel"], input[type="text"], input[type="number"],input[type="password"], input[type="range"], input[type="search"], input[type="time"], input[type="url"], input[type="week"], select, textarea { position: relative; z-index: 1; border-radius: 0; border: 1px solid #ccc; } 
	button { display: block; position: relative; float: left; height: 32px; margin: 0; padding: 0 12px; border: 1px solid #ccc; background: #fff; }


/*! Tables --------- */
table { display: table; width: 100%; border-collapse: collapse; border-spacing: 0; }
	th, td { padding: 5px 10px; border: 1px solid #eee; font-weight: 400; text-align: left; }


/*! Helpers --------- */
* { transition: color 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s, border-color 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s; -moz-transition: color 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s, border-color 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s; -webkit-transition: color 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s, border-color 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s; -o-transition: color 0.4s ease-in-out 0s, border-color 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s, border-color 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s; -ms-transition: color 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s, border-color 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;  transform-origin: center center; -moz-transform-origin: center center; -webkit-transform-origin: center center; -o-transform-origin: center center; }
.slider-a *, #nav > .fit-a { transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none; -ms-transition: none; }

.clear { clear: both; overflow: hidden; width: 100%; height: 0; }
.hidden, [hidden] { position: absolute; left: -3000em; top: 0; }

hr, .hr { display: block; overflow: hidden; width: 100%; height: 1px; margin: 15px 0; padding: 0; border: 0; border-top: 1px solid #ccc; background: none; font-size: 0; } .hr hr { display: none; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .list-a:first-child, .double-a:first-child > .list-a, .accordion-a h3:first-child, figure:first-child, .link-a:first-child { margin-top: 0; }
#root .mb-a { margin-bottom: 0; }
#root .mb-b { margin-bottom: 28px; }


/*! Warnings --------- */
p.lt-ie9, #root:after { position: fixed; left: 0; top: 0; z-index: 1000; width: 100%; height: 28px; background: #333; color: #fff; font-size: 1.2em; font-family: Arial, Helvetica, sans-serif; line-height: 28px; text-align: center; }
	p.lt-ie9 a { color: #fff; font-weight: 700; text-decoration: underline; }
	p.lt-ie9 a:hover, p.lt-ie9 a:focus, p.lt-ie9 a:active { text-decoration: none; }
	
#root:after { content: "Ummm.. please, enable JavaScript support to fully experience this site."; }
.js #root:after { position: absolute; left: -3000em; top: -3000em; }
.js body { padding-top: 0; }
.lt-ie9 body { padding-top: 28px; }


/*! Miscellaneous --------- */
svg:not(:root) { overflow: hidden; }

::selection { background: #718c36; color: #fff; text-shadow: none; }
::-moz-selection { background: #718c36; color: #fff; text-shadow: none; }

#root .desktop-hide, #root .tablet-only, #root .mobile-only { position: absolute; left: -3000em; top: -3000em; bottom: inherit; right: inherit; }

@font-face { font-family: 'Elena'; src: url('fonts/elenawebbasic-regular.eot'); src: url('fonts/elenawebbasic-regular.eot?#iefix') format('embedded-opentype'), url('fonts/elenawebbasic-regular.woff') format('woff'), url('fonts/elenawebbasic-regular.ttf') format('truetype'), url('fonts/elenawebbasic-regular.svg#elena_web_basicregular') format('svg'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Elena'; src: url('fonts/elenawebbasic-regularitalic.eot'); src: url('fonts/elenawebbasic-regularitalic.eot?#iefix') format('embedded-opentype'), url('fonts/elenawebbasic-regularitalic.woff') format('woff'), url('fonts/elenawebbasic-regularitalic.ttf') format('truetype'), url('fonts/elenawebbasic-regularitalic.svg#elena_web_basicregular_italic') format('svg'); font-weight: 400; font-style: italic; }


/* Responsive --------- */
@media only screen and (max-width: 1200px) {
html.a #content, html.a #top h1 { width: 960px; }
html.a #top { padding-top: 270px; }
html.a #nav { top: 30px; }
html.a #nav, html.a #top > p { margin-left: -480px; }
html.a #top > p { top: 90px; font-size: 3.75em; }
html.a #root:before { margin-right: -955px; }
html.a #content > .slider-a { margin-left: -325px; border-bottom: 1px solid #e6e6e6; background: #fff; }
html.a #footer { }
	html.a #footer > * { width: 560px; padding-right: 400px; }
		html.a #footer > article > * { width: 48%; }

.cols-b > *:first-child { width: 579px; }
.cols-b > aside { padding-left: 50px; }
}
@media only screen and (max-width: 1000px) {
#top h1, #content, #footer > *, html.a #content, html.a #top h1, html.a #footer > * { width: 720px; padding-left: 0; padding-right: 0; }
html.a #nav, html.a #top > p { left: 50%; right: auto; margin: 0 0 0 -360px; }
#nav { left: auto; right: 50%; margin: 0 -360px 0 0; }
#content.a { padding-right: 120px; }
html.a #root:before { right: auto; left: 10000em; top: -3000em; margin: 0; background: none; }
html.a #content > .slider-a { margin-left: -123px; }
#footer { }
	#footer > article > * { width: 32%; }
	#footer > article > *:first-child { width: 28%; }
	html.a #footer > article > * { width: 42%; }

.cols-a > aside, .cols-a > header:first-child { float: right; width: auto; max-width: 40%; margin-left: 50px; }
.cols-a > *:first-child, .cols-a > header:first-child + * { float: none; width: auto; }
.cols-b { }
	.cols-b:before { content: ""; display: block; position: absolute; left: 415px; bottom: 0; z-index: 0; width: 1000em; height: 100%; background: #ececec; }
	.cols-b > *:first-child { width: 360px; }
	.cols-b > aside { padding-left: 30px; }

.double-a.a { }
	.double-a.a > * { float: right; width: 47%; }
	.double-a.a > *:first-child { float: left; margin-right: 0; }

.list-a { }
	.list-a li { font-size: 2em; }

	
#root .desktop-hide, #root .tablet-only { position: relative; left: 0; top: 0; }
#root .desktop-only, #root .tablet-hide { position: absolute; left: -3000em; top: -3000em; bottom: inherit; right: inherit; }
}
@media only screen and (max-width: 760px) {
#top h1, #content, #footer > *, #content.a, html.a #content, html.a #top h1, html.a #footer > * { width: 90%; padding-left: 0; padding-right: 0; }
#nav { left: inherit; right: 5%; top: 0; z-index: 10; margin: 0; }
	#nav > .fit-a { display: block; position: absolute; right: 0; top: 5px; width: 50px; height: 50px; background: url(../images/sprite-a.png) 0 -48px no-repeat; cursor: pointer; }
	#nav.active > .fit-a { background-position: -100px -48px; background-color: #718c36; }
	#nav > ul { position: absolute; right: 3000em; top: 55px; background: #718c36; white-space: nowrap; }
	#nav.active > ul { right: 0; }
		#nav > ul > li { float: none; margin: 0; padding: 0; }
		#nav > ul > li > a { display: block; padding: 8px 18px; color: #fff; }
			#nav > ul > li > a:hover, #nav > ul > li.active > a { background: #5d732d; color: #fff; }
#footer { }
	#root #footer > article > * { float: none; width: auto; margin: 0 0 50px; padding: 0; }
	#root #footer > article > *:last-child { margin: 0; }

html.a #top { z-index: 10; padding: 10px 0 12px; }
	html.a #top h1 { width: 90%; height: 38px; }
		html.a #top h1 a { width: 228px; background-position: 0 0; }
	html.a #nav { left: auto; right: 5%; top: 0; margin: 0; }
html.a #content.cols-b { padding: 55px 0 80px; }	
	html.a #content.cols-b > *:first-child, html.a #content.cols-b > aside { padding: 0; }
	html.a #content.cols-b > aside { position: relative; top: 0; background: none; }

iframe { width: 100% !important; }
	
#root .cols-b > * { float: none; width: auto; }
.cols-a > *:first-child, html.a #content.cols-b > *:first-child { margin-bottom: 50px; }
.cols-a > aside, .cols-a > header:first-child { margin-left: 20px; }

.news-a { padding: 8px 0 0; }
	.news-a article { padding: 0; }
		.news-a article h3:first-child, .news-a article h4:first-child { position: relative; top: 0; width: auto; }

#root .tablet-hide, #root .mobile-only { position: relative; left: 0; top: 0; }
#root .tablet-only, #root .mobile-hide, html.a #top > p, .cols-b > aside:after, html.a #content > .slider-a, .cols-b:before { position: absolute; left: -3000em; top: -3000em; bottom: inherit; right: inherit; background: none; }
}
@media only screen and (max-width: 400px) {
#root .double-a > * { float: none; width: auto; }
}