/**
 * 
 * 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.
 *
 */
/* OVERLAYS */
@media (max-width: 900px) {
  /* Mobile Header */
  body #page-overlay {
    background-image: url('../overlays/02-MenuOpen.jpg');
    background-position-y: 30px;
    top: -964px;
  }
}
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: #2f2e23;
  font-size: 62.5%;
}
.msg {
  font-size: bold!important;
  text-transform: uppercase!important;
  color: red!important;
}
a {
  color: #279d93;
  text-decoration: none;
}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #1d7b87;
  text-decoration: none;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #2f2e23;
  text-rendering: optimizeLegibility;
  font-family: "PT Sans";
}
h2,
h3,
h4,
h5,
h6 {
  padding-top: 20px;
  margin-bottom: 10px;
}

h1 {
  font-size: 48px;
  line-height: 54px;
  font-weight: bold;
  color: #2f2e23;
}

h2,
h2 a {
  font-size: 32px;
  line-height: 38px;
}
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;
}

.region-content p:first-child {
  padding-top: 0px;
}


p {
  padding-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
}
.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;
}
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: 18px;
  line-height: 30px;
}
/*
.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: 18px;
  line-height: 30px;
}
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: 18px;
  line-height: 30px;
  padding-left: 10px;
}
section ol {
  padding-left: 28px;
}
section ol li {
  list-style: decimal outside;
  font-size: 18px;
  line-height: 30px;
}
/* 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;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
button,
label,
select,
input[type=button],
input[type=submit],
input[type=file] {
  cursor: pointer;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input.input-field,
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
}
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;
}
::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;
}
.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 */
/* 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: #2f2e23;
}
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 {
  display: none;
  /* this is only used for print */
}
#logo img {
  /*vertical-align: bottom;*/
}
#logo a {
  /*background: url('../images/logo.png?stem=1') no-repeat 0 0; text-indent:-9999px; width:123px; height:54px; display:block; overflow:hidden; text-decoration:none;*/
}
#name-and-slogan {
  /*float: left;*/
}
h1#site-name,
div#site-name {
  /*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?stem=1') no-repeat 0 0; text-indent:-9999px; width:123px; height:54px; display:block; overflow:hidden; text-decoration:none;*/
}
.region-header {
  /*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 #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
  top: 0px;
  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;*/
  width: 20%;
}
/*
#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: 174px;*/
  /*display: block;*/
  /*text-indent: -9999px;*/
}
#layout >  header #name-and-slogan a {
  background: url(../images/babysFirstTest_logo-wR.svg) no-repeat scroll 50% 50% white;
  border-image: url(../images/border-header.png) 100% 0% 0% 0% repeat;
  border-top-style: solid;  
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: block;
  height: 105px;
  position: absolute;
  width: 174px;
  z-index: 500;
  top: -5px;
}
#layout >  header .region-bft-header {
  /*float: right;*/
  /*margin: 0;*/
  /*padding: 0;*/
  /*width: 826px;*/
}
#layout >  header .block-menu-block {
  /*float: right;*/
  /*margin: 21px 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.48em;*/
  /*line-height: 1.2em;*/
  /*height: 48px;*/
  /*margin: 0;*/
  /*padding: 5px 0 0;*/
  /*list-style-type: none!important;*/
  /*list-style-image: none!important;*/
  /*position: relative;*/
}
#layout >  header .block-menu-block .content ul li:last-child {
  margin-right: -8px;
}
#layout >  header .block-menu-block .content ul li a:hover,
#layout >  header .block-menu-block .content ul li a.active-trail {
  color: #279d93;
  /*border-top:5px solid #cc4e00; margin-top:-10px; padding-top:13px;*/
}
/*
#layout >  header .block-menu-block .content ul li .dropdown-container:hover:after { content:''; position:absolute; top:-5px; left:0; width:100%; height:5px; background-color:#cc4e00; }
#layout >  header .block-menu-block .content .dropdown-menu ul li a:hover:after,
#layout >  header .block-menu-block .content .dropdown-menu ul li a.active-trail:after { display:none; }
*/
/* 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 a {
  position: relative;
  color: #2f2e23;
  text-decoration: none;
  display: block;
  height: 40px;
  padding: 8px 20px 33px 10px;
  font-size:15px;
  font-style: italic;
  line-height: 19px;
  padding-left: 0;
}
#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: 38px;
  left: 0px;
  width: 236px;
  z-index: 100;
  display: none;
}
#layout >  header .block-menu-block .content ul li .dropdown-menu ul {
  float: left;
  background-color: #329e95;
  width: 206px;
  margin: 23px 0px 0px 0px;
  padding: 20px 20px;
}
#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 {
  font-style: normal;
  margin: 0px;
  padding: 6px;
  border: none;
  width: 100%;
  height: auto;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 20px;
  font-size: 15px;
}
#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 {
  text-decoration: underline;
}
#layout >  header .block-menu-block .content ul li .dropdown-menu ul li a:active {
  color: #08665e;
  font-weight: bold;
}
/*
#layout >  header .block-menu-block .content ul li .dropdown-menu ul li:active + li a { border-top: 1px solid #9f511d; }
*/
/*{ border-top:5px solid #cc4e00; }*/

#layout >  header .spanish-menu {
  margin-left: 6px;
}
  /* Utility Nav */
#layout >  header .utility-menu {
  /*width: auto;*/
  /*height: 31px;*/
  /*float: right;*/
  /*margin: 0;*/
}
#layout >  header .utility-menu.spanish-menu li {
  background-color: #452a15;
  display: block;
  width: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
#layout >  header .utility-menu.spanish-menu .menu a {
  font-size: 12px;
  line-height: 9px;
  color: #ffffff;
  font-style: italic;
  overflow: auto;
  padding: 7px;
  text-decoration: none;
  transition:all 200ms ease-out
}
#layout >  header .utility-menu.spanish-menu .menu a:hover {
  padding-top: 17px;
}
#layout >  header .utility-menu li {
  color: #ececec;
  display: block;
  font-size: 1.41em;
  line-height: 15px;
  background: #c3beba;
  float: left;
  margin: 0 6px;
  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 a:hover {
  background-color: #2f2e23;
}
#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 .resources,
#layout >  header .utility-menu .your-state,
#layout >  header .utility-menu .find-a-condition {
  width: auto;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
#layout >  header .utility-menu .resources a,
#layout >  header .utility-menu .your-state a,
#layout >  header .utility-menu .find-a-condition a {
  padding: 8px 10px;
  color: #ffffff;
  font-weight: bold;
  overflow: auto;
  text-decoration: none;
}
#layout >  header .utility-menu .resources {
  background: none repeat scroll 0 0 #09665e;
}
#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: #2f2e23;
}
/* 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 {
  /*clear: both;*/
  /*position: relative;*/
  /*float: right;*/
  /*display: block;*/
  /*margin: 55px 0 0 20px;*/
  /*padding: 0;*/
  /*width: auto;*/
  /*text-align: right;*/
}
#layout >  header .block-search .form-item-search-block-form {
  float: left;
}
#layout >  header .block-search .form-actions {
  float: left;
}
#layout >  header .block-search .form-item {
  margin: 0;
}
#layout >  header .block-search input.form-text {
  opacity: .5;
  width: 48px;
  height: 13px;
  margin: -2px 10px 0 0;
  padding: 3px 0;
  border: none;
  background-color: #ffffff;
  color: #2f2e23;
  /*color:#9a8f86;*/
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  text-align: right;
}
#layout >  header .block-search input.form-submit {
  opacity: .5;
  border: none;
  text-indent: -9999px;
  width: 12px;
  height: 14px;
  background: url("../images/icon-search-new.png") no-repeat scroll center center #ffffff;
  margin: 0;
  padding: 0;
  display: block;
}
#layout >  header .block-search:hover input.form-text,
#layout >  header .block-search:hover input.form-submit {
  opacity: 1;
  color: #2f2e23;
}
#layout >  header .block-search input.form-text:active,
#layout >  header .block-search input.form-text:focus {
  opacity: 1;
  width: 96px;
  color: #2f2e23;
  border-bottom: 1px solid #422c19;
  font-style: normal;
}
/* Transition */
#layout >  header .block-search input.form-text {
  transition: width .25s;
  -webkit-transition: width .25s;
  /* Safari */
}
/* /#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;
  min-height: 560px;
  /*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:not(.tab-box) {
  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;
  font-size: 18px;
}

#layout article section div#block-menu-block-1 {
  margin-bottom: 138px;
}

#layout article section > div#block-menu-block-1 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 {
  color: #329e95;
  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: #279d93;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  text-transform: none;
}
/* 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 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, 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: -11px 0 0;
  border: 1px solid #57ccc2;
  border-left: none;
  text-indent: -9999px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.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;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 116px;
  font-weight: bold;
  padding: 15px 20px 10px;
  /*margin-top:-50px;*/
  color: #31948d;
  background-color: #fff;
  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;*/
  width: 100%;
  /*clear:both; float:left; width:55%;*/
  margin-top: 50px;
}
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: 20px;
}
div.show-conditions .view-content:before,
#block-views-condition-lists-block div.show-conditions .view-content:before {
  background-color: #dff1f0;
  content: '';
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1000%;
}

div.show-conditions .item-list {
  display: flex;
}

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 li.views-row-1 h3 {
  margin-top: 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;
}
ul.blist-a,
.show-conditions .item-list ul,
.view-condition-lists .item-list ul {
  /*width: 278px;*/
  /*float: left;*/
  /*display: block;*/
  display: inline-block;
  padding: 10px 0;
  padding-top: 0;
}

.show-conditions .item-list ul,
.view-condition-lists .item-list ul {
  margin-top: 50px;
}

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;
}

.show-conditions .item-list ul li {
  margin-top: 0;
  margin-bottom: 20px;
}

view-id-condition_lists.view-display-id-block_1.show-conditions .blist-a {
  padding-top: 10px;
}

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; }*/
#layout > article#main-home {
  box-shadow: none;
  padding: 0;
  background: none;
  /*overflow:hidden;*/
}
/*#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);
}
.container,
.region-content-1,
.region-content-2,
.region-content-3,
.region-content-4 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.container:after,
.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 Twitter Block */
.block-twitter-block {
  position: relative;
  background-color: #00abf1;
  /*background:#00abf1 url('../images/icon-twitter-large.png') no-repeat center 40px;*/
  float: left;
  width: 256px;
  min-height: 742px;
  margin: 0 0 90px 10px!important;
  padding: 68px 35px 35px;
  color: #fff;
}
.block-twitter-block .icon-twitter {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 34px;
  margin-left: -17px;
}
.block-twitter-block .view-header * {
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.block-twitter-block p:first-child {
  margin-bottom: 28px;
}
.block-twitter-block .item-list ul {
  margin: 0;
  padding: 0;
}
.block-twitter-block .item-list ul li {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.83em;
  line-height: 1.35em;
  list-style-type: none;
}
.block-twitter-block .item-list ul li a {
  font-weight: bold;
  /*color: #fff;
  font-size: 1.07em;
  margin-right: 10px;*/
}
.block-twitter-block .item-list ul li a:hover,
.block-twitter-block .item-list ul li a:active {
  /*font-weight: bold;
  color: #fff;*/
}
.block-twitter-block .item-list ul li .views-field-created-time {
  display: block;
  line-height: 2em;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
}
/* Home Facebook Feed - Block */
.block-facebook-feed {
  position: relative;
  background-color: #425f9e;
  /*background:#425f9e url('../images/icon-facebook-large.png') no-repeat 144px 40px;*/
  float: left;
  width: 256px;
  margin: 0 0 10px 10px!important;
  padding: 101px 35px 40px;
  color: #fff;
}
.block-facebook-feed .icon-facebook {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 20px;
  margin-left: -10px;
}
.block-facebook-pull .facebook-feed-picture {
  margin-top: 22px;
  /*max-height:83px;*/
  overflow: hidden;
  width: 100%;
}
.block-facebook-pull .facebook-feed-picture img {
  width: 100%;
  height: auto;
}
.block-facebook-pull .facebook-feed-message {
  display: block;
  margin: 0 0 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
}
.block-facebook-pull .facebook-feed-message a {
  color: #fff;
  font-weight: bold;
}
.block-facebook-pull .facebook-feed-time {
  color: #fff!important;
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}
.block-facebook-pull .facebook-feed-time a {
  color: #fff;
}
/*
.block-facebook-feed .block-inner:before { content:''; }
*/
/*
{
background: #cd5a28 url("../images/snapshot-map.png") no-repeat center 87px;
float:right;
padding: 275px 40px 40px 40px;
position:relative;
top:0;
right:0;
width:248px;
z-index:100;
}
*/
/* HOME PAGE - NEW */
body.front .block {
  margin: 0;
}
.hp-newborn-screening {
  float: left;
  width: 368px;
  min-height: 419px;
  margin: 0;
  padding: 50px 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 p:first-child {
  padding-top: 10px;
}
.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.8em;
  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: 278px!important;
  height: 515px;
  right: 272px!important;
  box-shadow: 0px 2px 5px rgba(0, 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, 0.15);
  width: 203px;
  padding: 0;
  height: 49px;
  margin: 31px 0 0 35px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.statebox div.selector span {
  font-size: 1.6em;
  font-weight: bold;
  width: 174px;
  background: #fff url(../images/btn_select-state_thumb.png) no-repeat right;
  border: 1px solid #e6b530;
  color: #c49623;
  height: 24px!important;
  padding: 12px 15px;
  color: #eebd38;
  background-size: 26%;
}
/*
background: #fff url("../images/btn_select-state_thumb.png") no-repeat scroll right center / 26% auto;
border: 1px solid #e6b530;
color: #eebd38;
font-size: 1.6em;
font-weight: bold;
height: 24px !important;
padding: 12px 15px;
width: 174px;
*/
.statebox div.selector select {
  background-color: #fff;
  min-width: 210px;
  height: 49px;
}
.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, 0.15);
  width: 310px;
  padding: 0;
  height: 48px;
  margin: 0;
  box-shadow: 0, 2px, 5px rgba(0, 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, 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: 272px!important;
  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, 0.15);
  z-index: 988;
}
.conditionbox fieldset {
  position: relative;
}
.conditionbox input,
.conditionbox #autocomplete1 {
  font-size: 1.6em;
  width: 123px;
  padding: 0 56px 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: 30px 0 0 36px;
  min-height: 49px;
  height: 49px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 0px 2px 5px rgba(0, 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;
}
.blog-news-title {
  width: 100%;
  clear: both;
  min-height: 157px;
  text-align: center;
}
.blog-news-title h2 {
  font-size: 55px;
  font-style: italic;
  padding: 58px 0 0;
}
body.front .blog-news-title h2 {
  margin: 0;
}
.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/img_sleeping-baby.jpg") no-repeat 0 0;
  clear: both;
  height: 531px;
  width: 100%;
  box-shadow: 0px 3px 2px rgba(0, 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: 2px 0 19px;
  padding-top: 99px;
  text-align: center;
  /* max-width: 754px; */
}
.get-the-facts .content {
  /* max-width:550px;*/
}
.get-the-facts h2,
.get-the-facts .content {
  margin-left: 650px;
  margin-right: 14%;
  /*margin-right: 197px;*/
  /*margin-left: 46.5%;
    margin-right: 14%;*/
}
/*
@media screen and (max-width:1200px){
    .get-the-facts h2,
    .get-the-facts .content {
        margin-right: 197px;
    }
}
@media screen and (max-width:1100px){
    .get-the-facts h2,
    .get-the-facts .content {
        margin-right: 100px;
    }
}
*/
@media screen and (max-width: 1300px) {
  .get-the-facts {
    background-position: -20% 0;
  }
  .get-the-facts h2 {
    font-size: 4.8em;
  }
  .get-the-facts .content p {
    font-size: 1.7em;
  }
  .get-the-facts h2,
  .get-the-facts .content {
    margin-left: 45%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .get-the-facts {
    background-position: -30% 0;
  }
}
.get-the-facts .content p {
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
  /*margin:0 0 0 450px;
  padding:0 0 0 200px;*/
}
.get-the-facts a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.get-the-facts a:hover {
  /*color:#329e95;*/
}
.get-the-facts .what-to-expect {
  text-align: center;
}
.get-the-facts .what-to-expect a {
  background: #fff url("../images/btn_get-the-facts.gif") no-repeat scroll right 0;
  color: #2f2e23;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 39px;
  margin: 12px 0 0 -32px;
  overflow: hidden;
  padding: 12px 55px 0 20px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 110px;
}
.region-article-footer {
  width: 1000px;
  margin: 0 auto;
}
.blog-digest {
  position: relative;
  background: #fffaee;
  float: left;
  margin-left: 100px;
  padding: 0 40px 40px;
  width: 247px;
  margin: 0;
  /*height:590px;*/
}
body.front .blog-digest .view-content {
  position: static;
  width: 244px;
}
body.front .blog-digest img {
  margin: 0px;
  width: 100%;
  height: auto;
}
body.front .blog-digest .view-content > div > a:first-child {
  display: block;
  margin: 0 -40px 0;
  max-height: 110px;
  overflow: hidden;
}
.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;
  margin: 0;
  padding: 0;
}
.blog-digest .tax-term {
  color: #857d77;
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 25px 0 0;
}
.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;
  font-size: 40px;
  line-height: 45px;
  margin: 0;
  padding: 0;
}
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 .body-copy {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}
body.front .blog-digest .more-posts {
  margin: 0;
  position: static;
}
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.front .blog-digest .more-posts a {
  background: #57ccc2 none;
  width: auto;
  height: auto;
  padding: 12px 20px;
  display: inline-block;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
}
.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 {
  position: relative;
  background: #ececec;
  float: right;
  width: 251px;
  padding: 16px 38px;
  position: static;
  min-height: 304px;
}
.national-snapshot {
  background: #cd5a28 url("../images/placeholders/chart.png") no-repeat center -117px;
  padding: 65px 40px 40px 40px;
}
.national-snapshot h2 {
  color: #fff;
  font-size: 4em;
  font-weight: normal;
  line-height: 1.125em;
}
.national-info h2 {
  color: #2f2e23;
  font-size: 4em;
  font-weight: normal;
  line-height: 1.125em;
  margin-bottom: 0;
}
.national-snapshot .content p {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.39em;
}
.national-info .content p {
  color: #2f2e23;
  font-size: 1.8em;
  line-height: 1.39em;
}
.national-snapshot .maplink {
  margin-top: 48px;
}
.national-info .maplink {
  margin-top: -6px;
  text-align: center;
}
.national-snapshot .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;
  display: block;
}
.national-info .maplink a {
  background: #19657a url("../images/use-sm-white.png") no-repeat 135px center;
  color: #fff;
  padding: 14px 68px 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.82em;
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
}
.healthcare-professionals {
  background: #57ccc2 url("../images/hp-bottom_01.jpg") no-repeat right;
  clear: both;
  height: 567px;
  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: 80px 0 0;
  text-align: center;
  max-width: 550px;
  float: left;
  clear: both;
}
.healthcare-professionals .content {
  max-width: 560px;
  float: left;
  clear: both;
  text-align: left;
}
.healthcare-professionals .content p {
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
}
.healthcare-professionals .content p:first-child {
  padding-top: 25px;
}
.healthcare-professionals .content a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.healthcare-professionals .content a:hover {
  color: #fff;
  text-decoration: none;
}
.healthcare-professionals .how-we-can-help {
  text-align: left;
}
.healthcare-professionals .how-we-can-help a {
  background: #fff url('../images/icon_first-aid.png') no-repeat 162px center;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  color: #57ccc2;
  display: inline-block;
  font-size: 0.75em;
  font-weight: bold;
  margin: 9px 0 0 175px;
  padding: 12px 20px 9px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 172px;
}
.healthcare-professionals .how-we-can-help a:hover {
  color: #57ccc2;
}
.healthcare-professionals .how-we-can-help a .icon-med-box {
  background: url("../images/icon-medkit-small.png") no-repeat 0 0;
  float: right;
  width: 30px;
  height: 25px;
  margin: 2px 0 0 10px;
}
.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;
  margin-top: 0;
}
.social-btns {
  padding-bottom: 40px;
}
@media (max-width: 900px) {
  .social-btns {
    /*padding-top: 300px;*/
    padding-bottom: 20px;
  }
}
.share-btn {
  display: block;
  font-size: 22px;
  /*font-weight: bold;*/
  color: #2f2e23;
  /*border: 1px solid #57ccc2;*/
  /*padding: 0px 10px;*/
  /*margin-right: 6px;*/
  cursor: pointer;
  text-align: right;
}
/*a.share-btn.print {*/
  /*color: #cd5a28;*/
  /*border: 1px solid #cd5a28;*/
/*}*/
.share-btn i {
  /*margin-right: 3px;*/
}
.share-btn:hover {
  color: #1d7b87;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -moz-transition: color 0.2s, background-color 0.2s;
  -ms-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
a.share-btn.print:hover {
  color: #1d7b87;
}
div.last-reviewed {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  float: left;
  margin-top: 20px;
}
.last-reviewed p {
  color: #7e7e7e;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 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 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 */
.node-state-information .field-name-body {
  //background: #f3edda;
  /* COMMENTED OUT FOR MOBILE PURPOSES NOT SURE WHY IT'S IN AT ALL*/

  /*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 */
.node-state-information .field-name-field-state-policies-resources {
  background: #dff1f0;
  /* COMMENTED OUT FOR MOBILE PURPOSES NOT SURE WHY IT'S IN AT ALL*/
  /*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, 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 */
.module.select-state-module div.selector {
  width: 202px;
  padding: 0;
  height: 48px;
  box-shadow: 0, 2px, 5px rgba(0, 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, 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 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, 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, 0.15);
}
.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;
  text-transform: capitalize;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}
/*
.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 {  
  font-size: 100%;
  line-height: 1;
  padding-left: 0.5em;
  color:#2f2e23;
}
body.page-search .region-content .content ul.pager li:first-child {
  background: none;
  padding-left: 0;
}
/* Blog */
body.page-blog .blog-article-list li,
body.page-taxonomy .blog-article-list li {
  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 {
  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: #2f2e23;
}
.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, .comment-wrapper div {
  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: #2f2e23;
}
/* 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 .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;
  background-image: none;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  border-radius: 0!important;
}
/* 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;
}
.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-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: -1000%;
  position: absolute;
  top: 0;
  width: 1000%;
}
.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.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;
}
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: visible;
}
.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;*/
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
/*
.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;
}
/* 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, 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, 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 .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 li {
  color: #FFF;
}
#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,
#modules .promos.promo-type02,
#modules .module.global-module {
  /*background-position:0 -230px;*/
  background: #422c19 none;
  border-bottom: 1px solid #311f10;
}
#modules .promos.promo-type03 .content,
#modules .promos.promo-type02 .content,
#modules .module.global-module .content,
#modules .promos.promo-type03 .content p,
#modules .promos.promo-type02 .content p,
#modules .module.global-module .content p {
  color: #f5dcd0;
  font-size: 18px;
  line-height: 25px;
}
#modules .promos.promo-type03 a,
#modules .promos.promo-type02 a,
#modules .module.global-module a {
  color: #f5dcd0;
  text-decoration: underline;
}
#modules .promos.promo-full.promo-type01:hover {
  background-position: -220px 0;
}
#modules .promos.promo-full.promo-type02:hover,
#modules .promos.promo-full.promo-type03:hover,
#modules .module.global-module:hover {
  background-position: -220px -230px;
}
#modules .promos.promo-slim.promo-type01 {
  background-position: 0 0;
}
#modules .promos.promo-slim.promo-type02,
#modules .promos.promo-slim.promo-type03,
#modules .module.global-module {
  background-position: -440px 0;
}
/* State Contacts - View Block */
#modules .promos.promo-type03.contacts .content,
#modules .promos.promo-type02.contacts .content,
#modules .module.global-module.contacts .content {
  color: #fff;
}
#modules .promos.promo-type03.contacts .content h4,
#modules .promos.promo-type02.contacts .content h4,
#modules .module.global-module.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,
#modules .promos.promo-type02.contacts .content p,
#modules .module.global-module.contacts .content p {
  margin-left: 10px;
  font-size: 15px;
  line-height: 20px;
  padding-top: 0;
  color: #fff;
}
#modules .promos.promo-type03.contacts .content a,
#modules .promos.promo-type02.contacts .content a,
#modules .module.global-module.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;
}
.public-square-header-box a.lexicon-term,
.region-content a.lexicon-term,
.region-content-1 a.lexicon-term {
  position: relative;
  z-index: 100;
  color: #bd3632;
  text-decoration: none;
  border-bottom: 1px dotted #bd3632;
}

.contacts h4 a.lexicon-term {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  margin: 25px 0 3px;
  padding: 0;
  text-transform: none;
  color: #2f2e23;
}

a.lexicon-term {
  position: relative;
}

.region-article-asides a.lexicon-term {
  position: relative;
  z-index: 998;
  /*color:#bd3632; text-decoration:none; border-bottom:1px dotted #bd3632;*/
}
.state-header a.lexicon-term .tool-tip-content,
.public-square-header-box a.lexicon-term .tool-tip-content,
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;
}
a.lexicon-term .tool-tip-content .cap,
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,*/
#footer-wrapper {
  width: 100%;
  background-color: #fff;
  clear: both;
}
#pre-footer {
  /*float: left;*/
  /*width: 548px;*/
  /*margin: 0 0 100px;*/
  /*padding: 0 50px 0 0;*/
}
#pre-footer ul.menu li,
#footer ul.menu li {
  margin-top: 5px;
  line-height: 1.67em;
}
#footer {
  /*float: right;*/
  /*width: 349px;*/
  /*margin: 202px 0 0;*/
  /*padding: 0 0 0 52px;*/
  border-left: 1px solid #bdbcb8;
  box-sizing: border-box;
  padding-left: 40px;
}
#footer .region-footer {
  margin: 0;
  padding: 0;
  /*height:285px; position:relative; width:1000px; margin:0 auto; padding:0;*/
}
#footer .region-footer .footerbox {
  margin-top: 40px;
}
#footer .region-footer .footerbox:first-child {
  margin-top: 0;
  margin-bottom: 24px!important;
}
#footer .region-footer .block-title {
  margin-top: 0;
  padding-top: 0;
}
#footer .region-footer p {
  width: auto;
  margin: 0 0 10px;
  color: #5F6368;
  font-size: 14px;
  line-height: 24px;
}
#pre-footer .disclaimer {
  clear: both;
  float: left;
  font-size: 12px;
  line-height: 20px;
}
#pre-footer .copyright {
  color: #60554b;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  margin: 0 0 60px;
}
#pre-footer .copyright .content {
  background: none;
  padding: 0;
  width: auto;
}
#pre-footer .copyright p {
  font-size: 12px;
  line-height: 20px;
}
/*
#footer .copyright { float:right; width:200px; color:#60554b; font-size:12px; line-height:20px; padding:20px 0 0; margin:0 0 20px; text-align:center; }
#footer .copyright .content { background:none!important; padding:0!important; width:auto!important; text-align:right; }
*/
.footer-logo,
body.front .footer-logo {
  background: url(../images/babysFirstTest_logo-wR.svg) no-repeat scroll 50% 50%;
  display: block;
  width: 170px;
  height: 143px;
  /*margin: 0 0 60px;*/
  text-indent: -9999px;
  background-size: 130px;
}
.footer-menu {
  float: left;
  width: 326px;
  padding-left: 40px;
}
.footer-menu li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}
.footer-menu li a {
  font-weight: bold;
}
/*
.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;
}
*/
/* Footer Social Links */
.footer-social,
.footer-social.footerbox {
  clear: both;
  float: left;
  width: 182px;
  margin: 0;
  padding: 0;
}
.footer-social ul {
  margin: 0;
  padding: 0;
}
.footer-social li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-indent: -9999px;
}
.footer-social li a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 10px 10px 0;
  padding: 0;
}
.footer-social .footer-facebook a {
  background-image: url('../images/icon-social-facebook.gif');
}
.footer-social .footer-twitter a {
  background-image: url('../images/icon-social-twitter.gif');
}
.footer-social .footer-pintrest a {
  background-image: url('../images/icon-social-pintrest.gif');
}
.footer-social .footer-instagram a {
  background-image: url('../images/icon-social-intagram.gif');
}
.footer-social .footer-youtube a {
  background-image: url('../images/icon-social-youtube.gif');
}
.footer-about {
  font-size: 16px;
  line-height: 20px;
}
.footerbox {
  font-size: 12px;
  line-height: 20px;
}
.footerbox h2,
.footerbox h2.block-title {
  color: #2f2e23;
  font-size: 20px;
  line-height: 25px;
  margin: 64px 0 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
}
/*
.footerbox .content p {
    margin: 0 0 6px;
	font-size: 15px;
    line-height: 24px;
}
.footerbox .content p:first-child { padding-top:12px; }
*/
.footerbox .content p a {
  text-transform: uppercase;
}
.footerbox .learnmore {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.footerbox .learnmore a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.toolbox {
  position: absolute;
  top: 0;
  width: 270px;
  z-index: 100;
}
.toolbox h2 {
  color: #FFFFFF;
  font-size: 4em;
  font-weight: normal;
  line-height: 1.1em;
  margin: 182px 35px 14px;
}
.toolbox .content p {
  color: #FFFFFF;
  font-size: 1.8em;
  line-height: 1.7em;
  margin: 0 35px;
}
/*
 * Content
 */
.breadcrumb {
  padding-bottom: 0;
  /* Undo system.css */
}
/*h1.title {*/
  /*font-size: 5.5em;*/
  /*font-style: italic;*/
  /*font-weight: normal;*/
  /*line-height: 1em;*/
/*}*/
/* Page Title Stuff */
#page-title {
  text-align: left;
}
/* 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;*/
  padding: 70px 0 10px;
  /*box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);*/
  position: relative;
  z-index: 100;
}
body.section-newborn-screening.node-type-map-page #page-title {
  box-shadow: none;
}
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 30px;
  background-image: none;
}
body.section-newborn-screening #page-title span,
body.section-newborn-screening #page-title.has-parent span {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  /*font-style: italic;*/
  font-style: normal;
  color: #279d93;
  margin-bottom: 5px;
  font-family: "PT Sans";
}
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.node-type-map-page #page-title.has-parent {
  background: url(../images/icon_rusp-usa.gif) no-repeat center 56px !important;
  padding: 120px 0 15px!important;
}
body.node-type-map-page #page-title.has-parent span {
  display: none!important;
}
/* RUSP Map Page */
/*body.page-node-472 #main-wrapper { background-color:#f8f8f8; }
body.page-node-472 #page-title.has-parent { box-shadow:none; }*/
body.section-newborn-screening.node-type-map-page #content-one {
  background-color: #f8f8f8;
  box-shadow: 0px 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-bottom: 100px;
}
.region-content-map {
  background-color: #fff;
  width: 100%;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
  float: left;
  margin: 0;
  position: relative;
  z-index: 3;
}
.region-content-map-inner {
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 30px;
}
.region-content-map + #content-one {
  float: left;
  margin: 0;
  position: relative;
  z-index: 2;
}
/* Update Box */
body.node-type-map-page .has-update-box {
  padding-top: 40px;
}
#update-text {
  position: relative;
  background: #fff url('../images/border-header.png') no-repeat center top;
  margin: 30px 0 -100px;
  padding: 35px 30px 30px;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  -webkit-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
}
#update-text h3 {
  margin: 0 auto 20px;
  padding: 0;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
}
/*#update-text .field-name-field-update-text .field-label { display:none; height:0; }*/
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: 82px;
  height: 57px;
  /*margin: 0 auto;*/
  overflow: hidden;
}
/* Little State Custom Over-rides, to make the State icons look okay. */
body.page-node-226 #title-state svg {
  width: 130px;
  height: 110px;
}
/* Massachusetts */
body.page-node-226 #title-state {
  width: 80px;
}
body.page-node-217 #title-state svg {
  width: 160px;
  height: 125px;
}
/* Connecticut */
body.page-node-218 #title-state svg {
  width: 125px;
  height: 130px;
}
/* Delaware */
body.page-node-225 #title-state svg {
  width: 130px;
  height: 100px;
}
/* Maryland */
body.page-node-232 #title-state svg {
  width: 110px;
  height: 85px;
}
/* New Hampshire */
body.page-node-233 #title-state svg {
  width: 110px;
  height: 85px;
}
/* New Jersey */
body.page-node-239 #title-state svg {
  width: 220px;
  height: 320px;
}
/* Rhode Island */
body.page-node-244 #title-state svg {
  width: 85px;
  height: 135px;
}
/* Vermont */
/*
#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 {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}
tr.odd {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}
div.messages {
  margin: 1.5em 0;
  font-size: 15px;
  line-height: 24px;
  /* Drupal core uses "6px 0" margin */
}
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.warning,
tr.warning {
  /* border: 1px solid #f0c020; */
  /* Drupal core uses: 1px solid #f0c020 */
}
.error {
  /* color: #e55; */
  /* Drupal core uses a #e55 background */
}
.warning {
  /* color: #e09010; */
  /* Drupal core uses a #e09010 background */
}
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 */
}
/*
 * 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.)
 */
/*
 * 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.)
 */
/* -- 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 {
  /* COMMENTED OUT FOR CONDITION LANDING */
  /*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 {
  /*  COMMENTED OUT FOR STATE LANDING */
  /*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 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 img {
  float: left;
  margin: 15px 20px 20px 0;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 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;
}
/* 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, 0.2);
}
#content-two .map-main-number {
  margin: 0;
  padding: 0;
}
/* State Detail */
.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;
}
.conditions-header-box h3, .state-detail-top h3,
.state-detail-top h3 a.lexicon-term {
  border: none;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2f2e23;
  font-style: normal;
}
.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
 */
/*
#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
 */
/* 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: #2f2e23;
}
.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 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: #2f2e23;
  font: 15px/22px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
#email-wrap .email-btn {
  position: absolute;
  bottom: 29px;
  left: 33px;
}
#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: #2f2e23;
  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: 742px;
  }
  .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) {
  /* Resources */
  body.node-type-resource #page-title {
    width: auto!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  body.node-type-resource #page-title .fixed-title {
    width: auto!important;
  }
  body.node-type-resource .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  body.node-type-resource .video-container iframe,
  body.node-type-resource .video-container object,
  body.node-type-resource .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.node-type-resource .field-type-video-embed-field {
    width: auto!important;
  }
  /* RUSP MAP */
  #map #map-intro-text {
    display: none;
  }
  body.section-newborn-screening.node-type-map-page #content-one {
    margin-bottom: 0;
  }
  .region-content-map-inner {
    width: auto;
  }
  .get-the-facts .what-to-expect a {
    padding-top: 16px;
    height: 35px;
  }
  .container {
    width: auto;
    margin: 0;
    padding: 0;
  }
  #pre-footer,
  #footer {
    width: auto;
    margin: 0;
    padding: 0;
    clear: both;
  }
  #footer {
    border-left: none!important;
  }
  #footer p:first-child {
    padding-top: 0;
  }
  #footer .region .block:first-child .block-inner {
    padding-top: 56px;
    border-top: 1px solid #c1bcb7;
  }
  .footer-logo,
  body.front .footer-logo {
    display: none;
  }
  #pre-footer .block.block-footer-about-bft {
    margin-top: 53px!important;
    margin-bottom: 0!important;
  }
  #pre-footer .block.block-footer-about-bft p {
    font-size: 18px;
    line-height: 30px;
  }
  #pre-footer p:first-child {
    padding-top: 0;
  }
  #pre-footer .disclaimer {
    margin-bottom: 5px!important;
  }
  #pre-footer .copyright {
    font-size: 15px;
    margin-bottom: 34px!important;
  }
  #pre-footer .footer-social,
  #pre-footer .footer-social.footerbox {
    margin-bottom: 11px;
  }
  .footer-about {
    width: auto!important;
  }
  #pre-footer .block,
  #footer .block {
    clear: both;
    width: 100%;
    margin: 0 0 5%;
    padding: 0;
  }
  #pre-footer .block .block-inner,
  #footer .block .block-inner,
  #pre-footer .block.footer-menu .copyright .block-inner {
    clear: both;
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }
  #pre-footer .block .block-inner:after,
  #footer .block .block-inner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .region-article-footer {
    width: 100%;
  }
  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: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 .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-green.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: url(../images/babysFirstTest_logo-wR.svg) no-repeat scroll 50% 50% white;
    border-top: 0;
    padding: 5px;
    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 .resources,
  #layout >  header .utility-menu .your-state,
  #layout >  header .utility-menu .find-a-condition {
    height: auto;
    width:33.333333%;
    /*width: 50%;*/
    margin: 0;
    padding: 0;
  }
  #layout >  header .utility-menu .resources a,
  #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: 20px 0 13px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
  }
  #layout >  header .utility-menu .find-a-condition a {
    padding-left: 7px;
    font-size: 15px;
  }
  #layout >  header .utility-menu .twitter,
  #layout >  header .utility-menu .facebook,
  #layout >  header .utility-menu .pinterest,
  #layout >  header .utility-menu .youtube {
    display: none;
  }
  /* 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;
    line-height: 22px;
    margin: 0;
    padding: 0 0 10px;
    color: #978c82;
  }
  #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: #ececec url(../images/border-header.png) repeat-x center bottom;
    width: 100%;
    /*margin: 50px 0 0;*/
    padding: 90px 0 30px;
    position: relative;
    z-index: 0;
  }
  #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 0 18px;
    padding: 0;
    display: block;
    color: #2f2e23;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    height: auto;
  }
  #layout >  header .block-menu-block .content ul li a:hover,
  #layout >  header .block-menu-block .content ul li a.active-trail {
    color: #329e95;
  }
  #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;
  }
  #layout >  header .utility-menu.spanish-menu {
    height: 32px;
    left: 0;
    position: absolute;
    right: 0;
    top: 105px;
    width: 92px;
    z-index: 999;
    margin: 0 auto;
    overflow: visible;
  }
  #layout >  header .utility-menu.spanish-menu li {
    margin: 0;
    padding: 0;
  }
  #layout >  header .utility-menu.spanish-menu .menu a {
    display: block;
    height: 20px;
    width: 92px;
    padding: 6px 4px;
    font-size: 15px;
    line-height: 22px;
    font-style: italic;
  }
  #layout >  header .utility-menu.spanish-menu .menu a:hover {
    padding: 6px 4px;
  }
  /* 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;
    margin-left: 0;
  }
  #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 .block-menu-block {
    margin-bottom: 155px;
  }

  #layout article section > nav#left-nav ul {
    margin: 0;
    padding: 0;
  }
  /* Footer */
  .region-pre-footer,
  .region-footer {
    width: 100%;
  }
  #pre-footer .footerbox,
  #footer .footerbox,
  #footer .disclaimer {
    width: 100%;
    clear: both;
    margin: 0 0 5%!important;
    padding: 0!important;
  }
  #footer .disclaimer {
    margin-bottom: 50px;
  }
  #footer .region-footer .block-title {
    margin-bottom: 10px;
  }
  #footer .region-footer p {
    margin: 0 0 5px;
  }
  /* -- 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: 32px;
    line-height: 38px;
    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: 50%!important;
    margin: 0!important;
    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: 25px;
    font-size: 11px;
  }
  .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 .statebox div.selector {
    margin: 0;
  }
  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: left;
  }
  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 5% 5%;
    width: 90%;
  }
  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-news-title h2 {
    line-height: 56px;
  }
  body.front .blog-digest .more-posts {
    background-position: 58% center;
    width: 100%;
    font-size: 2em;
    position: static;
    text-align: center;
  }
  body.front .blog-digest .view-content {
    position: static;
    margin: 0;
    width: 98%;
  }
  body.front .blog-digest .view-footer {
    margin: 0 5% 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 .block-twitter-block {
    width: 90%;
    margin: 0!important;
    padding-left: 5%!important;
    padding-right: 5%!important;
    padding-bottom: 88px;
    min-height: 0px;
    height: auto;
  }
  body.front .block-facebook-feed {
    width: 90%;
    margin: 0!important;
    padding-left: 5%!important;
    padding-right: 5%!important;
    min-height: 0px;
    height: auto;
    background-position: center 40px;
  }
  body.front .block-facebook-feed .block-inner {
    height: auto;
  }
  body.front .block-facebook-pull .facebook-feed-picture {
    max-height: none;
  }
  body.front .national-info {
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    position: static;
    left: auto;
    clear: both;
  }
  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 {
    text-align: center;
  }
  body.front .healthcare-professionals .how-we-can-help a {
    margin: 40px auto 0;
    font-size: 1em;
    line-height: 2em;
  }
  .footer-menu {
    margin-bottom: 40px !important;
  }
  .footer-menu ul {
    margin: 5px 0 0;
    padding: 0;
    text-align: left;
  }
  .footer-menu li {
    width: 50%;
    margin-bottom: 11px!important;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
  }
  .footer-menu li a {
    display: block;
    font-size: 15px;
  }
  #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: #57ccc2 url("../images/icon-stethescope-lg.png") no-repeat center 6px;
    background-size: 23%;
  }
  .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;
  }
  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 .block-inner {
    width: 90%;
    margin: 0 5%;
  }
  .map-main-number img {
    width: 100%;
    min-height: auto;
  }
  .national-snapshot {
    width: auto;
    margin: 0;
  }
  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%;
  }
}
div#block-block-102 div#map_outer {
  display: none;
}
/* -- Survey Pop Up -- */
/*efefef*/
#meerkat-wrap {
  width: 432px!important;
  position: fixed!important;
  z-index: 499!important;
  top: auto!important;
  bottom: 30px!important;
  right: 30px!important;
  left: auto!important;
  background: #fff url("../images/bkg_line-popup.jpg") repeat-x 50px 0;
  margin: 0!important;
  padding: 56px 30px 30px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 8px 21px;
}
#meerkat-container {
  background-color: #fff!important;
  margin: 0!important;
  padding: 0!important;
}
.meercat {
  position: static!important;
}
.meercat:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.meercat .btn-close {
  position: absolute;
  top: 26px;
  right: 20px;
  background: url("../images/icon_close-popup.png") no-repeat 0 0;
  width: 14px;
  height: 14px;
  overflow: hidden;
  text-indent: -9999px;
}
.meercat .block-title {
  margin: 0 0 30px;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.meercat .content form p {
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  margin: 0 0 10px;
  padding: 0;
}
.meercat .content form p:first-child {
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 20px;
}
.meercat .btn {
  float: left;
  border: none;
  background-color: #57ccc2;
  outline: none;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  font-style: italic;
  margin: 20px 10px 0 0;
  padding: 5px 10px;
}
.meercat .btn.btn-link {
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 23px 0 0;
  font-size: 12px;
  line-height: 25px;
  color: #373737;
  font-weight: normal;
  font-style: normal;
}
.meercat .btn:last-child {
  margin-right: 0;
}
.meercat form input[type="radio"] {
  vertical-align: text-top;
}
@media screen and (max-width: 900px) {
  #meerkat-wrap {
    width: 86%!important;
    right: 2%!important;
    bottom: 2%!important;
    top: 0!important;
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* hide form until wrapped */
.meercat {
  display: none;
}
#meerkat-wrap .meercat {
  display: block;
}
/* -- Contact Form -- */
#contact-site-form {
  padding-top: 5px;
}
#contact-site-form .form-item .form-text {
  font-size: 1.3em;
  font-weight: bold;
  width: 270px;
  padding: 0 17px;
  /*background: white url("../images/icon-condition.png") no-repeat top right;*/
  border: 1px solid #57ccc2;
  text-transform: uppercase;
  border-radius: 0;
  color: #57ccc2;
  margin: 0;
  min-height: 55px;
  height: 55px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
#contact-site-form .form-type-select div.selector {
  font-size: 1.3em;
  font-weight: bold;
  width: 305px;
  padding: 0;
  border: 1px solid #57ccc2;
  text-transform: uppercase;
  border-radius: 0;
  color: #57ccc2;
  margin: 0;
  min-height: 55px;
  height: 55px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
#contact-site-form .form-type-select div.selector select {
  height: 55px;
  min-width: 306px;
}
#contact-site-form .form-type-select div.selector {
  color: #57ccc2;
}
#contact-site-form .form-type-select div.selector span {
  width: 270px;
  padding: 14px 17px;
  background: white url("../images/btn_arrow-down.png") no-repeat scroll 271px 23px;
  text-transform: uppercase;
  border-radius: 0;
  color: #57ccc2;
  margin: 0;
  /*border:1px solid #57ccc2;
    box-shadow:0px 2px 5px rgba(0,0,0,.15);*/
}
#contact-site-form .form-type-select div.selector span:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  border-left: 1px solid #57ccc2;
}
#contact-site-form .form-item textarea {
  font-size: 1.3em;
  font-weight: bold;
  width: 400px;
  padding: 17px 17px;
  border: 1px solid #57ccc2;
  text-transform: uppercase;
  border-radius: 0;
  color: #57ccc2;
  margin: 0;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
#contact-site-form .form-item-mail {
  margin-bottom: 40px;
}
#contact-site-form .form-item .form-text:hover,
#contact-site-form textarea:hover,
#contact-site-form select:hover,
#contact-site-form .form-type-select div.selector:hover {
  color: #27968f;
  border: 1px solid #27968f;
}
#contact-site-form ::-webkit-input-placeholder {
  color: #57ccc2;
}
#contact-site-form ::-moz-placeholder {
  color: #57ccc2;
  opacity: 1;
}
#contact-site-form :-ms-input-placeholder {
  color: #57ccc2;
}
#contact-site-form .captcha ::-webkit-input-placeholder {
  color: #282218;
}
#contact-site-form .captcha ::-moz-placeholder {
  color: #282218;
  opacity: 1;
}
#contact-site-form .captcha :-ms-input-placeholder {
  color: #282218;
}
#contact-site-form .captcha.form-wrapper {
  margin-top: 40px;
  font-size: 12px;
  color: #2f2e23;
}
#contact-site-form .captcha.form-wrapper legend {
  font-weight: bold;
}
/* homepage promo banner */
.view-header-promo-banner {
  min-height: 100px;
  width: 100%;
  padding: 30px 0 40px 0;
  background: url('../images/border-header.png') bottom center repeat-x;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 400;
}
.view-header-promo-banner .view-content {
  max-width: 670px;
  margin: 0 auto;
}
.view-header-promo-banner h4 {
  padding-top: 50px;
  background: url('../images/icon-megaphone.png') no-repeat center top;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.view-header-promo-banner h4 a {
  color: #0fb0a2;
}
.view-header-promo-banner .description {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  color: #626262;
}
.view-header-promo-banner p.description {
  padding-top: 0;
}
.view-header-promo-banner a.learnmore {
  text-transform: uppercase;
  color: #57ccc2;
  font-weight: bold;
  margin-left: 10px;
}
.view-header-promo-banner a.learnmore:hover {
  color: #0fb0a2;
}
@media only screen and (max-width: 768px) {
  .view-header-promo-banner .view-content {
    max-width: none;
    padding: 0 20px;
  }
}
body.page-node-478 #page-title {
  /*height: auto;*/
  /*min-height: 60px;*/
  /*background: url(../images/icon-Resource-.svg) no-repeat center 56px #fff !important;*/
  /*padding-top: 121px !important;*/
  font-weight: normal;
  font-style: italic;
  background: #ffffff;
  padding-top: 20px
}
@media (max-width: 900px) {
  body.page-node-478 #page-title {
    /*background-position-y: 40px !important;*/
    /*padding-top: 106px !important;*/
    /*line-height: 1.2em;*/
  }
}
body.page-node-478 #block-system-main {
  margin-top: 72px;
  color: #2f2e23;
}
body.page-node-478 article {
  background: #f5f5f5;
  overflow: hidden;
}
body.page-node-478 .block.block-views {
  margin-bottom: 0px;
}
@media (max-width: 900px) {
  body.page-node-478 #block-system-main {
    margin-top: 35px;
  }
  body.page-node-478 #block-system-main p {
    line-height: 25px;
  }
}
/*#layout > article {
  overflow: hidden;
  width: 100%;
}
*/
.view-resource-landing .view-filters {
  padding-bottom: 60px;
  font-size: 15px;
  color: #2f2e23;
  /*
        .form-item-title::after {
            
            content: "\f105";
            font-family: FontAwesome;
            position: relative;
            right: 56px;
            top: 5px;
            font-size: 24px;
            font-weight: bold;
            color: #57ccc2;
            border-left: 1px solid #57ccc2;
            padding: 12px 23px 12px 23px;
            cursor: pointer;
            @media (max-width: 900px) {
                right: 20px;
                border: 1px solid #57ccc2;
                background: #fff;
                padding-right: 19px;
                padding-top: 14px;
            }
        }
*/
}
.view-resource-landing .view-filters .views-widget-filter-title {
  float: none;
  margin-top: -2px;
}
@media (max-width: 900px) {
  .view-resource-landing .view-filters .views-widget-filter-title {
    padding: 6px 0 0 0;
  }
}
.view-resource-landing .view-filters .bef-secondary-options > .form-item > label {
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 900px) {
  .view-resource-landing .view-filters .bef-secondary-options > .form-item > label {
    font-size: 16px;
  }
}
.view-resource-landing .view-filters .views-exposed-widget#edit-title-wrapper > label {
  display: none;
}
.view-resource-landing .view-filters #edit-title {
  border: 1px solid #57ccc2;
  padding: 15px;
  width: 357px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  background: url('/sites/all/themes/bft_v2/images/icon-arrow-right.png') #fff;
  background-repeat: no-repeat;
  background-position: right;
  border-right-width: 0px;
}
@media (max-width: 900px) {
  .view-resource-landing .view-filters #edit-title {
    padding: 14px 14px 14px 19px;
    width: 90%;
    margin-bottom: 20px;
  }
}
.view-resource-landing .view-filters ::-webkit-input-placeholder {
  color: #57ccc2;
  font-style: italic;
  font-weight: bold;
}
.view-resource-landing .view-filters ::-moz-input-placeholder {
  color: #57ccc2;
  font-style: italic;
  font-weight: bold;
}
.view-resource-landing .view-filters :-ms-input-placeholder {
  color: #57ccc2;
  font-style: italic;
  font-weight: bold;
}
@media (max-width: 900px) {
  .view-resource-landing .view-filters #filter-clear {
    display: none;
  }
}
@media (max-width: 900px) {
  .view-resource-landing .view-filters #edit-secondary-wrapper legend {
    padding-top: 11px;
    margin-left: -2px;
  }
  .view-resource-landing .view-filters #edit-secondary-wrapper legend span {
    background-image: none;
    padding-left: 0px;
  }
  .view-resource-landing .view-filters #edit-secondary-wrapper legend span a {
    background-color: #57ccc2;
    padding: 14px 68px 15px 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-image: url('../images/icon-arrow-down.png');
    background-repeat: no-repeat;
    background-position: right;
  }
  .view-resource-landing .view-filters #edit-secondary-wrapper legend span a span.summary {
    display: none;
  }
  .view-resource-landing .view-filters #edit-secondary-wrapper legend span a::before {
    content: 'SHOW MORE ';
  }
  .view-resource-landing .view-filters #edit-secondary-wrapper fieldset:not(.collapsed) {
    padding-bottom: 75px;
  }
  .view-resource-landing .view-filters #edit-secondary-wrapper fieldset:not(.collapsed) legend {
    position: absolute;
    bottom: 0;
  }
  .view-resource-landing .view-filters #edit-secondary-wrapper fieldset:not(.collapsed) legend span a {
    display: block;
    background-image: url('../images/icon-arrow-up.png');
  }
  .view-resource-landing .view-filters #edit-secondary-wrapper fieldset:not(.collapsed) legend span a::before {
    content: 'HIDE ';
  }
}
@media (min-width: 900px) {
  .view-resource-landing .view-filters #edit-secondary-wrapper legend {
    display: none !important;
  }
  .view-resource-landing .view-filters #edit-secondary-wrapper .fieldset-wrapper {
    display: block !important;
  }
  .view-resource-landing .view-filters #edit-secondary-wrapper .fieldset-wrapper .form-item.form-type-select {
    float: left;
  }
  .view-resource-landing .view-filters #edit-secondary-wrapper .bef-secondary-options {
    float: left;
  }
  .view-resource-landing .view-filters #edit-secondary-wrapper fieldset.collapsed {
    height: auto;
  }
  .view-resource-landing .view-filters #edit-secondary-wrapper .form-item-field-created-for-tid {
    margin-left: 88px;
  }
}
.view-resource-landing .view-filters .form-item {
  margin-top: 19px;
}
@media (max-width: 900px) {
  .view-resource-landing .view-filters .form-item {
    margin-top: 30px;
  }
}
.view-resource-landing .view-filters .form-item.form-type-bef-checkbox {
  margin-top: 21px;
}
@media (max-width: 900px) {
  .view-resource-landing .view-filters .form-item.form-type-bef-checkbox {
    margin-top: 26px;
    font-size: 19px;
  }
  .view-resource-landing .view-filters .form-item.form-type-bef-checkbox:first-child {
    margin-top: 10px;
  }
}
.view-resource-landing .view-filters .form-item.form-item-title {
  margin-top: -1px;
}
.view-resource-landing .view-filters .form-item input[type="checkbox"] {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/checkbox.png) left -20px no-repeat;
  cursor: pointer;
  border: none;
}
.view-resource-landing .view-filters .form-item input[type="checkbox"]:checked {
  background: url(../images/checkbox.png) left top no-repeat;
}
.view-resource-landing .view-filters #filter-clear {
  font-weight: bold;
  padding: 37px 0 0px;
}
.view-resource-landing .view-filters #filter-clear a {
  font-style: italic;
  text-decoration: underline;
  padding-left: 10px;
}
.view-resource-landing .view-filters #filter-clear a,
.view-resource-landing .view-filters #filter-clear a:visited {
  color: #0daba1;
}
.view-resource-landing .view-filters #legend {
  padding-top: 5px;
  padding-left: 427px;
  color: #857d77;
}
@media (max-width: 900px) {
  .view-resource-landing .view-filters #legend {
    padding-left: 0px;
  }
}
.view-resource-landing .view-filters #legend #key {
  margin-top: 15px;
  font-style: italic;
  font-weight: bold;
}
.view-resource-landing .view-filters #legend .legend-item {
  margin-top: 20px;
  line-height: 24px;
}
.view-resource-landing .view-filters #legend img {
  width: 20px;
  height: 20px;
  padding-right: 10px;
  padding-bottom: 5px;
  float: left;
  box-shadow: none;
}
.view-resource-landing .view-filters .views-submit-button {
  display: none;
}
.view-resource-landing #resource-landing-results-wrap {
  /*background: #ffffff;*/
  /*margin-left: -1000px;*/
  /*padding-left: 1000px;*/
  /*margin-right: -1000px;*/
  /*box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.15);*/
  /*margin-top: 25px;*/
}
.view-resource-landing #resource-landing-results-wrap.no-shadow {
  padding-bottom: 44px;
}
.view-resource-landing .view-header {
  font-size: 30px;
  line-height: 40px;
  color: #2f2e23;
  padding-top: 20px;
}
.view-resource-landing .view-content {
  padding-top: 30px;
  /*background: #fff;*/
}
@media (max-width: 900px) {
  .view-resource-landing .view-content {
    padding-top: 53px;
    /*margin-right: 1000px;*/
  }
}
.view-resource-landing .view-content .views-row {
  padding-bottom: 60px;
}
.view-resource-landing .view-content .views-row::after {
  display: table;
  content: '';
  clear: both;
}
.view-resource-landing .view-content .views-field-field-type {
  font-size: 15px;
  font-weight: bold;
  color: #857d77;
}
.view-resource-landing .view-content .views-field-field-type .field-content {
  padding-right: 3px;
  text-transform: uppercase;
}
.view-resource-landing .view-content .views-field-field-type .field-content::after {
  content: ' | ';
}
.view-resource-landing .view-content .views-field-field-published {
  padding-top: 2px;
  font-size: 12px;
  font-style: italic;
  color: #2f2e23;
}
@media (max-width: 900px) {
  .view-resource-landing .view-content .views-field-field-published {
    padding-top: 0px;
    font-size: 15px;
  }
}
.view-resource-landing .view-content .views-field-title {
  clear: both;
  margin-top: 12px;
  margin-bottom: 23px;
}
@media (max-width: 900px) {
  .view-resource-landing .view-content .views-field-title {
    margin-top: 6px;
  }
}
.view-resource-landing .view-content .views-field-title a {
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  line-height: 35px;
  color: #0daba1;
}
.view-resource-landing .view-content .views-field-field-produced-by {
  font-size: 15px;
  color: #2f2e23;
}
.view-resource-landing .view-content .views-field-field-icon img {
  width: 20px;
  height: 20px;
  padding-left: 10px;
}
.view-resource-landing .item-list .pager {
  border-bottom-width: 0px;
  border-top: 1px solid #ccc;
  /*width: 600px;*/
}
body.node-type-resource #page-title {
  height: auto;
  min-height: 110px;
  /*background: url(../images/icon-Resource-.svg) no-repeat center 50px !important;*/
  padding: 79px 0 39px!important;
  font-size: 40px;
  line-height: 46px;
  font-weight: normal;
  font-style: italic;
}
body.node-type-resource #page-title .fixed-title {
  font-style: normal;
  line-height: 60px;
  height: auto;
  max-width: 720px;
  font-weight: 700;
  font-size: 45px;
}
body.node-type-resource #page-title span {
  margin-bottom: 10px!important;
}
body.node-type-resource .icon-pdf {
  background: url('../images/icon-Resource-PDFDownload.svg') no-repeat 0 0;
  display: inline-block;
  width: 19px;
  height: 26px;
}
body.node-type-resource .icon-website {
  background: url('../images/icon-website.png') no-repeat 0 0;
  display: inline-block;
  width: 25px;
  height: 21px;
}
body.node-type-resource .resource-btn .btn {
  display: inline-block;
  background-color: #57ccc2;
  margin: 0 0 64px;
  padding: 13px 20px;
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
body.node-type-resource .resource-btn .btn i {
  float: right;
  margin: 0 0 0 20px;
}
body.node-type-resource .resource-btn .btn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.node-type-resource .resource-content {
  font-size: 15px;
  line-height: 25px;
  color: #2f2e23;
 /* padding: 48px 0 0 !important;*/
}
body.node-type-resource .resource-content p {
  padding-top: 0;
}
body.node-type-resource .resource-content p .label {
  text-transform: uppercase;
  color: #857d77;
  font-weight: bold;
}
body.node-type-resource .resource-content a {
  font-weight: bold;
  color: #0daba1;
}
body.node-type-resource .resource-produced-by {
  font-size: 18px;
  line-height: 35px;
}
body.node-type-resource .resource-produced-by .field-name-field-icon {
  display: inline-block;
  width: 35px;
  margin: 0 0 0 5px;
}
body.node-type-resource .resource-produced-by .field-name-field-icon img {
  margin-top: -3px;
}
body.node-type-resource .resource-spec-group {
  margin-bottom: 58px;
}
body.node-type-resource .resource-type a {
  font-weight: normal;
  color: #2f2e23;
}
body.node-type-resource .field-type-video-embed-field {
  width: 600px;
  margin: 0 0 64px;
  padding: 0;
}
body.node-type-resource .field-type-video-embed-field a {
  font-weight: normal;
  color: #2f2e23;
}
body.node-type-resource body.node-type-resource .resource-printed-request-form form .resource-btn .btn {
  display: inline-block;
  background-color: #57ccc2;
  margin: 0 0 64px;
  padding: 13px 20px;
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
body.node-type-resource body.node-type-resource .resource-printed-request-form form .resource-btn .btn i {
  float: right;
  margin: 0 0 0 20px;
}
body.node-type-resource body.node-type-resource .resource-printed-request-form form .resource-btn .btn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.node-type-resource .resource-printed-request-form {
  background-color: #ececec;
  border: medium none;
  float: left;
  position: relative;
  margin: 60px 0 0;
  padding: 35px 45px 40px 0;
}
body.node-type-resource .resource-printed-request-form .links {
  display: none;
}
body.node-type-resource .resource-printed-request-form:before {
  background-color: #ececec;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
}
body.node-type-resource .resource-printed-request-form h2 {
  font-size: 26px;
  line-height: 30px;
  font-style: italic;
  font-weight: normal;
  padding-top: 0;
  margin-bottom: 8px;
}
body.node-type-resource .resource-printed-request-form p {
  font-size: 15px;
  line-height: 25px;
}
body.node-type-resource .resource-printed-request-form form {
  margin-top: 45px;
}
body.node-type-resource .resource-printed-request-form .form-item {
  margin: 0 0 25px;
}
body.node-type-resource .resource-printed-request-form label {
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  font-style: italic;
  width: auto;
  float: none;
  margin: 0 0 2px;
  text-align: left;
}
body.node-type-resource .resource-printed-request-form label .form-required {
  display: none;
}
body.node-type-resource .resource-printed-request-form .form-text {
  background-color: #fff;
  border: 1px solid #6bd0c8;
  width: 364px;
  height: 38px;
  margin: 0;
  padding: 5px;
}
body.node-type-resource .resource-printed-request-form .form-text#edit-submitted-quantity-requested {
  width: 184px;
}
body.node-type-resource .resource-printed-request-form .form-textarea {
  background-color: #fff;
  border: 1px solid #6bd0c8;
  width: 552px;
  height: 130px;
  margin: 0;
  padding: 17px 20px;
}
body.node-type-resource .resource-printed-request-form .form-actions {
  margin: 0;
  padding: 6px 0 0;
}
body.node-type-resource .resource-printed-request-form .form-submit {
  display: inline-block;
  background-color: #57ccc2;
  margin: 0;
  padding: 11px 16px 8px;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
body.node-type-resource .resource-printed-request-form .form-text,
body.node-type-resource .resource-printed-request-form .form-textarea,
body.node-type-resource .resource-printed-request-form .required {
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  font-weight: normal;
  color: #2f2e23;
}
.resource-learn-more h3 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 25px!important;
  padding: 0;
  color: #fff;
}
.resource-learn-more h4 {
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #fff;
}
.resource-learn-more p {
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 25px;
  padding: 0;
  color: #fff;
}
.resource-learn-more a {
  font-weight: bold;
  color: #57ccc2!important;
  text-decoration: none!important;
}
.resource-learn-more a:hover {
  text-decoration: underline!important;
}
#block-views-related-resources-block-1 {
  background: #ececec;
  color: #2f2e23;
}
#block-views-related-resources-block-1 .block-title {
  color: #2f2e23 !important;
}
.related-resources {
  padding: 60px 37px;
}
.related-resources .block-title {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 15px!important;
  padding: 0;
  color: #fff;
}
.related-resources .views-row > div:first-child > div {
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 5px;
  color: #000;
}
.related-resources .views-row {
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 25px;
  padding: 0;
  color: #fff;
}
.related-resources a {
  font-weight: bold;
  color: #57ccc2!important;
  text-decoration: none!important;
}
.related-resources a:hover {
  text-decoration: underline!important;
}
@media (max-width: 900px) {
  body.node-type-resource .resource-printed-request-form {
    padding: 40px;
  }
  body.node-type-resource .resource-printed-request-form .form-text,
  body.node-type-resource .resource-printed-request-form .form-textarea,
  body.node-type-resource .resource-printed-request-form .required {
    width: 90%;
  }
  body.node-type-resource .resource-printed-request-form:before {
    display: none;
  }
}
body.page-node-480 #page-overlay {
  background-image: url('../overlays/BFT-Interior-4AskExpert.jpg');
  background-position-y: 30px;
}
/*#block-block-109 {*/
  /*background: #422b19;*/
  /*padding: 36px 68px 36px 36px;*/
/*}*/
/*#block-block-109 .content p {*/
  /*color: #f5ddd1;*/
  /*font-size: 16px;*/
/*}*/
.ask-an-expert-promo .content a {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background-color: #57ccc2;
  /*padding: 10px 17px;*/
  font-size: 15px;
}
body.page-node-480 #page-title {
  padding: 48px 0 0 0;
}
body.page-node-480 .region-content {
  margin-top: 38px !important;
}
body.page-node-480 #webform-client-form-480 > div {
  margin-top: 50px;
  padding-bottom: 35px;
}
body.page-node-480 #webform-client-form-480 > div label {
  float: none;
  text-align: left;
  font-style: italic;
  font-size: 15px;
  font-weight: bold;
}
body.page-node-480 #webform-client-form-480 > div span.form-required {
  display: none;
}
body.page-node-480 #webform-client-form-480 > div input {
  margin-top: 3px;
  height: 30px;
  padding: 10px 10px 10px 20px;
  width: 478px;
  border-color: #57ccc3;
  border-radius: 0;
  font-size: 15px;
  color: #857d77;
}

body.page-node-480 #webform-client-form-480 .consent-webform.form-item.webform-component.webform-component-checkboxes.webform-component--consent input {
    -webkit-appearance: checkbox;
    width: 15px;
    height: initial;
    vertical-align: middle;
    float: left;
}

body.page-node-480 #webform-client-form-480 div.consent-webform label.option {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

@media (max-width: 900px) {
  body.page-node-480 #webform-client-form-480 > div input {
    width: calc( 100% - 30px );
  }
}
body.page-node-480 #webform-client-form-480 > div ::-webkit-input-placeholder {
  color: #857d77;
}
body.page-node-480 #webform-client-form-480 > div ::-moz-input-placeholder {
  color: #857d77;
}
body.page-node-480 #webform-client-form-480 > div :-ms-input-placeholder {
  color: #857d77;
}
body.page-node-480 #webform-client-form-480 > div textarea {
  width: 500px;
  height: 130px;
  margin-top: 2px;
  color: #000;
  border: 1px solid #57ccc3;
  -webkit-appearance: none;
  resize: none;
}
@media (max-width: 900px) {
  body.page-node-480 #webform-client-form-480 > div textarea {
    width: 100%;
  }
}
body.page-node-480 #webform-client-form-480 > div .webform-component-textarea {
  margin-top: 22px;
}
body.page-node-480 #webform-client-form-480 > div .no-input {
  visibility: hidden;
}
body.page-node-480 #webform-client-form-480 > div .form-submit {
  margin-top: 6px;
  width: auto;
  height: auto;
  padding: 15px 19px;
  background: #57ccc3;
  color: #fff;
}
body.page-node-480 #node-480 .webform-confirmation,
body.page-node-480 #node-480 .webform-submission {
  font-size: 15px;
  padding-left: 0px;
}
body.page-node-480 #node-480 .links {
  display: none;
}
body.page-node-480 #block-views-clone-of-faq-block {
  padding-left: 1000px;
  padding-right: 47px;
  padding-top: 43px;
  margin-left: -1000px;
  margin-bottom: 0px;
  background: #f5f5f5;
}
@media (max-width: 900px) {
  body.page-node-480 #block-views-clone-of-faq-block {
    width: 100%;
  }
}
body.page-node-480 #block-views-clone-of-faq-block .block-inner {
  background: #fff;
  padding-left: 22px;
  border: 1px solid #57ccc3;
}
body.page-node-480 #block-views-clone-of-faq-block .block-inner h2 {
  font-size: 25px;
  font-style: italic;
  padding-top: 8px;
}
body.page-node-480 #block-views-clone-of-faq-block .block-inner h2::after {
  content: '(click to jump down)';
  font-size: 12px;
  margin-left: 8px;
}
body.page-node-480 #block-views-clone-of-faq-block .block-inner .views-row {
  font-size: 12px;
  padding: 6px 0 22px;
}
body.page-node-480 #block-views-clone-of-faq-block .block-inner .views-row a,
body.page-node-480 #block-views-clone-of-faq-block .block-inner .views-row a:visited {
  color: #0daba1;
  text-decoration: underline;
  font-weight: bold;
}
body.page-node-480 #block-views-clone-of-faq-block .block-inner .views-row:last-child {
  padding-bottom: 18px;
}
body.page-node-480 #block-views-clone-of-faq-block-1 {
  padding-left: 1000px;
  padding-right: 47px;
  padding-top: 16px;
  padding-bottom: 30px;
  margin-left: -1000px;
  background: #f5f5f5;
}
@media (max-width: 900px) {
  body.page-node-480 #block-views-clone-of-faq-block-1 {
    width: 100%;
  }
}
body.page-node-480 #block-views-clone-of-faq-block-1 .view-content {
  padding-top: 25px;
}
body.page-node-480 #block-views-clone-of-faq-block-1 .views-field-title {
  font-size: 30px;
  line-height: 36px;
  font-style: italic;
  color: #d09606;
  padding-top: 11px;
}
body.page-node-480 #block-views-clone-of-faq-block-1 .views-field-title span {
  padding-right: 8px;
}
body.page-node-480 #block-views-clone-of-faq-block-1 .views-field-title span span.clone-of-faq-q {
  font-weight: bold;
}
body.page-node-480 #block-views-clone-of-faq-block-1 .views-field-title span.field-content {
  display: block;
}
body.page-node-480 #block-views-clone-of-faq-block-1 .views-field-body {
  padding-top: 25px;
}
body.page-node-480 #block-views-clone-of-faq-block-1 .views-field-body * {
  padding-top: 0px;
  font-size: 15px;
  line-height: 25px;
}
body.page-node-480 #block-views-clone-of-faq-block-1 .views-field-body ol {
  padding-left: 28px;
}
body.page-node-77 #page-overlay {
  background: url('../overlays/BFT-Interior-3StandardPage.jpg') no-repeat center 430px;
}
#block-webform-client-block-497,
#block-webform-client-block-496 {
    /*padding-left: 84px;*/
    /*background: url('../images/BFTIcon.svg') no-repeat;*/
    background-position-y: 12px;
    border-top: 1px solid #ccc;
}
#block-webform-client-block-497 h2,
#block-webform-client-block-496 h2 {
  display: none;
}
#block-webform-client-block-497 .webform-confirmation,
#block-webform-client-block-496 .webform-confirmation {
  font-size: 15px;
  margin: 0;
}
#block-webform-client-block-497 .links,
#block-webform-client-block-496 .links {
  display: none;
}
#block-webform-client-block-497 .form-actions input,
#block-webform-client-block-496 .form-actions input {
  background: #57ccc3;
  padding: 15px 20px;
  margin-right: 19px;
}
#block-webform-client-block-497 p + p,
#block-webform-client-block-496 p + p {
  padding-top: 12px;
  margin-bottom: 13px;
}
#block-webform-client-block-497 .ajax-progress,
#block-webform-client-block-496 .ajax-progress,
#block-webform-client-block-497 .ajax-progress-loading,
#block-webform-client-block-496 .ajax-progress-loading {
  display: none;
}
#block-webform-client-block-496 .form-required {
  display: none;
}
#block-webform-client-block-496 label {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  color: #2f2e23;
}
#block-webform-client-block-496 textarea {
  border-color: #57ccc3;
  color: #000;
  resize: none;
  -webkit-appearance: none;
  padding:20px;
}
#block-webform-client-block-496 input.email {
  border-color: #57ccc3;
  border-radius: 0px;
  width: calc( 100% - 42px );
  background: #fff;
  padding:20px;
  color:black;
  font-size:15px;
}

#block-webform-client-block-496 input.email::-webkit-input-placeholder  {
    
    color:gray;
}

div#webform-ajax-wrapper-496{
    padding:5px;
}

div#resource-landing-results-wrap div.view-empty p:first-child {
    font-size: 40px;
    line-height: 40px;
    color: #2f2e23;
    padding-top: 44px;}
    
    
.page-node-478 .field-name-body p {
    margin-bottom:0;
}

.resources-right-promo {
  /*padding: 65px 36px 30px;*/
  /*background: #08665e url(../images/icon-Resource-RightRailFitted.svg) no-repeat center 0px;*/
  background: url(../images/border-header.png) repeat-x scroll center top #F6F6F6;
  /* REWORKED TO MAKE SPACING BELOW PAGE TOP ON STATE LANDING */
  margin-top: 20px;
}

.resources-right-promo .content a{
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background-color: #57ccc2;
    padding: 15px 24px;
    font-size:15px;    
}

.webform-url-descriptor {
    position: absolute;
    left: -5000px;
}


span.wysiwyg-button {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background-color: #57ccc2;
  padding: 15px 24px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,.15);
}
.cols .col-1 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 6.89655%;
}

.cols .col-2 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 17.24138%;
}

.cols .col-3 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 27.58621%;
}

.cols .col-4 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 37.93103%;
}

.cols .col-5 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 48.27586%;
}

.cols .col-6 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 58.62069%;
}

.cols .col-7 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 68.96552%;
}

.cols .col-8 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 79.31034%;
}

.cols .col-9 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 89.65517%;
}

.cols .col-10 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 100%;
}

.cols {
  clear: both;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 20px;
  width: auto;
}
.cols::after {
  clear: both;
  content: '';
  display: table;
}
.cols .col-indent-1 {
  margin-left: 10.3%;
}
.cols .col-indent-2 {
  margin-left: 20.7%;
}
.cols .col-indent-3 {
  margin-left: 31.1%;
}
.cols .col-indent-4 {
  margin-left: 40.1%;
}
.cols .col-indent-5 {
  margin-left: 50.1%;
}
.cols .col-indent-6 {
  margin-left: 60.1%;
}
.cols .col-indent-7 {
  margin-left: 70.1%;
}
.cols .col-indent-8 {
  margin-left: 80.1%;
}
.cols .col-indent-9 {
  margin-left: 90.1%;
}
.cols .col-1:last-child {
  float: right;
  margin-right: 0;
}
.cols .col-1:only-child {
  float: left;
}
.cols .col-2:last-child {
  float: right;
  margin-right: 0;
}
.cols .col-2:only-child {
  float: left;
}
.cols .col-3:last-child {
  float: right;
  margin-right: 0;
}
.cols .col-3:only-child {
  float: left;
}
.cols .col-4:last-child {
  float: right;
  margin-right: 0;
}
.cols .col-4:only-child {
  float: left;
}
.cols .col-5:last-child {
  float: right;
  margin-right: 0;
}
.cols .col-5:only-child {
  float: left;
}
.cols .col-6:last-child {
  float: right;
  margin-right: 0;
}
.cols .col-6:only-child {
  float: left;
}
.cols .col-7:last-child {
  float: right;
  margin-right: 0;
}
.cols .col-7:only-child {
  float: left;
}
.cols .col-8:last-child {
  float: right;
  margin-right: 0;
}
.cols .col-8:only-child {
  float: left;
}
.cols .col-9:last-child {
  float: right;
  margin-right: 0;
}
.cols .col-9:only-child {
  float: left;
}
.cols .col-10:last-child {
  float: right;
  margin-right: 0;
}
.cols .col-10:only-child {
  float: left;
}
.cols img {
  max-width: 100%;
}

.empty-wrapper {
  position: relative;
  display: block;
  overflow: auto;
}

.empty-last {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
}

body.page-node-80 #page-title {
  text-align: left;
  height: inherit;
  font-family: "PT Sans";
  font-weight: bold;
  font-style: inherit;
  font-size: 48px;
  line-height: 54px;
  padding-top: 0;
  margin-top: 51px;
  margin-bottom: 35px;
}

.float-left {
  float: left!important;
}

#block-webform-client-block-497, #block-webform-client-block-496, #block-block-116 {
  float: left;
  margin: 0 31% 0 10.3%;
  width: 58.62069%;
  padding: 0;
}

#main-wrapper {
  background-color: #f6f6f6;
}

#header-spacer {
  height: 125px;
}

#layout > article .inner {
  width: inherit;
}

#layout > header .block-menu-block .content ul li {
  display: inline-block;
  /*margin-right: 40px;*/
  /*position: relative;*/
}

#layout > header .block-search {
  margin-left: 0;
}

#layout > header .region-bft-header {
  /*float: none;*/
  /*width: auto;*/
  width: 80%;
  float: left;
}

.region-bft-header .top-links {
  display: flex;
  justify-content: flex-end;
  min-height: 35px;
}

.region-bft-header  .menu-search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.region-bft-header #block-menu-block-2 {
  display: inline-block;
  min-width: 72%;
  margin-top: 20px;
}

#layout > header .block-menu-block .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#page-wrapper {
  padding-top: 0;
}

.messages.error {
  display: none;
}

body.section-newborn-screening #page-title.has-parent {
  padding-top: 73px;
}

/*#layout > article {
    margin: 0 auto;
    width: 1260px;
}*/t

/*div#layout {
    width: 100%;
}*/

div#layout > header {
  background-color: #ffffff;
  height: 125px;
  position: fixed;
  width: 100%;
}

div#layout > header #name-and-slogan {
  /*height: 125px;*/
  /*width: 213px;*/
  width: 20%;
  float: left;
}

div#layout > header #name-and-slogan a {
  border: none;
  height: 61px;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  top: 0;
  width: 213px;
  background-size: 100% 100%;
  box-shadow: none;
}

div#layout > header .section {
  /*    max-width: 100%;
  width: 1260px;*/
  display: flex;
  height: inherit;
  justify-content: space-between;
  margin: 0 auto;
}

.node-type-page #block-webform-client-block-497, .node-type-page #block-webform-client-block-496, .node-type-page #block-block-116 {
  float: left;
  margin: 0 0 0 0;
  width: 100%;
  padding: 0;
}

article img {
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
}

.field-name-field-new-featured-image {
  margin-bottom: 20px;
  padding-bottom: 46px;
  background: url(../images/border-header.png) repeat-x scroll center bottom #F6F6F6;
}

.field-name-field-new-featured-image img {
  height: auto;
}

header #name-and-slogan span {
  display:none;
}

.node-type-state-information .share-btn,
.page-node-80 .share-btn,
.page-node-7 .share-btn,
.forum-post .share-btn,
.page-node-486 .share-btn,
.page-node-478 .share-btn,
.node-type-condition-information .share-btn
{
  text-align: left;
}

.forum-post .share-btn {
  margin-bottom: 20px;
}

#commentCount img {
  box-shadow: none;
}

div#content, .page-node-486 #main-wrapper {
  margin-bottom: 80px;
}

#footer-wrapper p {
  font-size: 14px;
  line-height: 24px;
}

.field-name-field-icon img {
  box-shadow: none;
}

.col-1 .share-btn {
  margin-bottom: 20px;
}
@media only screen and (min-width: 900px) {

  .node-type-forum .social-btns {
    margin-top: 0;
  }
}

.region-content *:first-child {
  padding-top: 0;
}

#layout article section > nav#left-nav li.active-trail ul {
  display: block;
}
#layout article section > nav#left-nav li ul {
  display: none;
}

#title-state img {
  box-shadow: none;
}

.col-3 h2.block-title {
  padding-top: 20px;
}

.views-widget-filter-field_experience_cond_reference_nid {
    width: 42%;
}

.views-widget-filter-field_related_topics_tid {
    width: 30%;
}

.view-family-experiences-landing input, .view-family-experiences-landing select {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  background: #fff url(../images/btn-dropdown_down.png) no-repeat right 0 !important;
  border: 1px solid #57ccc2;;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.15);
  min-width: 180px!important;
  height: 52px;
  padding: 10px 15px;
  color: #57ccc2;
  -webkit-appearance: none;
}
.view-family-experiences-landing input {
  height: 26px;
}

.views-field.views-field-nothing.card-body {
  position: relative;
}
.featured .views-field.views-field-nothing.card-body:after {
  content: 'Featured';
  position: absolute;
  top: 0;
  background: teal;
  padding: 10px;
  color: white;
}

blockquote dd, blockquote dd span, blockquote dd p {
  position: relative;
  padding-left: 0;
  color: #373737;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}

.tabbed-titles {
  width: 100%;
}

.tabbed-titles .field-name-field-tabbed-body {
    display: none;
}

.tabbed-body .field-name-field-tabbed-title {
    display: none;
}

.tabbed-titles .field-items {
    display: flex;
}

.tabbed-titles .field-name-field-tabbed-title .field-item {
    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;
    transition-property: color, background-color;
    transition-duration: .15s;
    transition-timing-function: ease-in;
    cursor: pointer;
    color: #279d93;
    font-weight: bold;
}

.tabbed-titles .field-name-field-tabbed-title .field-item.on,
.tabbed-titles .field-name-field-tabbed-content > .field-items >.field-item:first-child .field-item:not(.off) {
    color: #fff;
    background-color: #31948d;
    padding-top: 50px;
    margin-top: 0 !important;
}

.tabbed-body .field-name-field-tabbed-content > .field-items >.field-item:first-child .field-item:not(.off),
.tabbed-body .field-name-field-tabbed-body .field-item.on {
  display: block;
}

.tabbed-body .field-name-field-tabbed-body .field-item{
  display: none;
}



.tabbed-titles .field-name-field-tabbed-title .field-item:hover {
    color: #1d7b87;
    text-decoration: none;
}

.tab-box .field-collection-container, .tab-box .field-collection-view {
  border-bottom: 0;
  margin-bottom: 0
}

.field-name-field-tabbed-content > .field-items > .field-item {
  margin-right: 2%;
}