@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-87obyt');
	src:url('fonts/icomoon.eot?#iefix-87obyt') format('embedded-opentype'),
		url('fonts/icomoon.woff2?-87obyt') format('woff2'),
		url('fonts/icomoon.ttf?-87obyt') format('truetype'),
		url('fonts/icomoon.woff?-87obyt') format('woff'),
		url('fonts/icomoon.svg?-87obyt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-circle-check:before {
	content: "\e042";
}
.icon-circle-cross:before {
	content: "\e043";
}
.icon-refresh:before {
	content: "\f021";
}
.icon-plus:before {
	content: "\f067";
}
.icon-minus:before {
	content: "\f068";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-chevron-down:before {
	content: "\f078";
}
.icon-rss:before {
	content: "\e600";
}


.icon-rss {
  color: #f3811a;
}

a.feed:hover {
  text-decoration: none;
}

.icon-rss:before {
  content: "\e600";
}
.icon-unaccompanied-children:before {
  content: url('../images/icons/unaccompanied.svg');
}
.icon-global-populations:before,
.icon-refugees:before {
  content: url('../images/icons/refugees.svg');
}
.icon-native-americans-tribes:before {
  content: url('../images/icons/native-americans.svg');
}
.icon-lgbt:before {
  content: url('../images/icons/lgbt.svg');
}
.icon-human-trafficking:before {
  content: url('../images/icons/human-trafficking.svg');
}
.icon-hispanic-outreach:before {
  content: url('../images/icons/hispanic.svg');
}
.icon-grants-funding:before {
  content: url('../images/icons/grants-funding.svg');
}
.icon-financial-security:before {
  content: url('../images/icons/financial-security.svg');
}
.icon-families:before {
  content: url('../images/icons/families.svg');
}
.icon-emergency-response-recovery:before {
  content: url('../images/icons/emergency-response.svg');
}
.icon-communities:before {
  content: url('../images/icons/communities.svg');
}
.icon-children-youth:before {
  content: url('../images/icons/children-youth.svg');
}
.icon-homelessness:before {
  content: url('../images/icons/homelessness.svg');
}
.icon-two-generation-approach:before {
  content: url('../images/icons/two-generation-approach.svg');
}

#emergency-message {
  color: #21272d;
  background-color: #fff;
	border: 1px solid #a12854;
  border-top: 4px solid #a12854;
  -webkit-border-radius: 3px;
  border-radius: 3px;
	padding: 0 24px;
	margin: 36px 0;
	font-size: 16px;
	line-height: 26px;
}
#emergency-message p {
	margin: 24px 0;
}

.icheckbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 19px;
  background: url(../images/checkbox.png) no-repeat 50% -19px;
  border: none;
  cursor: pointer;
}

.icheckbox.checked {
  background-position: 0 0;
}

.icheckbox.disabled {
  cursor: default;
}
.icheckbox.checked.disabled {
}

.dk_mytheme {
  width: 100%;
}

#edit-helpful .form-item-yes {
  margin-right: 2%;
}

#acf-feedback-form .form-type-checkbox.form-item-yes,
#acf-feedback-form .form-type-checkbox.form-item-no {
  width: 49%;
}

#acf-feedback-form .form-type-checkbox.form-item-yes,
#acf-feedback-form .form-type-checkbox.form-item-no,
.dk-select,
.dk-select * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dk-select {
  position: relative;
  max-width: 100%;
  display: inline-block;
}

#block-acf-page-speeches-archive .dk-select,
#block-acf-blog-archive .dk-select {
  display: block;
}

#block-acf-theme-quick-facts-responsive .dk-select {
  margin-top: 4px;
}

.dk-select a {
  outline: 0;
  position: relative;
}

.dk-selected {
  max-width: 100%;
  display: block;
  background: #fff url(../images/dropdown-arrow.png) no-repeat right 50%;
  position: relative;
  border: 1px solid #a6c0d2;
  color: #2d261a;
  height: 36px;
  line-height: 36px;
  padding: 0 36px 0 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.dk-select-open-up .dk-selected,
.dk-select-open-down .dk-selected {
  border-bottom: none;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

#block-acf-blog-archive .dk-selected {
  width: auto !important;
}

.dk-select-options a:hover,
.dk-selected:hover {
  text-decoration: none;
  cursor: pointer;
  color: #2d261a;
}

.dk-select-open-up,
.dk-select-open-down {
  position: relative;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options {
  display: block;
}

ul.dk-select-options {
  display: none;
  position: absolute;
  z-index: 99;
  top: 35px;
  right: 0;
  left: 0;
  background: #fff;
  border: 1px solid #a6c0d2;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  outline: none;
  padding: 6px;
  margin: 0 !important;
  list-style: none !important;;
  overflow: auto;
  max-height: 400px;
  -webkit-overflow-scrolling: touch;
}

ul.dk-select-options li {
  display: block;
  padding: 6px 6px;
  line-height: 20px;
  color: #2d261a;
  font-weight: bold;
  list-style: none !important;
  margin: 0 !important;
  cursor: pointer;
}

ul.dk-select-options li:first-child {
  display: none;
}

ul.dk-select-options li.indented {
  padding-left: 18px;
  font-weight: normal;
}

.dk-select-options li:hover {
  color: #fff;
  background: #336a90;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

html.js select.dropkick {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  visibility: hidden;
}

.dk_mobile {
  position: relative;
}

.dk_mobile select {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 0;
}

.element-invisible {
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.element-hidden,
#block-acf-research-pages-cb-search #acf-research-library-search-form label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

div.messages ul {
  margin: 0;
}

.header-training {
  margin: 0 0 16px;
}

body {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: #19150f;
}

input.form-text {
  color: #19150f;
}

.item-list ul,
.item-list ul li,
.node .content .block .content .item-list ul {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

p,
li,
.block.node .content,
#block-system-main .node .content {
  line-height: 21px;
}

caption {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}

.small {
  font-size: 12px;
  line-height: 18px;
}

h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  line-height: 21px;
}

h5 {
  font-size: 11px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
}

h6 {
  font-size: 11px;
  line-height: 21px;
  font-weight: bold;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

sub, sup {
  font-size: 0.8em;
  line-height: 100%;
}

.content h1, .content h2, .content p, h1#page-title, .more-less {
  padding: 0;
  margin: 0 0 16px 0;
}

h1#page-title,
.node-acf-event h1.node-title,
.node-acf-news h1.node-title,
.node-acf-press-release h1.node-title {
  font-size: 36px;
  line-height: 42px;
  clear: left;
}

body.path-about h1#page-title {
  margin-bottom: 30px;
}

.content h3, .content h5, .content h6 {
  padding: 0;
  margin: 0 0 6px 0;
}

.block .node .content h4 {
  font-weight: bold;
}

.node-type-acf-research-page h3 {
  margin: 0 0 16px;
}

.node-type-acf-research-page h4 {
  margin: 0 0 6px;
  font-size: 16px;
}

.node-type-acf-research-page .block-acf-research-pages-featured-pages h4 {
  font-size: 16px;
}

a, a:link, a:active, a:visited {
  text-decoration: none;
  color: #3072a0;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

a.external {
  background: url(../images/external-site.png) no-repeat scroll right center transparent;
  padding-right: 13px;
}

a.pdf {
  background: url(../images/icon-pdf.png) no-repeat scroll left center transparent;
  padding-left: 20px;
  line-height: 18px;
  height: 16px;
  display: inline-block;
  margin-top: 4px;
}

a.zip {
  background: url(../images/icon-zip.png) no-repeat scroll left center transparent;
  padding-left: 20px;
  line-height: 18px;
  height: 16px;
  display: inline-block;
  margin-top: 4px;
}

.pipe {
  color: #c1beb5;
}

hr {
  margin: 26px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ebe7de;
}


.node .content ul,
.node .content ol,
body.page-taxonomy-term .taxonomy-term .taxonomy-term-description ul,
body.page-taxonomy-term .taxonomy-term .taxonomy-term-description ol,
#block-acf-research-library-intro ul,
#block-acf-research-library-intro ol {
  margin: 0 0 18px 32px;
}

.node .content li ul,
.node .content li ol,
body.page-taxonomy-term .taxonomy-term .taxonomy-term-description li ul,
body.page-taxonomy-term .taxonomy-term .taxonomy-term-description li ol,
#block-acf-research-library-intro li ul,
#block-acf-research-library-intro li ol {
  margin: 0 0 0 20px;
}

.node .content ol,
body.page-taxonomy-term .taxonomy-term .taxonomy-term-description ol,
#block-acf-research-library-intro ol {
  list-style-type: decimal;
}

.node .content ul,
#ckeditor_body.content ul,
body.page-taxonomy-term .taxonomy-term .taxonomy-term-description ul,
#block-acf-research-library-intro ul {
  list-style: disc;
  overflow: auto;
  margin: 0 0 18px 20px;
}

.node .content ol ul,
#ckeditor_body.content ol ul,
.node .content ul ul,
#ckeditor_body.content ul ul,
body.page-taxonomy-term .taxonomy-term .taxonomy-term-description ul ul,
#block-acf-research-library-intro ul ul {
  list-style: circle;
  margin: 0 0 0 20px;
}

.node .content ol ul ul,
#ckeditor_body.content ol ul ul,
.node .content ol ol ul,
#ckeditor_body.content ol ol ul,
.node .content ul ul ul,
#ckeditor_body.content ul ul ul,
body.page-taxonomy-term .taxonomy-term .taxonomy-term-description ul ul ul,
#block-acf-research-library-intro ul ul ul {
  list-style: square;
}

.node .content ul li,
body.page-taxonomy-term .taxonomy-term .taxonomy-term-description ul li,
#block-acf-research-library-intro ul li {
  margin: 0 0 10px 20px;
}

.node .content ol li,
body.page-taxonomy-term .taxonomy-term .taxonomy-term-description ol li,
#block-acf-research-library-intro ol li {
  margin: 0 0 2px 20px;
}

.node .content ol.outline li {
  list-style: decimal;
}
.node .content ol.outline li li {
  list-style: lower-alpha;
}
.node .content ol.outline li li li {
  list-style: upper-roman;
}
.node .content ol.outline li li li li {
  list-style: disc;
}

.node blockquote,
body.page-taxonomy-term .taxonomy-term .taxonomy-term-description blockquote {
  padding: 18px 20px 4px 20px;
  margin: 0 0 24px;
  border-top: 1px dotted #cecac3;
  border-bottom: 1px dotted #cecac3;
  font-size: 18px;
  line-height: 24px;
}

.content blockquote p {
  line-height: 24px;
}

.node .content .image {
  position: relative;
  margin-bottom: 12px;
}

.node .content .image img {
  display: block;
  margin: 0;
}

.node .content .image .caption {
  font-size: 12px;
  line-height: 16px;
  color: #716652;
  padding: 8px 0 0 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}


/* Indent & Justify classes */

.content .rteindent1,
.content ul.rteindent1 {
  margin-left: 40px;
}
.content .rteindent2,
.content ul.rteindent2 {
  margin-left: 80px;
}
.content .rteindent3,
.node .content ul.rteindent3 {
  margin-left: 120px;
}
.content .rteindent4,
.content ul.rteindent4 {
  margin-left: 160px;
}

.alignleft,
.alignright,
.aligncenter {
  text-align: center;
  margin: 0 auto 16px auto;
  display: block;
}

.asset-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.asset-image-wrapper {
  display: block;
}

.asset-image-caption {
  display: block;
  background: #cde3f1;
  padding: 12px;
  font-style: italic;
}

.node .content img {
  max-width: 100%;
  height: auto;
}

.node .content .image img {
  float: none;
  display: block;
  margin: 0;
}

.node .submitted {
  margin: 0 0 24px 0;
  font-size: 11px;
  line-height: 18px;
  color: #61543e;
}

#page {
  background: #f6f3ee;
}

#header {
  position: relative;
  padding: 50px 0 0 0;
  margin: 0;
}

#header > .section {
  padding-bottom: 90px;
  border-bottom: 1px solid #dad1c0;
}

body.front #header > .section {
  border: none;
}

#eyebrow #eyebrow-breadcrumb,
#eyebrow #eyebrow-social,
#tender_toggler,
.breadcrumb {
  display: none;
}

#eyebrow {
  background: #cfc3ae;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
}

#eyebrow .section {
  position: relative;
  height: 48px;
}

#site-name {
  position: absolute;
  bottom: 23px;
  left: 0;
}

#search-block-form {
  position: absolute;
  top: -43px;
  left: 0;
}

#site-name a {
  display: block;
  height: 42px;
}

#site-name a img {
  display: block;
  height: 42px;
  width: auto;
}

#messages pre {
  font-family: monospace;
}

#search-block-form .container-inline {
  height: 36px;
}

#search-block-form .container-inline .form-item,
#search-block-form .container-inline .form-actions {
  margin: 0;
  height: 36px;
  float: left;
}

#search-block-form input.form-text {
  padding: 0 12px;
  margin: 0 4px 0 0;
  line-height: 36px;
  height: 36px;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 144px;
  background: #fff;
  color: #2d261a;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#search-block-form input.form-submit {
  border: none;
  width: 37px;
  height: 36px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  float: left;
  background: url(../images/search-button-v2.png) no-repeat;
  cursor: pointer;
  border-left: 0;
  line-height: 0;
}

#search-block-form input.form-submit:hover {
  background-position: 0 -36px;
}

#search-block-form .form-type-radios.form-item-search-mode {
  margin: 6px 0 0;
}

#search-block-form .form-type-radios.form-item-search-mode .form-type-radio {
  float: left;
  margin: 0 8px;
  position: relative;
}

#search-block-form .form-type-radios.form-item-search-mode .form-type-radio label {
  height: 17px;
  line-height: 17px;
  font-size: 11px;
  color: #5f5340;
  cursor: pointer;
}

html.js #search-block-form .form-type-radios.form-item-search-mode .form-type-radio label {
  display: block;
  background: url(../images/radio-button.png) no-repeat 0 0;
  padding: 0 0 0 22px;
}

html.js #search-block-form .form-type-radios.form-item-search-mode .form-type-radio label.active {
  background-position: 0 -17px;
}

html.js #search-block-form .form-type-radios.form-item-search-mode .form-type-radio input.form-radio {
  outline: none;
}

#main-menu {
  position: relative;
  margin: 0 -20px;
}

#main-menu a.burger {
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  width: 55px;
  height: 50px;
  background: #264a64 url(../images/nav-burger-mobile.png) no-repeat 50% 50%;
}

#main-menu a.burger.expanded {
  background-image: url(../images/nav-x-mobile.png);
}

#main-menu-links {
  display: none;
  margin: 0;
  padding: 0;
}

#main-menu-links li {
  font-size: 13px;
  position: relative;
  margin: 0;
  padding: 0;
}

#main-menu-links li a {
  display: block;
  background: #336a90;
  border-top: 1px solid #295676;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

#main-menu-links li a.expand {
  position: absolute;
  top: 1px;
  right: 0;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 55px;
  background: #264a64 url(../images/nav-expand-mobile.png) no-repeat 50% 50%;
  text-indent: -9999px;
  overflow: hidden;
  border-top: none;
  cursor: pointer;
}

#main-menu-links li a:hover {
  text-decoration: none;
}

#main-menu-links li.hover a {
  background-color: #264a64;
  text-decoration: none;
}

#main-menu-links li .item-list {
  position: relative;
  background: #fff;
}

#main-menu-links li .item-list li a {
  font-size: 14px;
  text-transform: none;
  white-space: nowrap;
  line-height: 40px;
  height: 40px;
  padding: 0 20px 0 36px;
  margin: 0;
  height: auto;
  color: #336a90;
  background: url(../images/nav-arrow-mobile.png) no-repeat 22px 50%;
  font-weight: normal;
  border: none;
  border-bottom: 1px dotted #cecac3;
}

#main-menu-links li .item-list li.last a {
  border: none;
}


.hint-position {
  position: absolute;
  z-index: 1000;
}

.hint {
  display: none;
  position: relative;
  background: #cceafd;
  padding: 16px;
  font-size: 12px;
  line-height: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #a6cfe8;
  z-index: 1001;
}

#search-block-form .hint {
  white-space: nowrap;
  width: auto;
}

.hint h5 {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
}

.hint p {
  margin: 0 0 12px !important;
  color: #19150f !important;
  font-size: 12px !important;
  font-family: arial, sans-serif !important;
  line-height: 18px !important;
}

.hint.bottom-right:after,
.hint.bottom-right:before,
.hint.bottom-left:after,
.hint.bottom-left:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}

.hint.bottom-left:after {
  border-color: rgba(204, 234, 253, 0);
  border-bottom-color: #cceafd;
  border-width: 8px;
  left: 34px;
  margin-left: -8px;
}

.hint.bottom-left:before {
  border-color: rgba(166, 207, 232, 0);
  border-bottom-color: #a6cfe8;
  border-width: 9px;
  left: 34px;
  margin-left: -9px;
}

.hint.bottom-right:after {
  border-color: rgba(204, 234, 253, 0);
  border-bottom-color: #cceafd;
  border-width: 8px;
  right: 34px;
  margin-right: -8px;
}

.hint.bottom-right:before {
  border-color: rgba(166, 207, 232, 0);
  border-bottom-color: #a6cfe8;
  border-width: 9px;
  right: 34px;
  margin-right: -9px;
}

#header #featured .section {
  margin: 0;
}

#featured #block-acf-theme-welcome {
  background: no-repeat -9999px -9999px;
  overflow: hidden;
}

#featured #block-acf-theme-welcome > img {
  width: 150%;
  height: auto;
  float: right;
  margin: 0 0 24px;
}

#featured #block-acf-theme-welcome h1 {
  clear: right;
  font-size: 36px;
  line-height: 36px;
  margin: 24px 20px 16px;
  color: #336a90;
}

#featured #block-acf-theme-welcome .content {
  font-size: 16px;
  line-height: 23px;
  margin: 0 20px;
}

#featured #block-acf-theme-welcome .content h5 {
  font-size: 14px;
  line-height: 23px;
  margin: 0;
}

.more-link a,
a.more {
  text-transform: uppercase;
  font-size: 11px !important;
  font-weight: bold;
}

a.back-to-top {
  display: block;
  text-align: right;
}

a.back-top {
  display: block;
  margin: 0 20px 20px;
}

.block h2 a.feed {
  margin: 0 0 0 4px;
  font-size: 16px;
  color: #336a90;
  display: inline-block;
  vertical-align: baseline;
}

h1#page-title a.feed {
  vertical-align: middle;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width: 21px;
  height: 21px;
  margin-left: 4px;
  background: url(../images/feed-icon.png) no-repeat;
}

h1#page-title a.rss {
  vertical-align: baseline;
  line-height: 10px;
  font-size: 24px;
  display: inline-block;
  color: #336a90;
}

.node .date,
.block .date,
.block .description {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #19150f;
}

.block .office-name {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 18px;
  color: #19150f;
  font-weight: bold;
}

body.path-grants #content #block-acf-theme-grant {
  float: none;
  width: auto;
}

#block-system-main #block-acf-theme-slideshow {
  width: 48%;
  margin: 16px 0;
}

body.node-type-acf-feature-node #content,
body.page-jar #content {
  float: none;
  width: auto;
}

body.page-media-press #block-system-main .press-releases,
body.page-media-speeches #block-system-main .speeches,
body.section-program-topics .block-acf-research-pages-opre-projects,
#block-acf-theme-programs-by-state,
#block-acf-page-informate-months,
#block-acf-page-speeches-for-year,
#block-acf-theme-opre-reports > .content > .item-list,
#block-acf-theme-featured-data-reports > .content > .item-list,
#block-acf-theme-information-wrapper,
#block-acf-theme-grant,
#block-acf-theme-tweets,
#block-acf-theme-press-releases,
#block-acf-carousel-featured-videos,
body.page-program-topics-resources #block-system-main,
body.section-events #block-system-main,
body.section-program-topics .acf-card-card,
body.path-help .acf-card-card,
body.path-grants .acf-card-card,
.node-acf-blog.teaser,
.node.acf-blog-list,
#block-acf-blog-previous .content,
#block-acf-blog-next .content,
body.front #block-acf-theme-blog > .content,
#block-acf-theme-slideshow > .content,
#content .wrapper {
  background: #fff;
  border-top: 4px solid #336a90;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

#block-acf-page-informate-months,
#block-acf-page-speeches-for-year,
#block-acf-theme-grant,
#block-acf-theme-opre-reports > .content > .item-list,
#block-acf-theme-featured-data-reports > .content > .item-list,
.node-acf-blog.teaser,
.node.acf-blog-list {
  padding: 30px;
}

body.page-media-press #block-system-main .press-releases,
body.page-media-speeches #block-system-main .speeches,
#block-acf-theme-information-wrapper > .content,
#block-acf-theme-tweets .content,
#block-acf-theme-press-releases .content,
#block-acf-carousel-featured-videos,
body.page-program-topics-resources #block-system-main,
body.section-events #block-system-main,
#content .wrapper {
  padding: 24px;
}

#block-acf-theme-tweets h2.block-title,
#block-acf-theme-information-wrapper > h2.block-title,
#block-acf-theme-press-releases h2.block-title {
  text-transform: uppercase;
  padding: 28px 24px 0;
}

#block-acf-theme-information-wrapper #block-acf-theme-information-2 {
  margin: 0 0 48px;
}


#block-acf-theme-tweets .content,
#block-acf-theme-press-releases .content {
  padding-top: 0;
}

#block-acf-theme-information-wrapper,
#block-acf-theme-tweets,
#block-acf-theme-press-releases {
  margin-bottom: 36px;
}

body.section-program-topics .block-acf-research-pages-opre-projects {
  padding: 24px 30px;
  margin: 30px 0;
}

body.section-program-topics .block-acf-research-pages-opre-projects h2.block-title {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 30px;
}

body.section-program-topics .block-acf-research-pages-opre-projects ul.tabs li.tab a {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  border: 1px solid #dad1c0;
  border-bottom: none;
  background: #fff;
}

body.section-program-topics .block-acf-research-pages-opre-projects .tab-wrapper {
  border-bottom: 1px solid #dad1c0;
  margin: 0 0 12px;
  padding: 0 0 12px;
}

body.section-program-topics .block-acf-research-pages-opre-projects li .node {
  border-top: 1px dotted #cecac3;
  margin: 18px 0 0;
  padding: 18px 0 0;
}

body.section-program-topics .block-acf-research-pages-opre-projects li:first-child .node {
  border-top: none;
  margin: 0;
  padding: 0;
}

body.section-program-topics .block-acf-research-pages-opre-projects ul.tabs li.tab a.active {
  background: #336a90;
  border: 1px solid #336a90;
  color: #fff;
  margin: 0 0 -1px;
}

body.path-media #below #block-acf-theme-tweets .content {
  min-height: 400px;
}

body.node-type-acf-feature-node #content .wrapper,
body.node-type-acf-carousel #content .wrapper,
body.path-help-programs-by-state #content .wrapper,
body.path-informate #content .wrapper,
body.page-media-speeches #content .wrapper,
body.section-topics #content .wrapper,
body.path-reports #content .wrapper,
body.view-chapters #content .wrapper,
body.path-media #content .wrapper,
body.section-program-topics #content .wrapper,
body.section-quick-fact #content .wrapper,
body.section-success-story #content .wrapper,
body.page-media-press #content .wrapper,
body.section-events #content .wrapper,
body.path-help #content .wrapper,
body.path-grants #content .wrapper,
body.path-about #content .wrapper,
body.section-blog.page-taxonomy-term #content .wrapper,
body.page-blog #content .wrapper,
body.front #content .wrapper,
body.page-office #content .wrapper {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.path-media #below {
  margin: 0 20px;
}

#lower {
  margin: 48px 0 0;
  padding: 36px 0 0;
  border-top: 6px solid #ebe5dc;
}

body.page-office #content .block {
  width: 285px;
}

#content .block-left,
#content .block-right {
  width: 285px;
  float: left;
}

#content .block-right {
  float: right;
}

.block h2.block-title {
  color: #19150f;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 16px 0;
}

.node-acf-event .badges {
  float: left;
  width: 30px;
  margin: 0 12px 12px 0;
  text-align: center;
}

.node-acf-event.full .badges {
  margin-bottom: 16px;
}

.node-acf-event .badge {
  z-index: 9;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 1.5px 1.5px rgba(207, 195, 174, 0.6);
}

.node-acf-event .badge .month {
  height: 18px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  background: #336a90;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.node-acf-event .badge .day {
  color: #2d261a;
  font-weight: bold;
  font-size: 18px;
  height: 22px;
  line-height: 22px;
}

.node-acf-event .badge.lower {
  z-index: 1;
}

.node-acf-event .badge.lower .day {
  margin-top: -4px;
  padding-top: 4px;
}

.node-acf-event.full .badges {
  width: 52px;
  margin: 0 18px 18px 0;
}

.node-acf-event.full .badge-wrapper {
  margin: 0 0 12px 0;
}

.node-acf-event.full .badge .month {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}

.node-acf-event.full .badge .day {
  font-size: 24px;
  height: 34px;
  line-height: 34px;
}

.node-acf-event.full .badge-height {
  height: 56px;
  margin: 0 0 12px 0;
}

.node-acf-event.teaser {
  margin: 0 0 32px;
}

.node-acf-press-release.teaser h2.node-title,
.node-acf-event.teaser h2.node-title {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px;
}

.node-acf-event.teaser .inner {
  overflow: hidden;
}

.node-acf-event .time {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

.node-acf-event .field-name-acf-event-location {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

.node-acf-event .field-name-acf-event-location p {
  margin: 0;
  line-height: 18px;
}

.node-acf-event.full .content {
  clear: left;
  border-top: 1px dotted #cecac3;
  margin: 28px 0 0;
  padding: 28px 0 0;
}

.node-acf-press-release .submitted {
  font-size: 12px;
  color: #19150f;
  margin: 0;
}

.node-acf-press-release.full .content {
  margin: 16px 0 0;
}

body.page-program-topics-resources #block-system-main > .content > .item-list li,
body.path-grants #content #block-acf-theme-grant  > .content > .item-list li,
.node-acf-press-release.teaser {
  border-top: 1px dotted #cecac3;
  margin: 0 0 16px;
  padding: 16px 0 0;
}

body.page-program-topics-resources #block-system-main > .content > .item-list li.first,
body.path-grants #content #block-acf-theme-grant  > .content > .item-list li.first,
.node-acf-press-release.teaser:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

body.path-grants #content #block-acf-theme-grant  > .content > .item-list li.last {
  border-top-style: solid;
  padding: 6px 0 0;
  margin: 0;
}

body.path-help-programs-by-state #content .node-acf-page .field-name-body p,
body.path-program-topics-feed-builder .node-acf-page .field-name-body p,
body.path-program-topics .node-acf-page .field-name-body p,
body.path-about .node-acf-page .field-name-body p,
body.path-help .node-acf-page .field-name-body p,
body.path-grants .node-acf-page .field-name-body p {
  font-size: 16px;
  line-height: 24px;
}

#acf-topic-rss-builder .form-item-topics {
  margin: 0 0 36px;
}

#acf-topic-rss-builder .form-item-topics .label {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 18px;
}

#acf-topic-rss-builder .form-item-topics .form-item {
  margin: 0 0 12px;
  height: 20px;
}

#acf-topic-rss-builder .form-item-topics .form-item label {
  display: inline-block;
  vertical-align: middle;
  line-height: 19px;
  margin: 0 0 0 2px;
  cursor: pointer;
}

#tfa-basic-setup-form input.form-submit,
#tfa-form input.form-submit,
#user-login input.form-submit,
#acf-topic-rss-builder input.form-submit {
  display: inline-block;
  line-height: 48px;
  height: 48px;
  border: 1px solid #336a90;
  font-size: 16px;
  margin: 0 8px 24px 0;
  padding: 0 30px;
  background: none;
  font-weight: bold;
  font-family: helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: #336a90; /* Old browsers */
  background: -moz-linear-gradient(top,  #4d8ab5 0%, #336a90 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d8ab5), color-stop(100%,#336a90)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4d8ab5 0%,#336a90 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4d8ab5 0%,#336a90 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4d8ab5 0%,#336a90 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4d8ab5 0%,#336a90 100%); /* W3C */
}

#tfa-basic-setup-form input.form-submit:hover,
#tfa-form input.form-submit:hover,
#user-login input.form-submit:hover,
#acf-topic-rss-builder input.form-submit:hover {
  background: #0a1a27; /* Old browsers */
  background: -moz-linear-gradient(top,  #336a90 0%, #0a1a27 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#336a90), color-stop(100%,#0a1a27)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #336a90 0%,#0a1a27 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #336a90 0%,#0a1a27 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #336a90 0%,#0a1a27 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #336a90 0%,#0a1a27 100%); /* W3C */
}

#tfa-basic-setup-form input.form-submit {
  margin-bottom: 0;
}

#acf-topic-rss-builder .form-item-url label {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 12px;
}

#tfa-form input.form-text,
#user-login input.form-text {
  width: 100%;
  margin: 6px 0;
  box-sizing: border-box;
}

#tfa-form input.form-text,
#user-login input.form-text,
#acf-topic-rss-builder input.form-text {
  font-size: 14px;
  padding: 12px;
  color: #2d261a;
  border: 1px solid #a6c0d2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: arial, sans-serif;
}

.node .field-type-acf-card-multi {
  overflow: auto;
}

#success-stories > li .node,
.field-type-acf-card-multi .acf-card-card {
  margin: 0 0 20px;
}

.taxonomy-term.vocabulary-acf-topics .topic-block a.image,
#success-stories > li .node a.image,
.field-type-acf-card-multi .acf-card-card a.image {
  margin: 0 auto;
  display: block;
  max-width: 700px;
}

.taxonomy-term.vocabulary-acf-topics .topic-block a.image img,
#success-stories > li .node a.image img,
.field-type-acf-card-multi .acf-card-card img {
  display: block;
  width: 100%;
  height: auto;
}

.field-type-acf-card-multi .acf-card-card  .inner {
  padding: 16px 24px 36px;
}

.field-type-acf-card-multi .acf-card-card  h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 30px 24px 0;
}

body.path-about .field-type-acf-card-multi .acf-card-card  .inner {
  background: #fff;
  padding: 24px 18px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

body.path-about .field-type-acf-card-multi .acf-card-card  h4 {
  height: 90px;
  line-height: 90px;
  background: #bcd9ed;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

body.path-about .field-type-acf-card-multi .acf-card-card  h4 a {
  display: block;
  color: #18364c;
  height: 90px;
  line-height: 90px;
}

body.path-about .field-type-acf-card-multi .acf-card-card  .inner p {
  margin: 0;
}

#block-acf-carousel-featured-videos,
#block-acf-theme-grant {
  position: relative;
}

#block-acf-carousel-featured-videos .controls {
  text-align: center;
  margin: 24px 0 0;
}

#block-acf-carousel-featured-videos .controls ul.select {
  height: 24px;
}

#block-acf-carousel-featured-videos .controls ul.select li {
  display: inline-block;
  margin: 0 0 0 10px;
}

#block-acf-carousel-featured-videos .controls ul.select li a {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: #cfc3ae;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

#block-acf-carousel-featured-videos .controls ul.select li a.active {
  background: #336a90;
}

#block-acf-carousel-featured-videos .controls ul.select li.arrow-prev {
  margin: 0 6px 0 0;
}

#block-acf-carousel-featured-videos .controls ul.select li.arrow-next {
  margin: 0 0 0 16px;
}

#block-acf-carousel-featured-videos .controls ul.select li.arrow a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url(../images/carousel-arrows-sprite-v2.png) no-repeat 50% 0;
}

#block-acf-carousel-featured-videos .controls ul.select li.arrow a.next {
  background-position: 50% 0px;
}

#block-acf-carousel-featured-videos .controls ul.select li.arrow a.next:hover {
  background-position: 50% -24px;
}

#block-acf-carousel-featured-videos .controls ul.select li.arrow a.prev {
  background-position: 50% -48px;
}

#block-acf-carousel-featured-videos .controls ul.select li.arrow a.prev:hover {
  background-position: 50% -72px;
}


#block-acf-carousel-featured-videos h2.block-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

#block-acf-carousel-featured-videos ul.slides .video-wrapper {
  display: block;
  width: 100%;
}

#block-acf-carousel-featured-videos ul.slides .content h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 18px 0 6px;
}

#block-acf-carousel-featured-videos ul.slides .content .meta {
  font-size: 12px;
  line-height: 24px;
  margin: 0 0 4px;
}

body.path-media #below #block-acf-theme-tweets div.more {
  padding: 12px 0 0;
  line-height: 21px;
}

body.path-media #below #block-acf-theme-press-releases a.more,
#block-acf-carousel-featured-videos a.more {
  display: block;
  border-top: 1px solid #dad1c0;
  padding: 12px 0 0;
  margin: 36px 0 0;
  line-height: 21px;
}

body.path-media #below #block-acf-theme-press-releases .content .item-list li {
  margin: 0 0 24px;
}

body.path-media #below #block-acf-theme-press-releases .content .item-list li.last {
  margin: 0;
}

body.path-media #below #block-acf-theme-press-releases .content .item-list li h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 4px;
}


body.path-media #below .block-acf-theme-email-signup .form-item label {
  float: left;
  line-height: 36px;
  margin: 0 12px 0 0;
}

body.path-media #below .block-acf-theme-email-signup {
  border-top: 6px solid #ebe5dc;
  padding: 32px 0;
}

body.path-media #below #block-acf-theme-acf-press-contact {
  border-top: 6px solid #ebe5dc;
  padding-top: 36px;
}

#block-acf-theme-grant h2.block-title,
#block-acf-theme-opre-reports h2.block-title,
#block-acf-theme-featured-data-reports h2.block-title,
body.path-media #below #block-acf-theme-get-connected h2.block-title,
body.path-media #below .block-acf-theme-email-signup h2.block-title,
body.path-media #below #block-acf-theme-acf-press-contact h2.block-title {
  font-size: 24px;
}

body.path-media #below #block-acf-theme-get-connected a.social {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
  background: url(../images/media-center-social-sprite-v2.png) no-repeat 50% 0;
}

body.path-media #below #block-acf-theme-get-connected a.social.youtube {
  background-position: 50% -32px;
}

body.path-media #below #block-acf-theme-get-connected a.social.flickr {
  background-position: 50% -64px;
}

body.path-media #below #block-acf-theme-get-connected a.social.rss {
  background-position: 50% -96px;
}

body.section-news #content #block-acf-theme-news {
  float: right;
  width: 285px;
}

body.path-news #content #block-acf-theme-news {
  float: none;
  width: 100%;
}

#content #block-acf-theme-news h2.block-title {
  margin: 0 0 16px 0;
  font-size: 24px;
  line-height: 28px;
}

body.page-office #content #block-acf-theme-news h2.block-title {
  font-size: 14px;
  line-height: 21px;
}

body.section-news #content #block-acf-theme-featured-news {
  float: left;
  width: 285px;
}

#block-acf-theme-featured-news .content h3 {
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  margin: 0;
}

#content .tabs {
  margin: 0 0 24px 0;
}

body.node-type-acf-research #content .tabs {
  margin-top: 24px;
}

body.section-transmittals #content #block-acf-theme-transmittals {
  width: 100%;
}

body.page-office-main #content #block-acf-theme-news,
body.page-office-main #content #block-acf-theme-press-releases {
  float: none;
  width: auto;
  border-bottom: 1px solid #ebe7de;
  margin-bottom: 16px;
}

#content #block-acf-theme-acf-press-contact {
  background: #DCEFFB;
  font-size: 12px;
}

#content #block-acf-theme-acf-press-contact a {
  color: #264a64;
}

#content #block-acf-theme-acf-press-contact h2.block-title {
  font-size: 16px;
  padding: 20px 20px 0 20px;
}

#content #block-acf-theme-acf-press-contact .content {
  padding: 0 20px 4px 20px;
}

#content #block-acf-theme-acf-background-information h2.block-title {
  padding: 20px 0 0 0;
}

body.front #content .block h2.block-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
}

body.section-program-topics.page-taxonomy-term #page-title {
  margin: 0 0 28px;
}

body.section-program-topics.page-taxonomy-term #page-title .icon {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin: 4px 10px 0 0;
}

.taxonomy-term.vocabulary-acf-topics h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 24px;
}

.taxonomy-term.vocabulary-acf-topics .taxonomy-term-description {
  margin: 0 0 28px;
}

.taxonomy-term.vocabulary-acf-topics .bottom-blocks {
  border-top: 6px solid #ebe5dc;
  padding-top: 36px;
}

.taxonomy-term.vocabulary-acf-topics .topic-block {
  margin: 0 0 48px;
}

.taxonomy-term.vocabulary-acf-topics .topic-block h2.block-title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.taxonomy-term.vocabulary-acf-topics .topic-block h3 {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  margin: 0;
}

.taxonomy-term.vocabulary-acf-topics .topic-resources-block h3 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.taxonomy-term.vocabulary-acf-topics .topic-resources-block a.feed {
  vertical-align: middle;
  line-height: 21px;
  font-size: 16px;
  display: inline-block;
  color: #336a90;
}

.taxonomy-term.vocabulary-acf-topics .topic-blog-block .item-list li,
.taxonomy-term.vocabulary-acf-topics .topic-resources-block .item-list li {
  margin: 0 0 12px;
}

.taxonomy-term.vocabulary-acf-topics .topic-block .related {
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 2px 0 12px;
}

.taxonomy-term.vocabulary-acf-topics .topic-block a.image {
  margin: 0 auto 12px;
}

body.page-program-topics-resources #block-system-main > .content > .item-list li h4,
.taxonomy-term.vocabulary-acf-topics .topic-block h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}

body.page-program-topics-resources #block-system-main > .content > .item-list li .meta,
.taxonomy-term.vocabulary-acf-topics .topic-block .meta {
  font-size: 12px;
  line-height: 18px;
}

.taxonomy-term.vocabulary-acf-topics .topic-block a.more {
  display: block;
  margin: 24px 0 8px;
  padding: 12px 0 0;
  border-top: 1px solid #dad1c0;
  line-height: 14px;
}

.acf-topic h4 {
  line-height: 24px;
}

.acf-topic h4 a {
  display: block;
}

.acf-topic h4 .icon {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  margin: 0 8px 2px 0;
}

#content #block-acf-theme-topics {
  margin: 40px 0 64px;
}

#block-acf-theme-topics h2.block-title {
  text-align: center;
}

#block-acf-theme-topics .content .item-list ul {
  max-width: 300px;
  margin: 0 auto;
}

#block-acf-theme-topics .content .item-list ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

#block-acf-theme-topics .content .item-list ul li:last-child {
  border: none;
}

#block-acf-theme-topics .content .item-list ul li a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  border-top: 1px solid #cfc3ae;
  padding: 10px 0;
}

#block-acf-theme-topics .content .item-list ul li:nth-child(1) a {
  border: none;
  margin-top: 0;
}

#block-acf-theme-topics .content .item-list ul li a span {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
}

#block-acf-theme-topics .content .item-list ul li.emergency-response-recovery a span {
  margin-bottom: 2px;
}


body.page-office #content #block-acf-theme-news,
body.page-office #content #block-acf-theme-grant,
body.page-office #content #block-acf-theme-funding-opps,
#content #block-acf-theme-grant-info,
#content #block-acf-theme-transmittals,
#content #block-acf-theme-acf-press-contact {
  float: left;
  width: 285px;
}

body.page-office #content #block-acf-theme-quickfact,
#content #block-acf-theme-funding-opps,
#content #block-acf-theme-acf-background-information {
  float: right;
  width: 285px;
}

#content #block-acf-theme-news .content li,
#content #block-acf-theme-press-releases .content li,
#sidebar #block-acf-theme-events .content li,
#content #block-acf-theme-congressional-testimonies .item-list li {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

#block-acf-theme-programs-by-state {
  padding: 20px 24px 36px;
}

#block-acf-theme-programs-by-state #acf-map-filter-states .form-item-region {
  margin: 0;
}

#block-acf-theme-programs-by-state #acf-map-filter-states .form-item-region label {
  font-size: 16px;
  margin: 0 0 6px;
}

#block-acf-theme-programs-by-state #states-info {
  border: none;
}

body.node-type-acf-page.node-type-acf-map #page-title {
  text-align: left;
}

#block-acf-theme-grant h2.block-title,
#block-acf-theme-opre-reports h2.block-title,
#block-acf-theme-featured-data-reports h2.block-title {
  margin: 0 0 24px;
}

#block-acf-theme-opre-reports .content,
#block-acf-theme-featured-data-reports .content {
  font-size: 16px;
  line-height: 24px;
}

#block-acf-theme-opre-reports .content .item-list,
#block-acf-theme-featured-data-reports .content .item-list {
  margin: 24px 0 18px;
}

#block-acf-theme-opre-reports .content,
#block-acf-theme-featured-data-reports .content {
  margin-bottom: 28px;
}

#block-acf-page-informate-months .content > .item-list li,
#block-acf-theme-opre-reports .content .item-list li,
#block-acf-theme-featured-data-reports .content .item-list li {
  border-top: 1px dotted #cecac3;
  padding: 16px 0 0;
  margin: 16px 0 0;
  font-size: 14px;
}

#block-acf-page-informate-months .content > .item-list li.first,
#block-acf-theme-opre-reports .content .item-list li:first-child,
#block-acf-theme-featured-data-reports .content .item-list li:first-child {
  border: none;
  padding: 0;
  margin: 0;
}

#block-acf-page-informate-months .content > .item-list li {
  font-size: 18px;
  line-height: 24px;
}

#block-acf-theme-opre-reports .content .item-list li h4,
#block-acf-theme-featured-data-reports .content .item-list li h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px;
}

#block-acf-theme-opre-reports {
  border-top: 6px solid #ebe5dc;
  padding-top: 40px;
}

body.path-grants .node .field-name-cards {
  margin: 36px 0 0;
}

body.path-grants #block-system-main {
  border-bottom: 6px solid #ebe5dc;
  padding: 0 0 16px;
  margin: 0 0 36px;
}

#content #block-acf-theme-reports-congress,
#content #block-acf-theme-congressional-testimonies,
body.page-node-1230 #block-system-main {
  border-top: 1px solid #ebe7de;
  padding: 16px 0 0 0;
}

#block-acf-theme-quick-facts ul#quick-facts {
  clear: left;
  border-bottom: 1px solid #ebe7de;
  margin: 0 0 13px;
  padding: 20px 0 0;
}

#block-acf-theme-quick-facts ul#quick-facts li.node {
  float: left;
  margin: 0 20px 20px 0;
}

#block-acf-theme-quick-facts ul#quick-facts li.node.last {
  margin-right: 0;
}

#block-acf-theme-quick-facts ul#quick-facts li.node > .node-acf-quick-fact.block {
  width: 300px;
}

.node-acf-quick-fact.block .number {
  margin: 0 0 6px 0;
  font-size: 36px;
  line-height: 42px;
  color: #19150f;
  font-weight: bold;
}

.node-acf-quick-fact.block h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 6px 0;
}

.node-acf-quick-fact.block .number a,
.node-acf-quick-fact.block .number a:hover,
.node-acf-quick-fact.block .number a:active,
.node-acf-quick-fact.block .number a:visited {
  color: #19150f;
  text-decoration: none;
}

.node-acf-quick-fact.block .small {
  font-size: 20px;
  line-height: 20px;
}

.node-acf-quick-fact.block .large {
  font-size: 80px;
  line-height: 80px;
}

.node-acf-quick-fact.block a.image {
  display: block;
}

.node-acf-quick-fact.block img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 16px 0;
}

.node-acf-quick-fact.block .node h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 16px 0;
}

#content #block-acf-theme-blog {
  width: 100%;
  margin: 16px 0;
  padding: 16px 0 0 ;
  border-top: 1px solid #ebe7de;
  border-bottom: 1px solid #ebe7de;
  clear: both;
}

#content #block-acf-theme-blog .node {
  margin-bottom: 12px;
}

#content #block-acf-theme-blog .node h2 {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
}

#content #block-acf-theme-blog a.image {

}

#content #block-acf-theme-blog a.image img {
  display: block;
}

#content #block-acf-theme-blog .with-image {
  margin-left: 236px;
  margin-bottom: 0;
}

#content #block-acf-theme-blog div.more {
  float: right;
  line-height: 21px;
}

body.front #content #block-acf-theme-blog {
  margin: 0;
  padding: 0;
  border: none;
  clear: none;
}

body.front #content #block-acf-theme-blog .node {
  margin: 0;
}

body.front #content #block-acf-theme-blog .node h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 24px 24px 8px;
}

#block-acf-carousel-featured-videos ul.slides .youtube-video-wrapper,
#block-acf-theme-slideshow ul.slides .youtube-video-wrapper {
  position: relative;
  padding-bottom: 47.826087%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

#block-acf-carousel-featured-videos ul.slides .youtube-video-wrapper {
  padding-bottom: 62.5%;
}

#block-acf-carousel-featured-videos ul.slides .youtube-video-wrapper iframe,
#block-acf-theme-slideshow ul.slides .youtube-video-wrapper iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.
#block-acf-theme-slideshow a.image,
body.front #content #block-acf-theme-blog a.image {
  float: none;
  margin: 0;
}

body.front #content #block-acf-theme-blog .node .date  {
  margin: 0 24px 8px;
}

body.front #content #block-acf-theme-blog .node .content {
  margin: 0 24px 24px;
}

#block-acf-theme-slideshow a.image img,
body.front #content #block-acf-theme-blog a.image img {
  display: block;
  width: 100%;
  height: auto;
}

body.front #content #block-acf-theme-blog .with-image {
  margin: 0;
}

#block-acf-carousel-featured-videos .content .item-list li,
#block-acf-theme-slideshow .content .item-list li {
  margin: 0;
  display: block;
}

#block-acf-theme-slideshow .controls {
  margin: 20px 0 0;
  height: 24px;
  text-align: center;
  clear: both;
  display: block;
  width: 100%;
}

#block-acf-theme-slideshow .controls ul.select li {
  display: inline-block;
  margin: 0 5px;
}

#block-acf-theme-slideshow .controls ul.select li.arrow-prev {
  margin: 0 10px 0 0;
}

#block-acf-theme-slideshow .controls ul.select li.arrow-next {
  margin: 0 0 0 10px;
}

#block-acf-theme-slideshow .controls ul.select li a {
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  display: block;
  background: #cfc3ae;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

#block-acf-theme-slideshow .controls ul.select li a.active {
  background: #336a90;
}

#block-acf-theme-slideshow .controls ul.select li.arrow a {
  background: url(../images/carousel-arrows-sprite-v2.png) no-repeat 50% 0;
}

#block-acf-theme-slideshow .controls ul.select li.arrow a.next {
  background-position: 50% 0px;
}

#block-acf-theme-slideshow .controls ul.select li.arrow a.next:hover {
  background-position: 50% -24px;
}

#block-acf-theme-slideshow .controls ul.select li.arrow a.prev {
  background-position: 50% -48px;
}

#block-acf-theme-slideshow .controls ul.select li.arrow a.prev:hover {
  background-position: 50% -72px;
}

#block-acf-theme-slideshow .caption {
  padding: 24px;
}

#block-acf-theme-slideshow .caption a {
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 8px 0 0;
}

#block-acf-theme-slideshow .caption h3 a {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}

#block-acf-theme-blog a.view-more,
#block-acf-theme-slideshow .office {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin: 0 24px;
  padding: 8px 0 24px;
  border-top: 1px solid #dad1c0;
}

#content .block.resource-list {
  border-top: 1px solid #EBE7DE;
  padding-top: 16px;
}

#content .block.resource-list ul li {
  margin: 10px 0;
}

#content .block.resource-list ul li a.image {
  float: left;
}

#content .block.resource-list ul li a.image img {
  display: block;
}

#content .block.resource-list ul li .with-image {
  margin-left: 104px;
}

#content #block-acf-theme-featured-research ul li .with-image {
  margin-left: 0;
}

#content .block.resource-list .block-title {
  margin: 0 0 16px;
}

#content .block.resource-list a.more {
  margin: 0 0 16px;
}

#content .block.resource-list-more {
  border: none;
  padding-top:0px;
}

#content .block.resource-list .content h3 {
  font-weight: normal;
  margin: 0;
}

#content .block.resource-list-more li {
  margin: 0 0 16px;
}

#content #block-acf-theme-grant dl,
#block-acf-theme-olab-regulations-comment dl {
  font-size: 12px !important;
  color: #4a4336;
  line-height: 18px;
}

#content #block-acf-theme-grant dt,
#block-acf-theme-olab-regulations-comment dt {
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
}

#content #block-acf-theme-grant li {
  margin: 0 0 16px 0;
}

body.page-office #content #block-acf-theme-grant,
body.page-office #content #block-acf-theme-funding-opps {
  border-top: #ebe7de 1px solid;
  padding: 24px 0 0 0;
  float: left;
}

body.page-office #content #block-acf-theme-grant,
body.page-office #content #block-acf-theme-funding-opps {
  clear: both;
}

#content #block-acf-theme-blog-humantrafficking a.image,
#content #block-acf-theme-featured-research a.image,
#content #block-acf-theme-featured-research a.image,
#content #block-acf-theme-featured-resource a.image,
#sidebar #block-acf-theme-next-event a.image {
  float: left;
  margin: 0 16px 8px 0;
}

#content #block-acf-theme-blog-humantrafficking a.image img,
#content #block-acf-theme-featured-research a.image img,
#content #block-acf-theme-featured-research a.image img,
#content #block-acf-theme-featured-resource a.image img,
body.page-office #block-acf-theme-next-event a.image img {
  display: block;
}

#content #block-acf-theme-blog-humantrafficking .node h2,
#content #block-acf-theme-featured-research .node h2,
#content #block-acf-theme-featured-research .node h2,
#content #block-acf-theme-featured-resource .content h2,
#block-acf-theme-next-event .content h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

#content #block-acf-theme-blog-humantrafficking .content .content,
#content #block-acf-theme-featured-research .content .content,
#content #block-acf-theme-featured-research .content .content,
#content #block-acf-theme-featured-resource .content .content,
body.page-office #block-acf-theme-next-event .content .content {
  margin: 16px 0 0 0;
}

#sidebar .block {
  margin: 0 0 20px 0;
}

.block .image,
.block .image img {
  display: block;
}

.callout {
  width: 252px;
  padding: 20px;
  margin: 0 auto 16px auto;
  background: #fcf8f3;
  border: 4px double #eae4db;
  font-size: 14px;
  line-height: 21px;
  font-style: italic;
}

.callout.left,
.block a.left,
.block img.left {
  float: left;
  margin: 0 16px 8px 0;
}

.callout.right,
.block a.right,
.block img.right {
  float: right;
  margin: 0 0 8px 16px;
}

.block img.center,
.block a.center {
  margin: 0 auto 16px;
}

#content .block {
  margin-bottom: 16px;
}

#sidebar .block .content ul {
  list-style: disc outside none;
  margin-left: 1.3em;
}

#block-acf-page-informate-years .content .item-list ul,
#sidebar #block-acf-theme-events .content ul,
#sidebar #block-acf-press-release-archive .content .item-list ul,
#sidebar #block-acf-event-archive .content .item-list ul {
  list-style: none;
  margin: 0;
}

#block-acf-page-informate-years .content ul li,
#sidebar #block-acf-press-release-archive .content .item-list ul li,
#sidebar #block-acf-event-archive .content .item-list ul li {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  line-height: 18px;
}

#block-acf-page-informate-years .content ul li {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}


#sidebar #block-acf-theme-office-contact p {
  line-height:19px;
}

#block-acf-page-informate-years h2.block-title {
  margin: 0 0 10px;
}

#sidebar #block-acf-press-release-categories h2.block-title,
#block-acf-theme-media-center h2.block-title,
#block-acf-page-informate-years h2.block-title,
#block-acf-press-release-archive h2.block-title,
#block-acf-event-archive h2.block-title,
#block-acf-theme-staff-profiles .node h2.block-title,
#block-acf-theme-provider-profiles .node h2.block-title,
#block-acf-theme-staff-profile h2.block-title,
#block-acf-theme-provider-profile h2.block-title,
#sidebar #block-acf-theme-office-contact h2.block-title,
#sidebar #block-acf-theme-help h2.block-title,
#sidebar #block-acf-theme-custom h2.block-title,
#sidebar #block-acf-blog-categories h2.block-title,
#sidebar #block-acf-theme-promo1 h2.block-title,
#sidebar #block-acf-theme-promo2 h2.block-title,
#sidebar #block-acf-theme-promo3 h2.block-title,
#sidebar #block-acf-theme-map-promo h2.block-title,
#sidebar #block-acf-theme-blog-author h2.block-title,
#sidebar #block-acf-theme-blog-promo h2.block-title,
#sidebar .flexi-block h2.block-title,
#block-acf-research-topic h2.block-title,
#block-acf-research-related h2.block-title,
#sidebar #block-acf-theme-opre-conferences h2.block-title,
#block-acf-theme-next-event h2.block-title,
#sidebar .block-acf-research-pages-refugee-voices h2.block-title,
#sidebar .block-acf-research-pages-story h2.block-title,
#content .block-acf-research-pages-story h2.block-title,
#sidebar #block-acf-theme-story h2.block-title,
#sidebar #block-acf-theme-refugee-voices h2.block-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #19150f;
}

#sidebar #block-acf-press-release-categories,
#sidebar #block-acf-page-speeches-archive,
#sidebar #block-acf-page-speeches-archive .content .item-list,
#block-acf-theme-media-center,
#block-acf-page-informate-years,
#block-acf-press-release-archive,
#block-acf-event-archive,
#block-acf-blog-archive,
#block-acf-theme-staff-profiles .node,
#block-acf-theme-provider-profiles .node,
#block-acf-theme-staff-profile,
#block-acf-theme-provider-profile,
#sidebar #block-acf-theme-office-contact,
#sidebar #block-acf-theme-ana-tta-contact,
#sidebar #block-acf-theme-help,
#sidebar #block-acf-theme-custom,
#sidebar #block-acf-blog-categories,
#sidebar #block-acf-theme-promo1,
#sidebar #block-acf-theme-promo2,
#sidebar #block-acf-theme-promo3,
#sidebar #block-acf-theme-map-promo,
#sidebar #block-acf-theme-email-signup,
#sidebar .block-acf-theme-email-signup,
#sidebar #block-acf-theme-blog-author,
#sidebar #block-acf-theme-blog-promo,
#sidebar .flexi-block,
#block-acf-research-topic,
#block-acf-research-related,
#sidebar #block-acf-theme-opre-conferences,
#block-acf-theme-next-event,
#block-acf-research-pages-cb-free-html,
#block-acf-theme-opre-promo,
#sidebar .block-acf-research-pages-refugee-voices,
#sidebar .block-acf-research-pages-story,
#content .block-acf-research-pages-story,
#sidebar #block-acf-theme-story,
#sidebar #block-acf-theme-refugee-voices,
body.page-office-main #sidebar #block-acf-theme-next-event {
  border-bottom: 6px solid #ebe5dc;
  padding: 0 0 24px;
  margin: 0 0 24px;
}

#sidebar #block-acf-press-release-categories,
#block-acf-press-release-archive,
#block-acf-event-archive,
#sidebar #block-acf-blog-categories {
  padding: 0 0 12px;
}

.block-acf-research-pages-news .content .item-list ul li {
  margin-bottom:14px;
}

#block-acf-theme-quick-facts h2.block-title,
#block-acf-theme-quick-facts-responsive h2.block-title,
#block-acf-theme-success-stories-responsive h1.block-title,
#block-acf-theme-success-stories-responsive h2.block-title,
#block-acf-theme-success-stories h2.block-title {
  font-size: 36px;
  line-height: 42px;
  margin: 0 16px 16px 0;
}

form#acf-theme-success-stories-filter label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

form#acf-theme-success-stories-filter .form-item {
  margin: 0 10px 24px 0;
  padding: 0;
  line-height: 24px;
}

#block-acf-theme-staff-profiles ul#success-stories,
#block-acf-theme-provider-profiles ul#success-stories,
#block-acf-theme-success-stories ul#success-stories {
  clear: left;
  border-bottom: 1px solid #ebe1ce;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#block-acf-theme-staff-profiles ul#success-stories > li,
#block-acf-theme-provider-profiles ul#success-stories > li,
#block-acf-theme-success-stories ul#success-stories > li {
  overflow: auto;
  margin: 0 0 20px 0;
}

#block-acf-theme-staff-profiles ul#success-stories li li,
#block-acf-theme-provider-profiles ul#success-stories li li,
#block-acf-theme-success-stories ul#success-stories li li {
  margin: 0 20px 0 0;
  float: left;
}

#block-acf-theme-staff-profiles ul#success-stories li.full li.last,
#block-acf-theme-provider-profiles ul#success-stories li.full li.last,
#block-acf-theme-success-stories ul#success-stories li.full li.last {
  float: right;
  margin: 0;
}

#block-acf-theme-staff-profiles .node,
#block-acf-theme-provider-profiles .node,
#block-acf-theme-success-stories .node {
  width: 260px;
}

#block-acf-theme-staff-profiles .node img,
#block-acf-theme-provider-profiles .node img,
#block-acf-theme-success-stories .node img {
  max-width: 260px;
}

#block-acf-theme-staff-profile,
#block-acf-theme-provider-profile,
#block-acf-theme-quickfact,
.block-acf-research-pages-refugee-voices,
.block-acf-research-pages-story,
#block-acf-theme-story,
#block-acf-theme-refugee-voices {
  position: relative;
}

#block-acf-theme-staff-profile > .content > a.more,
#block-acf-theme-provider-profile > .content > a.more,
#block-acf-theme-quickfact a.more,
.block-acf-research-pages-refugee-voices a.more,
.block-acf-research-pages-story a.more,
#block-acf-theme-story a.more,
#block-acf-theme-refugee-voices a.more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  line-height: 24px;
  display: none;
}

#block-acf-theme-staff-profile > .content > a.more,
#block-acf-theme-provider-profile > .content > a.more,
.block-acf-research-pages-refugee-voices a.more,
.block-acf-research-pages-story a.more,
#sidebar #block-acf-theme-story a.more,
#sidebar #block-acf-theme-refugee-voices a.more {
  top: 20px;
  right: 20px;
}

#sidebar .block .content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#block-acf-theme-staff-profiles .content .node img,
#block-acf-theme-provider-profiles  .content .node img,
#block-acf-theme-staff-profile .content .node img,
#block-acf-theme-provider-profile  .content .node img,
.block-acf-research-pages-refugee-voices .content img,
.block-acf-research-pages-story .content img,
#block-acf-theme-story .content img,
#block-acf-theme-refugee-voices .content img,
#block-acf-theme-success-stories .node img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 12px 0;
}

.block-acf-research-pages-refugee-voices h2,
.block-acf-research-pages-story h2,
#block-acf-theme-story h2,
#block-acf-theme-refugee-voices h2 {
  font-size: 14px;
  margin: 0 0 16px 0;
}

#block-acf-theme-refugee-voices h2.node-title {
  margin: 0;
}

#sidebar .node-acf-success-story.block {
  margin-bottom: 0;
}

#block-acf-theme-staff-profiles .node h2,
#block-acf-theme-provider-profiles .node h2,
#block-acf-theme-provider-profile .node h2,
#block-acf-theme-staff-profile .node h2,
.block-acf-research-pages-refugee-voices .content h2,
.block-acf-research-pages-story  .content h2,
#block-acf-theme-story .content h2,
#block-acf-theme-refugee-voices .content h2,
#block-acf-theme-success-stories-responsive .node h2,
#block-acf-theme-success-stories .node h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin: 0;
}

#block-acf-theme-success-stories-responsive .node h2 {
  margin: 16px 0 8px;
}

#block-acf-theme-staff-profiles h2.block-title,
#block-acf-theme-provider-profiles h2.block-title,
#block-acf-theme-staff-profile h2.block-title,
#block-acf-theme-provider-profile h2.block-title {
  margin: 6px 0 8px;
}

#block-acf-theme-staff-profiles .node h2.node-title,
#block-acf-theme-provider-profiles .node h2.node-title,
#block-acf-theme-staff-profile .node h2.node-title,
#block-acf-theme-provider-profile .node h2.node-title {
  margin: 16px 0 0;
}

#block-acf-theme-staff-profiles .node .profile-title,
#block-acf-theme-provider-profiles .node .profile-title,
#block-acf-theme-staff-profile .node .profile-title,
#block-acf-theme-provider-profile .node .profile-title {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}

#block-acf-theme-provider-profiles .node .profile-title,
#block-acf-theme-provider-profile .node .profile-title {
  margin-bottom: 12px;
}

#block-acf-theme-staff-profiles .node .summary,
#block-acf-theme-provider-profiles .node .summary,
#block-acf-theme-staff-profile .node .summary,
#block-acf-theme-provider-profile .node .summary {
  clear: left;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 12px;
}

#sidebar #block-acf-theme-office-contact .content {
  font-size: 12px;
}

#block-acf-theme-staff-profiles .node a,
#block-acf-theme-provider-profiles .node a,
#block-acf-theme-staff-profile a,
#block-acf-theme-provider-profile a,
#sidebar #block-acf-theme-office-contact a,
#sidebar #block-acf-theme-help a,
#sidebar #block-acf-theme-custom a,
#sidebar #block-acf-theme-promo1 a,
#sidebar #block-acf-theme-promo2 a,
#sidebar #block-acf-theme-promo3 a,
#sidebar #block-acf-theme-map-promo a,
#sidebar #block-acf-theme-email-signup a,
#sidebar .block-acf-theme-email-signup a,
#sidebar #block-acf-theme-blog-author a,
#sidebar #block-acf-theme-blog-promo a,
#sidebar .flexi-block a,
#block-acf-research-topic a,
#block-acf-research-related a,
#block-acf-theme-next-event a {
  color: #264a64;
}

#sidebar #block-acf-theme-blog-promo {
  position: relative;
}

#sidebar #block-acf-theme-blog-promo .content .more-link {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 21px;
}

#sidebar #block-acf-theme-blog-promo .content a.image {
  display: block;
  margin: 0 0 16px 0;
}

#sidebar #block-acf-theme-blog-promo .content a.image img {
  display: block;
}

#sidebar #block-acf-theme-blog-promo .content h2 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}

#sidebar #block-acf-theme-blog-promo .content p {
  margin: 0 0 6px 0;
}

#sidebar #block-acf-theme-blog-author  {
  overflow: auto;
}

#sidebar #block-acf-theme-blog-author .content img {
  float:left;
}

#sidebar #block-acf-theme-blog-author .content .author-info {
  margin-left:110px;
  padding-top: 10px;
}

#block-acf-theme-email-signup .icon,
.block-acf-theme-email-signup .icon {
  height: 70px;
  width: 80px;
  float: right;
  background: url(../images/email-subscribe.png) no-repeat 5px -20px;
}

#block-acf-theme-get-connected h2.block-title,
.block-acf-theme-email-signup h2.block-title {
  font-size: 24px;
  line-height: 30px;
}

.block-acf-theme-email-signup form {
  clear: right;
}

.block-acf-theme-email-signup form {
  margin-bottom: 10px;
}

#sidebar a.subscribe,
#sidebar #block-acf-theme-email-signup input.form-submit {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px;
  margin: 0;
  height: 28px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #19150f;
  border: 1px solid #d8d0c1;
  background: #f7f3ed;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f3ed), to(#d8d0c1));
  background: -webkit-linear-gradient(#f7f3ed, #d8d0c1);
  background: -moz-linear-gradient(#f7f3ed, #d8d0c1);
  background: -ms-linear-gradient(#f7f3ed, #d8d0c1);
  background: -o-linear-gradient(#f7f3ed, #d8d0c1);
  background: linear-gradient(#f7f3ed, #d8d0c1);
  -pie-background: linear-gradient(#f7f3ed, #d8d0c1);
}

#sidebar a.subscribe:hover,
#sidebar #block-acf-theme-email-signup input.form-submit:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #5e92b5;
  background: #8cb0c8;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#8cb0c8), to(#5e92b5));
  background: -webkit-linear-gradient(#8cb0c8, #5e92b5);
  background: -moz-linear-gradient(#8cb0c8, #5e92b5);
  background: -ms-linear-gradient(#8cb0c8, #5e92b5);
  background: -o-linear-gradient(#8cb0c8, #5e92b5);
  background: linear-gradient(#8cb0c8, #5e92b5);
  -pie-background: linear-gradient(#8cb0c8, #5e92b5);
}

#block-acf-theme-email-signup hr {
  margin: 16px -20px;
}

#block-acf-theme-email-signup .form-item label {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}

#block-acf-theme-email-signup .form-item .form-item label {
  font-weight: normal;
}

.block-acf-theme-email-signup input.form-text,
#block-acf-theme-email-signup input.form-text {
  border: 1px solid #d9d0c1;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 28px;
  height: 28px;
  padding: 0 8px;
  margin: 0;
}

.block-acf-theme-email-signup input.form-text.default,
#block-acf-theme-email-signup input.form-text.default {
  color: #B2A794;
}

#block-acf-theme-email-signup #opre-mailing-list-form .form-item {
  margin: 0 0 1em;
}

#block-acf-theme-email-signup #opre-mailing-list-form input.form-text {
  width: 140px;
}

.block-acf-theme-email-signup .form-item {
  margin: 0;
}

.block-acf-theme-email-signup .form-item label {
  margin: 0 0 6px;
}

.block-acf-theme-email-signup input.form-text {
  vertical-align: top;
  float: left;
  width: 180px;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #a6c0d2;
  margin: 0 4px 0 0;
}

.block-acf-theme-email-signup input.form-submit {
  vertical-align: top;
  float: left;
  width: 36px;
  height: 36px;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/email-signup-submit-v2.png) no-repeat 50% 0;
}

.block-acf-theme-email-signup input.form-submit:hover {
  background-position: 50% -36px;
}

.block-acf-theme-email-signup input.form-submit {
  margin: 0;
}

#content .block-acf-theme-email-signup {
  border-top: 1px solid #ebe7de;
  margin-top: 26px;
  padding-top: 21px;
}

#content .block-acf-theme-email-signup h2.block-title {
  font-size: 16px;
  line-height: 26px;
}

#sidebar #block-acf-theme-help h2,
#sidebar #block-acf-theme-promo1 h2,
#sidebar #block-acf-theme-promo2 h2,
#sidebar #block-acf-theme-promo3 h2,
#sidebar .flexi-block h2 {
  font-size: 16px;
  margin: 0 0 16px 0;
}

#sidebar #block-acf-press-release-categories h2,
#sidebar #block-acf-theme-custom h2,
#sidebar #block-acf-blog-categories h2 {
  font-size: 14px;
  margin: 0 0 16px 0;
}

body.path-informate #sidebar,
body.path-media-speeches #sidebar,
body.page-program-topics-resources #sidebar {
  padding-top: 30px;
}

.speeches .acf-speech-item {
  font-size: 12px;
  line-height: 16px;
  padding: 16px 0 0;
  margin: 16px 0;
  border-top: 1px dotted #cecac3;
}

.speeches .acf-speech-item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.speeches .acf-speech-item h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 4px;
}

.speeches .acf-speech-item .date {
  display: inline-block;
}

.speeches .acf-speech-item .subtitle {
  display: inline;
  font-weight: bold;
  margin: 0 0 0 4px;
  border-left: 1px solid #19150f;
  padding: 0 0 0 8px;
}

.speeches .acf-speech-item .secretary {
  margin: 8px 0 0 0;
}

#sidebar {
  padding-top: 30px;
}

h2.press-release-subtitle,
h2.speech-subtitle,
h2.blog-subtitle {
  font-size: 18px;
  line-height: 24px;
  margin: -8px 0 12px 4px;
}

#sidebar #block-acf-press-release-categories,
#sidebar #block-acf-page-speeches-archive,
#sidebar #block-acf-blog-archive,
#sidebar #block-acf-blog-categories {
  display: none;
}

#above form.acf-press-release-archive-select,
#above form.acf-blog-archive-select,
#above form.acf-speech-filter-form {
  margin: 24px 20px 36px;
}

form.acf-press-release-archive-select .reset a,
#block-acf-page-speeches-archive .reset a,
form.acf-speech-filter-form .reset a,
form.acf-blog-archive-select .reset a {
  display: block;
  padding: 0 0 12px;
}


form.acf-press-release-archive-select h2,
form.acf-speech-filter-form h2,
#sidebar #block-acf-page-speeches-archive h2,
form.acf-blog-archive-select h2 {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 24px;
}

body.page-office-main.page-blog #block-system-main {
  border-bottom: 6px solid #ebe5dc;
  padding-bottom: 32px;
  margin-bottom: 24px;
}

body.page-office-main.page-blog #sidebar {
  padding-top: 0;
}

#block-system-main form.acf-press-release-archive-select,
#block-system-main form.acf-speech-filter-form,
#block-system-main form.acf-blog-archive-select {
  border-top: 6px solid #ebe5dc;
  padding: 24px 0 0;
  margin: 16px 0 36px;
}

form.acf-press-release-archive-select .dk-select,
form.acf-speech-filter-form .dk-select,
form.acf-blog-archive-select .dk-select {
  width: 100%;
}

form.acf-press-release-archive-select .form-item,
form.acf-blog-archive-select .form-item {
  margin: 0;
}

form.acf-press-release-archive-select.with-topics .form-item-tid,
form.acf-speech-filter-form.with-topics .form-item,
form.acf-blog-archive-select.with-topics .form-item-tid {
  margin: 24px 0 0;
}

form.acf-speech-filter-form.with-topics .form-item-date {
  margin: 0;
}

form.acf-press-release-archive-select .form-item label,
form.acf-speech-filter-form .form-item label,
#sidebar #block-acf-page-speeches-archive .content .item-list h3,
form.acf-blog-archive-select .form-item label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #19150f;
  margin: 0 0 16px 0;
}

#sidebar #block-acf-page-speeches-archive .content .item-list h3 {
  margin: 0 0 4px;
}

#content #block-acf-theme-programs-tabbed .tabs-wrapper {
  padding: 0;
  border-bottom: 1px solid #ebe7de;
}

#content #block-acf-theme-programs-tabbed .tabs-wrapper h3 {
  float: left;
  font-size: 12px;
  color: #19150f;
  line-height: 20px;
  margin: 0 8px 0 0;
}

#content #block-acf-theme-programs-tabbed .tabs-wrapper ul.tabs {
  float: left;
  margin-bottom: 18px;
}

#content #block-acf-theme-programs-tabbed .tabs-wrapper ul.tabs li {
  float: left;
  margin: 0 3px 0 0;
}

#content #block-acf-theme-programs-tabbed .tabs-wrapper ul.tabs li a {
  display: block;
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 10px 0 30px;
  background: #e2dace url(../images/icons-sprite.png) no-repeat 6px 0;
  color: #19150f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#content #block-acf-theme-programs-tabbed .tabs-wrapper ul.tabs li.region a {
  background-position: 6px -20px;
}

#content #block-acf-theme-programs-tabbed .tabs-wrapper ul.tabs li a.active {
  background-color: #bcd9ed;
}

#block-acf-theme-help-topics {
  border-top: 1px solid #ebe7de;
}

#content #block-acf-theme-programs-tabbed #tab-topic li,
#block-acf-theme-help-topics li {
  padding: 16px 0 8px;
  border-bottom: 1px solid #ebe7de;
}


#content #block-acf-theme-programs-tabbed #tab-topic li h4,
#block-acf-theme-help-topics li h4 {
  color: #19150f;
  font-size: 16px;
  margin: 0 0 12px 0;
}

#content #block-acf-theme-programs-tabbed #tab-topic li li,
#block-acf-theme-help-topics li li {
  padding: 0;
  border: none;
  font-size: 12px;
  line-height: 16px;
}

#content #block-acf-theme-programs-tabbed #tab-topic li li.left,
#block-acf-theme-help-topics li li.left {
  float: left;
  width: 285px;
}

#content #block-acf-theme-programs-tabbed #tab-topic li li.right,
#block-acf-theme-help-topics li li.right {
  float: right;
  width: 285px;
}

#content #block-acf-theme-programs-tabbed #tab-topic li li h5,
#block-acf-theme-help-topics li li h5 {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 8px 0;
}

#content #block-acf-theme-programs-tabbed #tab-topic li li li,
#block-acf-theme-help-topics li li li {
  margin: 0 0 8px 0;
}

#content #block-acf-theme-programs-tabbed #tab-topic li li li ul.first,
#block-acf-theme-help-topics li li li ul.first {
  margin: 0 0 24px 0;
}

#content #block-acf-theme-programs-tabbed #tab-topic li li a {
  display: block;
}

#content #block-acf-theme-programs-tabbed #tab-office {
  margin: 6px 0 0 0;
}

@media only screen and (min-width: 700px) {
  #content #block-acf-theme-programs-tabbed #tab-office li.left {
    width: 285px;
    float: left;
  }

  #content #block-acf-theme-programs-tabbed #tab-office li.right {
    width: 285px;
    float: right;
  }
}

#content #block-acf-theme-programs-tabbed #tab-office li li {
  margin: 10px 0 0 0;
  width: 285px;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a {
  height: 56px;
  display: block;
  background: #fff;
  padding: 0 0 0 90px;
  line-height: 18px;
  display: table;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-ana {
  background: url(../images/program_logos/ANA.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-acyf {
  background: url(../images/program_logos/ACYF.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-add {
  background: url(../images/program_logos/ADD.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-aidd {
  background: url(../images/program_logos/AIDD.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-cb {
  background: url(../images/program_logos/CB.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-ecd {
  background: url(../images/program_logos/ECD.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-fysb {
  background: url(../images/program_logos/FYSB.png) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-occ {
  background: url(../images/program_logos/OCC.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-css,
#content #block-acf-theme-programs-tabbed #tab-office li li a.program-ocse {
  background: url(../images/program_logos/OCSE.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-ocs {
  background: url(../images/program_logos/OCS.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-ofa {
  background: url(../images/program_logos/OFA.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-ohs {
  background: url(../images/program_logos/OHS.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-ohsepr {
  background: url(../images/program_logos/OHSEPR.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-opre {
  background: url(../images/program_logos/OPRE.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-orr {
  background: url(../images/program_logos/ORR.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-oro {
  background: url(../images/program_logos/ORO.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-paris {
  background: url(../images/program_logos/PARIS.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a.program-olab {
  background: url(../images/program_logos/OLAB.gif) no-repeat;
}

#content #block-acf-theme-programs-tabbed #tab-office li li a span.title {
  display: table-cell;
  vertical-align: middle;
}
/*
#content #block-acf-theme-programs-tabbed #tab-office .item-list li li a span.title {
font-weight: normal;
}
*/

#content #block-acf-theme-programs-tabbed #tab-region .map {
  margin: 10px 0 0 0;
}

#content #block-acf-theme-programs-tabbed #tab-region .map area {
  outline: none;
}


#content #block-acf-theme-programs-tabbed #tab-region h4 {
  font-size: 16px;
  margin: 16px 0 6px 0;
}

#content #block-acf-theme-programs-tabbed #tab-region li.left {
  float: left;
  width: 285px;
}

#content #block-acf-theme-programs-tabbed #tab-region li.right {
  float: right;
  width: 285px;
}

#content #block-acf-theme-programs-tabbed #tab-region li li {
  margin: 10px 0 0 0;
}

#content #block-acf-theme-programs-tabbed #tab-region li li a {
  font-weight: bold;
  font-size: 12px;
  display: block;
}

#content #block-acf-theme-programs-tabbed #tab-region li li a strong {
  text-transform: uppercase;
}

div.featured-help {
  margin: 0 0 16px 0;
  font-size: 12px;
}

#content #block-acf-theme-help-topics ul ul ul li.featured h4,
div.featured-help h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

#content #block-acf-theme-help-topics ul ul ul li.featured .phone,
div.featured-help .phone {
  font-size: 12px;
  font-weight: bold;
}

#block-acf-theme-acf-resources-for-grantees {
  float:left;
  width: 285px;
}

#content #block-acf-theme-office-contact .item-list ul#region-states-list {
  margin: 0.25em 0 1em 0;
}

#content #block-acf-theme-office-contact .item-list ul#region-states-list li {
  display: inline;
  margin: 0;
  padding: 0 0.2em 0 0.5em;
  color:#888;
  font-style: italic;
}

#content #block-acf-theme-office-contact .item-list ul#region-states-list li.first {
  padding-left: 0;
  border: 0;
}

#content .node .column {
  float: left;
  width: 180px;
  margin-right: 30px;
}

#content .node .column.right {
  margin: 0;
}

#content .node .field-item div.two-column {
  float: left;
  width: 48%;
  margin: 0 4% 16px 0;
}

#content .node .field-item div.three-column {
  float: left;
  width: 30%;
  margin: 0 5% 16px 0;
}

#content .node .field-item div.three-column-3,
#content .node .field-item div.two-column-2 {
  margin-right: 0;
  float: right;
}

#content .node .field-item div.three-column-1,
#content .node .field-item div.two-column-1,
#content .node .field-item p.two-column,
#content .node .field-item p.three-column {
  clear: both;
}

#content #block-acf-theme-upcoming-events,
#content #block-acf-theme-upcoming-events .date,
#content #block-acf-theme-events,
#content #block-acf-theme-events .date {
  color: #4a4336;
  font-size: 12px;
}

#content #block-acf-theme-upcoming-events .content li,
#content #block-acf-theme-events .content li {
  margin: 0 0 16px 0;
}

#content #block-acf-theme-upcoming-events .content li.month,
#content #block-acf-theme-events .content li.month {
  padding: 16px 0 0 0;
  border-top: 1px solid #ebe7de;
}

#content #block-acf-theme-upcoming-events .content li.first,
#content #block-acf-theme-events .content li.first {
  border: none;
  padding: 0;
}

#content #block-acf-theme-upcoming-events .content li.month h4,
#content #block-acf-theme-events .content li.month h4 {
  font-weight: bold;
}

#content #block-acf-theme-upcoming-events .date,
#content #block-acf-theme-events .date {
  font-weight: bold;
}

#content #block-acf-theme-region-help-by-state .content .state h4 {
  font-weight: bold;
}

#acf-research-pages-programs-news-filter .form-item {
  margin: 0 0 16px;
}

#acf-research-pages-programs-news-filter .select-replace {
  position: relative;
  height: 28px;
}

#acf-research-pages-programs-news-filter .select-replace ul {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #a6c0d2;
  font-weight: bold;
  color: #3072a0;
  background: #daeffd;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d1e6f5));
  background: -webkit-linear-gradient(#ffffff, #d1e6f5);
  background: -moz-linear-gradient(#ffffff, #d1e6f5);
  background: -ms-linear-gradient(#ffffff, #d1e6f5);
  background: -o-linear-gradient(#ffffff, #d1e6f5);
  background: linear-gradient(#ffffff, #d1e6f5);
  -pie-background: linear-gradient(#ffffff, #d1e6f5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#acf-research-pages-programs-news-filter .select-replace.open ul {
  z-index: 99;
}

#acf-research-pages-programs-news-filter .select-replace.closed ul {
  padding: 0;
}

#acf-research-pages-programs-news-filter .select-replace li {
  position: relative;
  cursor: pointer;
  padding: 0 9px !important;
  line-height: 28px;
  overflow: hidden;
  margin: 0 !important;
  white-space: nowrap;
  z-index: 10;
}

#acf-research-pages-programs-news-filter .select-replace.closed li {
  display: none;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  background-image: url(../images/dropdown-arrow-2.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  white-space: nowrap;
  margin: 0 !important;

}

#acf-research-pages-programs-news-filter .select-replace.closed li span {
  overflow: hidden;
  display: block;
  margin-right: 14px;
}

#acf-research-pages-programs-news-filter .select-replace.closed li.selected {
  display: block;
}

.file-size,
#ckeditor_body.content .file-size {
  color: #998F7E;
  font-size: 10px;
  margin: 0px 0px 6px;
  text-transform: uppercase;
}

#acf-research-pages-programs-news-filter .form-item > label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#below #block-acf-theme-programs {
  border-top: 1px solid #eae4db;
  position: relative;
}

#below #block-acf-theme-programs h2 {
  font-size: 14px;
  margin: 20px 0;
}

#below #block-acf-theme-programs .content {
  height: 86px;
  position: relative;
  margin: 0 30px;
  overflow: hidden;
}

#below #block-acf-theme-programs ul.tabs {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 86px;
  width: 3780px;
}

#below #block-acf-theme-programs ul.tabs li {
  float: left;
}

#below #block-acf-theme-programs ul.tabs li h4 {
  color: #3072a0;
  font-size: 14px;
  width: 180px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
}

#below #block-acf-theme-programs ul.tabs li h4 a {
  display: block;
  height: 50px;
}

#below #block-acf-theme-programs ul.tabs li.hover h4 {
  background-color: #d7e8f4;
}

#below #block-acf-theme-programs ul.tabs li h4 {
  background-image: url(../images/programs-rail.png);
  background-repeat: no-repeat;
  background-position: 50% 10px;
  text-indent: -9999px;
  overflow: hidden;
}

#below #block-acf-theme-programs ul.tabs li.tanf.hover h4 { background-position: 50% -40px; }

#below #block-acf-theme-programs ul.tabs li.marriage h4 { background-position: 50% -90px; }
#below #block-acf-theme-programs ul.tabs li.marriage.hover h4 { background-position: 50% -140px; }

#below #block-acf-theme-programs ul.tabs li.hs h4 { background-position: 50% -190px; }
#below #block-acf-theme-programs ul.tabs li.hs.hover h4 { background-position: 50% -240px; }

#below #block-acf-theme-programs ul.tabs li.cs h4 { background-position: 50% -290px; }
#below #block-acf-theme-programs ul.tabs li.cs.hover h4 { background-position: 50% -340px; }

#below #block-acf-theme-programs ul.tabs li.disabilities h4 { background-position: 50% -390px; }
#below #block-acf-theme-programs ul.tabs li.disabilities.hover h4 { background-position: 50% -440px; }

#below #block-acf-theme-programs ul.tabs li.tribes h4 { background-position: 50% -490px; }
#below #block-acf-theme-programs ul.tabs li.tribes.hover h4 { background-position: 50% -540px; }

#below #block-acf-theme-programs ul.tabs li.adoption h4 { background-position: 50% -590px; }
#below #block-acf-theme-programs ul.tabs li.adoption.hover h4 { background-position: 50% -640px; }

#below #block-acf-theme-programs ul.tabs li.child-abuse h4 { background-position: 50% -690px; }
#below #block-acf-theme-programs ul.tabs li.child-abuse.hover h4 { background-position: 50% -740px; }

#below #block-acf-theme-programs ul.tabs li.child-welfare h4 { background-position: 50% -790px; }
#below #block-acf-theme-programs ul.tabs li.child-welfare.hover h4 { background-position: 50% -840px; }

#below #block-acf-theme-programs ul.tabs li.foster h4 { background-position: 50% -890px; }
#below #block-acf-theme-programs ul.tabs li.foster.hover h4 { background-position: 50% -940px; }

#below #block-acf-theme-programs ul.tabs li.runaway h4 { background-position: 50% -990px; }
#below #block-acf-theme-programs ul.tabs li.runaway.hover h4 { background-position: 50% -1040px; }

#below #block-acf-theme-programs ul.tabs li.family-violence h4 { background-position: 50% -1090px; }
#below #block-acf-theme-programs ul.tabs li.family-violence.hover h4 { background-position: 50% -1140px; }

#below #block-acf-theme-programs ul.tabs li.teen-pregnancy h4 { background-position: 50% -1190px; }
#below #block-acf-theme-programs ul.tabs li.teen-pregnancy.hover h4 { background-position: 50% -1240px; }

#below #block-acf-theme-programs ul.tabs li.child-care h4 { background-position: 50% -1290px; }
#below #block-acf-theme-programs ul.tabs li.child-care.hover h4 { background-position: 50% -1340px; }

#below #block-acf-theme-programs ul.tabs li.community-services h4 { background-position: 50% -1390px; }
#below #block-acf-theme-programs ul.tabs li.community-services.hover h4 { background-position: 50% -1440px; }

#below #block-acf-theme-programs ul.tabs li.liheap h4 { background-position: 50% -1490px; }
#below #block-acf-theme-programs ul.tabs li.liheap.hover h4 { background-position: 50% -1540px; }

#below #block-acf-theme-programs ul.tabs li.emergency h4 { background-position: 50% -1590px; }
#below #block-acf-theme-programs ul.tabs li.emergency.hover h4 { background-position: 50% -1640px; }

#below #block-acf-theme-programs ul.tabs li.refugee h4 { background-position: 50% -1690px; }
#below #block-acf-theme-programs ul.tabs li.refugee.hover h4 { background-position: 50% -1740px; }

#below #block-acf-theme-programs ul.tabs li.trafficking h4 { background-position: 50% -1790px; }
#below #block-acf-theme-programs ul.tabs li.trafficking.hover h4 { background-position: 50% -1840px; }

#below #block-acf-theme-programs ul.tabs li.paris h4 { background-position: 50% -1890px; }
#below #block-acf-theme-programs ul.tabs li.paris.hover h4 { background-position: 50% -1940px; }

#below #block-acf-theme-programs ul.tabs li.repatriation h4 { background-position: 50% -1990px; }
#below #block-acf-theme-programs ul.tabs li.repatriation.hover h4 { background-position: 50% -2040px; }

#below #block-acf-theme-programs ul.tabs li .inner {
  background: #d7e8f4;
  position: absolute;
  top: 46px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  padding: 0 14px;
  line-height: 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 40px;
}

#below #block-acf-theme-programs ul.desc li {
  display: none;
  background: #d7e8f4;
  position: absolute;
  top: 46px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  padding: 0 14px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#below #block-acf-theme-programs ul.desc li p {
  margin: 0;
  padding: 0;
  line-height: 40px;
}

#below #block-acf-theme-programs ul.arrows li {
  position: absolute;
  top: 70px;
}

#below #block-acf-theme-programs ul.arrows li a {
  display: block;
  width: 21px;
  height: 21px;
  background: url(../images/circle-arrows-tan.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#below #block-acf-theme-programs ul.arrows li.next a {
  background-position: 0 -21px;
}


#below #block-acf-theme-programs ul.arrows li.prev {
  left: 0;
}

#below #block-acf-theme-programs ul.arrows li.next {
  right: 0;
}

#below #block-acf-theme-programs ul.desc li.hover {
  display: block;
}

#footer #block-acf-theme-copyright {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 20px 0;
  color: #254a64;
}

#footer #block-acf-theme-copyright h2 {
  margin: 0 0 12px 0;
}

#footer #block-acf-theme-copyright h2 a {
  display: block;
  text-indent: -9999px;
  height: 31px;
  background: url(../images/footer-acf-logo.png) no-repeat;
}

#footer #block-acf-theme-footer-navigation {
  font-size: 12px;
}

#footer #block-acf-theme-footer-navigation .item-list ul li,
#footer #block-acf-theme-footer-navigation .item-list ul {
  margin: 0;
}

#footer #block-acf-theme-footer-navigation a {
  font-weight: normal;
}

#content #block-acf-theme-office-contact,
#content #block-acf-theme-new-website,
#content #block-acf-theme-acf-leadership,
#content #block-acf-theme-olab-reauthorization,
#content #block-acf-theme-promo-content {
  background: #dceffb;
  padding: 20px 20px 8px 20px;
  margin: 0 0 24px 0;
  font-size: 12px;
  overflow: auto;
}

#content #block-acf-theme-office-contact a,
#content #block-acf-theme-new-website a,
#content #block-acf-theme-acf-leadership a,
#content #block-acf-theme-olab-reauthorization a,
#content #block-acf-theme-promo-content a {
  color: #264a64;
}

#block-acf-theme-office-contact .content .column {
  float: left;
  width: 250px;
  margin-right: 30px;
}

#sidebar #block-acf-research-pages-cb-free-html h2.block-title,
#content #block-acf-theme-office-contact h2.block-title,
#content #block-acf-theme-new-website h2.block-title,
#content #block-acf-theme-acf-leadership h2.block-title,
#content #block-acf-theme-olab-reauthorization h2.block-title,
#content #block-acf-theme-promo-content h2.block-title {
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 12px 0;
}

#content #block-acf-theme-new-website .image {
  float: right;
  border: 6px solid #fff;
  margin: -33px 0 24px 24px;
}

#content #block-acf-theme-new-website .image img {
  display: block;
}

#content #block-acf-theme-office-contact .content .map {
  display: block;
  float: right;
  margin: -24px  0 12px 24px;
}

#content .acf-program-item {
  margin-bottom: 25px;
}

#content .acf-program-item.subprogram {
  padding-left: 50px;
}

#content #block-acf-theme-ocsp-stay-connected {
  width: auto;
  float: none;
  padding: 20px 0 0;
  clear: both;
  border-top: 1px solid #ebe7de;
}

#content #block-acf-theme-ocsp-stay-connected ul {
  background: #dceffd;
  overflow: auto;
  padding: 10px 20px;
  position: relative;
  background: #daeffd;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#eaf4fa), to(#daeffd));
  background: -webkit-linear-gradient(#eaf4fa, #daeffd);
  background: -moz-linear-gradient(#eaf4fa, #daeffd);
  background: -ms-linear-gradient(#eaf4fa, #daeffd);
  background: -o-linear-gradient(#eaf4fa, #daeffd);
  background: linear-gradient(#eaf4fa, #daeffd);
}

#content #block-acf-theme-ocsp-stay-connected ul li {
  display: block;
  height: 77px;
  float: left;
  width: 140px;
}

#content #block-acf-theme-ocsp-stay-connected ul li a {
  display: block;
  height: 77px;
  text-align: center;
}


#content #block-acf-theme-ocsp-stay-connected ul li.prev,
#content #block-acf-theme-ocsp-stay-connected ul li.next {
  position: absolute;
  height: 30px;
  top: 29px;
}

#content #block-acf-theme-ocsp-stay-connected ul li.prev {
  left: -40px;
}

#content #block-acf-theme-ocsp-stay-connected ul li.next {
  right: -18px;
}


#content #block-acf-theme-ocsp-stay-connected ul li.prev a,
#content #block-acf-theme-ocsp-stay-connected ul li.next a {
  height: 30px;
  width: 18px;
  background: url(../images/oscp-block-nav.png) no-repeat 0 -90px;
  text-indent: -9999px;
  overflow: hidden;
}

#content #block-acf-theme-ocsp-stay-connected ul li.next a {
  background-position: 0 -60px;
}

#content #block-acf-theme-ocsp-stay-connected ul li.prev a:hover {
  background-position: 0 -30px;
  text-decoration: none;
}

#content #block-acf-theme-ocsp-stay-connected ul li.next a:hover {
  background-position: 0 0;
  text-decoration: none;
}

.node-acf-feature-node .content #featured #block-acf-theme-slideshow {
  position: relative;
}

.node-acf-feature-node .content #content .item-list ul li {
  list-style-type:none;
}

.node-acf-feature-node #content .node-preview .content {
  margin-bottom: 30px;
}

.node-acf-blog .blog-header {
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  margin: 0 0 24px 0;
}

.node-acf-blog .blog-header a.rss {
  display: none;
}

.node-acf-blog h2.node-title {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 4px 0;
}

.node-acf-blog h1.node-title {
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 8px;
}

.node-acf-blog .submitted {
  font-size: 12px;
}

.node-acf-blog .field-type-taxonomy-term-reference {
  margin: 0 0 16px 0;
}

.node-acf-blog .field-type-taxonomy-term-reference .field-label {
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  line-height: 16px;
}

.node-acf-blog .field-type-taxonomy-term-reference .field-items {
  display: inline-block;
  line-height: 16px;
}

.node-acf-blog .field-type-taxonomy-term-reference .field-items .field-item {
  display: inline-block;
  font-size: 12px;
  margin: 0 6px 0 0;
  line-height: 16px;
}

.block-preview-title {
  margin:8px;
  font-family: monospace;
  font-weight: bold;
}

.acf-blog-featured {
  margin: 0 0 22px 0;
}

.acf-blog-list,
.node-acf-blog.teaser {
  margin: 20px 0;
}

.acf-blog-nav a.thumbnail {
  width: 40.4%;
  max-width: 109px;
  float: left;
  margin: 0 20px 0 0;
}

.node-acf-blog.teaser a.thumbnail,
.acf-blog-list a.thumbnail {
  display: none;
}


.node-acf-blog a.thumbnail img,
.acf-blog-list a.thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.node-acf-blog.teaser div.more,
.acf-blog-list div.more {
  line-height: 24px;
  border-top: 1px solid #dad1c0;
  padding-top: 4px;
  margin: 20px 0 0;
}

.acf-blog-nav .inner,
.acf-blog-list .content,
.node-acf-blog.teaser .content {
  overflow: auto;
}

.acf-blog-list .content h2 {
  margin-top: -4px;
}

.acf-blog-list .submitted,
.node-acf-blog.teaser .submitted {
  margin-bottom: 10px;
}

#block-acf-blog-previous > h2,
#block-acf-blog-next > h2 {
  margin: 0 0 6px;
}

#block-acf-blog-previous .content,
#block-acf-blog-next .content {
  padding: 30px 20px 30px 30px;
}

.acf-blog-nav h3 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 4px;
}

.acf-blog-nav .submitted {
  margin: 0;
  line-height: 14px;
}

.social .social-item {
  display: inline-block;
  height: 20px;
  margin: 0;
  vertical-align: top;
}

.social .linkedin {
  padding-top: 1px;
}

.social .facebook {
  vertical-align:top;
}

.social .addthis_pill_style {
  width: 50px !important;
  overflow: hidden !important;
}

.node-acf-event.with-attachments .content {
  border-bottom: 1px solid #ebe7de;
}

.node-acf-event .field-type-image,
.node-acf-news .field-type-image,
.node-acf-press-release .field-type-image {
  float: right;
  margin: 0 0 24px 32px;
}

.node-acf-news h1.node-title,
.node-acf-press-release h1.node-title {
  margin: 0 0 8px;
}

#sidebar #block-acf-research-topic .content ul,
#sidebar #block-acf-research-related .content ul {
  margin: 0;
  list-style: none;
}

#sidebar #block-acf-research-topic .content ul li,
#sidebar #block-acf-research-related .content ul li {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
}


#below #block-acf-research-topic,
#below #block-acf-research-related {
  width: 420px;
  float: left;
  margin-left: 20px;
}

#below #block-acf-research-topic {
  float: right;
}

#block-acf-research-topic .subtitle,
#block-acf-research-related .subtitle {
  font-size: 12px;
}

body.node-type-acf-research .node-acf-research.full h1#page-title {
  margin: 16px 0 0;
}

body.node-type-acf-faq .node-acf-faq.full h1.node-title {
  margin: 16px 0 12px;
}

body.node-type-acf-asset .additional-fields,
body.node-type-acf-research .additional-fields {
  margin-top: 25px;
  border-top: 2px solid black;
  background-color: #EEE;
  padding:10px;
}

body.node-type-acf-asset .additional-fields div.field,
body.node-type-acf-research .additional-fields div.field {
  margin-bottom: 15px;
}

body.node-type-acf-asset .additional-fields div.field-name-body .field-item {
  max-height: 200px;
  max-width: 100%;
  overflow: auto;
  background: #fff;
  margin: 1em 0 0;
  padding: 10px 12px;
  border: 1px solid #ccc;
}


.node-acf-research h2.subtitle {
  font-weight: normal;
  margin: 0;
}

.node-acf-research .date {
  margin: 8px 0;
}

.node-acf-blog dl.meta,
.node-acf-research dl.meta,
.node-acf-faq dl.meta {
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 16px 0;
}

.node-acf-blog dl.meta:first-child {
  margin: 0 0 4px;
}

.node-acf-blog dl.meta dt,
.node-acf-research dl.meta dt,
.node-acf-faq dl.meta dt {
  font-weight: bold;
  float: left;
  margin: 0 4px 0 0;
}

.node-acf-press-release .social,
.node-acf-speech .social,
.node-acf-blog .social {
  border-top: 1px dotted #cecac3;
  border-bottom: 1px dotted #cecac3;
  padding: 9px 0px;
  margin: 0 0 18px 0;
}

.node-acf-faq .social,
.node-acf-news .social,
.node-acf-research .social,
.node-acf-research .table-of-contents {
  border-top: 1px solid #ebe7de;
  border-bottom: 1px solid #ebe7de;
  padding: 7px 4px;
  text-align: right;
  margin: 0 0 18px 0;
}

.top-toc .table-of-contents {
  border-top: none;
  margin-top: -18px;
}

.node-acf-blog .social h3,
.node-acf-faq .social h3,
.node-acf-news .social h3,
.node-acf-research .social h3 {
  float: left;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0;
}

.node-acf-press-release .submitted,
.node-acf-speech .submitted {
  font-size: 12px;
  color: #19150f;
  line-height: 14px;
  margin: 0 0 12px;
}

.node-acf-press-release .submitted .date,
.node-acf-speech .submitted .date {
  display: inline-block;
  line-height: 14px;
}

.node-acf-speech .submitted .secretary {
  margin: 8px 0 0;
}

.node-acf-press-release .submitted .subtitle,
.node-acf-speech .submitted .subtitle {
  display: inline;
  margin: 0 0 0 4px;
  padding: 0 0 0 8px;
  border-left: 1px solid #19150f;
  font-weight: bold;
}

.node-acf-press-release .topics,
.node-acf-speech .topics {
  border-top: 1px solid #dad1c0;
  padding: 18px 0 0;
  margin: 32px 0 0;
  font-size: 12px;
  line-height: 14px;

}

.node-acf-press-release .topics {
  border: none;
  padding: 0;
  margin: 24px 0 18px;
}

.node-acf-press-release .topics h4,
.node-acf-speech .topics h4 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}

.node-acf-press-release section {
  margin: 36px 0;
}

.node-acf-press-release h3.section-title {
  font-size: 24px;
  line-height: 24px;
  padding: 0 0 10px;
  margin: 0 0 24px;
  border-bottom: 1px solid #dad1c0;
}

.node-acf-press-release .field-name-acf-quotes {
  padding: 0 30px;
}

.node-acf-press-release .field-name-acf-quotes blockquote {
  border-bottom: none;
  padding: 24px 0 0;
  margin: 0 0 24px;
}

.node-acf-press-release .field-name-acf-quotes .field-item:first-child blockquote {
  border-top: none;
  padding: 0;
}

.node-acf-press-release .field-name-acf-quotes blockquote footer {
  font-style: italic;
  margin-top: 18px;
  font-size: 12px;
  line-height: 21px;
  color: #6e6555;
}

.node-acf-press-release .acf-press-release-tweet .invisible {
	font-size: 0;
	line-height: 0;
}

.node-acf-press-release .acf-press-release-tweet img {
  width: 72px;
  height: auto;
  display: block;
  float: left;
  margin: 0 16px 0 0;
}

.node-acf-press-release .acf-press-release-tweet .name {
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 8px;
}

.node-acf-press-release .acf-press-release-tweet p {
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
}

.node-acf-press-release .acf-press-release-tweet a {
  font-weight: normal;
}

.node-acf-research.full .content {
  border-bottom: 1px solid #EBE7DE;
}

.node-acf-research.full .content .field-name-body {
  margin: 22px 0 28px 0;
}

.node-acf-research.full .content.paginated-body {
  border-bottom: none;
}

.node.search-result {
  padding: 18px 0;
  margin: 0;
  border-bottom: 1px dotted #cecac3;
}

.node.search-result.new {
  background: url(../images/new.png) no-repeat right top;
}

.node.search-result h2.node-title {
  font-size: 16px;
  margin: 0;
  padding: 0 30px 0 0;
}

.node.search-result .content a.more {
  white-space: nowrap;
}

.node.search-result h2.subtitle {
  font-size: 14px;
}

.node-acf-research.list-item .date,
.node.search-result .date {
  margin: 0 0 2px 0;
  padding: 0;
  color: #867c6a;
}

#block-acf-theme-media-center .content p,
.node.search-result .content p {
  margin: 0;
}

#block-acf-research-library-results li.last .node.search-result {
  border-bottom: 1px solid #f3f0ea;
}

.node-acf-research.list-item  {
  margin: 20px 0;
}

.node-acf-research.featured-item,
.node-acf-research.featured-narrow {
  overflow: hidden;
}

.node-acf-research.featured-item .date,
.node-acf-research.featured-narrow .date {
  margin: 0;
}

.node-acf-research .table-of-contents,
.node-acf-research .table-of-contents ul li .label {
  line-height: 13px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #3072a0;
}

.node-acf-research .table-of-contents ul li .label {
  color: #000;
  margin: 0 1px 0 0;
}

.node-acf-research .table-of-contents.numbers ul li {
  display: inline-block;
  line-height: 13px;
  margin: 0 2px;
}

.node-acf-research .table-of-contents.numbers ul li a {
  line-height: 13px;
  display: block;
  padding: 0 4px;
}

.node-acf-research .table-of-contents.numbers ul li span.active {
  display: block;
  padding: 0 4px;
  line-height: 13px;
  background: #254A65;
  color: #fff;
}

.node-acf-research.featured-item h2.node-title ,
.node-acf-research.featured-narrow h2.node-title {
  margin: 0;
}

.node-acf-research.featured-item a.image,
.node-acf-research.featured-narrow a.image {
  display: block;
  margin: 0 0 16px 0;
}

.node-acf-research.featured-item a.image img,
.node-acf-research.featured-narrow a.image img {
  display: block;
}

.node .attachments {
  margin-top: 18px;
}

.node .attachments h3 {
  font-size: 10px;
  text-transform: uppercase;
}

.node ul.attachments-list {
  padding: 0;
  margin: 0;
}

.node .attachments-list li {
  list-style: none;
  text-transform: uppercase;
  font-size: 10px;
  color: #998f7e;
  margin: 0 0 6px 0;
  padding: 0 0 0 20px;
  line-height: 16px;
  position: relative;
}

.node .attachments-list li span.icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background: url(../images/attachments-sprite.png) no-repeat 0 0;
}

.node .attachments-list li a {
  font-weight: bold;
  line-height: 16px;
}

.node .attachments-list li.pdf span.icon {
  background-position: 0 -16px;
}

.node .attachments-list li.word span.icon {
  background-position: 0 -32px;
}

.node .attachments-list li.presentation span.icon {
  background-position: 0 -64px;
}

.node .attachments-list li.spreadsheet span.icon {
  background-position: 0 -48px;
}

body.page-node .content table.align-right tbody td,
body.page-node .content table thead.align-right td,
body.page-node .content table tfoot.align-right td,
body.page-taxonomy-term .content table.align-right tbody td,
body.page-taxonomy-term .content table thead.align-right td,
body.page-taxonomy-term .content table tfoot.align-right td
{
  text-align: right;
}

body.page-node .content table.align-left tbody td,
body.page-node .content table thead.align-left td,
body.page-node .content table tfoot.align-left td,
body.page-taxonomy-term .content table.align-left tbody td,
body.page-taxonomy-term .content table thead.align-left td,
body.page-taxonomy-term .content table tfoot.align-left td
{
  text-align: left;
}

body.page-node .content table.align-center tbody td,
body.page-node .content table thead.align-center td,
body.page-node .content table tfoot.align-center td,
body.page-taxonomy-term .content table.align-center tbody td,
body.page-taxonomy-term .content table thead.align-center td,
body.page-taxonomy-term .content table tfoot.align-center td
{
  text-align: center;
}

body.page-node .content table.lines,
body.page-taxonomy-term .content table.lines {
  border: 1px solid #CCC;
}

body.page-node .content table.lines td,
body.page-taxonomy-term .content table.lines td {
  border: 1px solid #CCC;
  padding: 4px;
  font-size: 11px;
}

body.page-node .content table.lines-dotted td,
body.page-taxonomy-term .content table.lines-dotted td {
  border: 1px dotted #CCC;
  padding: 4px;
  font-size: 11px;
}

body.page-node .content table {
  table-layout:fixed;
  width: 100%;
  border: 1px solid #dad1c0;
  margin: 0 0 24px;
}

body.page-node .content table th,
body.page-taxonomy-term .content table th {
  background: #336a90;
  border: none;
  padding: 18px 20px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

body.page-node .content table th[scope="row"],
body.page-taxonomy-term .content table th[scope="row"] {
  text-align: left;
}

body.page-node .content table td,
body.page-taxonomy-term .content table td {
  font-size: 14px;
  padding: 16px 20px;
  border-left: 1px dotted #cecac3;
}

body.page-node .content table td:first-child,
body.page-taxonomy-term .content table td:first-child {
  border-left: none;
}

body.page-node .content table tr:nth-child(even) td,
body.page-taxonomy-term .content table tr:nth-child(even) td {
  background: #f6f3ee;
}

body.node-type-acf-research #below {
  border: none;
  margin: 0;
  width: auto;
  float: none;
  padding: 20px 0 0 0;
}

.item-list .pager  {
  text-align: left;
  border-top: 1px solid #dad1c0;
  margin: 40px 0 0;
  padding: 12px 0 0;
}

.item-list .pager li {
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 20px;
  width: 20px;
  margin: 0 !important;
  text-align: center;
}

.item-list .pager li.pager-previous,
.item-list .pager li.pager-next {
  display: none;
}

.item-list .pager li a {
  color: #254a65;
  display: block;
  line-height: 20px;
}

.item-list .pager li.pager-current {
  background: #18364c;
  color: #fff;
  padding: 0 !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

#main {
  position: relative;
  padding: 0 0 48px 0;
  margin: 0;
}

#main:after {
  content:'';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, white, transparent);
  background:-o-linear-gradient(bottom, white, transparent);
  background:-moz-linear-gradient(bottom, white, transparent);
  background:-ms-linear-gradient(bottom, white, rgba(0, 0, 0, 0));
  background:-webkit-linear-gradient(bottom, white, transparent);
  background:-webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
}

#footer-wrapper {
  border-top: 16px solid #bed9ed;
  background: #cee3f2;
}

#footer {
}

#footer-inner {
  padding: 36px 20px;
  font-size: 11px;
}

#footer-inner a {
  color: #264a64;
}

#footer-navigation {
  display: none;
}

#content #block-workbench-block,
#above #block-workbench-block {
  width: 100%;
  margin: 16px 0;
}

#content #block-workbench-block div.workbench-info-block,
#above #block-workbench-block div.workbench-info-block {
  padding: 8px 12px;
  line-height: 16px;
}

#above h1#page-title {
  margin-top: 14px;
}

ul.primary {
  padding: 0 0 0 8px;
  margin: 0;
  height: 25px;
  border-bottom: 1px solid #E1E2DC;
}

ul.primary li {
  display: block;
  float: left;
  padding: 0;
  margin: 0 8px 0 8px;
  font-size: 12px;
}

ul.primary li a {
  display: block;
  font-weight: bold;
  padding: 0 12px;
  margin: 0;
  border: none;
  background: #E1E2DC;
  border: 1px solid #E1E2DC;
  line-height: 24px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

ul.primary li.active a {
  background: none;
  border-bottom: 1px solid #fff;
}

ul.secondary {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  border-bottom: 1px solid #E1E2DC;
  padding: 6px 8px;
}

ul.secondary a {
}

ul.asset-dialog-menu,
ul.asset-dialog-submenu {
  overflow: auto;
  margin: 4px 0 0 0;
}

ul.asset-dialog-submenu {
  font-size: 12px;
  margin: 16px 0 0 0;
}

ul.asset-dialog-menu li,
ul.asset-dialog-submenu li {
  float: left;
  padding: 0 12px 0 0;
  margin: 0 12px 0 0;
  border-right: 1px solid #E1E2DC;
}

ul.asset-dialog-menu li.last,
ul.asset-dialog-submenu li.last {
  border-right: none;
}

ul.asset-dialog-menu a.active,
ul.asset-dialog-submenu a.active {
  font-weight: bold;
}

#acf-asset-workbench-office-filter .form-item {
  margin: 0;
}

#acf-asset-workbench-office-filter label {
  display: none;
}

#acf-asset-workbench-office-filter select {
  width: 150px;
}

html.js #acf-asset-workbench-office-filter .form-submit {
  display: none;
}

#acf-asset-keyword-form {
  float: right;
  margin: 0 0 12px 0;
}

#acf-asset-keyword-form label {
  display: inline-block;
  margin: 0 4px 0 0;
}

#acf-asset-keyword-form .form-item {
  display: inline-block;
  margin: 0 2px 0 0;
}

#acf-asset-keyword-form input.form-text {
  width: 120px;
}

#acf-asset-keyword-form #edit-search {
  margin: 0;
}

.youtube-video .flash-message {
  text-align: center;
  padding: 100px 40px 0 40px;
}

table.assets td.title {
  line-height: 18px;
}

.rtecenter a.sorenson-video-player {
  margin: 0 auto;
}

body.page-node-moderation form.workbench-moderation-moderate-form .moderation-notification .description,
body.page-node-moderation form.workbench-moderation-moderate-form .form-item-additional-notifications .description,
body.page-node-moderation form.workbench-moderation-moderate-form .form-item-notify-message .description,
body.page-node-moderation form.workbench-moderation-moderate-form textarea#edit-additional-notifications,
body.page-node-moderation form.workbench-moderation-moderate-form textarea#edit-notify-message {
  width: 300px;
  white-space: normal;
}

#workbench-moderation-moderate-form .moderation-notification {
  display:block;
  margin-top: 15px;
}

form.workbench-moderation-moderate-form div.form-item-notify-published .label,
form.workbench-moderation-moderate-form div.form-item-additional-notifications label {
  font-weight: bold;
}

form.workbench-moderation-moderate-form div.form-item-additional-notifications,
form.workbench-moderation-moderate-form div.form-item-notify-published .label,
form.workbench-moderation-moderate-form div.form-item-additional-notifications div,
form.workbench-moderation-moderate-form div.form-item-additional-notifications label {
  display: block;
}

#workbench-moderation-moderate-form .moderation-notification-message {
  display:block;
  margin-top: 15px;
}

#workbench-moderation-moderate-form .moderation-notification label,
#workbench-moderation-moderate-form .moderation-notification-message label {
  text-decoration: none;
  font-weight: bold;
}

#workbench-moderation-moderate-form .moderation-notification .form-type-checkbox {
  display: block;
}

#workbench-moderation-moderate-form .moderation-notification label.option {
  font-weight: normal;
}

#workbench-moderation-moderate-form .moderation-notification .container-inline-date label {
  display: block;
}

#workbench-moderation-moderate-form a.toggle {
  cursor: pointer;
  font-weight: normal;
}

#block-acf-theme-quickfact.contextual-links-region,
#content #block-acf-theme-regional-highlights.contextual-links-region,
#content #block-acf-theme-story.contextual-links-region {
  padding-top: 24px;
}

#block-acf-theme-quickfact.contextual-links-region a.more,
#content #block-acf-theme-story.contextual-links-region a.more {
  top: 24px;
}

/* Hiding CK editor buttons */

#cke_top_edit-body-und-0-summary .cke_toolbox span#cke_52 {
  display:none;
}

/* Previewing ACF Research nodes */
#acf-research-preview-content.single-column {
  float:left;
  margin-bottom:0;
  margin-left:20px;
  margin-right:0;
  margin-top:0;
  width:600px;
}

#acf-research-preview-content dd,
#acf-research-preview-content dt {
  margin-bottom: 0px;
  font-size: 11px;
}

#acf-research-preview-content dt {
  margin-right: 4px;
}

#acf-research-preview-sidebar {
  float:right;
  width:300px;
}

body.page-templates-sample.toolbar-drawer,
body.page-templates-sample.toolbar {
  padding-top:0px;
}

.block-acf-research-pages-sidebar-nav ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

.block-acf-research-pages-sidebar-nav ul.menu li a {
  display: block;
  padding: 3px 8px 2px 8px;
}

.block-acf-research-pages-sidebar-nav ul.menu li a.active {
  background: #3072a0;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.block-acf-research-pages-sidebar-nav .content > ul.menu > li {
  margin-bottom: 9px;
}

.block-acf-research-pages-sidebar-nav .content > ul.menu > li > a {
  font-weight: bold;
}

body.node-type-acf-research-page #content .block-acf-research-pages-story {
  float: right;
  width: 260px;
  margin: 0 0 20px 30px;
}

#content .block-acf-research-pages-search {
  clear: both;
  margin: 14px 0 44px;
  padding: 30px 0 0;
  border-top: 1px dotted #cecac3;
}

#content .block-acf-research-pages-search form {
  margin-bottom: 45px;
}

.block-acf-research-pages-search h2.block-title {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 30px;
}

.block-acf-research-pages-search .content {
  font-size: 16px;
}

#content .block-acf-research-pages-search .column {
  float: left;
  width: 305px;
  margin-right: 30px;
}

#block-acf-research-pages-topics {
  padding: 20px;
  background: #f9f7f5;
  border-top: 1px solid #ede8e1;
  border-bottom: 1px solid #f0ede6;
}

#block-acf-research-pages-topics h2.block-title {
  font-size: 16px;
  margin: 0 0 13px;
}

#block-acf-research-pages-topics .content {
  border-bottom: #fbfaf9;
}

#sidebar #block-acf-research-pages-topics .content ul {
  list-style: none;
  margin: 0;
}

#sidebar #block-acf-research-pages-topics .content ul li {
  margin: 0 0 10px 0;
  line-height: 18px;
}

#content #block-acf-research-pages-topics .content ul {
  overflow: auto;
}

#content #block-acf-research-pages-topics .content ul li {
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
  line-height: 18px;
}

#content .block-acf-research-pages-featured-pages,
#content .block-acf-research-pages-featured-research,
#content .block-acf-research-pages-programs,
#content .block-acf-research-pages-news {
  border-top: 1px solid #ebe7de;
  padding: 24px 0 0 0;
  margin: 24px 0;
}

body.page-acf-research-pages-taxonomy-term #content .block-acf-research-pages-featured-research {
  border: none;
  padding: 0;
  margin: 0 0 24px 0;
}

body.page-acf-research-pages-taxonomy-term #content .block-acf-research-pages-featured-research > .content > .item-list {
  margin: 24px 0 0 0;
  clear: left;
}

body.page-acf-research-pages-taxonomy-term #content .block-acf-research-pages-featured-research > .content > a.view-all {
  font-size: 11px;
  display: block;
  float: left;
  line-height: 24px;
  font-weight: bold;
  white-space: nowrap;
}

body.page-acf-research-pages-taxonomy-term #block-acf-research-library-latest {
  clear: left;
}

body.page-acf-research-pages-taxonomy-term h1#page-title {
  float: left;
  max-width: 350px;
  margin-right: 20px;
}

.block-acf-research-pages-programs .content ul {
  margin-left: -20px;
}

.block-acf-research-pages-programs .content ul li {
  margin: 0 0 0 20px;
  width: 200px;
  float: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  margin-bottom: 10px;
  height: 50px;
}

.block-acf-research-pages-programs .content ul li img {
  float: left;
  width: 50px;
  margin-right: 10px;
  vertical-align: middle;
}

.block-acf-research-pages-programs .content ul li a {
  display: block;
  height: 34px;
  display: table;
}

.block-acf-research-pages-programs .content ul li a span {
  display: table-cell;
  vertical-align: middle;
}

.block-acf-research-pages-featured-pages h2.block-title,
.block-acf-research-pages-featured-research h2.block-title,
.block-acf-research-pages-programs h2.block-title,
.block-acf-research-pages-news h2.block-title,
#block-acf-research-pages-latest .node h4.node-title {
  font-size: 16px;
  font-weight: bold;
}

.block-acf-research-pages-featured-research .node-acf-research {
  float: left;
  width: 200px;
  margin: 0 0 20px 20px;
}

body.node-type-acf-research-page .block-acf-research-pages-featured-research .node-acf-research,
.page-acf-research-pages-taxonomy-term .block-acf-research-pages-featured-research .node-acf-research {
  width: 186px;
}

.block-acf-research-pages-featured-research li.first > .node-acf-research {
  margin-left: 0;
}

body.node-type-acf-research-page .field-name-acf-teaser-image img {
  display: block;
}

body.node-type-acf-research-page .field-name-acf-teaser-image {
  margin-bottom: 16px;
  width: 100%;
  overflow: hidden;
}

#block-acf-research-library-featured .content h4,
.block-acf-research-pages-featured-research .node-acf-research h4,
.block-acf-research-pages-featured-research .node-acf-research h2.node-title {
  font-size: 16px;
}

#block-acf-research-library-featured .content a.image,
.block-acf-research-pages-featured-research .node-acf-research a.image {
  display: block;
  margin: 0 0 10px 0;
}

.block-acf-research-pages-featured-research .node-acf-research h2.node-title {
  margin: 0;
  font-weight: normal;
}

.block-acf-research-pages-featured-research .node-acf-research .date {
  margin: 0 0 10px;
}


body.page-admin-acf-reports #content {
  position: relative;
}

body.page-admin-acf-reports #content a.download {
  position: absolute;
  top: 12px;
  right: 0;
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 0 0 20px;
  line-height: 16px;
  background: url(../images/attachments-sprite.png) no-repeat 0 -48px;
  height: 16px;
}

body.node-type-acf-research-page #block-system-main {
  margin-bottom: 0px;
}

#block-acf-feedback-feedback iframe {
  height: 420px;
  width: 100%;
  background: #f6f3ee;
}

#content .historical-note {
  padding: 12px;
  background: #dceffb;
  margin-bottom: 20px;
  line-height: 21px;
}

#content .historical-note a {
  color: #264a64;
}

#content .historical-note p {
  margin-bottom: 21px;
}

.moderation-note-toggle {
  position: relative;
  display: inline;
  margin-left: 6px;
}

.tooltiptext {
  display:none;
  position: absolute;
  top:-30px;
  left:50px;
  background: #cceafd;
  padding: 16px;
  width: 184px;
  font-size: 12px;
  line-height: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #a6cfe8;
  z-index: 1001;

}

body.page-node-moderation .moderation-actions {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

body.page-node-moderation .moderation-actions .toggle a {
  font-weight: normal;
  cursor: pointer;
  display: block;
}

body.page-node-moderation .opa-notes  {
  padding-top: 10px;
  margin-top: 10px;
  font-weight: bold;
  width: 100%;
  display: block;
}

body.page-node-moderation .opa-notes-message {
  line-height: 40px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

body.page-node-moderation .moderation-actions .opa-notes {
  border-top: 1px solid #000;
  padding-bottom: 10px;
}

body.page-node-moderation .moderation-actions .opa-notes-message {
  border-bottom: none;
  margin-bottom: 0;
}

body.page-node-moderation .opa-revision-notes {
  background: #cceafd;
  padding: 16px;
  font-size: 12px;
  line-height: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #a6cfe8;
  z-index: 1001;
  margin-bottom: 10px;
}

body.view-chapters h1#page-title {
  clear: both;
}

.field-type-acf-card-multi ul.chapter-nav {
  display: none;
}

.chapter {
  position: relative;
  margin: 0 0 20px;
}

.chapter h4.chapter-title {
  cursor: pointer;
  background: #336a90;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 50px 8px 20px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.chapter .content {
  padding: 24px 20px;
  background: #fff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.chapter h4.chapter-title:after {
  position: absolute;
  content: '\2013';
  top: 8px;
  right: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.chapter.compressed h4.chapter-title {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.chapter.compressed h4.chapter-title:after {
  content: '+';
}

.chapter.compressed .content,
.chapter a.next.more {
  display: none;
}

/* Tablet */
@media only screen and (min-width: 700px) {

  a.back-top {
    height: 1px;
    width: 1px;
    overflow: hidden;
  }

  .alignright {
    float: right;
    margin: 0 0 16px 16px;
  }

  .alignleft {
    float: left;
    margin: 0 16px 16px 0;
  }

  #header {
    padding: 50px 0 0 0;
  }

  #header > .section {
    padding-bottom: 112px;
  }

  #eyebrow {
    height: 50px;
  }

  #eyebrow .section {
    position: relative;
    height: 50px;
  }

  #eyebrow #eyebrow-breadcrumb {
    display: block;
    margin: 10px 0 0 0;
  }

  #eyebrow #eyebrow-breadcrumb li {
    height: 30px;
    font-size: 13px;
    float: left;
    margin: 0 8px 0 0;
  }

  #eyebrow #eyebrow-breadcrumb li a {
    display: block;
    line-height: 30px;
    color: #19150f;
    padding: 0 0 0 32px;
    font-weight: normal;
  }

  #eyebrow #eyebrow-breadcrumb li.hhs a {
    background: url(../images/logo-hhs-small.png) no-repeat 0 1px;
  }

  #eyebrow #eyebrow-breadcrumb li.acf {
    padding: 0 0 0 24px;
    background: url(../images/eyebrow-divider-v2.png) no-repeat 0 0;
  }

  #eyebrow #eyebrow-breadcrumb li.acf a {
    background: url(../images/logo-acf-small.png) no-repeat 0 4px;
  }

  #eyebrow #eyebrow-breadcrumb li.office {
    display: none;
  }

  #site-name {
    position: absolute;
    left: 0;
  }

  #site-name a {
    display: block;
    width: 620px;
    height: 60px;
    line-height: 68px;
  }

  #site-name a img {
    display: inline-block;
    vertical-align: middle;
  }

  #site-name a img {
    display: block;
    height: 42px;
    width: auto;
    max-width: 387px;
    height: auto;
  }

  #search-block-form {
    bottom: 23px;
    top: auto;
    left: auto;
    right: 0;
    z-index: 500;
  }

  #search-block-form input.form-text {
    padding: 0 12px;
    margin: 0 4px 0 0;
    line-height: 36px;
    height: 36px;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    background: #fff;
    color: #2d261a;
    border: 1px solid #a6c0d2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  #block-acf-blog-previous,
  #block-acf-blog-next {
    float: left;
    width: 47.8%;
  }

  #block-acf-blog-next {
    float: right;
  }

  .node-acf-blog.teaser a.thumbnail,
  .acf-blog-list a.thumbnail {
    display: block;
    float: left;
    width: 31.5%;
    max-width: 192px;
    margin: 0 30px 0 0;
  }

  .node-acf-blog.teaser,
  .acf-blog-list {
    margin: 10px 0;
  }

  #block-acf-theme-quick-facts h2.block-title,
  #block-acf-theme-quick-facts-responsive h2.block-title,
	#block-acf-theme-success-stories-responsive h1.block-title,
  #block-acf-theme-success-stories-responsive h2.block-title,
  #block-acf-theme-success-stories h2.block-title {
    float: left;
  }


  form#acf-theme-success-stories-filter .form-item {
    display: inline-block;
    margin: 0;
  }

  #block-acf-theme-quick-facts-responsive ul#quick-facts,
  #block-acf-theme-success-stories-responsive ul#success-stories {
    clear: left;
  }

  #block-acf-theme-quick-facts-responsive ul#quick-facts > li .node,
  #block-acf-theme-success-stories-responsive ul#success-stories > li .node {
    float: left;
    width: 44.2%;
    margin: 0 60px 60px 0;
  }

  #block-acf-theme-quick-facts-responsive ul#quick-facts > li:nth-child(2n+1):before,
  #block-acf-theme-success-stories-responsive ul#success-stories > li:nth-child(2n+1):before {
    content: '';
    display: block;
    border-bottom: 1px solid #dad1c0;
    margin: 0 0 40px;
  }

  #block-acf-theme-quick-facts-responsive ul#quick-facts > li:first-child:before,
  #block-acf-theme-success-stories-responsive ul#success-stories > li:first-child:before {
    margin: 0;
    border: none;
  }

  .taxonomy-term.vocabulary-acf-topics .bottom-blocks {
    padding: 36px 20px 0;
  }

  .taxonomy-term.vocabulary-acf-topics .bottom-blocks .topic-block  {
    width: 26.8%;
    float: left;
    margin-right: 60px;
  }

  .taxonomy-term.vocabulary-acf-topics .bottom-blocks .topic-success-story-block {
    margin-right: 0;
  }

  .field-type-acf-card-multi {
    overflow: auto;
  }

  .field-type-acf-card-multi .acf-card-card {
    float: left;
    width: 48.4%;
    margin: 0 20px 20px 0;
  }

  body.path-about .field-type-acf-card-multi .acf-card-card  .inner {
    padding: 32px 24px;
  }

  #block-acf-theme-quick-facts-responsive ul#quick-facts > li:nth-child(2n) .node,
  #block-acf-theme-success-stories-responsive ul#success-stories > li:nth-child(2n) .node,
  .field-type-acf-card-multi .field-item:nth-child(2n) .acf-card-card {
    margin-right: 0;
  }

  #block-acf-theme-quick-facts-responsive ul#quick-facts > li:nth-child(2n+1),
  #block-acf-theme-success-stories-responsive ul#success-stories > li:nth-child(2n+1),
  .field-type-acf-card-multi .field-item:nth-child(2n+1) {
    clear: left;
  }

  .node-acf-event.teaser {
    border-top: 1px dotted #cecac3;
    margin: 18px 0;
    padding: 18px 0 0;
  }

  .node-acf-event.teaser:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .node-acf-event .badges {
    width: 52px;
    margin: 0 18px 18px 0;
  }

  .node-acf-event .badge-wrapper {
    margin: 0 0 12px 0;
  }

  .node-acf-event .badge .month {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
  }

  .node-acf-event .badge .day {
    font-size: 24px;
    height: 34px;
    line-height: 34px;
  }

  #footer .region-footer {
    float: right;
    width: 33%;
  }

  #footer #block-acf-theme-copyright {
    font-size: 11px;
    line-height: 16px;
  }

  #footer #block-acf-theme-footer-navigation {
    font-size: 10px;
  }

  #footer #block-acf-theme-footer-navigation li {
    float: left;
    width: 50%;
    line-height: 16px;
  }

  #footer #block-acf-theme-footer-navigation li li {
    float: none;
    width: auto;
  }

  #footer-navigation {
    display: block;
    float: left;
    width: 66%;
  }

  #footer-navigation ul li {
    float: left;
    width: 50%;
    margin: 0;
  }

  #footer-navigation ul li a {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
  }

  #footer-navigation ul li a.active {
    text-decoration: none;
  }

  #footer-navigation ul li li,
  #footer-navigation ul li li.last {
    float: none;
    display: block;
    width: 140px;
    line-height: 14px;
    margin: 0 0 16px 0;
  }

  #footer-navigation ul li li li {
    margin: 8px 0;
  }

  #footer-navigation ul li li li a {
    font-weight: normal;
    font-size: 11px;
  }

  #footer-navigation ul li.menu-regional-offices ul {
    width: 340px;
  }

  #footer-navigation ul li.menu-regional-offices ul li {
    float: left;
    width: 170px;
    margin: 0;
  }

  #block-acf-theme-topics .content .item-list ul {
    max-width: 700px;
    margin: 0 auto;
    column-count: 2;
    column-gap: 32px;
    -moz-column-count: 2;
    -moz-column-gap: 32px;
    -webkit-column-count: 2;
    -webkit-column-gap: 32px;
  }

  #block-acf-theme-topics .content .item-list ul li:nth-child(6) a {
    margin-bottom: 20px;
  }

  #block-acf-theme-topics .content .item-list ul li:nth-child(7) a,
  #block-acf-theme-topics .content .item-list ul li:nth-child(1) a {
    border: none;
  }


body.front #content #block-acf-theme-slideshow {
  float: left;
  width: 46%;
	margin-top: 10px;
}

body.front #content #block-acf-theme-blog {
  float: right;
  width: 46%;
	margin-top: 10px;
}

#featured #block-acf-theme-welcome {
  padding: 12px 20px 24px;
  background: no-repeat 50% top;
  background-size: cover;
}

#featured #block-acf-theme-welcome > img {
  display: none;
}

#featured #block-acf-theme-welcome h1,
#featured #block-acf-theme-welcome .content {
  width: 50%;
}

body.view-chapters h1#page-title {
  margin: 0 0 32px;
}

body.view-chapters .chapter {
  background: #fff;
  border-top: 4px solid #336a90;
  padding: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

body.view-chapters .chapter h4.chapter-title {
  font-size: 24px;
  line-height: 28px;
  padding: 0;
  margin: 0 0 18px;
  color: #19150f;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.view-chapters .chapter .content {
  padding: 0;
  display: block;
}

body.view-chapters .chapter.compressed {
  display: none;
}

body.view-chapters .chapter a.next.more {
  display: block;
  border-top: 1px solid #dad1c0;
  text-align: right;
  padding: 12px 0 0;
  margin: 36px 0 0;
}

body.view-chapters .field-type-acf-card-multi ul.chapter-nav {
  display: block;
  float: left;
  width: 30%;
  margin: 0;
  padding: 36px 0 0;
}

body.view-chapters .field-type-acf-card-multi ul.chapter-nav li {
  margin: 0 0 6px;
  padding: 0;
  list-style: none;
}

body.view-chapters .field-type-acf-card-multi ul.chapter-nav li a {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #336a90;
  padding: 9px 12px;
}

body.view-chapters .field-type-acf-card-multi ul.chapter-nav li a.active {
  background: #336a90;
  color: #fff;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

body.view-chapters .field-type-acf-card-multi .field-items {
  float: left;
  width: 70%;
}

}

/* Desktop */
@media only screen and (min-width: 900px) {

  .item-list .pager  {
    margin: 20px 0 0;
  }

  #edit-helpful .form-item-yes {
    margin-right: 8%;
  }

  #acf-feedback-form .form-type-checkbox.form-item-yes,
  #acf-feedback-form .form-type-checkbox.form-item-no {
    width: 46%;
  }

  #eyebrow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
  }

  #eyebrow .section {
    position: relative;
    height: 30px;
  }

  #eyebrow #eyebrow-breadcrumb {
    margin: 0;
  }

  #eyebrow #eyebrow-breadcrumb li.office {
    display: block;
    float: none;
    margin: 0 0 0 589px;
    position: relative;
  }

  #eyebrow #eyebrow-breadcrumb li.office > span {
    display: block;
    line-height: 30px;
    color: #19150f;
    padding: 0 0 0 32px;
    font-weight: bold;
    padding: 0 0 0 24px;
    background: url(../images/eyebrow-divider-v2.png) no-repeat 0 0;
  }

  #eyebrow #eyebrow-breadcrumb li.office.hover > span,
  #eyebrow #eyebrow-breadcrumb li.office > span:hover {
    background-color: #b8ad9b;
    text-decoration: none;
  }

  #eyebrow #eyebrow-breadcrumb li.office > span span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 40px 0 0;
    background: url(../images/eyebrow-dropdown.png) no-repeat right 50%;
  }

  #eyebrow #eyebrow-breadcrumb li.office ul.dropdown {
    position: absolute;
    z-index: 501;
    right: 0;
    left: 0;
    top: 30px;
    background: #b8ad9b;
    border-top: 1px solid #e4d8c4;
    padding: 16px 24px;
    width: auto;
  }

  #eyebrow #eyebrow-breadcrumb li.office ul.dropdown > li {
    float: none;
    margin: 0;
    padding: 0;
    background: none;
    height: auto;
  }

  #eyebrow #eyebrow-breadcrumb li.office ul.dropdown > li h3 {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 3px;
  }

  #eyebrow #eyebrow-breadcrumb li.office ul.dropdown li ul.by-office {
    border-bottom: 1px solid #e3d7c3;
    margin: 0 0 16px;
    padding: 0 0 16px;
  }

  #eyebrow #eyebrow-breadcrumb li.office ul.dropdown li li {
    float: none;
    max-width: 326px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #eyebrow #eyebrow-breadcrumb li.office ul.dropdown li li a {
    line-height: 18px;
    padding: 3px 0;
  }

  #eyebrow #eyebrow-social {
    display: block;
    position: absolute;
    z-index: 99;
    top: 40px;
    right: 40px;
    left: auto;
    height: 42px;
  }

  #header #featured .section,
  #header .section {
    max-width: 980px;
    padding: 0 20px;
    margin: 0 auto;
  }

  #header > .section {
    padding-bottom: 150px;
    border: none;
  }

  #eyebrow #eyebrow-social h3,
  #block-acf-theme-get-connected .content h3 {
    display: none;
  }

  #eyebrow #eyebrow-social .item-list ul,
  #content #eyebrow-social .item-list ul,
  #block-acf-theme-get-connected .content .item-list ul {
    display: inline-block;
  }

  #eyebrow #eyebrow-social .item-list ul li,
  #content #eyebrow-social .item-list ul li {
    display: inline-block;
    margin: 0 0 0 4px;
  }

  #block-acf-theme-get-connected .content .item-list ul li {
    display: inline-block;
    margin: 0 8px 0 0;
  }

  #eyebrow #eyebrow-social .item-list ul li a,
  #content #eyebrow-social .item-list ul li a,
  #block-acf-theme-get-connected .content .item-list ul li a {
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background: none;
  }

  #site-name {
    position: absolute;
    bottom: 65px;
    left: 40px;
  }

  #search-block-form {
    bottom: 65px;
    right: 40px;
  }

  #search-block-form input.form-text {
    width: 256px;
  }

  #main-menu {
    z-index: 101;
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 44px;
    margin: 0;
  }

  #main-menu a.burger {
    display: none;
  }

  #main-menu-links {
    display: block;
    height: 44px;
    background: #336a90;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    text-align: center;
  }

  #main-menu-links li {
    position: static;
    display: block;
    height: 44px;
    float: left;
    width: 14.285714286%;
  }

  #main-menu-links li.hover {
    position: relative;
  }

	#main-menu-links li.menu-home {
		width: 8%;
	}

	#main-menu-links li.menu-about {
		width: 9%;
	}

	#main-menu-links li.menu-find-help {
		width: 11%;
	}

	#main-menu-links li.menu-program-offices {
		width: 19%;
	}

  #main-menu-links li.menu-grants-funding {
    width: 19%;
  }

  #main-menu-links li.menu-data-research {
		width: 18%;
	}

  #main-menu-links li.menu-media-center {
    width: 16%;
  }

  .item-list ul#main-menu-links,
  .item-list ul#main-menu-links ul {
    margin: 0;
  }

  #main-menu-links li a {
    height: 44px;
    line-height: 44px;
    padding: 0;
    font-size: 14px;
    background: none;
    border: none;
  }

  #main-menu-links li a.expand {
    display: none;
  }

  #main-menu-links li.active-trail a,
  #main-menu-links li.hover a,
  #main-menu-links li a.active {
    background: #0a1b28;
    margin-top: -4px;
    padding-top: 4px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    text-decoration: none;
  }

  .item-list ul#main-menu-links li.acf-home {
    margin: 0 6px 0 0;
  }

  #main-menu-links li.acf-home a:hover {
    background-position: 0 -40px;
  }

  #main-menu-links li .item-list {
    position: absolute;
    top: 44px;
    left: 0;
    min-width: 100%;
    z-index: 999;
    padding: 6px;
    background: #0a1b28;
    text-align: left;
  }

  #main-menu-links li .item-list .item-list {
    min-width: 0;
  }

  #main-menu-links li.active-trail .item-list,
  #main-menu-links li.hover .item-list {
    -webkit-border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    border-radius: 0 3px 3px 3px;
  }

  #main-menu-links li .item-list li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    width: auto;
  }

  #main-menu-links li .item-list li a {
    font-size: 13px;
    text-transform: none;
    white-space: nowrap;
    line-height: 14px;
    padding: 8px;
    margin: 0;
    background: none;
    height: auto;
    color: #fff;
    font-weight: normal;
  }

  #main-menu-links li .item-list li a:hover {
    background: #336a90;
    color: #fff;
    text-decoration: none;
  }

  #main-menu-links li .item-list li a,
  #main-menu-links li.active-trail .item-list li a,
  #main-menu-links li.hover .item-list li a {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: none;
  }

  body.page-office-main #main-menu-links li.menu-programs .item-list .item-list {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: left;
    padding: 0 16px;
    margin: 0 0 12px 0;
  }

  .breadcrumb {
    display: block;
    margin: 0 20px;
    padding: 10px 0;
    line-height: 20px;
    font-size: 12px;
    border-bottom: 1px solid #dad1c0;
    color: #61543e;
  }

  #content {
    float: left;
    width: 71.3%;
  }

  body.page-node-draft.node-type-acf-feature-node #content {
    width: auto;
  }

  body.page-notfound #content,
  body.node-type-acf-carousel #content,
  body.section-topics.no-sidebars #content,
  body.section-program-topics.no-sidebars #content,
  body.page-exit-pagehtml #content,
  body.no-sidebars.node-type-acf-research #content,
  body.no-sidebars.node-type-acf-page #content,
  body.no-sidebars.node-type-acf-resource #content,
  body.no-sidebars.node-type-acf-press-release #content {
    float: none;
    width: auto;
  }

  #sidebar {
    float: right;
    width: 25.5%;
  }

  .taxonomy-term.vocabulary-acf-topics .bottom-blocks .topic-block  {
    width: 28.2%;
  }

  #block-acf-carousel-featured-videos ul.slides .video-wrapper {
    float: left;
    width: 62.6%;
  }

  #block-acf-carousel-featured-videos .content .slides li .content {
    float: right;
    width: 33.3%;
    margin-top: 56px;
  }

  #block-acf-carousel-featured-videos ul.slides .content h4 {
    margin-top: 0;
  }

  #block-acf-carousel-featured-videos h2.block-title {
    position: absolute;
    top: 40px;
    right: 24px;
    width: 31.6%
  }

  #block-acf-carousel-featured-videos a.more {
    position: absolute;
    bottom: 72px;
    right: 24px;
    width: 31.6%
  }

  body.path-media #below #block-acf-theme-press-releases,
  body.path-media #below #block-acf-theme-tweets {
    margin-right: 2.127%;
    float: left;
    width: 31.9%
  }

  body.path-media #below #block-acf-theme-information-wrapper {
    float: left;
    width: 31.9%
  }

  body.path-media #below #block-acf-theme-get-connected {
    clear: both;
    float: left;
    border-top: 6px solid #ebe5dc;
    padding: 36px 0;
    width: 34%;
  }

  body.path-media #below .block-acf-theme-email-signup {
    float: left;
    border-top: 6px solid #ebe5dc;
    padding: 36px 0;
    width: 66%;
  }

  body.path-media #below #block-acf-theme-acf-press-contact {
    clear: both;
    overflow: auto;
  }

  body.path-media #below #block-acf-theme-acf-press-contact .column {
    float: left;
    width: 31%;
    margin-left: 3.5%;
  }

  body.path-media #below #block-acf-theme-acf-press-contact .column:first-child {
    margin-left: 0;
  }

  .field-type-acf-card-multi .acf-card-card {
    width: 31.7%;
  }

  #block-acf-theme-quick-facts-responsive ul#quick-facts > li:nth-child(2n) .node,
  #block-acf-theme-success-stories-responsive ul#success-stories > li:nth-child(2n) .node {
    margin-right: 60px;
  }

  .field-type-acf-card-multi .field-item:nth-child(2n) .acf-card-card {
    margin-right: 20px;
  }

  #block-acf-theme-quick-facts-responsive ul#quick-facts > li:nth-child(2n+1),
  #block-acf-theme-success-stories-responsive ul#success-stories > li:nth-child(2n+1),
  .field-type-acf-card-multi .field-item:nth-child(2n+1) {
    clear: none;
  }

  #block-acf-theme-quick-facts-responsive ul#quick-facts > li .node,
  #block-acf-theme-success-stories-responsive ul#success-stories > li .node {
    width: 27.6%;
  }

  #block-acf-theme-quick-facts-responsive ul#quick-facts > li:nth-child(3n) .node,
  #block-acf-theme-success-stories-responsive ul#success-stories > li:nth-child(3n) .node,
  .field-type-acf-card-multi .field-item:nth-child(3n) .acf-card-card {
    margin-right: 0;
  }

  #block-acf-theme-quick-facts-responsive ul#quick-facts > li:nth-child(3n+1),
  #block-acf-theme-success-stories-responsive ul#success-stories > li:nth-child(3n+1),
  .field-type-acf-card-multi .field-item:nth-child(3n+1) {
    clear: left;
  }

  #block-acf-theme-quick-facts-responsive ul#quick-facts > li:nth-child(2n+1):before,
  #block-acf-theme-success-stories-responsive ul#success-stories > li:nth-child(2n+1):before {
    content: '';
    border: none;
    margin: 0;
  }

  #block-acf-theme-quick-facts-responsive ul#quick-facts > li:nth-child(3n+1):before,
  #block-acf-theme-success-stories-responsive ul#success-stories > li:nth-child(3n+1):before {
    content: '';
    display: block;
    border-bottom: 1px solid #dad1c0;
    margin: 0 0 40px;
  }

  #block-acf-theme-quick-facts-responsive ul#quick-facts > li:first-child:before,
  #block-acf-theme-success-stories-responsive ul#success-stories > li:first-child:before {
    margin: 0;
    border: none;
  }

  #footer .region-footer {
    float: right;
    width: 25%;
  }

  #footer-navigation {
    display: block;
    float: left;
    width: 70%;
    border-right: 1px solid #b8d5ea;
  }

  #footer-navigation ul li {
    float: left;
    width: 25%;
    margin: 0;
  }

  #tender_toggler {
    display: block;
  }

  body.page-office-main.page-blog #block-system-main {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  body.page-office-main.page-media-press #sidebar,
  body.page-office-main.page-media-speeches #sidebar,
  body.page-office-main.page-blog #sidebar {
    padding-top: 84px;
  }

  form.acf-press-release-archive-select .reset,
  #block-acf-page-speeches-archive .reset,
  form.acf-speech-filter-form .reset,
  form.acf-blog-archive-select .reset {
    border-bottom: 6px solid #ebe5dc;
    margin: 0 0 28px;
  }

  form.acf-press-release-archive-select.with-topics,
  form.acf-speech-filter-form.with-topics,
  form.acf-blog-archive-select.with-topics {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }

  #sidebar #block-acf-press-release-categories,
  #sidebar #block-acf-blog-categories,
  #sidebar #block-acf-page-speeches-archive,
  #sidebar #block-acf-blog-archive {
    display: block;
  }

  #sidebar #block-acf-page-speeches-archive h2,
  #sidebar #block-acf-blog-archive h2 {
    margin: 0 0 32px;
  }

  #sidebar form.acf-speech-filter-form .form-item {
    margin: 0;
  }

  #sidebar #block-acf-press-release-categories .content .item-list ul,
  #sidebar #block-acf-page-speeches-archive .content .item-list ul,
  #sidebar #block-acf-blog-categories .content .item-list ul {
    margin: 0 0 8px;
    padding: 0;
  }

  #sidebar #block-acf-press-release-categories .content .item-list li,
  #sidebar #block-acf-page-speeches-archive .content .item-list li,
  #sidebar #block-acf-blog-categories .content .item-list li {
    list-style: none;
    font-size: 14px;
    padding: 0;
    margin: 0;
  }

  #sidebar #block-acf-press-release-categories .content .item-list .topic,
  #sidebar #block-acf-blog-categories .content .item-list .topic {
    margin: 0 0 8px;
    font-weight: bold;
    white-space: nowrap;
  }

  #sidebar #block-acf-press-release-categories .content .item-list li.expanded .topic,
  #sidebar #block-acf-blog-categories .content .item-list li.expanded .topic {
    margin: 0 0 4px;
  }

  html.js #sidebar #block-acf-press-release-categories .content .item-list li.expandable .topic span,
  html.js #sidebar #block-acf-blog-categories .content .item-list li.expandable .topic span {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    background: ;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0 0 0 10px;
    cursor: pointer;
    background: #336a90 url('../images/icons/plus.svg') no-repeat 50% 50%;
    background-size: 8px;
  }

  html.js #sidebar #block-acf-press-release-categories .content .item-list li.expandable .topic span:after,
  html.js #sidebar #block-acf-blog-categories .content .item-list li.expandable .topic span:after {
    content: '';
    display: none;
    background: #336a90 url('../images/icons/minus.svg') no-repeat 50% 50%;
  }

  html.js #sidebar #block-acf-press-release-categories .content .item-list li.expanded .topic span,
  html.js #sidebar #block-acf-blog-categories .content .item-list li.expanded .topic span {
    background: #336a90 url('../images/icons/minus.svg') no-repeat 50% 50%;
    background-size: 8px;
  }

  html.js #sidebar #block-acf-press-release-categories .content .item-list li.expandable .item-list,
  html.js #sidebar #block-acf-blog-categories .content .item-list li.expandable .item-list {
    display: none;
  }

  html.js #sidebar #block-acf-press-release-categories .content .item-list li.expanded .item-list,
  html.js #sidebar #block-acf-blog-categories .content .item-list li.expanded .item-list {
    display: block;
  }

  #sidebar #block-acf-page-speeches-archive .content .item-list li a {
    display: block;
  }

  #sidebar #block-acf-press-release-categories .content .item-list li a,
  #sidebar #block-acf-page-speeches-archive .content .item-list li a,
  #sidebar #block-acf-blog-categories .content .item-list li a {
    font-weight: bold;
    line-height: 20px;
    padding: 6px 0;
  }

  #sidebar #block-acf-press-release-categories .content .item-list li li a,
  #sidebar #block-acf-blog-categories .content .item-list li li a {
    font-weight: normal;
    display: block;
    padding: 6px 16px;
  }

  #sidebar #block-acf-press-release-categories .content .item-list li li a.active,
  #sidebar #block-acf-page-speeches-archive .content .item-list li a.active,
  #sidebar #block-acf-blog-categories .content .item-list li li a.active {
    background: #cfc3ae;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  #block-acf-theme-topics .content .item-list ul {
    max-width: none;
    margin: 0 auto;
    column-count: 3;
    column-gap: 80px;
    -moz-column-count: 3;
    -moz-column-gap: 80px;
    -webkit-column-count: 3;
    -webkit-column-gap: 80px;
  }

  #block-acf-theme-topics .content .item-list ul li:nth-child(6) a {
    margin-bottom: 0;
  }

  #block-acf-theme-topics .content .item-list ul li:nth-child(7) a {
    border-top: 1px solid #cfc3ae;
  }

  #block-acf-theme-topics .content .item-list ul li:nth-child(9) a,
  #block-acf-theme-topics .content .item-list ul li:nth-child(5) a,
  #block-acf-theme-topics .content .item-list ul li:nth-child(1) a {
    border: none;
  }

  body.front #content #block-acf-theme-slideshow,
  body.front #content #block-acf-theme-blog {
    width: 48%;
  }

  #header {
    padding-top: 30px;
  }

  #header #featured {
    margin-top: -32px;
    padding-top: 32px;
  }

  #featured #block-acf-theme-welcome {
    padding-left: 60px;
  }

  #featured #block-acf-theme-welcome h1,
  #featured #block-acf-theme-welcome .content {
    width: 42%;
  }


}

@media only screen and (min-width: 962px) {
  #main-menu-links li a {
  }
}

@media only screen and (min-width: 1024px) {
  #main-menu-links li a {
    font-size: 16px;
  }
}


#tfa-basic-overview h3 {
  margin: 36px 0 12px;
}

#tfa-basic-overview h3:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

line-height: 20px;
vertical-align: top;
content: "\e043";
color: red;
display: inline-block;
margin: 0px 6px 0 0;
}

#tfa-basic-overview h3.active:before {
  content: "\e042";
  color: green;
}

#tfa-basic-overview p {
  margin: 0 0 8px;
}

#tfa-basic-setup-form ul li {
  list-style: disc;
  margin: 0 0 16px 32px;
  padding: 0 0 0;
}

.eventbrite-button {
	display: block;
	width: auto;
	margin: 16px auto 16px 0;
}

.eventbrite-form {
	display: block;
	width: 100%;
	margin: 16px auto;
}

.eventbrite-countdown {
	display: block;
	margin: 16px auto;
}

/*
// *******************************************************************
// SOLR SEARCH STYLES
// *******************************************************************
*/

body.page-site-search #content {
	width: 100%;
	float: none;
}

body.page-site-search ol.search-results {
	margin-bottom: 40px;
}

body.page-site-search ol.search-results li.search-result {
	padding: 18px 0;
	margin: 0;
	border-bottom: 1px dotted #cecac3;
}

body.page-site-search ol.search-results .search-snippet-info {
	padding: 0;
}

body.page-site-search ol.search-results .search-snippet-info .search-info {
	display: none;
}

/*
// *******************************************************************
// NEWSLETTER STYLES
// *******************************************************************
*/

.node-type-acf-public-newsletter-shell.page-office-main #sidebar-alternate {
	float: left;
	width: 30%;
}

.node-type-acf-public-newsletter-shell.page-office-main #read-me {
	max-width: 70%;
	margin-left: 30%;
}

.node-type-acf-public-newsletter-shell.page-office-main #content {
	float: none;
	width: auto;
}

@media only screen and (max-width: 800px) {
	.node-type-acf-public-newsletter-shell.page-office-main #sidebar-alternate {
		float: none;
		width: auto;
	}

	.node-type-acf-public-newsletter-shell.page-office-main #read-me {
		max-width: none;
		margin-left: 0;
	}
	.node-type-acf-public-newsletter-shell.page-office-main #content {
		float: none;
		width: auto;
	}
}