/**
 * 
 * ENGLISH SITE PAGE CSS
 * 
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 *
 */

div {word-wrap:break-word;}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}a{font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}
:focus { outline:0; }
/*hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}*/
/* Drupal Reset */
ul.menu li { list-style-type:none; margin:0; padding:0; }
ul.menu li.leaf { list-style-image:none; }
.item-list ul { margin:0; padding:0; }
.item-list ul li { margin:0; padding:0; }
tr.even, tr.odd { background-color:transparent; }
/* /RESET */

/* HTML */
html { overflow:auto; -webkit-font-smoothing:antialiased; }
/* moved location of body bg image
body { background: #F2F8F8 url('../images/backgrounds/bg_body.jpg') repeat-x 0 0; font-family: 'PT Sans', Arial, Helvetica, sans-serif; color:#0e0905; }
 */
body { background: #F2F8F8; font-family: 'PT Sans', Arial, Helvetica, sans-serif; color:#0e0905; font-size:62.5%; }

.msg { font-size:bold!important; text-transform:uppercase!important; color:red!important; }

a { color:#1d7b87; text-decoration:none; }
a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color:#57ccc2; text-decoration:none; }
strong, b { font-weight:bold; }
em, i { font-style:italic; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; color:#422c19; text-rendering:optimizeLegibility; }
h2, h3, h4, h5, h6 { padding-top:20px; margin-bottom:10px; } 

h2, h2 a { font-size:40px; line-height:45px; }
h3 { padding-top:40px; }
h3, h3 a { font-size:25px; line-height:30px; color:#373737; font-style:italic; }
h4, h4 a { font-size:20px; line-height:25px; color:#9a9a9a; font-style:none; font-weight:bold; text-transform:uppercase; margin-bottom:0; }
h5, h5 a { font-size:20px; line-height:24px; }
h6, h6 a { font-size:20px; line-height:24px; }

p:first-child {	padding-top:15px; }
p { padding-top:15px; margin-bottom:15px; font-size:15px; line-height:24px; }

.region-content ul,
.region-content-1 ul,
.region-content-2 ul,
.region-content-3 ul,
.region-content-4 ul,
.region-content ol,
.region-content-1 ol,
.region-content-2 ol,
.region-content-3 ol,
.region-content-4 ol { margin:10px 0 20px; padding:0; list-style-type:disc; }

.region-content,
.region-content-1,
.region-content-2,
.region-content-3,
.region-content-4 {}

a:active, a:focus { outline:none; }

/* Jump Link Anchor/Floating Header Offset 
a.anchor,
blockquote .bullet a { display:block; position:relative; top:-350px; visibility:hidden; }*/

/* First-child Drupal over rides */
.node-condition-information .content div p:first-child { padding-top:10px; }

table { width:100%; }
table { border-top:5px #80CAC4 solid; margin-bottom:20px; }
table th,
table td { padding-left:15px; border-color:#80CAC4; border-width:0 0 1px 0; }
table th { font-weight:bold; border-style:solid; height:37px; line-height:37px; text-align:left; }
table th + th { width:250px; text-align:center; }
table td {  border-style:dotted; height:27px; line-height:27px; }
table td + td { text-align:center; }
table tr:hover td { background:#F3EDDB; }
table td a { display:block; }

li { /*list-style:none;*/ font-size:15px; line-height:24px; }
/*
.region-bft-header li,
.region .footer { list-style:none; list-style-position:outside; margin:0; padding:0; }
*/

/* apply the standard styles to all ul & li body content */
section ul li { font-size:15px; line-height:24px; }
section ul.standard { padding-left:20px; margin-bottom:20px; }
section ul.standard li { list-style: none; background:url('../images/bullet.png') no-repeat 0px 11px; font-size:15px; line-height:24px; padding-left:10px; }
section ol { padding-left:28px; }
section ol li { list-style:decimal outside; font-size:15px; line-height:24px; }

/* apply bullet styles to all content lists inside of long text 'fields' */
body.page-search .region-content .content ul,
.region-content .field ul { padding:0 0 0 30px; margin-bottom:20px; }
body.page-search .region-content .content ul li,
.region-content .field ul li { list-style:outside; /*list-style: none; background:url('../images/bullet.png') no-repeat 0px 11px; font-size:15px; line-height:24px; padding-left:10px;*/ }

body.page-search .region-content .content ol,
.region-content .field ol { margin:0; padding:0; }

/* body content line-height overrides */
body.not-front .region-content h3 { line-height:34px; }
body.not-front .region-content h4 { line-height:32px; }
body.not-front .region-content h5,
body.not-front .region-content h6 { line-height:28px; }

.section-break { margin-top:60px; }

blockquote { /*font-family: 'PT Serif', "Times New Roman", Times, Georgia, "DejaVu Serif", serif; color:#412B19; font-size:16px; line-height:25px; font-style:italic; border-width:0px 4px; border-color:#E8E2D0; border-style:solid; padding:15px 20px 20px 15px; margin:20px 0 10px; width:465px; background: url('../images/backgrounds/bg_blockquote.png') no-repeat 0 0; position:relative;*/ }

blockquote dt { color:#cd5a28; font-weight:normal; font-style:italic; font-size:20px; line-height:30px; margin-bottom:20px; }
/*blockquote dt,*/
blockquote dd { position:relative; padding-left:0; color:#373737; font-weight:normal; font-style:normal; font-size:15px; line-height:25px; margin-bottom:20px; }
blockquote p:first-child { padding-top:0px; }
blockquote .bullet { /*position:absolute; top:0; left:0;*/ font-size:30px; font-style:italic; font-weight:bold; }
blockquote dd .bullet { color:#57ccc2; }
blockquote div.bottom { /*background: url('../images/backgrounds/bg_blockquote.png') no-repeat 0 0; height:4px; width:502px; position:absolute; bottom:0; left:0;*/ }
blockquote .lexicon-term { color:#d36f43; text-decoration:none; }

code, pre { font-family:"Courier New", monospace, serif; font-size:1em; }
sub { vertical-align:sub; font-size:smaller; }
sup { vertical-align:super; font-size:smaller; }

img { border:none; vertical-align:bottom; } 

hr { border:none; background:url('../images/backgrounds/bg_hr.png') repeat-x 0 0; clear:both; display:block; height:5px; margin:20px 0 10px 0; }

/* inputs/form fields */
select, input, textarea { font-family: 'PT Sans', Arial, Helvetica, sans-serif; font-size:15px; }
input, select { vertical-align:middle; }
button { overflow:visible; width:auto; }
button, label, select, input[type=button], input[type=submit], input[type=file] { cursor:pointer; font-family: 'PT Sans', Arial, Helvetica, sans-serif; } 
input[type=text], input[type=email], input[type=password], input[type=url], input.input-field, textarea {  }
input[type=search] { -webkit-appearance:textfield; }
input[type=radio] { vertical-align:text-bottom; }
input[type=checkbox] { vertical-align:bottom; *vertical-align:baseline; }
textarea { overflow:auto; }

fieldset {  }
label { }
label.radio {  }

::selection { background:#7a5401; color:#fff; }
::-moz-selection { background:#7a5401; color:#fff; } 
::-webkit-input-placeholder { color:#282218; }
::-moz-placeholder { color:#282218; }

/*
a:focus, button:focus, input:focus, label:focus, select:focus, textarea:focus { outline:1px dotted #c01339; }
*/

/* Put all the transition elements here */
a { -o-transition-property:color, background-color; -o-transition-duration:.15s; -o-transition-timing-function:ease-in; -moz-transition-property:color, background-color; -moz-transition-duration:.15s; -moz-transition-timing-function:ease-in; -webkit-transition-property:color, background-color; -webkit-transition-duration:.15s; -webkit-transition-timing-function:ease-in; transition-property:color, background-color; transition-duration:.15s; transition-timing-function:ease-in; }
*[hidden=hidden] { display:none; }
/* /HTML */

/* CLASSES */
.hidden { display:none; } 
.invisible { visibility:hidden; }
.clear, .clear-left, .clear-right { clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.clearfix:after, .clearfix-left:after, .clearfix-right:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix, .clearfix-left:after, .clearfix-right:after { display:inline-block; }
* html .clearfix, * html .clearfix-left:after, * html .clearfix-right:after { height:1%; } /* Hides from IE-mac \*/
.clearfix, .clearfix-left:after, .clearfix-right:after { display:block; }
.clearfix-left:after, .clear-left { clear:left; }
.clearfix-right:after, .clear-right { clear:right; }
.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }
.float-left { float:left; }
.float-right { float:right; }
.inline { display:inline; }
.alert, .required { color:#ff0000; }
/*
.print { float:right; display:block; height:16px; border:1px #0A9B9C solid; background:url('../images/buttons/bg_print.png') no-repeat 0 0; padding:0 9px 0 28px; text-transform: uppercase; color:#0A9799; font-size:12px; line-height:16px; font-weight:bold; margin:0 10px 0 0; }
.print:hover { color:#FFF; border:1px #07B2B1 solid; background-color:#07B2B1; background-position: 0 -16px; }
*/
a#print,
a.print { display:inline-block; background:url(../images/icon_print.png) no-repeat 0 bottom; line-height:24px; width:62px; height:22px; text-indent:-9999px; }

.top { float:right; display:block; height:16px; border:1px #0A9B9C solid; background:url('../images/arrows_up.png') no-repeat 10px 5px; padding:0 9px 0 28px; text-transform: uppercase; color:#0A9799; font-size:12px; line-height:16px; font-weight:bold; margin:0 10px 0 0; }
.top:hover { color:#FFF; border:1px #07B2B1 solid; background-color:#07B2B1; background-position: 10px -11px; }


/* /CLASSES */


/* Messages */
.message {}


/* Body */
html { overflow:auto; -webkit-font-smoothing:antialiased; }
/* moved bg_body image to page-wrapper */
body { margin:0; padding:0; font-family: 'PT Sans', Arial, Helvetica, sans-serif; color:#0e0905; }
body.toolbar { background-position:0 65px; }

#page-wrapper { /*background: url('../images/backgrounds/bg_body.jpg') repeat-x 0 0;*/ }

#page { float:left; width:100%; clear:both; /*margin:0 auto; text-align:left; width:980px;*/ }

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited { display: block; width: 100%; padding: 2px 0 3px 0; text-align: center; background-color: #666; color: #fff; }

/*
 * Header
 */
#header { float:left; width:100%; clear:both; }
#header .section { width:1000px; margin:0 auto; }

#logo /* Wrapping link for logo */ { /*float:left; margin:53px 0 0 13px; height:54px; width:123px; display:block;*/ }
#logo img { /*vertical-align: bottom;*/ }
#logo a { /*background: url('../images/logo.png') no-repeat 0 0; text-indent:-9999px; width:123px; height:54px; display:block; overflow:hidden; text-decoration:none;*/ }
#name-and-slogan /* Wrapper for website name and slogan */ { /*float: left;*/ }

h1#site-name,
div#site-name /* The name of the website */ { /*float:left; margin:53px 0 0 13px; height:54px; width:123px; display:block;*/ }

#site-name a:link,
#site-name a:visited {  /*background: url('../images/logo.png') no-repeat 0 0; text-indent:-9999px; width:123px; height:54px; display:block; overflow:hidden; text-decoration:none;*/ }

#site-name a:hover,
#site-name a:focus {}

#site-slogan /* The slogan (or tagline) of a website */ {}

.region-header /* Wrapper for any blocks placed in the header region */
{ /*float:left;*/ /*margin:57px 0 0 30px;*/ /*margin:0; padding:0; list-style:none;*/ }


/*
 * Main (container for everything else)
 */
#main-wrapper {
	float:left; width:100%; clear:both;
    background: url("../images/border-header.png") repeat-x scroll center bottom #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	padding:0 0 3px;
}

#main { position:relative; }


/* -- NEW REGIONS -- */

/* New Header */
/* #layout > header */
#layout > header  {
  background: url("../images/border-header.png") repeat-x scroll center bottom #ececec;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  height: 133px;
  z-index:999;
  position:fixed;
  top:0px;
  width:100%;
  height: 133px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:400;
}
body.admin-menu #layout > header { top:22px; }
body.toolbar { padding-top:30px; }
body.toolbar #layout > header { top:30px; }
body.toolbar-drawer { padding-top:66px; }
body.toolbar-drawer #layout > header { top:66px; }

#layout > header > .section { width:1000px; margin:0 auto; }

#page-wrapper { padding-top:133px;/*134px*/ }

/*#header .logo a*/

#layout > header #name-and-slogan {
  margin: 0 auto;
  width: 1200px;
}


/*
#layout > header .block-menu-block {
  margin: 0 auto;
  width: 1200px;
}
#header #navigation #utility-menu {
  float: right;
  margin: 0 100px 0 0;
}
#header #navigation #main-menu {
  clear: right;
  float: right;
  margin: 30px 100px 30px 0;
}
*/
/* OLD 
#layout > header { height:139px; background:url('../images/backgrounds/bg_header.png') no-repeat 0 0; position: relative; z-index: 100; }
*/
#layout > header #name-and-slogan { float:left; margin:0; height:150px; width:272px; display:block; text-indent:-9999px; }
#layout > header #name-and-slogan a {
	background: url("../logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-decoration: none;
    width: 272px;
  	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: block;
    height: 150px;
    position: absolute;
    width: 224px;
    z-index:500;
}
#layout > header .region-bft-header { float:right; margin:0; padding:0; width:720px }
#layout > header .block-menu-block  { float:right; margin:17px 0 0 0;  }



#layout > header .block-menu-block .content ul { margin:0; padding:0; }
#layout > header .block-menu-block .content ul li { float: left; font-size: 1.5em; line-height: 1.2em; height:48px; margin:0 0 0 10px; padding:5px 0 0; list-style-type:none!important; list-style-image:none!important; position:relative; }
#layout > header .block-menu-block .content ul li a:hover,
#layout > header .block-menu-block .content ul li a.active-trail { color:#279d93; }

/* CK -Added for the context module using active instead of active-trail */
#layout > header .block-menu-block .content ul li a.active { color:#279d93; }

#layout > header .block-menu-block .content ul li:first-child a {}
#layout > header .block-menu-block .content ul li a { color:#422c19; text-decoration:none; display:block; height:40px; padding:8px 20px 33px 10px; font-size:15px; font-style:italic; line-height:19px; }
#layout > header .block-menu-block .content ul li a strong { font-weight:bold; font-style:normal; display:block; }
#layout > header .block-menu-block .content ul li a em { font-weight:normal; font-size:0.95em; }

#layout > header .block-menu-block .content ul li .dropdown-container { position: relative; max-width: 151px; background: url('../images/backgrounds/empty.gif') repeat; }
#layout > header .block-menu-block .content ul li .dropdown-menu { position: absolute; top:59px; left: 0px; width: 236px; z-index: 100; display: none; }
#layout > header .block-menu-block .content ul li .dropdown-menu ul { float:left; background: url('../images/backgrounds/bg_menu_dropdown.png') repeat-x -200px 0px #9f511d; width: 206px; margin: 19px 0px 0px 0px; padding: 15px 15px 10px; }
#layout > header .block-menu-block .content ul li .dropdown-menu ul li { margin: 0px; padding: 0px; border: 0!important; width: 192px; height: auto; }
#layout > header .block-menu-block .content ul li .dropdown-menu ul li a { margin: 0px; padding: 6px; border: 0; border-top: 1px solid #bd9f85; width: 100%; height: auto; font-family: 'PT Sans', Arial, Helvetica, sans-serif; color:#fff; line-height: 20px; font-size: 15px; font-weight: bold; }
#layout > header .block-menu-block .content ul li .dropdown-menu ul li:first-child a { border:0!important; }
#layout > header .block-menu-block .content ul li .dropdown-menu ul li a:hover { background: #f3eddb; color: #cc4e00; }
#layout > header .block-menu-block .content ul li .dropdown-menu ul li a:active { background: #fff; color: #422c19; }



/* Utility Nav */
#layout > header .utility-menu { width:auto; float:right; margin:0; }

#layout > header .utility-menu li {
	color: #ececec;
	display: block;
	font-size: 1.5em;
	line-height:15px;
	background: #c3beba;
	float: left;
	margin: 0 5px;
	padding:0;
	text-align: center;
	width: 20px; 	
}
#layout > header .utility-menu a {
    display: block;
    /*overflow: hidden;
    width: 0;
	height: 22px;*/
	padding:0;
}
#layout > header .utility-menu .twitter { text-indent:-9999px; padding:0; width:30px; height:30px; }
#layout > header .utility-menu .twitter a { content:""; background:url(../images/icon-twitter.png) no-repeat 0 0; width:30px; height:30px; text-indent:-9999px; }
#layout > header .utility-menu .facebook { text-indent:-9999px; padding:0; width:30px; height:30px; }
#layout > header .utility-menu .facebook a { content:""; background:url(../images/icon-facebook.png) no-repeat 0 0; width:30px; height:30px; text-indent:-9999px; }
#layout > header .utility-menu .pinterest { text-indent:-9999px; padding:0; width:30px; height:30px; }
#layout > header .utility-menu .pinterest a { content:""; background:url(../images/icon-pinterest.png) no-repeat 0 0; width:30px; height:30px; text-indent:-9999px; }
#layout > header .utility-menu .youtube { text-indent:-9999px; padding:0; width:30px; height:30px; }
#layout > header .utility-menu .youtube a { content:""; background:url(../images/icon-youtube.png) no-repeat 0 0; width:30px; height:30px; text-indent:-9999px; }
#layout > header .utility-menu .your-state,
#layout > header .utility-menu .find-a-condition { width:auto; }
#layout > header .utility-menu .your-state a,
#layout > header .utility-menu .find-a-condition a {
	padding:8px 10px;
    color: #ECECEC;
    font-style: italic;
    overflow: auto;
    text-decoration: none;
}
#layout > header .utility-menu .your-state {
    background: none repeat scroll 0 0 #EEBD38;
}
#layout > header .utility-menu .find-a-condition {
    background: none repeat scroll 0 0 #57CCC2;
}

#layout > header .utility-menu a:hover { background-color:#422c19; background-position:0 -30px; }
#layout > header .utility-menu .your-state a:hover,
#layout > header .utility-menu .find-a-condition a:hover { background-color:#422c19; }

/* make last drop down right aligned after wrapper change
add .last to the li to apply only to the last one */
#layout > header .block-menu-block .content ul li.last .dropdown-menu { right:0; left:auto; }
#layout > header .block-menu-block .content ul li.last .dropdown-menu ul { background-position:-86px 0px; }

/* Top Search Form */
#layout > header .block-search:hover {background: #422C19;}
#layout > header .block-search { position:relative; background-color:#C3BEBA; float:right; display:block; margin:0 0 0 5px; padding:0; height:30px; text-align:center; }
#layout > header .block-search .container-inline { width:90px; position:relative; }
#layout > header .block-search fieldset { /* float:left; display:block; position:relative; margin:85px 0 0 10px; width:174px; height:25px; background: url('../images/backgrounds/bg_search-input.png') no-repeat 0 0; */ }
#layout > header .block-search .form-item {}
#layout > header .block-search .form-actions { position:absolute; top:2px; right:0; }
#layout > header .block-search input.form-text {
  width: 87%;
  height: 28px;
	border:none;
	background-color: rgba(195, 190, 186, 0);
	color:#fff;
	font-size:14px;
	line-height:22px;
	font-style:italic;	
  padding-left:10px;
}


#layout > header .block-search input.form-text:hover { background-color:#422c19; }
#layout > header .block-search.active,
#layout > header .block-search:hover { background-position: 0 -25px; }
#layout > header .block-search input.form-submit {
	border: none;
	text-indent: -9999px;
	width:28px;
	height:28px;
	float: left;
  background: url("../images/icon_search.png") no-repeat scroll center center rgba(195, 190, 186, 0);
	margin: 0;
	padding: 0;	
}

/* /#layout > header  */

/* article > section > header */
#main-wrapper { /*background:#FFF; margin:20px 0 0 0; padding:20px; box-shadow:0 0 5px 0 rgba(57,56,46,0.15); position: relative; z-index: 50;*/ }
#main-wrapper > header { position:relative; margin-bottom:20px; background:#08A4A4 url('../images/backgrounds/bg_header_h1.png') repeat-y 0 -202px; display: table; width: 100%; }
#main-wrapper > header hgroup { display: table-row; vertical-align: middle; }
#main-wrapper > header h1 { color:#FFF; padding:0 0 20px 23px; }

#main-wrapper > header h1 a { color:#FFF; }
#main-wrapper > header h2 { margin-top:0; }
#main-wrapper > header.not-subtitle { padding-left:10px; overflow:hidden; background: #08A4A4 url('../images/backgrounds/bg_header_h1.png') repeat-y -140px -252px; }
#main-wrapper > header.not-subtitle h1 { font-size:40px; padding-top:19px; }
#main-wrapper > header.not-subtitle h2 { display:none; }
#main-wrapper > header.subtitle { padding-left:161px; }
#main-wrapper > header.subtitle h1 { font-size:28px; line-height:34px; padding-top:18px; padding-bottom:23px; padding-left:16px; }
#main-wrapper > header.subtitle h2 { width:145px; font-size:18px; line-height:22px; font-weight:normal; color:#FFF; padding:0px 0px 0px 15px; margin: 0px; top:0; left:0; display: table-cell; vertical-align: middle; height: 74px; }
#main-wrapper > header.subtitle h2 a { color:#FFF; font-size:18px; line-height:22px; font-weight:normal;   }
#main-wrapper > header.subtitle h2 a:hover { color:#08A4A4; }
/* /article > header */


/* article > section > header */
#layout > article { width:100%; position:relative; z-index:399; }
#layout > article .inner { position:relative; width:1000px; margin:0 auto; }
#layout > article .inner:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#layout > article > header { position:relative; margin-bottom:20px; background:#08A4A4 url('../images/backgrounds/bg_header_h1.png') repeat-y 0 -202px; display: table; width: 100%; }
#layout > article > header hgroup { display: table-row; vertical-align: middle; }
#layout > article > header h1 { color:#FFF; padding:0 0 20px 23px; }
#layout > article > header h1 a { color:#FFF; }
#layout > article > header h2 { margin-top:0; }
#layout > article > header.not-subtitle { padding-left:10px; overflow:hidden; background: #08A4A4 url('../images/backgrounds/bg_header_h1.png') repeat-y -140px -252px; }
#layout > article > header.not-subtitle h1 { font-size:40px; padding-top:19px; }
#layout > article > header.not-subtitle h2 { display:none; }
#layout > article > header.subtitle h1 { font-size:28px; line-height:34px; padding-top:18px; padding-bottom:23px; padding-left:16px; }
#layout > article > header.subtitle h2 { width:135px; font-size:18px; line-height:22px; font-weight:normal; color:#FFF; padding:0px 0px 0px 15px; margin: 0px; top:0; left:0; display: table-cell; vertical-align: middle; height: 74px; }
#layout > article > header.subtitle h2 a { color:#FFF; font-size:18px; line-height:22px; font-weight:normal;   }
#layout > article > header.subtitle h2 a:hover { color:#08A4A4; }
/* /article > header */

/*
body.not-front #layout #modules,
*/
#layout > article > aside { float:left; width:280px; padding-top:20px; margin-bottom:200px; }
/*
#layout > article > section
*/
/*body.not-front #layout > article section { width:652px; 722 margin:0 70px 0 0; padding:0; }*/

body.not-front #layout article section { float:left; width:720px; padding:0; }
body.not-front #layout article section .region-content { width:600px; margin:0 120px 0 0; padding:60px 0 0; }

body.page-node-80 #layout article section,
body.page-node-7 #layout article section,
body.node-type-state-information #layout article section { margin-top:0; }

/* 3 Col */
#layout article section > nav#left-nav { float:left; width:170px; margin:0 60px 0 0; padding:15px 0 0; }
#layout article section > nav#left-nav + .region-content { float:left; width:430px; margin:0 60px 0 0; padding:0; }

body.not-front #layout article section section { width:auto; }

/* Left Nav (Sub Nav) */
/*#layout > article > section > nav#left-nav + #content,*/
#layout article section > nav#left-nav ul { padding-left:0; padding-top:60px; }
#layout article section > nav#left-nav li:first-child { padding-top:0; }
#layout article section > nav#left-nav li { display:block; list-style:none; margin:0 0 15px; padding:0;  }
#layout article section > nav#left-nav a { font-size:13px; font-weight:normal; font-style:italic; font-size:16px; line-height:18px; color:#0eaba2; margin:0; padding:10px 0; } 
#layout article section > nav#left-nav a:hover, 
#layout article section > nav#left-nav li.on a,
#layout article section > nav#left-nav li.active a,
#layout article section > nav#left-nav li.active-trail a { font-weight:bold; }

#layout article section > nav#left-nav li ul { margin:0 0 0; padding:15px 0 0 20px; }
#layout article section > nav#left-nav li li { text-transform:uppercase; }
#layout article section > nav#left-nav li li a,
#layout article section > nav#left-nav li.active-trail li a { color:#a27e1c; font-weight:normal; font-style:normal; font-size:13px; }


/* block classes */
/*#content-one .top-content-col.find-condition-top { padding-bottom:30px; }*/
div.quick-find h2 { font-size:40px; line-height:45px; font-weight:normal; font-style:normal; margin:0 0 10px; }
div.quick-find h2 a {}
div.quick-find input[type=text] { height:48px; width:315px; padding:0 13px; margin:0px 0 10px; color:#57ccc2; font-size:15px; font-weight:bold; font-style:italic; line-height:34px; background:#fff; border:1px solid #57ccc2; box-shadow:0 2px 5px rgba(0,0,0,.15); }
div.quick-find input.input-submit { background:#fff url(../images/icon_arrow-submit.png) no-repeat center center; width:50px; height:50px; margin:-10px 0 0; border:1px solid #57ccc2; border-left:none; text-indent:-9999px; box-shadow:0 2px 5px rgba(0,0,0,.15); }

.condition-lists-header {}
.condition-lists-header h2 { font-size:40px; line-height:40px; font-weight:normal; }

div.show-conditions { position:relative; /*width:50%; float:left;*/ /*position:relative; z-index:400; height:80px;*/ }
div.show-conditions .box-tabs { margin:0; position:absolute; top:-42px; z-index:1; }
/* added + p to NOT target first paragraph */
/*div.show-conditions p + p { color:#412B19; font-size:20px; }*/
div.show-conditions p em { color:#373737; }
div.show-conditions .box-tabs a { white-space:nowrap; position:absolute; top:0; left:0; width:116px; font-weight:bold; padding:15px 20px 10px; /*margin-top:-50px;*/ color:#31948d; background-color:#fff; border:1px solid #31948d; font-size:15px; line-height:30px; text-transform:uppercase; text-align:center; }
div.show-conditions .box-tabs a:active,
div.show-conditions .box-tabs a:focus { outline:none; }
div.show-conditions .box-tabs a + a { left:170px; display:inline-block; }
div.show-conditions .box-tabs a.on,
div.show-conditions .box-tabs a.active { top:0; background-color:#31948d; padding-top:50px; margin-top:0!important; color:#fff; }
div.show-conditions .box-tabs a:hover { background-color:#31948d; color:#fff; }
div.show-conditions .view-content { position: relative; float: left; border:none; background-color:#dff1f0; padding:30px 20px; }
div.show-conditions div div { border:none; }
/* added to provide padding below lists */
#block-views-condition-lists-block div.show-conditions { margin-bottom:20px; width:596px; /*float:left; width:55%;*/ }

body.section-newborn-screening #bft-footer { position:relative; }
body.section-newborn-screening .region-bft-footer { width:1000px; margin:0 auto; position:static; }

/* added styles to make arrow work on condition type link */
#block-views-condition-lists-block,
#block-views-condition-lists-block-1 { margin:70px 0 0; width:596px; /*clear:both; float:left; width:55%;*/ }
div.show-conditions p + p { padding-bottom:0px; }

/*
.view-condition-lists .field-content { font-size:16px; line-height:25px; margin:0; padding:0; }
*/
.view-condition-lists .views-field-field-condition-type h5,
.view-condition-lists .views-field-field-condition-type h6  { margin:0; padding:0; }

div.show-conditions .view-content,
#block-views-condition-lists-block div.show-conditions .view-content { padding-top:60px; }

div.show-conditions .view-content:before,
#block-views-condition-lists-block div.show-conditions .view-content:before { background-color:#dff1f0; content:''; width:100%; height:100%; position:absolute; top:0; left:-100%; }

div.show-conditions h3 { font-size:25px; line-height:35px; font-weight:normal; font-style:italic; color:#373737; margin:30px 0 20px; padding:0; }
div.show-conditions h4 { font-size:20px; line-height:25px; font-weight:bold; text-transform:uppercase; color:#9a9a9a; margin:30px 0 20px; padding:0; }

div.show-conditions h3 + h4 { margin-top:-10px; }

.condition-lists-header {}

ul.blist-a,
.show-conditions .item-list ul,
.view-condition-lists .item-list ul { width:278px; float:left; display:block; padding:10px 0; }
ul.blist-a + ul.blist-a,
.show-conditions .item-list ul + .show-conditions .item-list ul,
ul.condition-type-element + ul.condition-type-element { /*border-left:1px #725238 dotted; padding-bottom:32000px; margin-bottom:-32000px; */ }
ul.blist-a li,
.show-conditions .item-list ul li { display:block; margin:10px 20px 0; font-size:15px; line-height:25px; }
 
ul.blist-a li:last-child,
.show-conditions .item-list ul li:last-child { margin-bottom:20px; }

ul.blist-a li a,
.show-conditions .item-list ul li a { color:#31948d; text-decoration:underline; }

#first-section ul.blist-a a { font-size:15px; line-height:25px; }
/* #second-section h4 + h5 { padding-top:10px; } */

/* hide the aka list on the find a condition page */
.show-conditions .view-content ul li a i { display:none; }

/* -- #main-home -- */
/*
#layout > article#main-home { box-shadow:none; padding:0; background:none;}
#layout > article#main-home > section { box-shadow:0 -4px 5px 0 rgba(57,56,46,0.15); width:auto; margin:0; padding-bottom:20px; background:#FFF url('../images/backgrounds/bg_main-home.png') repeat-x 0 bottom; }
*/
#layout article#main-home section #content { float:none; margin:0 0 30px 0; overflow:hidden; padding:40px 20px 0; }
/*#layout > article#main-home > footer { box-shadow:0 0 5px 0 rgba(57,56,46,0.15); padding:20px; background:#FFF; }*/


#main-home {}
#layout > article#main-home { box-shadow:none; padding:0; background:none;}
/*#layout > article#main-home > section*/
#layout article#main-home .panel-col-bottom { float:left; box-shadow:0 -4px 5px 0 rgba(57,56,46,0.15); width:980px; margin:0; padding-bottom:20px; background:#FFF url('../images/backgrounds/bg_main-home.png') repeat-x 0 bottom; }
#layout article#main-home .panel-col-bottom .panel-col-bottom { float:none; box-shadow:none; width:auto; margin:0 0 0 20px; padding:0; background:none; }
#layout > article#main-home > section > .region-content { margin:0; padding:0; }
#layout > article#main-home > section > .region-content .block { margin:0; padding:0; }
/*#layout > article#main-home > section > #content,
body.front #layout article > section > .center-wrapper,
body.front #layout article > section .panel-col-bottom*/ { width:980px; float:none; margin:0 0 0px 0; overflow:hidden; padding:40px 0px 0 0; }
/*#layout > article#main-home > footer,*/
body.front #layout > article > footer { box-shadow:0 0 5px 0 rgba(57,56,46,0.15); padding:20px; background:#FFF; }

/* Panel Over-rides 
.panel-3col-33-stacked .panel-col-first,
.panel-3col-33-stacked .panel-col,
.panel-3col-33-stacked .panel-col-last { width:auto!important; }
.panel-3col-33-stacked .panel-col-first .inside { margin:0; padding:0; }
*/
#layout > article#main-home .panel-3col-33-stacked .center-wrapper { display:none; height:0; }
#layout > article#main-home .panel-3col-33-stacked .panel-col-top .inside { margin-bottom:0; }

#main-home .col-01,
#main-home .col-02,
#main-home .col-03 { float:left; padding: 0 25px 32000px; margin-bottom:-32000px; }
#main-home .col-02,
#main-home .col-03,
body.front .panel-col,
body.front .panel-col-last { border-left:1px #DFEEF0 solid; }
#main-home .col-02,
body.front .panel-col { width:269px; }
#main-home .col-03,
body.front .panel-col-last { padding-left:24px; padding-right:24px; }

#main-home .bft-block { width:260px; padding-bottom:10px; overflow:hidden; }
#main-home .bft-block + .bft-block { border-top:1px #DFEEF0 solid; padding-top:15px; }
#main-home .bft-block p { font-size:14px; line-height:22px; padding-top:0; }
#main-home .bft-block h5 { margin-bottom:0; padding-top:0; }
#main-home .bft-block h5 + figure { float:left; }
#main-home .bft-block figure { float:none; margin-top:5px; }
#main-home #modules { float:none; width:auto; }
#main-home #modules .module { float:left; margin-left:20px; }
#main-home #modules .module:first-child { margin-left:0; }
figure img { margin-bottom:5px; }

/*#main-home .block,//
#main-home .panel-display  .center-wrapper .panel-pane { width:260px; padding-bottom:10px; overflow:hidden; }
#modules .home-module:first-child { margin:0; }
#main-home #modules .module { margin-left:20px; }
*/

/* Sidewide Custom Regions */

#content-one,
#content-two,
#content-three,
#content-four,
#bft-footer { clear:both; width:100%; }

#content-four { box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); }

.region-bft-footer {}

.region-content-1,
.region-content-2,
.region-content-3,
.region-content-4 { position:relative; width:1000px; margin:0 auto; }

.region-content-1:after,
.region-content-2:after,
.region-content-3:after,
.region-content-4:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



body.front #layout > article .inner { width:100%; }

body.front .region-content-1,
body.front .region-content-2,
body.front .region-content-3,
body.front .region-content-4 { height:auto; }

/* Custom */
body.front .region-content-2,
body.front .region-content-4 { width:100%; }


/* TEMP TAB & CONTENT HIDE - Home Page */
body.front .tabs,
body.front .region-content { display:none; height:0; }


/*#main-home .block + .block,*/
body.front article .center-wrapper .pane-content { border-top:1px #DFEEF0 solid; padding-top:15px; }
body.front article .center-wrapper .pane-1 .pane-content,
body.front article .center-wrapper .pane-3 .pane-content,
body.front article .center-wrapper .pane-5 .pane-content { border-top:none; padding-top:0; }
/*#main-home .block p,*/
body.front article .center-wrapper .pane-content p { font-size:14px; line-height:22px; padding-top:0; }
/*#main-home .block h5,*/
body.front article .center-wrapper .pane-content h5 { margin-bottom:0; padding-top:0; }
/*#main-home .block h5 + figure,*/
body.front article .center-wrapper .pane-content h5 + figure,
#main-home .bft-block figure { float:left; }
/*#main-home .block figure,*/
body.front article .center-wrapper .pane-content figure { float:none; margin-top:5px; }
body.front #modules,
body.front .panel-col-bottom { clear:both; /*padding:0 20px;*/ }
/*#main-home #modules .module */
body.front .panel-col-bottom .module { float:left; margin-left:20px; }
/*#main-home #modules .module:first-child  */
body.front .panel-col-bottom .module:first-child { margin-left:0; }
figure img { margin-bottom:5px; }

/* Home Social Block */
ul#block-social-body { margin:-4px 0 10px -4px; padding:0; }
ul#block-social-body:after { content:'.'; clear:both; display:block; height:0; visibility:hidden; }
	ul#block-social-body li { float:left; display:inline; width:120px; height:32px; margin:0; padding:0; font-size:14px; }
	ul#block-social-body a 	{ display:block; width:90px; height:25px; margin:0; padding:7px 0 0 30px; color:#17616b; }
	ul#block-social-body li#Facebook 	{ width:139px; background:url(../images/hp_social-icons_facebook.png) no-repeat 0 0; }
	ul#block-social-body li#Twitter		{ width:139px; background:url(../images/hp_social-icons_twitter.png) no-repeat 0 0; clear:left; }
	ul#block-social-body li#Pintrest	{ background:url(../images/hp_social-icons_pintrest.png) no-repeat 0 0; }
	ul#block-social-body li#YouTube		{ background:url(../images/hp_social-icons_youtube.png) no-repeat 0 0; }

.block-social-title { color:#1d7b87; }

/* HOME PAGE - NEW */

body.front .block { margin:0; }

.hp-newborn-screening { float:left; width:368px; min-height:395px; margin:0; padding:60px 86px 0 0; }
.hp-newborn-screening h2 { font-size:55px; line-height:55px; font-weight:normal; font-style:italic; }
.hp-newborn-screening p { color:#2f2e23; font-size:24px; line-height:35px; }
.hp-newborn-screening a { font-weight:bold; }

.toolbox {
  position: absolute;
  top: 0;
  /*width: 280px;*/
  z-index: 100;
}
.toolbox h2 {
  color: #fff;
  font-size:40px;
  font-weight: normal;
  line-height:45px;
  margin:180px 35px 20px 35px;
}
.toolbox .content p {
  color: #fff;
  font-size: 1.7em; 
  line-height: 1.67em;
  font-weight:normal;
  margin: 0 35px 0 35px;
  padding:0;
}  
/*
.statebox {
  background: #eebd38 url("../images/usa.png") no-repeat center 55px;
  width:277px;
  height: 515px;
  right:280px;
  box-shadow:0px 2px 5px rgba(0,0,0,.15);
  z-index:989;
}

.statebox select {
  width:210px;
  background-image: none;
  background: white url("../images/icon-stateselect.png") no-repeat top right;
  border: 0;
  border-radius: 0;
  color: #eebd38;
  font-size: 1.5em;
  font-style: italic;
  font-weight:bold;
  margin: 30px 35px 0;
  min-height: 49px;
  padding: 15px 30px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  // FF Hack - Remove <select> arrow //
  text-indent: 0.01px;
  text-overflow: '';
  box-shadow:0px 2px 5px rgba(0,0,0,.15);
}

.statebox select:after { content: none; }
*/
/* IE Hack - Remove <select> arrow */
.statebox select::-ms-expand {
    display: none;
}


/* Statebox - NEW */
.statebox  { /*background:#eebd38 url(../images/usa.png) no-repeat center -38px; margin:0; padding:82px 36px 30px;*/
  background: #e6b530 url("../images/usa.png") no-repeat center 55px ;
  width:277px;
  height: 515px;
  right:280px;
  box-shadow:0px 2px 5px rgba(0,0,0,.15);
  z-index:989;
}

.statebox .container-inline div { display:block; }
.statebox div.selector { font-size:1em; }
.statebox div.selector { box-shadow:0px 2px 5px rgba(0,0,0,.15); width:210px; padding:0; height:48px; margin:0 auto; box-shadow:0, 2px, 5px rgba(0,0,0,.15); }
.statebox div.selector span { font-size:1.2em; 
  font-weight:bold; width:180px; 
  background:#fff url(../images/btn_select-state_thumb.png) no-repeat right; 
  border: 1px solid #e6b530; 
  color: #c49623; 
  height:28px!important; padding:10px 15px; color:#eebd38;
  background-size: 23%;
   }
.statebox div.selector select { background-color:#fff; min-width:210px; height:48px; }
.statebox div.selector select option:first-child { color:#eebd38; }




/* Statebox - NEW */
.statebox-search  { margin:30px 0; }

.statebox-search .container-inline div { display:block; }
.statebox-search div.selector { font-size:1em; }
.statebox-search div.selector { box-shadow:0px 2px 5px rgba(0,0,0,.15); width:310px; padding:0; height:48px; margin:0; box-shadow:0, 2px, 5px rgba(0,0,0,.15); }
.statebox-search div.selector span { font-size:1.2em; font-weight:bold; width:279px; background:#fff url(../images/btn_select-state.png) no-repeat right 0 !important; border:1px solid #eebd38; box-shadow:2px 0 5px rgba(0,0,0,.15); min-width:180px!important; height:26px!important; padding:10px 15px; color:#eebd38; }
.statebox-search div.selector select { background-color:#fff; min-width:310px!important; height:48px; }
.statebox-search div.selector select option:first-child { color:#eebd38; }

#content-four .statebox-search{display:none;}



.conditionbox {
  width:270px;
  background: #57ccc2 url("../images/icon-stethescope-lg.png") no-repeat center 55px;
  height: 485px;
  right:0;
  box-shadow:0px 2px 5px rgba(0,0,0,.15);
  z-index:988;
}
.conditionbox fieldset { position:relative; }

.conditionbox input,
.conditionbox #autocomplete1 {
  font-size: 1.2em;
  width: 123px;
  padding: 0 60px 0 17px;
  background: white url("../images/icon-condition.png") no-repeat top right;
  border: 0;
  border-radius: 0;
  color: #57ccc2;
  font-style: italic;
  font-weight:bold;
  margin:14px 35px 0;
  min-height: 49px;
  height: 49px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow:0px 2px 5px rgba(0,0,0,.15);
}           
.conditionbox input.input-submit {
	background:rgba(0,0,0,0) none;
    box-shadow: none;
    height: 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 45px;
    text-indent: -9999px;
    top: 14px;
    width: 50px;
}

.conditionbox #autocomplete1:focus { background: white url("../images/icon-condition.png") no-repeat top right; font-style:italic; }


a.lexicon-term {
	border-bottom:none;
    color:#fff;
    cursor:help;
    text-decoration:none;
    font-weight:normal; 
}

.content a.lexicon-term { color:#373737; }

.statebox .content a.lexicon-term,
.conditionbox .content a.lexicon-term,
.get-the-facts .content a.lexicon-term { color:#fff; }

.get-the-facts {
  background: #422c19 url("../images/hp-top_01.jpg") no-repeat left;
  clear: both;
  height: 625px;
  width: /*1200px*/ width:100%;
  box-shadow:0px 3px 2px rgba(0,0,0,.15);
  /*z-index:987;*/
  margin:0;
}

.get-the-facts h2 {
  color: #fff;
  font-size: 5.5em;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 25px 446px;
  padding-top:100px;
  text-align: center;
  width: 754px;
}

.get-the-facts .content p {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.5em;
  margin: 0 0 0 446px;
  padding: 0 120px;
  width: 514px;
}

.get-the-facts a {
  color: #fff;
}
.get-the-facts a:hover { color:#329e95; }

.get-the-facts .what-to-expect {
  text-align: center;
}

.get-the-facts .what-to-expect a {
  background: url("../images/icon-clipboard.png") no-repeat center;
  display: inline-block;
  height: 0;
  margin-top: 40px;
  overflow: hidden;
  padding: 160px 0 0 0;
  width: 160px;
}

.region-article-footer { width:1000px; margin:0 auto; }

.blog-digest {
  position:relative;
  background: #fffaee;
  float: left;
  margin-left: 100px;
  padding: 40px;
  width:255px;
  margin:0;
  height:590px;
}
body.front .blog-digest .view-content { position:absolute; bottom:120px; padding-right:40px; }

.blog-digest h2 {
  font-size: 5.5em;
  font-style: italic;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 114px;
}

.blog-digest h4 {
  color: #857d77;
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight:bold;
}
.blog-digest table { position:absolute; bottom:120px; left:40px; width:255px; height:590px; margin:0; padding:0; vertical-align:text-bottom; border:none; }
.blog-digest table td { background-color:transparent; border:none; margin:0; padding:0; vertical-align:bottom; }
.blog-digest table td:hover { background-color:transparent; }
.blog-digest .content .dateline {
  color: #60554b;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.417em;
}

.blog-digest .content .dateline a { color:#60554b; }
.blog-digest .content .dateline a:last-child { color:#cc6b26; }

body.front .blog-digest h4 + p a { color:#282218; }

body.front .blog-digest h3 { 
	color:#0daba1;
	font-size:20px;
	line-height:25px;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:0;
}
body.front .blog-digest h3 a { color:#0daba1; }

body.front .blog-digest h4 { margin-bottom:10px; }

.blog-digest .content .byline:after {
  content: '|';
  margin-left: 4px;
}

.blog-digest .content .comments {
  color: #cc6b26;
}

body.front .blog-digest .more-posts {
  margin:0;
  position:absolute;
  bottom:0;
  left:0;
  width:336px;
}
body.front .blog-digest .more-posts a { width:223px; }

body.page-blog .more-posts:first-child,
.blog-digest .more-posts:first-child { padding-top:0; } 

body.page-blog .more-posts a,
.blog-digest .more-posts a  { 
  display: block;
  padding-right: 15px;
  width: 214px;
  margin: 0;
  padding-top: 30px;
  background-position: 67% 31px;
  text-align: left;
  padding-left: 97px; 
  font-weight: bold;
  font-size: 0.95em;
}

.family-stories, .general-news {
  background: #fffaee;
  float: left;
  padding: 250px 40px 40px 40px;
  width: 255px;
}

.family-stories h2, .general-news h2 {
  color: #857d77;
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
}

/* Blog Landing */

body.page-blog .family-stories,
body.page-blog .hot-topics { padding-top:0; }

body.page-blog .family-stories h2,
body.page-blog .hot-topics h2  { margin:30px 0 10px; padding:0; }
body.page-blog .family-stories h3,
body.page-blog .hot-topics h3 { margin:0; padding:0; line-height:25px; }

body.page-blog .family-stories h3 a,
body.page-blog .hot-topics h3 a { color:#0daba1; }

body.page-blog .family-stories .content .dateline,
body.page-blog .hot-topics .content .dateline { padding-top:5px; }

body.page-blog .post-digest:last-child { margin:0; padding:0; }

.family-stories h3, .general-news h3 {
  color: #0daba1;
  font-size: 2.0em;
  font-style: italic;
  line-height: 1.25em;
  font-weight:normal;
}
/*
.family-stories img, .general-news img {
  left: 0;
  position: absolute;
  top: 0;
}
*/
.family-stories .content .dateline, .general-news .content .dateline {
  color: #60554b;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.417em;
}

.family-stories .content .byline:after, .general-news .content .byline:after {
  content: '|';
  margin-left: 4px;
}

.family-stories .content .comments, .general-news .content .comments {
  color: #cc6b26;
}

.hot-topics {
  background: #ffe8ab url("../../../../default/files/editorial/picnickers.jpg") no-repeat center top;
  float: left;
  padding:0 40px 39px 40px;
  width: 307px;
  /*height:306px;*/
  margin:0;
}

.family-stories .image-wrap,
.hot-topics .image-wrap { margin:0 -40px; }

.family-stories .image-wrap img,
.hot-topics .image-wrap img { width:100%; height:auto; }


/* Make Images and Video in Content area responsive/fexible to fix in main column */
#block-system-main .node img { max-width:100%; height:auto; }
/* Scalable Video Styles */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* body.front .hot-topics { position:absolute; left:335px; width:307px; z-index:1; } */

.hot-topics h2 {
  color: #857d77;
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight:bold;
}

.hot-topics h3 {
  color: #0daba1;
  font-size: 2.5em;
  font-style: italic;
  line-height: 1.4em;
  font-weight:normal;
}

body.front .hot-topics { min-height:630px; }

body.front .hot-topics h3 {
	color:#0daba1;
	font-size:20px;
	line-height:25px;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:0;
}
body.front .hot-topics h3 a { color:#0daba1; }

.hot-topics .content p {
  color: #2f2e23;
  font-size: 1.5em;
  line-height: 1.67em;
}

.hot-topics .content .dateline {
  color: #60554b;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.58em;
}

.hot-topics .continue {
  font-weight: normal;
  text-decoration: none;
}

.hot-topics .continue:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  margin-left: 8px;
}

.national-info {
  background: #cd5a28 url("../images/snapshot-map.png") no-repeat center 87px; 
  float:left;
  padding: 275px 40px 40px 40px;
  position:absolute;
  top:0;
  right:0;
  width:198px;
  z-index:100;
}
.national-snapshot {
  background: #cd5a28 url("../images/placeholders/chart.png") no-repeat center -117px;
  padding:65px 40px 40px 40px;
}

.national-snapshot h2,
.national-info h2 {
  color: #fff;
  font-size: 4em;
  font-weight: normal;
  line-height: 1.125em;
}
.national-snapshot .content p,
.national-info .content p {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.39em;
}
.national-snapshot .maplink,
.national-info .maplink {
  margin-top: 48px;
}
.national-snapshot .maplink a,
.national-info .maplink a {
  background: white url("../images/usa-sm.png") no-repeat 138px center;
  color: #cd5a28;
  padding:15px 70px 14px 19px;
  text-decoration: none;
  text-transform:uppercase;
  font-size:15px;
}

.healthcare-professionals {
  background: #57ccc2 url("../images/hp-bottom_01.jpg") no-repeat right;
  clear: both;
  height: 538px;
  margin-bottom: 3px;
  padding:20px 0 0;
  /*padding: 20px 560px 0 100px;*/
  width:100%;/*540px*/
  position:relative;
}

.healthcare-professionals:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:5px;
	box-shadow:0 3px 2px rgba(0, 0, 0, 0.15) inset;
}

.healthcare-professionals .block-inner { max-width:1000px; margin:0 auto; }
.healthcare-professionals .block-inner:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.healthcare-professionals h2 {
  color: #fff;
  font-size: 5.5em;
  font-style: italic;
  font-weight: normal;
  line-height: 1em;
  margin:35px 0 0;
  text-align: center;
  max-width:550px;
  float:left;
  clear:both;
}

.healthcare-professionals .content { max-width:550px; float:left; clear:both; text-align: center; }

.healthcare-professionals .content p {
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
}

.healthcare-professionals .content a {
  color: #fff;
  font-weight: normal;
  text-decoration:underline;
}
.healthcare-professionals .content a:hover { color:#fff; text-decoration:none; }

.healthcare-professionals .how-we-can-help {
  text-align: center;
}

.healthcare-professionals .how-we-can-help a {
  background: url("../images/icon-medkit.png") no-repeat;
  display: block;
  height: 0;
  margin-left: 34%;
  overflow: hidden;
  padding: 162px 162px 0 0;
  width: 0;
}

.blog-topics {
  background: #0daba1;
  position:relative;
  padding: 40px;
  width: 160px;
  float:right;
}

.blog-topics h2 {
  color: #fff;
  font-size: 3em;
  font-weight: normal;
}


.blog-topics ul {
  padding: 0;
}

.blog-topics li {
  color: #fff;
  font-size: 1.5em;
  font-style: italic;
  line-height: 2.67em;
  list-style: none;
  margin:0;
  padding:0;
}
.blog-topics a { color:#fff; }

.post-digest {
  /*width: 820px;*/
 margin-bottom:32px;
}

.post-digest .post {
  clear: both;
  margin-bottom: 40px;
}

.post-digest h2 {
  font-size: 4em;
  font-weight: normal;

}

.post-digest h3 {
  color:#0daba1;
  font-weight:normal;
  font-size:20px;
  font-style:italic;
  line-height:25px;
  text-transform:none;
  margin:0;
  padding:0;
}
.post-digest h3 a { color:#0daba1; }

.post-digest p {
  color: #0daba1;
  font-size: 2em;
  font-style: italic;
  line-height: 1.25em;
}

.post-digest .more-posts {
	width:330px;
	color:#fff;
    font-size: 15px;
    line-height: 24px;
	font-weight:normal;
	font-style:normal;
	padding:30px 0;
}
.post-digest .more-posts a { 
	color:#fff;
    font-size: 15px;
    line-height: 24px;
	padding-right:22px;
}

.post-digest .dateline {
  color: #60554b;
  font-size:12px;
  font-style: italic;
  line-height:18px;
}
.post-digest .dateline a { color:#60554b; }
.post-digest .dateline a:last-child { color:#cc6b26; }

.post-digest .term { font-size:15px; line-height:18px; text-transform:uppercase; font-weight:bold; font-style:normal; color:#857d77; margin:0 0 12px; padding:0; }

.post-digest .byline:after {
  content: '|';
  margin-left: 4px;
}

 @media screen and (max-width: 900px){
      #layout > header .block-menu-block .content ul li .dropdown-container{max-width: 100%;}
      p.p1{
        padding: 15px !important;
      }
      .blog-topics{
        width:100% !important;
        text-align: left;
        padding:0px;
        padding-top: 40px!important;
        padding-bottom: 40px!important;
        padding-left:20px!important;
        float:left;
      }
 
 }

/* Social Links */ 
.social-btns,
.social-btns:first-child { margin:20px 0; padding:0; }
.social-btns{padding-top:60px;padding-bottom: 40px;}
@media (max-width: 900px){
  .social-btns{
    /*padding-top: 300px;*/
    padding-bottom: 20px;
  }
}

/* Social Links - Added to template and restyled. - Only on State Landing Page ... so far  */
/*body.page-node-80 .social-btns { margin:80px 0 0; }*/
body.page-node-80 #layout article section .region-content { padding-top:30px; }


.blog-cat {
	color: #857D77;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 14px;
    padding: 0;
    text-transform: uppercase;
}

.post-digest .comments {
  color: #cc6b26;
}

.post-digest img {
  float: left;
  margin: 0 40px 0 0;
}

.more-posts {}
.more-posts a {
  display:block;
  background: #422c19 url("../images/icon-posts.png") no-repeat 66% center;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-size: 0.75em;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}
.more-posts.narrow {
  width: 330px;
}

.back-to-top {
  background: url("../images/icon-back-to-top.png");
  display: block;
  height: 0;
  margin: 40px auto;
  overflow: hidden;
  padding: 50px 0 0 0;
  width: 50px;
  clear:both;
}

/* Hide Back To Top Button */
body.front .back-to-top { display:none; height:0; }

/* Hide Page Titles */
body.front #page-title,
body.node-type-blog #page-title { display:none; height:0; }

/** PAGE-SPECIFIC STYLING **/
/* line 261, ../sass/screen.scss */
.states h4 {
  font-size: 4em;
  font-weight: normal;
  line-height: 1.25em;
  width: 620px;
}
/* line 262, ../sass/screen.scss */
.states h5 {
  font-size: 2.5em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.25em;
}
/* line 263, ../sass/screen.scss */
.states .region-content-1 {
  width: 1200px;
}
/* line 265, ../sass/screen.scss */
.states .region-content-1 .intro {
  background: #f3edda;
  padding: 20px 100px 10px 100px;
  width: 1000px;
  overflow: hidden;
  *zoom: 1;
}
/* line 268, ../sass/screen.scss */
.states .region-content-1 .intro h2 {
  font-size: 2em;
  line-height: 1.75em;
  text-transform: uppercase;
}
/* line 269, ../sass/screen.scss */
.states .region-content-1 .intro .col1 {
  float: left;
  padding-right: 20px;
  width: 280px;
}
/* line 270, ../sass/screen.scss */
.states .region-content-1 .intro .col2 {
  float: left;
  padding-left: 20px;
  width: 280px;
}
/* line 272, ../sass/screen.scss */
.states .region-content-1 .field-name-body {
  background: #f3edda;
  padding: 30px;
  width: 620px;
}
/* line 274, ../sass/screen.scss */
.states .region-content-1 .field-name-body h3 {
  font-size: 2em;
  font-style: inherit;
  font-weight: bold;
  line-height: 1.75em;
  text-transform: uppercase;
}
/* line 275, ../sass/screen.scss */
.states .region-content-1 .field-name-body .contact {
  font-style: italic;
  line-height: 0;
}
/* line 277, ../sass/screen.scss */
.states .region-content-1 .field-name-field-state-policies-resources {
  background: #dff1f0;
  padding: 30px;
  width: 620px;
}
/* line 279, ../sass/screen.scss */
.states .region-sidebar-first {
  position: absolute;
  right: 100px;
  top: 170px;
}
/* line 280, ../sass/screen.scss */
.states .on-this-page {
  background: #af5505;
  padding: 30px 40px;
}
/* line 282, ../sass/screen.scss */
.states .on-this-page h2 {
  color: #fff;
  font-size: 3em;
  font-weight: normal;
  line-height: 1.167em;
}
/* line 283, ../sass/screen.scss */
.states .on-this-page ul {
  padding-left: 0;
}
/* line 284, ../sass/screen.scss */
.states .on-this-page li {
  background: url("../images/bullet.png") no-repeat top left;
  color: #ffeebf;
  line-height: 1.33em;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 2em;
}
/* line 286, ../sass/screen.scss */
.states .contacts {
  background: #422c19;
  color: #fff;
  padding: 30px 40px;
}
/* line 288, ../sass/screen.scss */
.states .contacts h2 {
  color: #fff;
  font-size: 3em;
  font-weight: normal;
  line-height: 1.33em;
}
/* line 289, ../sass/screen.scss */
.states .contacts h3 {
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.167em;
  margin-bottom: 0;
}
/* line 290, ../sass/screen.scss */
.states .contacts p {
  color: #fff;
  margin: 0 0 1em 1em;
  line-height: 1.33em;
}
/* line 292, ../sass/screen.scss */
.states .statebox, .states .conditionbox, .states .national-info {
  background-position: center -40px;
  left: auto;
  height: auto;
  padding: 60px 40px;
  position: relative;
}
/* line 294, ../sass/screen.scss */
.states .statebox h2, .states .conditionbox h2, .states .national-info h2 {
  color: #fff;
  font-size: 3em;
  line-height: 1.33em;
  font-weight: normal;
}
/* line 296, ../sass/screen.scss */
.states .national-info {
  width: 200px;
}

/* line 300, ../sass/screen.scss */
.new-york .states {
  background: url("../images/state-icons/icon-newyork.png") no-repeat top center;
}


/* ORIG
#main-home .block + .block { border-top:1px #DFEEF0 solid; padding-top:15px; }
#main-home .block p { font-size:14px; line-height:22px; padding-top:0; }
#main-home .block h5 { margin-bottom:0; padding-top:0; }
#main-home .block h5 + figure { float:left; }
#main-home .block figure { float:none; margin-top:5px; }
#main-home #modules { clear:both; padding:0 20px; }
#main-home #modules .module { float:left; margin-left:20px; }
#main-home #modules .module:first-child { margin-left:0; }
figure img { margin-bottom:5px; }
*/

/* -- #slide-home
#main-home #slide-home { height:374px; position:relative; width:960px; }
#main-home #slide-home .slide-menu { }

#main-home #slide-home .slide-menu li { list-style:none; }
#main-home #slide-home .slide-menu li a.main-links { background:url('../images/backgrounds/bg_slide-menu_li.png') no-repeat 0 0; position:absolute; bottom:0; height:65px; line-height:80px; font-size:24px; display:block; font-weight:normal; color:#FFF; text-transform:uppercase; text-indent:25px; }
#main-home #slide-home .slide-menu li a.main-links.first-link { width:330px; left:0; }
#main-home #slide-home .slide-menu li a.main-links.second-link { width:320px; left:330px; }
#main-home #slide-home .slide-menu li a.main-links.third-link { width:310px; left:650px; }
#main-home #slide-home .slide-menu li a.main-links:hover { background-position:0 -65px; }
#main-home #slide-home .slide-menu li.on a.main-links { background-position:0 -130px; }

#main-home #slide-home .slide-menu li.on .slide-content.on { display:block; }
#main-home #slide-home .slide-menu li.on .slide-control { display:block; }

#main-home #slide-home .slide-content { position:absolute; top:0; left:0; width:917px; height:291px; background:#FFF; padding:18px 0 0 43px; display:none; }
#main-home #slide-home .slide-content h2 { font-size:42px; font-weight:normal; }
#main-home #slide-home .slide-content h2 strong { color:#655A51; font-weight:bold; }
#main-home #slide-home .slide-content p { font-size:28px; width:540px; line-height:35px; }
 -- */
/* added margin:0; because margin is set below and do not want to inherit it
#main-home #slide-home .slide-content figure { position:absolute; right:-25px; top:15px; z-index:999; margin:0; }

#main-home #slide-home .slide-control { position:absolute; bottom:100px; left:45px; height:25px; width:580px; display:none; }
#main-home #slide-home .slide-control li { width:15px; height:15px; box-shadow:inset 0 0 2px rgba(0,0,0,0.15); background:#56CBC1; float:left; margin:5px 5px 0 0; }
#main-home #slide-home .slide-control li:hover { background: #069190; }
#main-home #slide-home .slide-control li.on { background:#CB4D04; }
#main-home #slide-home .slide-control li.on a { display:block; }
#main-home #slide-home .slide-control li a { text-transform:uppercase; padding:0 25px 0 15px; color:#FFF; font-weight:bold ; display:none; position:absolute; height:25px; line-height:25px; top:0; left:63px; width:auto; background:url('../images/backgrounds/bg_a_slide-control.png') no-repeat right 0; }
#main-home #slide-home .slide-control li a:hover { background-position: right -25px; }
#main-home #slide-home .slide-control li a.next-section, #main-home #slide-home .slide-control li a.first-section { background-position: right -50px; }
#main-home #slide-home .slide-control li a.next-section:hover, #main-home #slide-home .slide-control li a.first-section:hover { background-position: right -75px; }
 */
/* different backup fonts for these items which have less space
#main-home #slide-home .slide-content { font-family: 'PT Sans', Calibri, "Gill Sans", Arial, Helvetica, sans-serif; }
#main-home #slide-home .slide-menu li a.main-links { font-family: 'PT Sans', Calibri, "Arial Narrow", "Gill Sans", Arial, Helvetica, sans-serif; }
 */

/* #content */

#content figure + p,
.view-family-experiences .view-content p:first-child { padding-top:0; }
.view-family-experiences .view-header .view-content .views-field-body { padding-top:15px; }
#content figure,
.view-family-experiences .views-field-field-featured-image { float:left; margin:10px 10px 10px 0; }
#content #main-home .home-module figure { float:none; }
#content figure.w220,
.view-family-experiences .view-header .views-field-field-featured-image { width:220px; } 
#content figure figcaption,
.node-blog .field-name-field-featured-image-caption,
#content p.figcaption { font-family: 'PT Serif', "Times New Roman", Times, Georgia, "DejaVu Serif", serif; clear:both; font-size:12px; line-height:20px; font-style:italic; padding-right:10px; }
#content p.figcaption { padding-top:5px; margin-bottom:0px; }

/* small image captions on list page */
.view-family-experiences .figure { width:123px; }

/* bigger images on detail page */
body.node-type-family-experience #content .figure-w220 { padding-top:10px; }
#content .figure-w220 { float:left; margin:10px 10px 10px 0; width:220px; }
#content .figure-w220 .field-name-field-featured-image-caption { font-family: 'PT Serif', "Times New Roman", Times, Georgia, "DejaVu Serif", serif; clear:both; font-size:12px; line-height:20px; font-style:italic; padding-right:10px; }
#content .figure-w220 .field-name-field-featured-image-caption { padding-top:5px; margin-bottom:0px; }

.view-family-experiences .view-header .views-row { background: url("../images/backgrounds/bg_hr.png") repeat-x scroll 0 bottom; padding-bottom:10px; }
.view-family-experiences .view-header .views-row:after { content:'.'; clear:both; display:block; height:0; visibility:hidden; }

/* basic pages and featured images */
body.node-type-page div.figure-w220 .field-name-field-featured-media-image { padding-top:5px; }
body.node-type-page div.figure-w220 + div.field-name-body div.field-item p:first-child,
body.node-type-page div.figure-w220 + div.field-name-body div.field-item h2:first-child,
body.node-type-page div.figure-w220 + div.field-name-body div.field-item h3:first-child,
body.node-type-page div.figure-w220 + div.field-name-body div.field-item h4:first-child,
body.node-type-page div.figure-w220 + div.field-name-body div.field-item h5:first-child,
body.node-type-page div.figure-w220 + div.field-name-body div.field-item h6:first-child { padding-top:10px; }

/* .view-content */
/*.view-family-experiences*/


/* #autocomplete */
#autocomplete1 { width: 233px; height:28px; line-height:28px; border: 1px solid #6b4d34; padding:0 5px 0 12px; }
#autocomplete1:focus { background:#e8f4f2; font-weight:bold; font-style:normal; }
#autocomplete2:focus { background:#FFF; font-weight:bold; font-style:normal; }
#autocomplete1, #autocomplete2 { outline: 0; }

.ac_results { background:#fff; border-left: 1px solid #57ccc2; border-bottom:1px solid #57ccc2; border-right:1px solid #57ccc2; border-top: 0; margin-top: -1px; box-shadow:0 5px 5px rgba(0,0,0,.15); }
.ac_results li { border: 0 !important; padding: 8px 15px 8px 15px; color:#57ccc2; font-family: 'PT Sans', Arial, Helvetica, sans-serif; font-size: 14px; margin-top: 0px; background: #fff;  }

.find-a-condition .ac_results li,
.section-find-condition .ac_results li { border: 0 !important; padding: 8px 15px 8px 15px; color:#57ccc2; font-family: 'PT Sans', Arial, Helvetica, sans-serif; margin-top: 0px; background: #fff;  }


/* .find-condition */
.section-find-condition.node-type-page .ac_results li { border: 0 !important; padding: 8px 15px 8px 15px; color: #cc4f00; font-family: 'PT Sans', Arial, Helvetica, sans-serif; font-size: 18px; margin-top: 0px; background:#fff;  }

.autocomplete-w1 .autocomplete div { margin: 8px 0px; cursor: pointer; padding-left: 10px; }
.ac_results li:hover, .ac_results li.ac_over { color: #fff !important; cursor: pointer !important; background: #57ccc2 !important; }
.ac_results ul { margin: 10px 0px; }
.autocomplete-w1 .autocomplete div:hover, .autocomplete-w1 .autocomplete div.selected { color: #8b3702; }
/* #autocomplete + span.input-shadow */
body.front span.input-shadow { width: 250px; height:30px; background:#6B4D34; display:block; margin:-27px 0 0 5px; }
/* #autocomplete */

/* Select State Sidebar Module */
.select-state-module { background:#eebd38 url(../images/usa.png) no-repeat center -38px; margin:0; padding:82px 36px 30px; }
.select-state-module h2.block-title { font-size:30px; line-height:40px; font-weight:normal; color:#fff; padding-right:30px; }

/*
.select-state-module #uniform-undefined,
.select-state-module .selector { border-left: 1px solid #57ccc2; }*/
/* added drupal forms style override */
.select-state-module .container-inline div { display:block; }
/* ensure bg is white for the select */
.select-state-module div.selector {}
.module.select-state-module div.selector { width:202px; padding:0; height:48px; box-shadow:0, 2px, 5px rgba(0,0,0,.15); }
.module.select-state-module div.selector span { background:#fff url(../images/btn_select-state.png) no-repeat right 0 !important; border:1px solid #eebd38; box-shadow:2px 0 5px rgba(0,0,0,.15); min-width:172px!important; height:28px!important; padding:10px 15px; color:#eebd38; }
.module.select-state-module div.selector select { background-color:#fff; min-width:202px!important; height:48px; }
.module.select-state-module div.selector select option:first-child { color:#eebd38; }

/* Find A Condition Sidebar Muodule */
#modules .find-condition { background:#57CCC2 url("../images/icon_steth_find-condition.png") no-repeat scroll center 0px; margin:0; padding:82px 36px 30px; }
#modules .find-condition h2.block-title { font-size:30px; line-height:40px; font-weight:normal; color:#fff; padding-right:30px; }
#modules .find-condition .block-inner {}
#modules .find-condition input[type=text] { height:48px; width:128px; padding:0 13px; margin:0px 0 10px; color:#57ccc2; font-size:15px; font-weight:bold; font-style:italic; line-height:34px; background:#fff; border:1px solid #57ccc2; box-shadow:0 2px 5px rgba(0,0,0,.15); }
#modules .find-condition input.input-submit { background:#fff url(../images/icon_arrow-submit.png) no-repeat center center; width:50px; height:50px; margin:-10px 0 0; border:1px solid #57ccc2; border-left:none; text-indent:-9999px; box-shadow:0 2px 5px rgba(0,0,0,.15); }


.article-list {}
.article-list li,
.view-family-experiences .view-content li { display:block; position:relative; border-bottom:1px #09A1A1 dotted; padding-bottom:15px; padding-left:5px; }
.view-family-experiences .view-content li:after { content:'.'; clear:both; display:block; height:0; visibility:hidden; }
.view-family-experiences .view-header .view-content li { border-bottom:none; }
.article-list li.with-image { padding-left:140px; }
.article-list .with-image figure { position:absolute; top:20px; left:5px; margin-top:0 !important; }

/* Pager */
.pager-list, .pager,
.item-list .pager { display:inline-block; text-align:left; background-color:#fff; width:100%; margin:0 0 60px; padding:0 0 20px; border-bottom:2px solid #ececec;
						   font:bold 15px/30px Arial, Helvetica, sans-serif; text-transform:uppercase; /*letter-spacing:1px;*/ }
	.pager-list li:first-child, .pager li:first-child,
	.item-list .pager li:first-child { background:none; padding-left:0; }						   
	.pager-list li, .pager li,
	.item-list .pager li { font-size:15px!important; line-height:30px; margin:0 4px; }
	.pager-list li.on a, .pager li a.active,
	.item-list .pager li a.active { color:#0daba1; }
	.pager-list li a, .pager li a.active,
	.item-list .pager a { color:#0daba1;  }


/*
.pager-list, .pager,
.item-list .pager { border-bottom:3px #7FC9C3 solid; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; overflow:hidden; }
.pager-list li:first-child, .pager li:first-child,
.item-list .pager li:first-child { background:none; padding-left:0; }
.pager-list li, .pager li,
.item-list .pager li { margin:0; text-align:center; text-transform:uppercase; color:#422c19; padding:10px 5px 10px 8px;  display:block; float:left; background:url('../images/backgrounds/bg_li-bullet.png') no-repeat left center; }
.pager-list li.on a, .pager li a.active,
.item-list .pager li a.active { color:#1D7B87; }
.item-list .pager li a:hover { color:#0F434A }
*/


/* do not take default content bullet list style in pager on search results */
body.page-search .region-content .content ul.pager { padding-left:0; margin-bottom:0; }
body.page-search .region-content .content ul.pager li { background:url('../images/backgrounds/bg_li-bullet.png') no-repeat left center; font-size:100%; line-height:1; padding-left:0.5em; }
body.page-search .region-content .content ul.pager li:first-child { background:none; padding-left:0; }

/* Blog */

.blog-article-list { }
body.page-blog .blog-article-list li,
body.page-taxonomy .blog-article-list li
/*, .node-blog*/ { display:block; position:relative; border-bottom:1px #09A1A1 dotted; padding-bottom:20px; padding-top: 10px; }

.blog-article-list li.blog-detail { border-bottom:none; }
p.time,
.blog-article-list li p.time
/*, .node-blog p.time*/ { color:#60554B; font-size:15px; font-style:italic;
						  display:block; color:#6D6B6B; padding:0px; margin:0 0 4px; }
s.blog-article-list li p.time { padding-top:10px; }
p.time + a, .node-blog p.time + .node-blog a
.blog-article-list li p.time + a { font-weight:bolder; }
.blog-article-list li.with-image, .node-blog .with-image { min-height:270px; }
p.tag { font-weight:bold; }

.node-blog .field-name-field-featured-image { float:left; margin:10px 10px 0 0; }
.node-blog .field-name-field-featured-image + .field-name-field-featured-image-caption  { margin-bottom:10px; }
.node-blog .field-name-field-featured-image-caption { float:left; margin:10px 10px 10px 0; }

/* Tags */
.node-blog .dateline { color: #60554b; font-style: italic; margin-bottom: 5px;}
.node-blog .dateline a { color: #cc6b26; }
.node-blog .field-name-field-blog-tags { margin:0; padding:0; /*#60554B*/ font-size:15px!important; line-height:18px; }
.node-blog .field-name-field-blog-tags .field-label {color: #60554b; font-style: italic; font-weight: normal;}
.node-blog .field-name-field-blog-tags .field-items { display:inline; }
.node-blog .field-name-field-blog-tags .field-item { display:inline; margin:0; padding:0; font-weight:bold;}
.node-blog .field-name-field-blog-tags .field-item a { color: #0daba1; text-decoration: underline; }
.node-blog .field-name-field-blog-tags .field-item:after { content:', '; }
.node-blog .field-name-field-blog-tags .field-item:last-child:after { content:''; }

.blog-article-list .node-title,
.blog-article-list .node-title a,
.node-blog .node-title,
.node-blog .node-title a { font-size:25px; font-weight:normal; line-height:30px; }
@media (min-width: 768px){
  .post-digest h3,
  .post-digest p.dateline,
  .post-digest p.term{padding-left:40px;}
}

.blog-article-list li.blog-detail .field-name-body p:first-child { padding-top:32px; }

/* Blog Pager - this only applies to the main blog page and not on category or tag pages */
/*
body.page-blog .item-list .pager { border:none; }
body.page-blog .item-list .pager li { display:none; background:none; padding:0.5em; }
body.page-blog .item-list .pager li.pager-previous,
body.page-blog .item-list .pager li.pager-next { display:block; }
body.page-blog .item-list .pager li { margin-top:10px; margin-right:10px; float:left; }
body.page-blog .item-list .pager li a { display:block; text-align:center; color:#FFF; text-transform:uppercase; background:url('../images/backgrounds/bg_a-button_arrow.png') no-repeat -127px 0; width:122px; height:25px; line-height:25px; font-size:15px; font-weight:bold; padding-left:0px; padding-right:5px; font-family: 'PT Sans', Arial, Helvetica, sans-serif; }
body.page-blog .item-list .pager li a:hover { background-position: -127px -25px; }
body.page-blog .item-list .pager li.pager-previous a { background-position:0 0; padding-left:5px; padding-right:0; }
body.page-blog .item-list .pager li.pager-previous a:hover { background-position: 0 -25px; }
*/
body.page-blog .blog-topics { width:198px; }
body.page-blog .blog-topics h2 { font-family: 'PT Sans', Arial, Helvetica, sans-serif; font-size:30px; line-height:35px; }
body.page-blog .blog-topics a { color:#fff; }

.blog-topics li a.active { color:#fff; font-weight:bold; }


body.page-blog .item-list .pager { border:none; }
body.page-blog .item-list .pager li { display:none; border:none; margin:0; padding:0; }
/*body.page-blog .item-list .pager li.pager-previous,*/

body.page-blog .item-list .pager li.pager-next { display:block; }

/*body.page-blog .item-list .pager li.pager-previous a,*/
body.page-blog .item-list .pager li.pager-next a {
    display:block;
    font-size:0.95em;
    font-weight:bold;
    margin:0;
    padding:30px 15px 30px 90px;
    text-align: left;
    width: 214px;
    color:#fff;  
 	background:url("../images/icon-posts.png") no-repeat scroll 67% center #422c19;
    text-decoration:none;
    text-transform:uppercase;    
}


#main #comments { margin:54px 0; }

.comments-list, .comment-wrapper { /*background:url('../images/backgrounds/bg_hr.png') repeat-x 0 0;*/ border-top:10px solid #f8f8f8; margin:20px 0 10px 0; padding:10px 0 0; }
/*.comments-list li,*/
.comment-wrapper .comment { display:block;  border-bottom:1px #09A1A1 dotted; padding-bottom:20px; }
/*.comments-list li h5,*/
#comments h2.title { font-size:40px; line-height:45px; margin-bottom:50px; padding-top:35px; font-weight:normal; }
.comment-wrapper .comment-title { font-size:15px; line-height:24px; margin:0; padding-top:15px; }
.comment-wrapper .comment-title a { font-size:15px; line-height:24px; margin:0; color:#422C19; }
.comment-wrapper .comment .content { font-size:15px; line-height:24px; margin:0; padding:0; }
/*.comments-list li p.time,*/
.comment-wrapper .comment .submitted { font-size:20px; line-height:45px; background:none; color:#989898; display:inline; height:25px; margin:0 10px 10px 0; padding-right:10px; }
.comment-wrapper .comment .submitted a { color:#989898; }
/*.comments-list li p,*/
.comment-wrapper p { font-size:14px; line-height:22px; margin:0; padding:0; }

#comments h2.comment-form { font-size:40px; line-height:45px; margin-bottom:10px; padding-top:15px; color:#422C19; }

/* Blog Detail Page */
.top-crumb { font-size:15px; line-height:20px; font-weight:bold; font-style:italic; color:#50bab8; margin:0 0 30px; padding:0; }

/* Comment Form */
/* Comment Form */
#comments h2 { font-weight:normal; }
#main .comment-wrapper {}
#main .comment-wrapper .form-item { font-size:15px; line-height:25px; color:#4b3624; }
#main .comment-wrapper .form-item:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
#main .comment-wrapper .form-item a.username { padding:0; }
#main .comment-wrapper .form-item label { float:left; display:inline; width:110px; margin:0 10px 0 0; }
#main .comment-wrapper .description { float:left; display:inline; margin-left:10px; }
#main .comment-wrapper input.form-text,
#main .comment-wrapper textarea.form-textarea 	{ float:left; display:inline; width:252px; border:1px solid #4b3624; margin:0; padding:6px; background-color:#fff; box-shadow:none; }
#main .comment-wrapper textarea.form-textarea 	{ resize:none; width:400px; }
#main .comment-wrapper .resizable-textarea .grippie { display:none; }

input.form-submit { margin:0; padding:12px 15px; font-size:15px; line-height:20px; font-weight:bold; background-color:#422c19; color:#fff; text-transform:uppercase; border:none; }
.comment-wrapper input.form-submit { margin:20px 0 0 120px; }

/* Blog Tag & Cat Pages */ 

body.page-taxonomy .content-title { margin-top:50px; }
body.page-taxonomy .blog-article-list,
body.page-taxonomy .blog-article-list li { padding-top:0; margin-top:0; }
body.page-taxonomy .region-content .blog-article-list h6 { padding-top:0; margin-top:0; }


/* -- #references -- */
#references { border-top:5px #80CAC4 solid; border-bottom:1px #80CAC4 solid; margin:20px 0 10px 0; padding-bottom:20px; }
#references.collapsed { height:48px; padding-bottom:0; overflow:hidden; }
#references.collapsed h5 { background-position: 300px 0px;}
#references.collapsed h5 a { color:#1d7b87;  }
#references h5 { height:48px; line-height:48px; display:block; margin:0 0 10px 0; padding:0;  }
#references h5 a { display:inline-block; color:#412B19; height:48px; line-height:48px; padding:0 25px 0 0; background:url('../images/backgrounds/bg_h4_references.png') no-repeat right -50px; }
#references p { margin:0; padding:0; }
#references.collapsed { height:48px; padding-bottom:0; overflow:hidden; }
#references.collapsed h5 a { color:#1d7b87; background-position: right -4px; }

.node-condition-information section {}
.tab-box .spe-menu { position:absolute; top:-75px; left:0; z-index:10; }
.tab-box .spe-menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.tab-box .spe-menu.spe-type01 { /* background:url('../images/backgrounds/bg_spe-menu_type01.png') repeat-x 0 0; */ }
.tab-box .spe-menu.spe-type02 {}
.tab-box .spe-menu.spe-type01 li.on { /*background-color:#138C93;*/ }
.tab-box .spe-menu.spe-type02 li.on { /*background-color:#4F3621;*/ }

.tab-box .spe-menu li { float:left; font-weight:bold; margin:0 10px 0 0; padding:0; color:#31948d; list-style:none; }
.tab-box .spe-menu li a { display:block; margin:0; padding:15px 20px 10px; background-color:#fff; border:1px solid #31948d; font-size:15px; line-height:30px; text-transform:uppercase; text-align:center; }
.tab-box .spe-menu li.on { top:0; }
.tab-box .spe-menu li.on a { color:#fff; background-color:#31948d; padding-top:50px; margin-top:0!important; }

.tab-box,
body.not-front #layout > article section.tab-box { position:relative; margin-bottom:40px; }
.tab-box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.tab-box-inner { position:relative; margin-top:104px; }
.tab-box .content-tab { position:relative; background-color:#dff1f0; padding:60px 20px 30px; }
.tab-box .content-tab:before {
    background-color: #dff1f0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.tab-box.no-tabs .tab-box-inner { margin-top:30px; }
.tab-box.no-tabs .content-tab   { padding-top:30px; }
.tab-box.no-tabs .content-tab	{ padding-right:50px; }

.tab-box.blue {}
.tab-box.orange {}
.tab-box.orange .spe-menu li {}
.tab-box.orange .spe-menu li a  { color:#cc6b26; border-color:#cc6b26; }
.tab-box.orange .spe-menu li.on a { background-color:#cc6b26; color:#fff; }
.tab-box.orange .content-tab { background-color:#ffecc9; }
.tab-box.orange .content-tab:before { background-color:#ffecc9; }


/* -- .this-section -- */
.this-section { border:none; margin:0; padding:60px 40px; }
.this-section.section-type01 {  background-color:#0daba1; } 
.this-section h6 { color:#fff; font-size:30px; line-height:35px; margin:0 0 28px; padding:0; }
.this-section ul { margin:0; padding:0; }
.this-section ul li { display:block; list-style:none; font-size:15px; line-height:20px; text-transform:uppercase; color:#d0fffc; margin:0 0 20px; padding:0; }
.this-section > ul li a { display:block; background:url(../images/icon_quick-nav.png) no-repeat 0 2px; padding-left:26px; color:#d0fffc; }
.this-section > ul > li { list-style:none; }
.this-section > ul > li ul { margin-top:0; padding-bottom:0; }
.this-section > ul > li li { list-style:none; }


@media (min-width:900px){
.this-section.section-type01 { /*float:left*/ }
}

body.page-node-7 .this-section { min-height:380px; }

.this-section h6 {}
body.node-type-state-information .this-section > ul li a,
body.page-node-80 .this-section > ul li a { color:#ffeebf; background-image:url(../images/icon_quick-nav_orange.png); } 


/* do not take default content bullet list styles */
/*
.region-content .field .this-section ul { padding-left:0; margin-bottom:0; }
.region-content .field .this-section ul li { padding-left:15px; background:none; font-size:100%; line-height:33px; }
.region-content .field .this-section > ul > li ul { margin-top:-3px; padding-bottom:5px; }
.region-content .field .this-section > ul > li li { padding-left:15px; line-height:23px; list-style:none; }
*/
/* when used at the top of content areas line it up with the right sidebar */
.region-content .field .this-section:first-child { margin-top:20px; }

.inner-section { overflow:hidden; }
.inner-section .blist-a { padding-top:0; }
.inner-section .blist-a a { color:#279d93; }
.inner-section .blist-a li { margin-left:0; margin-bottom:20px; }
.inner-section h5 + p {	padding-top:0; }
.inner-section aside { background:#CCEAE7; float:right; width:130px; padding:15px; line-height:20px;  }
.inner-section aside h5 { font-size:14px; padding:0; margin:0; line-height:20px !important; }
.inner-section aside p,
.inner-section aside a { font-size:13px; margin:0; padding:0; line-height:20px; } 
.inner-section aside p { margin-bottom:10px; line-height:20px; }
.inner-section iframe { margin-bottom:10px; }

.inner-section .view-screening-status-lists { /* float:left; display:inline; */ }
.inner-section .view-screening-status-lists h5 { margin-bottom:0; font-style:italic }
.inner-section .view-screening-status-lists ul.blist-a { float:none; width:auto; }
.node-state-information .inner-section aside { margin-left:15px; }
.node-state-information .state-preferred-name { font-size:13px; font-style:italic; }
.node-state-information #first-section .state-preferred-name a { font-size:13px; }


/* -- .contact-form -- */
.search-form,
.contact-form,
.comment-form,
.webform-client-form  { margin:0; padding-top:0px; }

.search-form .form-item label,
.contact-form .form-item label,
.comment-form .form-item label,
.webform-client-form .form-item label { font-weight:normal; }

.search-form label,
.contact-form label,
.comment-form label,
.contact-form dt,
.webform-client-form label,
.webform-client-form dt 
{ float:left; clear:both; width:110px; margin-right:10px; text-align:right; line-height:26px; }

.contact-form input, .contact-form textarea,
.contact-form input, .contact-form textarea,
.contact-form dd,
.webform-client-form input, .webform-client-form textarea,
.webform-client-form input, .webform-client-form textarea,
.webform-client-form dd
{ /*display:block; overflow:hidden; line-height:26px; margin-bottom:15px;*/ }
/*
.search-form input.form-text,
.contact-form dd input,
.contact-form input.form-text,
.contact-form select.form-select,
.contact-form dd textarea,
.contact-form textarea.form-textarea,
.comment-form input.form-text,
.comment-form select.form-select,
.comment-form dd textarea,
.comment-form textarea.form-textarea,
.webform-client-form dd input,
.webform-client-form input.form-text,
.webform-client-form select.form-select,
.webform-client-form dd textarea,
.webform-client-form textarea.form-textarea,
.comment-form input.email
{ float:left; line-height:26px; border:none; background:#DCECEC; box-shadow: inset 0 0 4px 0px  rgba(141,153,157,0.15); padding:0 10px; margin-right:10px; }

.contact-form input.required,
.contact-form select.required,
.contact-form textarea.required,
.webform-client-form input.required,
.webform-client-form select.required,
.webform-client-form textarea.required,
.comment-form input.required,
.comment-form select.required,
.comment-form textarea.required { color:#0E0905; }

.webform-client-form .form-textarea-wrapper,
.contact-form .form-textarea-wrapper,
.comment-form .form-textarea-wrapper { float:left; }

.search-form dd input,
.search-form input,
.contact-form dd input,
.contact-form input,
.contact-form select,
.comment-form dd input,
.comment-form input,
.comment-form select,
.webform-client-form dd input,
.webform-client-form input,
.webform-client-form select
{ width:250px; height:26px; }

.contact-form dd textarea,
.contact-form textarea,
.comment-form dd textarea,
.comment-form textarea,
.comment-formdd textarea,
.comment-form textarea,
.comment-formdd textarea,
.comment-form textarea, 
.webform-client-form dd textarea,
.webform-client-form textarea
{ width:420px; height:230px; }

.webform-client-form dd input:focus,
.webform-client-form dd textarea:focus,
.webform-client-form input:focus,
.webform-client-form textarea:focus,
.contact-form dd input:focus,
.contact-form dd textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.search-form dd input:focus,
.search-form input:focus,
.comment-form dd input:focus,
.comment-form dd textarea:focus,
.comment-form input:focus,
.comment-form textarea:focus  { background-color:#BDEBE8; }
.webform-client-form input.email { font-size: 15px; }
.webform-client-form input.email:focus  { background-color:#BDEBE8!important; background-image:none!important; border:none!important; }

.contact-form dd span.required,
.contact-form span.required 
.comment-form dd span.required,
.comment-form span.required,
.webform-client-form dd span.required,
.webform-client-form span.required 
.webform-client-form dd span.required,
.webform-client-form span.required
{ color:#412B19; font-size:13px; font-style:italic; }

.search-form button,
.search-form .form-submit,
.contact-form button,
.contact-form .form-submit,
.webform-client-form button,
.webform-client-form .form-submit,
.comment-form button,
.comment-form .form-submit { display:block; clear:both; margin-left:120px; text-align:center; color:#FFF; text-transform:uppercase; border:none; background:url('../images/backgrounds/bg_a-button_arrow.png') no-repeat right 0; padding-right:15px; width:85px; height:25px; line-height:25px; font-size:15px; font-weight:bold; padding: 0px 9px 0px 0px; }

.search-form .form-submit:focus,
.contact-form .form-submit:focus,
.webform-client-form .form-submit:focus,
.comment-form .form-submit:focus { background-color:transparent; }

.search-form button:hover,
.search-form .form-submit:hover,
.contact-form button:hover,
.contact-form .form-submit:hover,
.webform-client-form button:hover,
.webform-client-form .form-submit:hover,
.comment-form button:hover,
.comment-form .form-submit:hover { background-position: right -25px; }

.search-form .form-item,
.contact-form .form-item,
.comment-form .form-item,
.webform-client-form .form-item { display:block; line-height:26px; margin:0 0 15px; overflow:hidden; }
.contact-form .form-item label span.form-required { display:none; }
*/

div.quick-find h2 { font-size:40px; line-height:45px; font-weight:normal; font-style:normal; margin:0 0 10px; }
div.quick-find h2 a {}


/* form at top of search results */
.search-form { padding-top:10px; padding-bottom:20px; margin-bottom:10px; }
/* note: remove these 2 lines to have the search button be below the input field */
.search-form .form-item { overflow:visible; }
.search-form button, .search-form .form-submit { clear:none; }

.search-form #edit-basic label { color: #57ccc2; display: block; float: none; font-size: 18px; font-style: italic; font-weight: bold; line-height: 52px; margin: 0; padding: 0; text-align: left; width: auto; }
.search-form #edit-basic .form-text { height:48px; width:315px; padding:0 13px; margin:0px 0 10px; color:#57ccc2; font-size:15px; font-weight:bold; font-style:italic; line-height:34px; background:#fff; border:1px solid #57ccc2; box-shadow:0 2px 5px rgba(0,0,0,.15); }
.search-form #edit-basic .form-submit { background:#fff url(../images/icon_arrow-submit.png) no-repeat center center; width:50px; height:50px; margin:-10px 0 0 -2px; border:1px solid #57ccc2; border-left:none; text-indent:-9999px; box-shadow:0 2px 5px rgba(0,0,0,.15); }


.search-form fieldset#edit-advanced { clear:both; }
.search-form fieldset#edit-advanced legend { padding-top:10px; }
.search-form fieldset#edit-advanced .fieldset-wrapper { margin-top:10px; }
.search-form fieldset#edit-advanced label { width:210px; }
.search-form fieldset#edit-advanced .form-item { overflow:hidden; }
.search-form fieldset#edit-advanced .form-submit { width:165px; margin-left:220px; }
/*
.search-form fieldset#edit-advanced .form-item.form-type-checkboxes,
.search-form fieldset#edit-advanced .form-item.form-type-checkbox { overflow:visible; }
*/
.search-form fieldset#edit-advanced .form-checkboxes { clear:both; }
.search-form fieldset#edit-advanced .form-checkboxes input { width: auto; margin-left: 220px; float: left; margin-right: 10px; text-align: right; }
.search-form fieldset#edit-advanced .form-checkboxes label { width:auto; }
.search-form fieldset#edit-advanced .form-checkboxes label.option { display: block; width: 210px; clear: none; text-align: left; }
.search-form fieldset#edit-advanced .form-checkboxes .form-item { overflow:visible; }
/*
.search-form .form-item { display:inline; }
.search-form fieldset#edit-advanced .form-item.form-type-textfield { display:block; }
*/
.resizable-textarea .grippie { display:none; height:0; }

body.page-search h2 { margin-bottom:40px; }

/* -- modules -- */
#modules { float:right; width:280px; margin:0; padding:0; }
#modules .module { clear:both; /*padding:7px 15px 10px; margin:0 0 20px 0; font-size:14px; line-height:22px; width:190px;*/ }
/*
#modules .module h2,
#modules .module h3,
#modules .module .views-field-field-fancy-title p { font-size:20px; line-height:24px; padding:0; font-weight:normal; }
#modules .module h2 a { font-size: 20px; font-weight: normal; line-height: 24px; padding: 0; color:#422C19; }
#modules .module time { display:block; color:#5F6468; font-size:14px; line-height:22px; margin-bottom:0px; }
#modules .module a { font-weight:bold; }
#modules .module p { font-size:14px; line-height:22px; padding:0; margin-bottom:0px; }
#modules .module figure { padding-top:15px; margin-bottom:10px; text-align:center; }
*/
/*
#modules .home-module { background:#FFF; height:227px; border-top:6px #80CAC4 solid; box-shadow: 0 0 3px 0 rgba(193,194,194,0.35); }
#main-home #modules .home-module { margin-left:20px; }
*/
#modules .global-module { /*border-top:6px #80CAC4 solid; background:#F3EDDB; padding-bottom: 20px;*/ }
#modules .global-module form { /*margin:10px 0;*/ }
#modules .promos { }

#modules .block h2.block-title,
#modules .block h3 { 
	color:#FFFFFF;
    font-size:30px;
    font-weight:normal;
    line-height:40px;
    margin:0 0 10px;
	padding:0;
}

#modules .light-blue { border-color:#7FC9C3; border-width:6px 1px 1px 1px; border-style:solid; }
#modules .light-blue p { margin-bottom:7px; }
#modules .light-blue a { font-weight:normal; }
#modules .light-blue.lb-links a { display:block; font-size:15px; font-weight:bold; }

.twitter-module { background: url('../images/backgrounds/twitter.png') no-repeat top right; }
.twitter-module img { float: left; margin: 8px 10px 0px 0px; }

.quick-find-container { padding-bottom: 0px !important; }
.module-quick-find { margin: 0px -5px; width: 190px; padding: 5px; font-weight: normal; border: 0; height: 17px; margin-top: -25px; color: #302f24 !important; font-style: italic;  font-family: 'PT Sans', Arial, Helvetica, sans-serif; }
.module-quick-find:focus { font-style: normal;  font-weight: bold; }
.special_box { margin: 0px -10px; border-left: 10px solid #694b33; border-right: 12px solid #694b33; border-bottom: 10px solid #694b33; }

#modules .light-gray { border-color:#818181; border-width:6px 1px 1px 1px; border-style:solid; }
#modules .light-gray a { font-size:13px; display:block; }
#modules .light-gray p { margin-bottom:7px; text-align: center; }
#modules .light-gray span.time,
#modules .light-gray span.time time, .twitter-module span.time, .twitter-module span.time time { font-size:12px !important; color:#565757 !important; display:inline !important; }

#modules .light-blue.lb-links { padding-bottom: 20px; }

.twitter-module { background: url('../images/backgrounds/twitter.png') no-repeat top right; }
.twitter-module img { float: left; margin: 8px 10px 0px 0px; }

.quick-find-container { padding-bottom: 0px !important; }
.module-quick-find { margin: 0px -5px; width: 190px; padding: 5px; font-weight: normal; border: 0; height: 17px; margin-top: -25px; color: #302f24 !important; font-style: italic;  font-family: 'PT Sans', Arial, Helvetica, sans-serif; }
.module-quick-find:focus { font-style: normal;  font-weight: bold; }
.special_box { margin: 0px -10px; border-left: 10px solid #694b33; border-right: 12px solid #694b33; border-bottom: 10px solid #694b33; }

/* added - was not in cutups */
input.module-quick-find { background: none repeat scroll 0 0 #E8F4F2; }
input.module-quick-find:focus { background-color:#ffffff; }

#modules .block { margin:0; }

#modules .module-video { background:#F2ECDA; padding-bottom: 20px; }
#modules .module-video iframe { margin-top:-7px; margin-left:-15px; }

#modules .ps-module-brw { background:#4E3621 url('../images/backgrounds/bg_ps-module-brw.png') repeat-x 0 0; padding-top: 10px; width: 192px; }
#modules .ps-module-brw * { color:#FFF; }
#modules .ps-module-brw h2,
#modules .ps-module-brw h3 { font-weight:bold; border-bottom:1px #B7A79B solid; padding-bottom:10px; }
#modules .ps-module-brw p {	margin-bottom:10px; }

#modules .promos.promo-full { position:relative; } 
#modules .promos.promo-full .block-inner { padding:45px 40px 36px; }
#modules .promos.promo-full h2,
#modules .promos.promo-full h3,
#modules .promos.promo-full .views-field-field-fancy-title p { padding-top:7px; margin:0; color:#FFF; }
#modules .promos.promo-full .content p,
#modules .promos.promo-full .pane-content p { line-height:18px; color:#FFF; }
#modules .promos.promo-full .content a,
#modules .promos.promo-full .content a,
#modules .promos.promo-full .pane-content a { /*width:220px; height:115px; position:absolute; top:0; left:0; text-indent:-9999px; overflow:hidden; display:block; */ }

#modules .promos.promo-slim { background-image:url('../images/backgrounds/bg_module_promos_slim.png'); background-color: #F3EFE6; background-repeat:no-repeat; padding-bottom:20px; }
#modules .promos.promo-slim h2,
#modules .promos.promo-slim h3 { padding-top:7px; margin:0; }
#modules .promos.promo-slim a { font-weight:normal; }

#modules .promos.promo-type01 { background-position:0 0; } 
#modules .promos.promo-type02 { background-position:0 -115px; } 
/* Brown Bkg Module */
#modules .promos.promo-type03 { /*background-position:0 -230px;*/ background:#422c19 none; border-bottom: 1px solid #311f10; }
#modules .promos.promo-type03 .content,
#modules .promos.promo-type03 .content p { color:#f5dcd0; font-size:18px; line-height:25px; }
#modules .promos.promo-type03 a { color:#f5dcd0; text-decoration:underline; }

#modules .promos.promo-full.promo-type01:hover { background-position:-220px 0; }
#modules .promos.promo-full.promo-type02:hover { background-position:-220px -115px; } 
#modules .promos.promo-full.promo-type03:hover { background-position:-220px -230px; } 

#modules .promos.promo-slim.promo-type01 { background-position: 0 0; }
#modules .promos.promo-slim.promo-type02 { background-position: -220px 0; } 
#modules .promos.promo-slim.promo-type03 { background-position: -440px 0; } 

/* State Contacts - View Block */
#modules .promos.promo-type03.contacts {}
#modules .promos.promo-type03.contacts .content    { color:#fff; }
#modules .promos.promo-type03.contacts .content h4  { font-size:18px; line-height:21px; font-weight:bold; color:#fff; margin:25px 0 3px; padding:0; text-transform: none; }
#modules .promos.promo-type03.contacts .content p  { margin-left:10px; font-size:15px; line-height:20px; padding-top:0; color:#fff; }
#modules .promos.promo-type03.contacts .content a  { color:#27afa3; }


/* -- article footer -- */
#layout > article > footer { clear:both; display:block; height:30px; font-size:12px; /*overflow:hidden;*/ }
#layout > article > footer .footer-menu { float:left; }
#layout > article > footer .footer-menu p { margin:0; padding:0; }
#layout > article > footer .footer-menu .content ul.menu { float:left; padding-top:11px; }
#layout > article > footer .footer-menu .content ul.menu li { float:left; height:10px; padding:0 10px; line-height:10px; border-right:1px #BDC1C1 solid; }
#layout > article > footer .footer-menu .content ul.menu li a:hover { border-bottom:1px #C6DEE1 solid; }
#layout > article > footer .footer-menu .content ul.menu li.last { border:none; }
#layout > article > footer .footer-menu .content ul.menu li.first { border:none; padding-right:0; }
#layout > article > footer .footer-menu .content ul.menu li.first a { /* float:left; line-height:18px; */ height:18px; margin-top:6px; padding:0 10px; border:1px #06B1B0 solid; font-size:12px; }
#layout > article > footer .footer-menu .content ul.menu li.first a:hover { background:#06B1B0; color:#FFF; }
#layout > article > footer .footer-menu .content ul.menu li.active-trail a { color:#000; }

#layout > article > footer .twitter-follow   { float:right; }

#layout > article > footer .twitter-follow p { display:block; margin:2px 11px 0 0; padding:0; }

#layout > article > footer .twitter-follow a { height:28px; margin:0; padding:0; text-indent:-9999px; }
#layout > article > footer .twitter-follow span { float:left; display:inline; margin:2px 26px 0 0; font-size:14px; color:#17616b; }

#layout > article > footer a#lFbook { float:left; display:inline; background:url(../images/buttons/social-icons.png) no-repeat 0 0; width:15px; margin-right:16px; }
#layout > article > footer a#lFbook:hover { background-position:0 -28px; } 

#layout > article > footer a#fTwitter { float:left; display:inline; background:url(../images/buttons/social-icons.png) no-repeat -31px 0; width:31px; margin-right:18px; }
#layout > article > footer a#fTwitter:hover { background-position:-31px -28px; } 

#layout > article > footer a#Pintrest { float:left; display:inline; background:url(../images/buttons/social-icons.png) no-repeat -80px 0; width:28px; margin-right:21px; }
#layout > article > footer a#Pintrest:hover { background-position:-80px -28px; } 

#layout > article > footer a#YouTube { float:left; display:inline; background:url(../images/buttons/social-icons.png) no-repeat -129px 0; width:24px; }
#layout > article > footer a#YouTube:hover { background-position:-129px -28px; }



/* Tooltip */
footer a.tooltip,
footer a.tooltip.active { z-index:999; }
footer a.tooltip { position:relative; z-index:998; }
	footer a.tooltip .tool-tip-content,
	#layout > article > footer .twitter-follow span.tool-tip-content {
		float:none!important; z-index:999!important; text-indent:0!important; position:absolute!important; top:-40px!important; left:-70px!important; margin:0!important; padding:6px 20px!important; background:url(../images/bkg_green-transparent.png) repeat 0 0; width:120px!important;
		font-size:14px; line-height:16px; font-weight:bold; color:#fff!important; white-space:nowrap; text-align:center;
	}
	footer a.tooltip .tool-tip-content .cap,
	#layout > article > footer .twitter-follow span.tool-tip-content span.cap { 
		position:absolute; bottom:-7px; margin:0 0 0 55px; z-index:999; display:block; background:url(../images/bkg_green-transparent_point.png) no-repeat 0 0; width:13px; height:7px;
	}

/* Footer Tooltip Positioning Tweaks */
#layout > article > footer .twitter-follow a#lFbook span.tool-tip-content	{ left:-75px!important; }
#layout > article > footer .twitter-follow a#fTwitter span.tool-tip-content	{ left:-67px!important; }
#layout > article > footer .twitter-follow a#Pintrest span.tool-tip-content	{ left:-69px!important; }
#layout > article > footer .twitter-follow a#YouTube span.tool-tip-content	{ left:-70px!important; }


/* LEXICON TOOLTIP - Moved from custom-content.css */
sup.lexicon-indicator a.lexicon-term,
.region-content a.lexicon-term.active,
.region-content-1 a.lexicon-term.active { z-index:999; }
.region-content a.lexicon-term,
.region-content-1 a.lexicon-term
 { position:relative; z-index:998; color:#bd3632; text-decoration:none; border-bottom:1px dotted #bd3632; }
.region-article-asides a.lexicon-term { position:relative; z-index:998; /*color:#bd3632; text-decoration:none; border-bottom:1px dotted #bd3632;*/ }
sup.lexicon-indicator a.lexicon-term .tool-tip-content,
.region-content a.lexicon-term .tool-tip-content,
.region-content-1 a.lexicon-term .tool-tip-content,
.region-article-asides a.lexicon-term .tool-tip-content { z-index:999!important; /*display:none;*/ position:absolute; top:13px; left:100%; background:url(../images/backgrounds/tooltip-sprite_01.png) no-repeat 0 bottom; width:321px; margin:0; padding:0px 20px 18px 18px;
    font-size:13px; line-height:19px; color:#0e0905; }
sup.lexicon-indicator a.lexicon-term .tool-tip-content .cap,
.region-content a.lexicon-term .tool-tip-content .cap,
.region-content-1 a.lexicon-term .tool-tip-content .cap,
.region-article-asides a.lexicon-term .tool-tip-content .cap { position:absolute; top:-13px; left:0px; z-index:999; display:block; background:url(../images/backgrounds/tooltip-sprite_01.png) no-repeat 0 0; width:359px; height:17px; }



/* FOOTER */
/*#layout > footer p,*/

#pre-footer { background-color:#ececec; float:left; width:100%; clear:both; }
#pre-footer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.region-pre-footer 	{ height:305px; position:relative; width:1000px; margin:0 auto; padding:0;  }
.region-pre-footer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 

#pre-footer ul.menu li,
#footer ul.menu li { margin-top:10px; }

#footer { float:left; width:100%; clear:both; background:#dedede; }
#footer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.region-footer { height:285px; position:relative; width:1000px; margin:0 auto; padding:0; }
.region-footer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.region-footer p { width:auto; margin:0; font-family:Arial, Helvetica, sans-serif; color:#5F6368; font-size:11px; }

#footer .disclaimer { clear:both; float:left; width:780px; padding-bottom:10px; }

#pre-footer .copyright { color:#60554b; font-size:12px; line-height:20px; padding:20px 0 0; margin:0 0 20px; text-align:center; }
#pre-footer .copyright .content { background:none!important; padding:0!important; width:auto!important; }

.footer-menu {
  font-size:15px;
  line-height:25px;
  position: absolute;
  right:0;
  top:0px;  
}
.footer-menu .block-inner .content {
  background:#422c19 url("../images/bft-logo-sm.png") no-repeat;
  padding: 170px 30px 25px 30px;
  width: 91px;
}

.footer-menu li a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold; 
}


.footerbox {
    float: left;
    margin-right: 40px;
    width: 350px;
    font-size:15px;
    line-height:25px;
}
body.front .block.footerbox { margin-right:40px; }

.footerbox h2,
.footerbox h2.block-title {
    color: #422c19;
    font-size:20px;
    line-height:25px;
    margin: 42px 0 0;
    padding: 0;
    text-transform: uppercase;
	font-weight:bold;
	font-style:normal;
}
.footerbox .content p {
    margin: 0 0 5px;
	font-size: 15px;
    line-height: 24px;
}

.footerbox .content p a{
  text-transform: uppercase;
}

.footerbox .learnmore {
	font-size: 15px;
    line-height: 24px;
}
.footerbox .learnmore a {
    text-decoration: none;
    text-transform: uppercase;
	font-weight:bold;
}
.toolbox {
    position: absolute;
    top: 0;
    width: 280px;
    z-index: 100;
}
.toolbox h2 {
    color: #FFFFFF;
    font-size: 4em;
    font-weight: normal;
    line-height: 1.125em;
    margin: 200px 35px 20px;
}
.toolbox .content p {
    color: #FFFFFF;
    font-size: 1.7em;
    line-height: 1.67em;
    margin: 0 35px;
}


/*
 * Content
 */
#content {}
#content .section {}

.region-highlighted {}
.breadcrumb /* The path to the current page in the form of a list of links */ { padding-bottom: 0; /* Undo system.css */ }

h1.title /* The title of the page */
/*h2.node-title, Title of a piece of content when it is given in a list of content /
h2.block-title, / Block title /
h2.title, / Comment section heading /
h2.comment-form, / Comment form heading /
h3.title / Comment title */ {
	font-size: 5.5em;
    font-style: italic;
    font-weight: normal;
    line-height: 1em;
	
}

/* Page Title Stuff */
#page-title { text-align:center; }

/* Special Title w/ Bar */
body.page-blog #page-title,
body.section-newborn-screening #page-title,
body.page-search #page-title { width:100%; height:110px; margin:0 auto; padding:35px 0 35px; box-shadow:2px 0 10px rgba(0,0,0,.15); position:relative; z-index:100; }


body.page-node-7 #page-title,
body.node-type-condition-information #page-title { background:url(../images/icon_find-condition.png) no-repeat center 50px; height:90px; padding-top:126px; }

body.section-newborn-screening #page-title.has-parent { padding:92px 0 35px; background-image:none; }
body.section-newborn-screening #page-title span,
body.section-newborn-screening #page-title.has-parent span { display:block; font-size:15px; line-height:25px; font-weight:bold; font-style:italic; color:#279d93; margin-bottom:5px; }

body.node-type-condition-information #page-title { padding:92px 0 35px; }

/** Local *
body.page-node-462 #page-title.has-parent { background:url(../images/icon_scales.png) no-repeat center 50px!important; padding:126px 0 0!important; }
body.page-node-462 #page-title.has-parent span { display:none!important; }
*/

/** Dev **/
body.page-node-459 #page-title.has-parent { background:url(../images/icon_scales.png) no-repeat center 50px!important; padding:126px 0 0!important; }
body.page-node-459 #page-title.has-parent span { display:none!important; }

body.page-node-80 #page-title { background:url(../images/icon_us-map.jpg) no-repeat center 56px!important; padding:120px 0 15px!important; }

/* State Pages */
body.node-type-state-information #page-title { padding:42px 0; background-image:none; height:120px; }

/* State shapes */
#title-state {
  width:50px; 
  height:50px;
  margin:0 auto;
}
/*
#title-state-landing {
  width:50px; 
  height:50px;
  margin:0 auto;
}
*/
/* (No Icon, No Parent Sub Title) */

/* Blog Landing Page */
body.page-blog #page-title,
body.page-taxonomy #page-title { background:none; height:110px; padding-top:50px; }



/*
body.page-blog #layout > article header { position:relative; padding-top:160px; }
*/

body.node-type-blog h1.title { font-style:normal; font-size:40px; line-height:45px; margin-bottom:24px; }


tr.even /* Some tables have rows marked even or odd. */ { /* background-color: #eee; */ /* Drupal core uses a #eee background */ }

tr.odd { /* background-color: #eee; */ /* Drupal core uses a #eee background */ }

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ { margin: 1.5em 0; font-size:15px; line-height:24px; /* Drupal core uses "6px 0" margin */ }

section div.messages {}
section div.messages:first-child { margin-top:60px; }
/*
section div.messages + div.messages { margin-top:1em; }
*/

div.messages ul { margin-top: 0; margin-bottom: 0; }

div.status /* Normal priority messages */ {}

div.warning,
tr.warning /* Medium priority messages */ { /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */ }

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {}

.error /* Errors that are separate from div.messages status messages. */ { /* color: #e55; */ /* Drupal core uses a #e55 background */ }

.warning /* Warnings that are separate from div.messages status messages. */ { /* color: #e09010; */ /* Drupal core uses a #e09010 background */ }

div.tabs /* See also the tabs.css file. */ {}

.region-help /* Help text on a page */ {}

.more-help-link /* Link to more help */ {}

.region-content /* Wrapper for the actual page content */ {}

ul.links /* List of links */ {}

ul.links.inline { display: block; /* Let the links be inline, but the container be a block. */ }

ul.links li { padding: 0 1em 0 0; /* LTR */ }

.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {}

.more-link /* Aggregator, blog, and forum more link */ {}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {}

.region-sidebar-first .section {}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {}

.region-sidebar-second .section {}


/* -- Top Content Structure -- */

#content-one .top-content-col   { float:left; display:inline; width:720px; margin:0; padding:0; }
.top-sidebar-right,
#content-one .top-sidebar-right { float:right; display:inline; width:280px; margin:0; padding:0; background-color:#0daba1; }

body.node-type-state-information #content-one .top-sidebar-right,
body.page-node-80 #content-one .top-sidebar-right { background-color:#af5505; }

.top-content-col .block-inner { padding:60px 150px 30px 0; }
.top-content-col .block-inner:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.front .top-content-col .block-inner{ padding: 0;}

#content-one .top-content-col.find-condition-top { min-height:273px; }
#content-one .top-content-col .block-inner { padding-bottom:16px; }
#content-one .top-content-col.quick-find .block-inner { padding:0; }
#content-one .find-condition-top .block-inner + .quick-find { margin-top:-30px; }


/* -- Custom Structures -- */

/* Find A Condition */
/*body.section-newborn-screening #layout > article .inner { width:100%; }*/
body.section-newborn-screening #content-one { width:100%; background-color:#cdf3f1; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.15); }
body.section-newborn-screening #content-one .region-content-1 { width:1000px; margin:0 auto; }

body.page-blog #content-one { background-color:#fff; box-shadow:none; }

body.node-type-state-information #content-one,
body.section-newborn-screening.node-type-state-information #content-one,
body.page-node-80 #content-one { background-color:#f3edda; }

body.page-node-80 #content-one { margin-top:-15px; }

/*.find-condition-top .block-inner { padding:60px 150px 0 0; }*/
.conditions-page-top {}
.conditions-page-top h3 {  margin:0; padding:0; }
.conditions-page-top h3,
.conditions-page-top h3 a.lexicon-term { border:none; font-size:20px; line-height:25px; font-weight:bold; text-transform:uppercase; color:#2f2e23; }
	.conditions-page-top .col-one { float:left; width:48%; margin-right:2%; }
	.conditions-page-top .col-two { float:left; width:48%; }
.conditions-page-top li { font-size:15px; line-height:24px; }
.conditions-page-top p { padding-top:0; margin-bottom:1.5em; }
.conditions-page-top ul { padding-left:12px; }


body.node-type-condition-information .newest-resources {}
body.node-type-condition-information .newest-resources img { float:left; margin:15px 20px 20px 0; padding:0; box-shadow:0 2px 5px rgba(0,0,0,.15); }
body.node-type-condition-information .newest-resources .post { margin:0 0 20px; }
body.node-type-condition-information .newest-resources .post:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
body.node-type-condition-information .newest-resources a { font-weight:bold; text-decoration:underline; }

body.node-type-condition-information .sources { font-size:12px; line-height:35px; }
body.node-type-condition-information .sources h3 { font-size:20px; line-height:25px; font-weight:bold; text-transform:uppercase; color:#9a9a9a; }
body.node-type-condition-information .sources ul { margin:0; padding:0; }
body.node-type-condition-information .sources li { margin:0 0 10px; padding:0 0 0 10px; background:url(../images/bullet_mini.png) no-repeat 0 10px; list-style:none; font-style:italic; }
body.node-type-condition-information .sources a  { font-weight:bold; font-style:normal; text-decoration:underline; }

/* -- State Pages -- */

/* State Landing Page - Map Page */

/* LOCAL body.page-node-462 #content-one,*/
body.page-node-459 #content-one { position:relative; background:#4b3624 url(../images/bkg_state-top-banner.png) repeat-x center 0; color:#fff; padding-top:30px; } 
#content-one .state-top-banner { margin:0; padding:50px 0; }
	#content-one .state-top-banner h2.block-title { font-size:40px; line-height:50px; color:#fff; margin:0; padding:0; text-align:center; }
	#content-one .state-top-banner p  { font-size:18px; line-height:25px; color:#fff; }
.map-top-number {}

/* LOCAL body.page-node-462 #content-two, */
body.page-node-459 #content-two { background-color:#f8f8f8; box-shadow:0 2px 5px rgba(0,0,0,.2); }
	#content-two .map-main-number { margin:0; padding:0; }


/* State Detail */
.state-detail-top {}
.state-detail-top .content > p { margin-bottom:40px; }
.state-detail-top .no-marg { margin-bottom:5px; }
.state-detail-top h3 { margin:0 0 10px; padding:0; font-style: normal; }
.state-detail-top h3,
.state-detail-top h3 a.lexicon-term { border:none; font-size:20px; line-height:25px; font-weight:bold; text-transform:uppercase; color:#2f2e23; }
	.state-detail-top .col-one { float:left; width:46%; margin-right:8%; }
		/*.state-detail-top .col-one p { margin-bottom:0; }*/
		.state-detail-top .col-one p + p { margin-bottom:0; }
	.state-detail-top .col-two { float:left; width:46%; }
		.state-detail-top .col-two p { margin-bottom:0; }
		.state-detail-top .col-two .download-brochure { margin-bottom:15px; }
.state-detail-top p { padding-top:0; margin-bottom:1.5em; }
.state-detail-top ul { padding-left:12px; }
.state-detail-top a  { font-weight:bold; font-style:normal; text-decoration:underline; }
/* No Tab - Tab Box Styles */
body.node-type-state-information .tab-box h5 { font-size:25px; line-height:45px; font-style:italic; margin-bottom:5px; }
body.node-type-state-information .region-content .tab-box a.lexicon-term { border-bottom:none; }

/*
body.section-newborn-screening #content-one .this-section { min-height:360px; }
body.node-type-condition-information.section-newborn-screening #content-one .this-section { min-height:430px; }
*/

/*
 * Footer
 */
.region-footer {}
/*
#layout > article > footer { clear:both; display:block; height:30px; font-size:12px;  overflow:hidden; }
#layout > article > footer a#innovation { float:left; height:18px; line-height:18px; margin-top:6px; padding:0 10px; border:1px #06B1B0 solid; }
#layout > article > footer a#innovation:hover { background:#06B1B0; color:#FFF; }
#layout > article > footer nav ul#secondaryMenu { float:left; padding-top:11px; }
#layout > article > footer nav ul#secondaryMenu li { float:left; height:10px; padding:0 10px; line-height:10px; border-left:1px #BDC1C1 solid; }
#layout > article > footer nav ul#secondaryMenu li:first-child { border: none; }
#layout > article > footer nav ul#secondaryMenu li a:hover { border-bottom:1px #C6DEE1 solid; }
#layout > article > footer a#fTwitter { float:right; height:30px; line-height:30px; padding-right:42px; font-size:14px; background: url('../images/buttons/bg_ftwitter.png') no-repeat right 0; }
#layout > article > footer a#fTwitter:hover { background-position: right -30px; } 
#layout > footer p { font-family:Arial, Helvetica, sans-serif; color:#5F6368; font-size:11px; text-align:center; }
*/

/*
 * Page bottom
 */
.region-bottom /* Wrapper for any blocks placed in the page bottom region */ {}

/* Drupal */
.element-invisible { display:none; height:0; }


/* Search Results */
.search-results { list-style: none outside none; margin:0; padding:20px 0 0; }
.search-results p, .search-results p:first-child { margin:0; padding:0; }
.search-results .title { margin:0; padding:0; }
.search-results li { list-style-type:none; display:block; position:relative; /*border-bottom:1px #09A1A1 dotted;*/ margin:30px 0; padding:0; }
.search-results li:first-child { margin-top:0px; }
.search-results li:last-child { margin-bottom:60px; }
.search-results .search-snippet-info { margin:0; padding:0; }
.search-results .search-info { margin:0; padding:0; font-size:1em; display:inline; color:#6D6B6B; padding-right:10px; margin-right:10px; height:25px; }
.search-advanced .criterion { float:left; margin-right:0; }
.search-advanced .action { clear:left; float:left; }

/* correct drupal setting */
#layout > article > section > .region-content .block { margin-bottom:0; }

/* adjustment to condition akas */
h5.akas { margin-bottom:0; padding-top:15px; }

/* nac page and form */
body.page-node-100 #layout > article > section { width:880px; /* 845 + 35 marg right*/ }
#block-formblock-nac-file { background:url('../images/backgrounds/bg_hr.png') repeat-x 0 0; margin-top:15px; padding-top:0; }
#block-formblock-nac-file .content p:first-child { padding-top:0; }
#block-formblock-nac-file form.node-nac_file-form .vertical-tabs { display:none; }
#block-formblock-nac-file form.node-nac_file-form .field-name-body { display:none; }
	/* field overrides */
	#block-formblock-nac-file input.form-autocomplete { background-position:100% 7px; }
	#block-formblock-nac-file input.throbbing { background-position:100% -13px; }
	#block-formblock-nac-file .form-type-managed-file .description { margin-left:120px; font-size:100%; font-style:italic; line-height: 18px; }
	
	#block-formblock-nac-file #edit-field-nac-file-und-0-upload-button { clear: none; /* float: left; */ margin-left: 410px; margin-top: -26px; }
	
	#block-formblock-nac-file .form-actions .form-submit { margin-left:120px; }
	/* file table */
	#block-views-nac-page-block-1 { background:url('../images/backgrounds/bg_hr.png') repeat-x 0 0; margin-top:15px; }
	#block-views-nac-page-block-1 table { margin-bottom:0; }
	/* consider hiding the sort and using bg img instead */
	#block-views-nac-page-block-1 table th a img { vertical-align:middle; margin-left:5px; }
	#block-views-nac-page-block-1 table td a { display:inline; font-weight:bold; }
	#block-views-nac-page-block-1 table td { text-align:left; font-size:14px; line-height:20px; padding-top:4px; padding-bottom:5px; }
	#block-views-nac-page-block-1 table th { text-align:left; /* padding-left:20px; */ }
	#block-views-nac-page-block-1 table th.col-file-name { width:380px; }
	#block-views-nac-page-block-1 table th.col-file-type { width:90px; }
	#block-views-nac-page-block-1 table th.col-tag { width:80px; }
	#block-views-nac-page-block-1 table th.col-user { width:auto; }
	#block-views-nac-page-block-1 table th.col-date-uploaded { width:140px; }
	


/* tinymce templates */
.photo-left-with-caption { float:left; margin:10px 10px 10px 0; width:220px; }
.photo-left-with-caption p { font-family: 'PT Serif', "Times New Roman", Times, Georgia, "DejaVu Serif", serif; clear:both; font-size:12px; line-height:20px; font-style:italic; padding-right:10px; padding-top:5px; margin-bottom:0px; }

.photo-right-with-caption { float:right; margin:10px 0 10px 10px; width:220px; }
.photo-right-with-caption p { font-family: 'PT Serif', "Times New Roman", Times, Georgia, "DejaVu Serif", serif; clear:both; font-size:12px; line-height:20px; font-style:italic; padding-left:10px; padding-top:5px; margin-bottom:0px; }

/* general overrides for padding and margin */
.pad-none { padding:0px!important; }
.marg-none { margin:0px!important; }

.pad-T0 { padding-top:0px!important; }
.pad-R0 { padding-right:0px!important; }
.pad-B0 { padding-bottom:0px!important; }
.pad-L0 { padding-left:0px!important; }

.pad-T10 { padding-top:10px!important; }
.pad-R10 { padding-right:10px!important; }
.pad-B10 { padding-bottom:10px!important; }
.pad-L10 { padding-left:10px!important; }

.pad-T20 { padding-top:20px!important; }
.pad-R20 { padding-right:20px!important; }
.pad-B20 { padding-bottom:20px!important; }
.pad-L20 { padding-left:20px!important; }

.marg-T0 { margin-top:0px!important; }
.marg-R0 { margin-right:0px!important; }
.marg-B0 { margin-bottom:0px!important; }
.marg-L0 { margin-left:0px!important; }

.marg-T10 { margin-top:10px!important; }
.marg-R10 { margin-right:10px!important; }
.marg-B10 { margin-bottom:10px!important; }
.marg-L10 { margin-left:10px!important; }

.marg-T20 { margin-top:20px!important; }
.marg-R20 { margin-right:20px!important; }
.marg-B20 { margin-bottom:20px!important; }
.marg-L20 { margin-left:20px!important; }

/* Community Corner Archive */
.archive div {
	float: left;
	width: 47%;
	height: 250px;
	margin-left: 2%;
	margin-bottom: 2em;
	border: 1px solid #17616b;
	background-color: #d9e7e9;
	text-align: center;
}

.archive img {
	border: none;
	padding: 1em;
}

.archive p {
	padding: 0 10px;
	text-align: left;
}

/* fix for safari 5.1 bug */
body.browser-safari #contact-site-form select, 
body.browser-safari #modules .select-state-module select { font-family:Arial,Helvetica,sans-serif; }

/* community corner */
.community-corner { padding-top:20px; }
.community-corner .module { padding:7px 15px 10px; margin:0 0 20px 0; font-size:14px; line-height:22px; width:220px; }
.community-corner .module h2,
.community-corner .module h3,
.community-corner .module .views-field-field-fancy-title p { font-size:20px; line-height:24px; padding:0; font-weight:normal; }
.community-corner .module h2 a { font-size: 20px; font-weight: normal; line-height: 24px; padding: 0; color:#422C19; }
.community-corner .module a { font-weight:bold; }
.community-corner .module p { font-size:14px; line-height:22px; padding:0; margin-bottom:0px; }
.community-corner .module figure { padding-top:15px; margin-bottom:10px; text-align:center; }

.community-corner .module { float:left; margin-bottom:0; background:#FFF; height:250px; box-shadow: 0 0 3px 0 rgba(193,194,194,0.35); }

.community-corner .module.views-row-1,
.community-corner .module.views-row-2 { border-top:6px #80CAC4 solid; }

.community-corner .module.views-row-odd { border-left:none; }
.community-corner .module.views-row-event { border-right:none; }
.partner-logo { text-align:center; margin-bottom:10px; }

/* fix for spe menu so print stylesheets can work */
.spe-content-hidden { display:none; }


/* eBlast - X-Mas */

#email-top-text {}
#email-top-text h6 { margin:0 0 34px; padding:15px 0 0 11px; /*font-size:20px; line-height:28px; margin:0 0 34px; padding:0;*/ }

#email-wrap						{ background:#3d2615 url(/sites/all/themes/bft/images/email_marketing/BFT_eCard_A_02-border-stripes.gif) no-repeat 33px 0; width:635px; margin:0 0 63px 14px; padding:6px; }
#email-wrap #email-wrap-inner	{ background-color:#fff; width:635px; position:relative; }
#email-wrap #email-wrap-inner:after { content:'.'; clear:both; display:block; height:0; visibility:hidden; }
#email-wrap #email-col-left 	{ float:left; display:inline; width:397px; }
	#email-wrap .email-logo { overflow:hidden; width:226px; height:84px; }
	#email-wrap .email-logo img	{ margin:0; padding:0; }
	#email-wrap .email-logo a 	{ margin:0; padding:0; }
	#email-wrap .email-content	{ clear:both; padding-left:33px; }
		#email-wrap .email-content h2 { color:#349da5; font:39px/40px Arial, Helvetica, sans-serif; margin:0 0 7px!important; padding:0; }
		#email-wrap .email-content h3 { color:#8db3b9; font:21px/26px Arial, Helvetica, sans-serif; margin:0 0 27px; padding:0; }
		#email-wrap .email-content p  { color:#422c19; font:15px/22px Arial, Helvetica, sans-serif; margin:0; padding:0; }
	#email-wrap .email-btn 		{ position:absolute; bottom:29px; left:33px; }
	#email-wrap .email-btn img 	{}

#email-wrap #email-col-right 	{ float:left; display:inline; width:237px; }

#email-bottom-text { margin:0 0 0 14px; }
#email-bottom-text h2 { font-size:26px; line-height:30px; margin:0 0 10px; padding:0; }
#email-bottom-text h3 { font-size:20px; line-height:22px; margin:0 0 5px; padding:0; font-weight:bold; color:#1d7b87; }
#email-bottom-text p  { font-size:14px; line-height:20px; margin:0 0 25px; padding:0; }

/*
#webform-ajax-wrapper-337,
#webform-ajax-wrapper-402 { margin-left:14px; }
*/
#webform-ajax-wrapper-337 .form-item .description,
#webform-ajax-wrapper-402 .form-item .description { font-size:13px; line-height:20px; font-style:italic; color:#422c19; white-space:nowrap; }
#webform-ajax-wrapper-337 .links,
#webform-ajax-wrapper-402 .links { margin-left:16px; }


.webform-confirmation { margin:0 0 0 16px; }
.webform-confirmation h2 {
	color: #1D7B87;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 20px;
    padding: 0; }
.webform-confirmation h2 strong { font-weight:bold; }
#block-block-76 ul > li > a > strong {font-weight:300;}

/*
#webform-ajax-wrapper-337 {}
#webform-ajax-wrapper-337 .form-item {}
#webform-ajax-wrapper-337 .form-item label {}
#webform-ajax-wrapper-337 .form-item input {
	height:28px;
	width:270px;
	background-color:#dbecec;
	border:none;
   -moz-box-shadow:    inset 2 2 15px #becccc;
   -webkit-box-shadow: inset 2 2 15px #becccc;
   box-shadow:         inset 2 2 15px #becccc;
}
#webform-ajax-wrapper-337 .form-item input:active {
	background-color:#bcebe7;
}
*/

/* Hdden Responsive Items */
#layout > header .responsive-nav-items { display:none; }



/* ----- Responsive ----- */


/** MOBILE **/
@media (max-width: 1200px) {

  #header .logo {
    width: 1024px;
  }

  #header .logo a {
    margin-left: 0px;
    width: 224px;
  }

  #header #navigation {
    width: 1024px;
  }

  #header #navigation #utility-menu {
    margin: 0;
  }

  #header #navigation #main-menu {
    margin: 30px 0 30px 0;
  }

  #main {
    /*width: 1024px;*/
  }

  .front #block-system-main {
    margin-left: 0;
  }

  .front #title-wrapper {
    margin-left: 0;
  }

  #footer-top {
    width: 1024px;
  }

  #footer-bottom {
    width: 1024px;
  }

  .statebox {
    left: 464px;
  }

  .conditionbox {
    left: 744px;
  }

  .get-the-facts {
    width: 1024px;
  }

  .get-the-facts h2 {
    margin: 0 0 25px 396px;
    width: 654px;
  }

  .get-the-facts .content p {
    margin: 0 0 0 396px;
    width: 464px;
  }

  .blog-digest {
    margin-left: 0px;
  }

  .national-info {
    left: 720px;
    width: 224px;
  }

  .healthcare-professionals {
    padding: 20px 510px 0 50px;
    width: 464px;
  }

  .healthcare-professionals h2 {
    font-size: 5em;
    margin: 30px 0;
    text-align: center;
  }

  .healthcare-professionals .content p {
    font-size: 1.9em;
  }

  .disclaimer {
    padding: 40px 50px 100px 50px;
    width: 600px;
  }

  .states .region-content-1 {
    width: 1024px;
  }

  .states .region-content-1 .content .intro {
    padding: 60px 50px;
    width: 650px;
  }

  .states .region-content-1 .content .col1 {
    padding-right: 20px;
    width: 280px;
  }

  .states .region-content-1 .content .col2 {
    padding-left: 20px;
    width: 280px;
  }

  .states .region-content-1 .sidebar-alt {
    right: 0;
  }

  .states .region-content-2 {
    padding: 0px 50px;
    width: 620px;
  }

  .states .region-content-3 {
    padding: 0px 50px;
    width: 620px;
  }

  .states .region-content-4 {
    padding: 0px 50px;
    width: 620px;
  }

  #admin-menu a {
    font-size: .825em;
  }

  #admin-menu input {
    width: 80px !important;
  }
}


/*adds padding to image, as well as makes image more responsive  ticket #15249*/
 body.node-type-blog .field-item img{
  width: 96%;
  height: auto;
  padding: 10px 20px 10px 0;
}



body.not-front #layout article section .region-content{
  padding-top:0;
}


@media (max-width: 1024px) {
/*
  #header .logo {
    width: 768px;
  }

  #header #navigation {
    background: url("../images/icon-menu.png") no-repeat;
    height: 40px;
    right: 100px;
    position: absolute;
    top: 50px;
    width: 52px;
  }

  #header #navigation .section {
    background: #ccc;
    position: absolute;
    right: -10000px;
    width: 300px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 8px;
  }

  #header #navigation .section #main-menu {
    margin-top: 0;
    width: 300px;
  }

  #header #navigation .section #main-menu li {
    border: solid #999;
    border-width: 0 0 1px 0;
    display: inherit;
    float: none;
    font-size: 1.8em;
    line-height: 1.4em;
    margin: 0px;
    text-align: center;
  }

  #header #navigation .section #main-menu li a {
    color: #422c19;
    display: block;
    padding: 5px 0;
    text-decoration: none;
  }

  #header #navigation .section #main-menu em {
    font-style: normal;
  }

  #layout > header .utility-menu {
    margin: 0;
    width: 300px;
  }

  #layout > header .utility-menu li {
    background: none;
    border: solid #999;
    border-width: 0 0 1px 0;
    display: block;
    font-family: inherit;
    float: none;
    height: auto;
    margin: 0;
    text-align: center;
    width: auto;
  }
 
  #layout > header .utility-menu a {
    color: #422c19;
    display: block;
    font-size: .9em;
    overflow: auto;
    padding-bottom: 5px;
    text-decoration: none;
    width: auto;
  }

 #layout > header .utility-menu .twitter:before, #header #navigation .section #utility-menu .facebook:before, #header #navigation .section #utility-menu .pinterest:before, #header #navigation .section #utility-menu .youtube:before {
    content: none;
  }

  #layout > header .utility-menu .your-state, #header #navigation .section #utility-menu .find-a-condition {
    width: auto;
  }

  #layout > header .utility-menu .your-state a, #header #navigation .section #utility-menu .find-a-condition a {
    color: #422c19;
    display: inherit;
    font-size: .9em;
    font-style: normal;
    overflow: auto;
    padding-bottom: 5px;
    text-decoration: none;
  }

  #layout > header .utility-menu .your-state, #header #navigation .section #utility-menu .find-a-condition {
    background: none;
  }

  #header #navigation:hover .section, #header #navigation:focus .section {
    right: 0px;
  }

  #main {
    //width: 768px;//
	width:100%;
  }

  .front #block-system-main {
    float: none;
    width: 768px;
  }

  .front #title-wrapper {
    text-align: center;
    width: 100%;
  }

  #footer-top {
    height: auto;
    width: 768px;
  }

  #footer-menu {
    display: none;
  }

  #footer-bottom {
    width: 768px;
  }
  
  
  .region-content-1, .region-content-2, .region-content-3, .region-content-4 { width:100%; margin:0; padding:0; }
  
  .hp-newborn-screening { width:40%; margin-left:2% }
  
  .statebox {
    //margin: 0 0 0 104px;
    position: inherit;//
	width:28%;
	height:auto;
	right:28%;
  }

  .conditionbox {
   //
    float: left;
    height: 515px;
    margin: 0;
    position: inherit;//
    width:28%;
	height:auto;
	right:0;
  }

  .get-the-facts {
    background-image: none;
    width: 768px;

  .get-the-facts h2 {
    margin: 0 auto;
    width:auto;
  }

  .get-the-facts .content p {
    margin: 0 auto;
    width:auto;
  }

  .blog-digest {
    height: 487px;
    margin-left: 0px;
    padding: 40px;
    width: 176px;
  }

  .blog-digest h2 {
    font-size: 3em;
    margin-bottom: 0;
  }

  .blog-digest .more-posts {
    background-position: 82% center;
    bottom: 0;
    margin: 0 -40px;
    position: absolute;
    width: 256px;
  }

  .hot-topics {
    background-image: none;
    float: left;
    padding: 40px;
    width: 176px;
  }

  .national-info {
    background-image: none;
    float: left;
    height: 487px;
    padding: 40px;
    position: inherit;
    width: 176px;
  }

  .healthcare-professionals {
    background-image: none;
    height: auto;
    padding: 20px 0 10px 0;
    width: 768px;
  }

  .healthcare-professionals h2 {
    margin: 30px auto;
    width: 654px;
  }

  .healthcare-professionals .content p {
    margin: 30px auto;
    width: 654px;
  }

  .disclaimer {
    padding: 40px 50px 100px 50px;
    width: 668px;
  }

  .footerbox {
    float: none;
    margin: 0;
    width: 768px;
  }

  .states .region-content-1 {
    width: 768px;
  }

  .states .region-content-1 .content .intro {
    width: 670px;
  }

  .states .region-content-1 .content .col1 {
    width: 305px;
  }

  .states .region-content-1 .content .col2 {
    width: 305px;
  }

  .states .region-content-1 .sidebar-alt {
    position: inherit;
  }

  .states .region-content-1 .node-state-information, .states .region-content-1 .field-name-field-state-policies-resources, .states .region-content-1 .field-name-body, .states .region-content-1 .on-this-page, .states .region-content-1 .contacts, .states .region-content-1 .statebox, .states .region-content-1 .conditionbox, .states .region-content-1 .national-info {
    margin: 0;
    padding: 40px;
    width: 670px;
  }

  .states .region-content-1 .statebox, .states .region-content-1 .conditionbox, .states .region-content-1 .national-info {
    text-align: center;
  }

  .states .region-content-1 .statebox, .states .region-content-1 .conditionbox {
    padding-top: 60px;
  }

  .states .region-content-1 .statebox select, .states .region-content-1 .statebox input, .states .region-content-1 .conditionbox select, .states .region-content-1 .conditionbox input {
    margin: 0;
  }

  .states .region-content-2 {
    width: 670px;
  }

  .states .region-content-3 {
    width: 670px;
  }

  .states .region-content-4 {
    width: 670px;
  }

  .states .region-sidebar-first {
    display: none;
  }

  #admin-menu a {
    font-size: .825em;
  }

  #admin-menu input {
    display: none;
  }
*/
}


/* This code is to set up Javascript Mobile Breakpoint detection */
.sampleClass {float:left;}
@media only screen and (max-width:768px){
	.sampleClass {float:none;}

  /*sifter ticket 15269*/
  body.page-node-5 .field-item p img{ width:100%; height:auto;}
}

/* Mobile Layout */
@media (max-width:900px){

	#pre-footer .block,
	#footer .block { clear:both; width:100%; margin:0; padding:0; }
	#pre-footer .block .block-inner,
	#footer .block .block-inner,
	#pre-footer .block.footer-menu .copyright .block-inner { width:90%; margin:5%; padding:0; }

  .region-article-footer { width: 100%; }
	
	#pre-footer .block.footer-menu .block-inner { width:100%; margin:0; }
  body.not-front #layout article section section { width: 100%; }
  #layout article section > nav#left-nav + .region-content {
    margin: 1em 5%;
    float: none;
    width: auto;
  }
	
	#layout > header .responsive-nav-items { display:block; margin:0; position:absolute; right:15px; top:13px; }
	#layout > header .responsive-nav-items ul {}
	#layout > header .responsive-nav-items ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	#layout > header .responsive-nav-items li { float:left; list-style:none; margin:0 0 0 20px; }
	#layout > header .responsive-nav-items li a { text-indent:-9999px; }
	#layout > header .responsive-nav-items .open-link 	{ margin:0 0 10px 0; }
	#layout > header .responsive-nav-items .close-link 	{ display:none; }
	#layout > header .responsive-nav-items .search-link {}
	#layout > header .responsive-nav-items .open-link a		{ display:inline-block; background:url(../images/icon_hamburger-nav.png) no-repeat center 0; width: 25px; height: 20px; background-size: 25px 20px; }
	#layout > header .responsive-nav-items .open-link a.active { background:url(../images/icon_close-nav.png) no-repeat center 0; background-size: 20px 20px;}
	#layout > header .responsive-nav-items .close-link a	{ display:inline-block; background:url(../images/icon_close-nav.png) no-repeat 0 0; width:40px; height:40px; }
	#layout > header .responsive-nav-items .search-link a	{ display:inline-block; background:url(../images/icon_mag-glass.png) no-repeat 0 0; width: 20px; height: 20px; background-size: 20px 20px;}
	#layout > header .responsive-nav-items .search-link a.active { background:url(../images/icon_close-nav.png) no-repeat center 0; background-size: 20px 20px;}
	
	#layout > article .inner { width:100%; margin:0; padding:0; }
	
	#page-wrapper { padding-top:50px; }
	#main-wrapper #main { width:100%; }
	#layout > header { /*position:static;*/ width:100%; margin:0; padding:0; height:50px; }
	#layout > header > .section { width:100%; margin:0; padding:0; }
	#layout > header .region-bft-header { width:100%; }
	
	#layout > header #name-and-slogan { width:90px; height:55px; margin-left:22px; z-index: 601; position: relative;}
	#layout > header #name-and-slogan a { background-image:url(../images/logo_mobile.jpg); width: 90px;height: 55px;background-size: 90px 55px;}

	/* Regions */
	
	#content-one,
	#content-two,
	#content-three,
	#content-four
	#bft-footer { width:100%; margin:0; padding:0; clear:both; }
		body.not-front #layout article section .region-content-1,
		body.not-front #layout article section .region-content-2,
		body.not-front #layout article section .region-content-3,
		body.not-front #layout article section .region-content-4,
		body.not-front #layout article section .region-content,
    .region-bft-footer,
		body.section-newborn-screening .region-bft-footer,
		#content-one .top-content-col .block-inner { width:90%; margin:5%; padding:0; }


	/* Utility Nav & Search */
	#layout > header .utility-menu { position:absolute; top:50px; left:0; width:100%; z-index:600; }
		#layout > header .utility-menu ul { width:100%; }
		#layout > header .utility-menu li { font-size:35px; line-height:22px; font-family:'PT Sans', Arial, Helvetica, sans-serif; }
		#layout > header .utility-menu a  {}
		
		#layout > header .utility-menu .your-state,
		#layout > header .utility-menu .find-a-condition { height:auto; width:50%; margin:0; padding:0; }
		#layout > header .utility-menu .your-state a,
		#layout > header .utility-menu .find-a-condition a { display:block; width:100%; height:auto; margin:0 auto; padding: 25px 0 20px; text-align:center; font-size: 18px; font-weight: bold;}
		#layout > header .utility-menu .twitter,
		#layout > header .utility-menu .facebook,
		#layout > header .utility-menu .pinterest,
		#layout > header .utility-menu .youtube { display:none; }
		
		#layout > header .utility-menu .your-state,
		#layout > header .utility-menu .find-a-condition {}
		#layout > header .utility-menu .your-state a,
		#layout > header .utility-menu .find-a-condition a {}
		
		/* Search */
		#layout > header .block-search { position:relative; z-index:500; background:#303b3a url(../images/border-header.png) repeat-x center bottom; width:100%; height:auto; margin:-5px 0 0; padding:30px 0; color:#fff; }
		#layout > header .block-search.active, #layout > header .block-search:hover { background-position:center bottom; }
		#layout > header .block-search .container-inline { width:75%; margin:0 auto; }
		#layout > header .block-search input.form-text { width:100%; height:auto; background-color:#303b3a; font-size:22px; border-bottom:2px solid #fff; margin:0; padding:0 0 10px; }
		#layout > header .block-search .form-actions {}
		#layout > header .block-search input.form-submit { background:url(../images/icon_mag-glass_white.png) no-repeat 0 0; width:20px; height:20px; background-size: 20px 20px;}
		
	/* Main Nav */
	#layout > header .block-menu-block { background:#13665e url(../images/border-header.png) repeat-x center bottom; width:100%; margin:62px 0 0; padding: 15px 0 20px; position:relative; z-index:600; }
	#layout > header .block-menu-block .content ul { margin:0 padding:0; }
	#layout > header .block-menu-block .content ul li { float:none; diplay:block; margin:0 padding:0; height: auto;}
	#layout > header .block-menu-block .content ul li a { margin:0 padding:0; display:block; color:#fff; text-align:center; font-size:18px; line-height:35px; padding: 0;}
	#layout > header .block-menu-block .content ul li a strong { display:inline; }
	#layout > header .block-menu-block .content ul li .dropdown-menu { display:none!important; }
	
	/* Nav Hide/Show - TEMP */
	#layout > header .utility-menu,
	#layout > header .block-menu-block,
	#layout > header .block-search { 
		display:none;
		-o-transition-property:color, background-color; -o-transition-duration:.15s; -o-transition-timing-function:ease-in; -moz-transition-property:color, background-color; -moz-transition-duration:.15s; -moz-transition-timing-function:ease-in; -webkit-transition-property:color, background-color; -webkit-transition-duration:.15s; -webkit-transition-timing-function:ease-in; transition-property:color, background-color; transition-duration:.15s; transition-timing-function:ease-in;
	}
	#layout > header .utility-menu.active,
	#layout > header .block-menu-block.active,
	#layout > header .block-search.active { display:block; }

	/* Sub Nav */
	#layout article section > nav#left-nav 		{ width:90%; margin:0; margin-bottom: 30px; padding:5%; background:#ececec url(../images/border-header.png) repeat-x center bottom; }
	#layout article section > nav#left-nav .block { margin:0; }
	#layout article section > nav#left-nav ul	{ margin:0; padding:0; }
	#layout article section > nav#left-nav li 	{}
	#layout article section > nav#left-nav a  	{}

	/* Footer */
	.region-pre-footer,
	.region-footer { width:100%; }
	
	#pre-footer .footerbox,
	#footer .footerbox,
	#footer .disclaimer { width:90%; clear:both; margin:1em 5%; padding:0; }
	#footer .disclaimer { margin-bottom:50px; }
	
	/* -- Home Page -- */
	.region-content-1, .region-content-2, .region-content-3, .region-content-4 { width:100%; margin:0; padding:0; }

  #main {
    /*width: 480px;*/ width:100%;
  }
  #main-wrapper { width:100%; }
/*
  .front #block-system-main {
    width: 480px;
  }
*/
  	body.front .hp-newborn-screening {
  		width:90%;
  		height:auto;
      min-height: 0;
  		margin:1em 5%!important;
  		padding:0;
      float: none;
  	}

  body.front .hp-newborn-screening h2 { font-size:27px; line-height:27px; font-weight:normal; font-style:italic; padding-right: 10px; padding-left: 10px;}
  body.front .hp-newborn-screening p { color:#857d77; font-size:13px; line-height:23px; padding: 5px 10px 20px; }
  body.front .hp-newborn-screening a { font-weight:bold; }  

  .toolbox h2 {
    margin: 0;
    font-size:20px;
    padding: 0;
  }

  body.front .toolbox {
    width:45%;
    float: left;
    z-index: 1;
    position: relative;
    bottom: 0px;
    left: 0;    
  }

  body.front .toolbox {
    background-size: 75%;
    background-position: center 25px;
    min-height: 257px;
    height: auto;
    padding: 100px 15px 5px;
    box-sizing: border-box;
  }

  .toolbox div.selector {
    width: auto;
    height: auto;
    box-sizing: border-box;
    background: transparent;
  }

  .toolbox div.selector span,
  .toolbox div.selector select {
    min-width: 0 !important;
    min-height: 0;
    height: auto;
    width: 100%;
    padding: 0 0 0 7px;
    box-sizing: border-box;
    line-height: 22px;
  }

  .toolbox div.selector span {
    height: 26px !important;
    background-size: 25px 25px !important

  }

	body.front .toolbox .content p {
    	display:none;
    	/*font-size: 1.5em;*/
	}

  body.front .statebox {
    margin-left: 5%;
  }

  body.front .conditionbox {
    padding-bottom: 20px;
    background-size: 60%;
  }

  body.front .conditionbox h2 {
    margin-bottom: 15px;
  }

  body.front .conditionbox #autocomplete1 {
    background-size: 25px 26px;
    font-size: 11px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5px;
  }

  .conditionbox input, 
  .conditionbox #autocomplete1 {
    min-height: 0;
    margin: 0;
    padding: 0;
    width: auto;
  }

  .conditionbox #autocomplete1 {
    height: 26px;
  }
		
  body.front .get-the-facts .content { width:90%; margin:0 auto; text-align:center; }
	body.front .get-the-facts .content p {
    	margin: 0 auto;
    	padding: 0;
    	width:100%;
  	}
  	
	body.front .blog-digest {
    	float: none;
    	height: auto;
    	margin: 0;
		  padding:0;
    	width:100%;
	}
	body.front .blog-digest .block-inner { margin:0 auto; }
	body.front .blog-digest table { position:static; left:0; margin:5%; width:auto; height:auto; }

  body.front .blog-digest h2 {
    margin:0 5%;
    font-size: 30px;
    padding:20px 0 0 0;
  }

  body.front .blog-digest .more-posts {
    background-position: 58% center;
    width:100%;
	font-size:2em;
	position:static;
  }

  body.front .blog-digest .view-content {
    position: static;
    margin: 0 5%;
  }

  body.front .hot-topics {
    	float: none;
    	height: auto;
    	margin:0;
		padding:0;
    	width:100%;
		position:static;
  }
  body.front .hot-topics .block-inner { margin:0 auto; padding:5%; }

  .family-stories .image-wrap, 
  .hot-topics .image-wrap {
    margin: 0;
  }

  body.front .national-info {
    	float: none;
    	height: auto;
    	margin:0;
		padding:0;
    	width:100%;
		position:static;
		left:auto;
  }
  body.front .national-info .block-inner { margin:0 auto; padding:5%; }

  body.front .healthcare-professionals {
    	float: none;
    	height: auto;
    	margin:0;
		padding:0;
    	width:100%;
		background-image:none;
  }
  body.front .healthcare-professionals .content { max-width:1000px; }
  body.front .healthcare-professionals .block-inner  { margin:0 auto; padding:5%; }

  body.front .healthcare-professionals h2 {
    float:none;
    max-width:1000px;
	text-align:center;
  }

  body.front .healthcare-professionals .content p {
    float:none;
	margin: 30px;
    max-width: auto;
  }

  .get-the-facts {
    width: 100%;
    height: auto;
    background: #422c19;
  }

  body.front .get-the-facts {
    margin: -10px 0 0 0;
    padding-bottom: 40px;
  }

  body.front .get-the-facts h2,
  body.front .healthcare-professionals h2  {
    font-size: 15px;
    font-style: italic;
    line-height: 30px;
    padding:40px 0 30px;
    margin:0;
    width: auto;    
  }

  body.front .get-the-facts .content p {
    font-size: 15px;
    color: #eadbce;
  }

  body.front .healthcare-professionals {
    padding-bottom: 40px;
  }

  body.front .healthcare-professionals h2 {
    font-size: 23px;
    padding: 10px 0 0 0;
  }

  body.front .healthcare-professionals .content p {
    margin: 0;
    font-size: 15px;
  }

  body.front .healthcare-professionals .how-we-can-help a {
    margin: 40px auto 0;
  }
      
	.footer-menu { width:100%; position:static; float:left; clear:both; }
	.footer-menu .block-inner .content { width:90%; background-image:none; margin:0; padding:5%; }
	.footer-menu ul { margin:0; padding:0; text-align:center; }
	.footer-menu li { margin:0; padding:0; font-size:30px; line-height:30px; }
	.footer-menu li a { display:block; font-size: 15px}
  
  #pre-footer .copyright .content { font-size:16px; }
  #pre-footer ul.menu li, #footer ul.menu li {
    margin-top: 0;
  }

/* OLD   
  .disclaimer {
    padding: 40px 50px 100px 50px;
    width: 380px;
  }

  .footerbox {
    width: 480px;
  }
*/

#modules { clear:both; width:100%; margin:0; padding:0; }

#modules .select-state-module h2.block-title,
#modules .find-condition h2.block-title { 
  font-size: 20px;
  line-height: 40px;
  font-weight: normal;
  color: #fff;
  padding-right: 30px;
}

#modules .find-condition {
  background-size: 30%;
  background-position: center 21px;
}

.select-state-module {
  background: #eebd38 url(../images/usa.png) no-repeat center 22px;
  margin: 0;
  padding: 82px 36px 30px;
  background-size: 30%;
}

div.show-conditions .box-tabs a {
  width: 96px;
  font-size: 12px;
}

div.show-conditions .box-tabs a + a {
  left: 150px;
}

div.show-conditions .box-tabs a.on, div.show-conditions .box-tabs a.active {
  padding-top: 30px;
}

div.show-conditions .view-content, #block-views-condition-lists-block div.show-conditions .view-content {
  padding-top: 30px;
}

div.show-conditions .view-content, #block-views-condition-lists-block div.show-conditions .view-content {
  margin: 0;
}

div.show-conditions .view-content {
  padding: 30px 0px;
}

div.show-conditions .view-content:before, #block-views-condition-lists-block div.show-conditions .view-content:before {
  left: 150%;
}

body.not-front .region-content h4 {
  line-height: 21px;
  font-size: 15px;
}

body.not-front .region-content h3 {
  line-height: 26px;
}

div.show-conditions div div {
  line-height: 17px;
  font-size: 12px;
}
/* Conditions Landing */

body.section-newborn-screening #content-one .region-content-1,
body.not-front #layout > article section,
.top-sidebar-right, #content-one .top-sidebar-right,
#content-one .top-content-col { width:100%; margin:0; padding:0; clear:both; }

#content-one .top-content-col.find-condition-top,
body.page-node-7 .this-section { min-height:0; }

body.section-newborn-screening #page-title, 
body.page-search #page-title,
body #page-title {
  height: auto;
  font-size: 4em;
}

div.quick-find input[type=text] {
  width: 190px;
}

/* Tab Box */
#block-views-condition-lists-block,
#block-views-condition-lists-block-1,
#block-views-condition-lists-block div.show-conditions { width:100%; margin-left:0; margin-right:0; }

ul.blist-a, .show-conditions .item-list ul,
.view-condition-lists .item-list ul { width:50%; }

.tab-box-inner {
  margin-top: 0;
}

.tab-box .spe-menu {
  position: static;
  margin-bottom: 10px;
}

.tab-box .spe-menu li {
  float: none;
  margin: 0 0 10px;
  width: 100%;
}

.tab-box .spe-menu li a {
  width: 100%;
  padding: 7px 0 5px;
}

.tab-box .spe-menu li.on a {
  padding-top: 30px;
}
/* States */

#content-one .state-top-banner {}
#content-one .state-top-banner .block-inner { width:90%; margin:0 5%; }

.map-main-number img { width:100%; min-height:auto; }

.national-snapshot { width:auto; margin:0; }
 @media screen and (max-width: 460px){

}


body .equal-col-heights { height:auto!important; }

.state-detail-top .col-two {
  width: 90%;
}

/* Blog Landing Page */

body.page-blog .hot-topics h2.block-title,
body.page-blog .family-stories h2.block-title,
body.page-blog .hot-topics h3,
body.page-blog .family-stories h3 { margin:0; padding:0; }

body.page-blog #content-one .block { margin:0; }
/*
.family-stories img, .general-news img { width:100%; height:auto; }
*/
body.page-blog .block-inner:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.family-stories,
.general-news,
.hot-topics,
.post-digest,
body.page-blog .blog-topics { width:100%; margin:0; padding:0; float:left; clear:both; }

.family-stories .block-inner,
.hot-topics .block-inner,
body.page-blog .blog-topics .block-inner,
.post-digest .block-inner { width:90%; padding:5%;  }

body.page-blog .post-digest .more-posts { width:100%; background-position:64% center; }

body.page-blog .image-wrap {
  margin: 0 0 20px 0;
}

.node-blog .field-name-field-featured-image {
  margin: 10px 0 0;
  float: none;
}

.node-blog .field-name-field-featured-image img {
  width: 100%;
}

body.page-blog .more-posts a, .blog-digest .more-posts a,
body.front .blog-digest .more-posts a {
  width: auto;
}

/* Forms */
.search-form label, .contact-form label, .comment-form label, .contact-form dt, .webform-client-form label, .webform-client-form dt
{ clear:both; width:100%; margin:0; padding:0; text-align:left; }

#main .comment-wrapper input.form-text { clear:both; width:90%; }
#main .comment-wrapper textarea.form-textarea { clear:both; width:93%; }
#main .comment-wrapper .description { margin:0; }
.comment-wrapper input.form-submit { margin:0; }

/*
  .states .region-content-1 {
    width: 480px;
  }

  .states .region-content-1 .node-state-information {
    padding: 0;
  }

  .states .region-content-1 h4 {
    width: 380px;
  }

  .states .region-content-1 .content .intro {
    width: 380px;
  }

  .states .region-content-1 .content .col1 {
    float: none;
    padding: 0;
    width: 380px;
  }

  .states .region-content-1 .content .col2 {
    float: none;
    padding: 20px 0 0 0;
    width: 380px;
  }

  .states .region-content-1 .content .field-name-body, .states .region-content-1 .content .field-name-field-state-policies-resources, .states .region-content-1 .content .on-this-page, .states .region-content-1 .content .contacts, .states .region-content-1 .content .national-info, .states .region-content-1 .content .statebox, .states .region-content-1 .content .conditionbox {
    width: 380px;
  }

  .states .region-content-1 .content .national-info {
    position: inherit;
  }

  .states .region-content-2 {
    width: 380px;
  }

  .states .region-content-3 {
    width: 380px;
  }

  .states .region-content-4 {
    width: 380px;
  }

  #admin-menu a {
    font-size: .825em;
  }
  #admin-menu input {
    display: none;
  }
*/  
  
}

p.dateline a {
  color:#60554b;
}


@media ( max-width :800px){
body.page-node-5 .field-item p img{
  width:100%
}

}





