@charset "UTF-8";
@media (min-width: 640px) {
  .flex-container-tablet {
    display: flex;
  }
}

@media (min-width: 640px) {
  .mobile-only {
    display: none;
  }
}

.not-mobile-only {
  display: none;
}
@media (min-width: 640px) {
  .not-mobile-only {
    display: block;
  }
}

body, html {
  overflow-x: hidden;
  max-width: 100%;
}

.entry-content {
  margin: 0;
}

.page {
  margin: 0;
}

.footer-dark-bg {
  background-color: #346d64;
  min-height: 100vh;
}

.page-white-bg {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.full-width-breakout, .half-width-breakout {
  width: 400%;
  left: -150%;
  position: relative;
}

.full-width-reset, .half-width-reset {
  max-width: 1200px;
  position: relative;
  width: 25%;
  margin-left: 37.5%;
  margin-right: 37.5%;
}

@media (min-width: 940px) {
  .half-width-breakout {
    position: relative;
    left: 300px;
    right: auto;
    margin-left: 0;
  }
  .half-width-breakout .half-width-reset {
    margin-left: -300px;
    margin-right: 270px;
    padding-left: 320px;
    padding-right: 20px;
  }
}

#page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

main#primary {
  width: 100%;
}

.article-list-wrap {
  margin-top: 20px;
  margin-bottom: 40px;
}
.article-list-wrap .article-view-mode-list .thumbnail-wrap {
  text-align: center;
  display: none;
}
.article-list-wrap .article-view-mode-list .thumbnail-wrap .thumbnail-title {
  display: none;
}
.article-list-wrap .article-view-mode-list .thumbnail-wrap > a {
  display: block;
  height: 100%;
}
.article-list-wrap .article-view-mode-list .thumbnail-wrap > a > img {
  height: 100%;
  display: inline;
  max-width: none;
  width: auto;
  margin-left: -200px;
  margin-right: -200px;
}
.article-list-wrap .article-view-mode-list .after-thumbnail-wrap {
  padding: 15px;
  min-height: 200px;
}
@media (min-width: 640px) {
  .article-list-wrap .article-view-mode-list {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .article-list-wrap .article-view-mode-list .thumbnail-wrap {
    flex-basis: 300px;
    margin-right: 20px;
    max-height: 240px;
    flex-shrink: 0;
    overflow: hidden;
    display: block;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
  }
  .article-list-wrap .article-view-mode-list .thumbnail-wrap.has-thumbnail {
    background-color: transparent;
  }
  .article-list-wrap .article-view-mode-list .thumbnail-wrap .thumbnail-icon-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
  }
  .article-list-wrap .article-view-mode-list .thumbnail-wrap .thumbnail-icon-wrap .thumbnail-icon {
    position: relative;
    left: 10px;
    top: 10px;
  }
  .article-list-wrap .article-view-mode-list .thumbnail-wrap .thumbnail-icon-wrap .big-thumbnail-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .article-list-wrap .article-view-mode-list .after-thumbnail-wrap {
    flex-shrink: 1;
    flex-grow: 1;
  }
  .article-list-wrap .article-view-mode-list .after-thumbnail-wrap h2.entry-title {
    margin: 0;
  }
  .article-list-wrap .article-view-mode-list .article-meta {
    text-transform: uppercase;
    color: #666;
  }
  .article-list-wrap .article-view-mode-list .article-meta .article-meta-entry {
    display: inline;
  }
  .article-list-wrap .article-view-mode-list .article-meta .article-meta-entry:first-child:not(:last-child)::after {
    content: "//";
    padding-left: 10px;
    padding-right: 10px;
  }
}

.single-post .entry-content, .use-post-layout .entry-content {
  margin-left: 0;
  max-width: 800px;
  margin-right: auto;
}
@media (min-width: 940px) {
  .single-post .entry-content, .use-post-layout .entry-content {
    margin-left: 100px;
  }
}

#masthead {
  padding-top: 20px;
}
#masthead .site-branding {
  padding-bottom: 20px;
  line-height: 1;
}
#masthead .site-branding .logo-area-wrap {
  width: 300px;
  top: 10px;
  position: relative;
}
#masthead .site-branding .middle-header-area {
  display: none;
  float: right;
  position: relative;
  top: -20px;
  font-size: 14pt;
  vertical-align: middle;
}
@media (min-width: 640px) {
  #masthead .site-branding .middle-header-area {
    display: inline;
  }
}
@media (min-width: 940px) {
  #masthead .site-branding .middle-header-area {
    top: 0px;
  }
}
#masthead .site-branding .middle-header-area a {
  text-decoration: none;
  color: inherit;
}
#masthead .site-branding .middle-header-area a:visited {
  color: inherit;
}
#masthead .site-branding .middle-header-area a:hover {
  text-decoration: underline;
}
#masthead .site-branding .middle-header-area .material-icons-outlined {
  font-size: 14pt;
  vertical-align: middle;
}
#masthead .site-branding .right-header-area {
  display: none;
}
@media (min-width: 940px) {
  #masthead .site-branding {
    padding-bottom: 0px;
  }
  #masthead .site-branding .grey-header-area {
    background-color: #e6e7e6;
  }
  #masthead .site-branding .header-right-half {
    float: right;
    height: 150px;
  }
  #masthead .site-branding .header-right-half > div {
    display: inline-block;
  }
  #masthead .site-branding .header-right-half .middle-header-area {
    float: none;
    margin-right: 30px;
  }
  #masthead .site-branding .header-right-half .right-header-area {
    padding-left: 100px;
    height: 100%;
    border-left: 1.5px solid #fff;
    margin-top: -20px;
    padding-top: 20px;
  }
  #masthead .site-branding .header-right-half .right-header-area .cbpp-logo {
    width: 156px;
    margin-top: 10px;
  }
}
@media (min-width: 940px) {
  #masthead .site-branding {
    white-space: nowrap;
    font-size: 0;
  }
  #masthead .site-branding > div {
    font-size: 14pt;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
  }
  #masthead .site-branding .grey-header-area {
    left: 0;
    margin-top: -20px;
    padding-top: 20px;
    height: 150px;
  }
}

.striped-bg {
  overflow: hidden;
}
.striped-bg .striped-bg-actual {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip: rect(0 auto auto 0);
}
.striped-bg .striped-bg-actual:before {
  position: fixed;
  content: "";
  background: #ecedec;
  background: repeating-linear-gradient(-45deg, #ecedec 0px 8px, #e5e6e6 8px 10px);
  display: block;
  height: 100vh;
  width: 100vw;
  left: 0vw;
  top: 0vh;
}
@media (min-width: 640px) {
  .striped-bg {
    padding-top: 28pt;
    margin-top: -28pt;
  }
}

.is-IE .striped-bg-actual {
  clip: none;
  background: #ecedec;
}
.is-IE .striped-bg-actual:before {
  display: none;
}

#colophon {
  color: #fff;
  padding: 20px 0;
  background-color: #002c41;
  padding-top: 50px;
}
#colophon a, #colophon a:visited {
  color: #fff;
  text-decoration: none;
}
#colophon a:hover {
  text-decoration: underline;
}
#colophon .footer-description-wrap .widget_text {
  border-top: 30px solid #ddb726;
  margin-top: -50px;
  padding-top: 20px;
}
#colophon .footer-description-wrap .widget_text a {
  font-size: 14pt;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#colophon .footer-description-wrap .widget_text a:visited {
  color: #fff;
}
#colophon .footer-description-wrap .widget_text a:hover {
  text-decoration: underline;
}
#colophon .footer-description-wrap .widget_text a:after {
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 22pt;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2pt;
}
#colophon #primary-menu-footer {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#colophon #primary-menu-footer a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 5pt 0;
}
#colophon #primary-menu-footer a:visited {
  color: #fff;
}
#colophon #primary-menu-footer a:hover {
  text-decoration: underline;
}
#colophon #primary-menu-footer li.menu-item-has-children {
  display: none;
}
#colophon #primary-menu-footer li {
  border-bottom: 1px solid #e6e7e6;
}
#colophon form.search-form {
  margin-top: 30pt;
  position: relative;
}
#colophon form.search-form input {
  background-color: #346d64;
  border: 1px solid #45a872;
  border-radius: 0;
  height: 30pt;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 100%;
  padding-right: 20pt;
}
#colophon form.search-form input::placeholder {
  color: #fff;
}
#colophon form.search-form input[type=search] {
  border-right: 0;
}
#colophon form.search-form input[type=submit] {
  color: #fff;
  position: relative;
  padding: 0;
  position: absolute;
  right: 0;
  width: 20pt;
  border-left: 0;
  cursor: pointer;
}
#colophon form.search-form input[type=submit]:hover {
  background-color: #346d64;
}
#colophon .footer-newsletter {
  margin-top: 30pt;
}
#colophon .footer-newsletter > p {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
#colophon .footer-newsletter input[type=text] {
  width: 100%;
  border-radius: 0;
  margin-top: 5pt;
}
#colophon .footer-newsletter input[type=text]::placeholder {
  text-align: center;
  text-transform: uppercase;
  color: #346d64;
}
#colophon .footer-newsletter input[type=submit] {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin: 10pt 0;
  text-transform: uppercase;
  cursor: pointer;
}
#colophon .footer-cbpp-logo-wrap {
  margin-top: 50pt;
}
@media (min-width: 640px) {
  #colophon {
    padding-top: 70px;
  }
  #colophon .footer-section {
    display: flex;
    align-items: flex-start;
  }
  #colophon .footer-section:first-child {
    border-bottom: 1px solid #e6e7e6;
    margin-bottom: 20px;
  }
  #colophon .footer-description-wrap .widget_text {
    margin-top: -70px;
    padding-top: 40px;
  }
  #colophon .footer-description-wrap {
    flex: 400px 1 1;
    padding-right: 50px;
  }
  #colophon .footer-description-wrap p {
    margin-top: 0;
  }
  #colophon .footer-menu-wrap {
    flex: 200px 0 1;
    padding-right: 20px;
  }
  #colophon .footer-menu-wrap #primary-menu-footer {
    position: relative;
    top: -4pt;
  }
  #colophon .footer-menu-wrap #primary-menu-footer li {
    border: none;
  }
  #colophon .footer-menu-wrap #primary-menu-footer li a {
    font-weight: bold;
  }
  #colophon .footer-search-newsletter {
    padding: 0px;
    flex: 300px 0 0.5;
  }
  #colophon .footer-search-newsletter form {
    margin: 0;
  }
  #colophon .footer-cbpp-logo-wrap {
    flex: 300px 0 1;
    margin-top: 0;
    padding-right: 50px;
  }
  #colophon .footer-address {
    margin-top: 0;
    flex: 300px 1 1;
  }
  #colophon .footer-funder {
    flex: 400px 0 1;
    padding-left: 50px;
    margin-top: 0;
  }
}
@media (min-width: 940px) {
  #colophon .footer-description-wrap {
    padding-right: 100px;
  }
}

.footer-links-wrap {
  color: #fff;
}
.footer-links-wrap a, .footer-links-wrap a:visited {
  color: #fff;
  text-decoration: none;
}
.footer-links-wrap a:hover {
  text-decoration: underline;
}
.footer-links-wrap .widget {
  margin: 0;
}
.footer-links-wrap p {
  margin: 0;
  padding: 1em 0;
}

body, input, select, option, textarea {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.03em;
}

h1.entry-title {
  margin: 0;
  padding: 0.5em 0;
  font-size: 18pt;
}
@media (min-width: 640px) {
  h1.entry-title {
    font-size: 22pt;
  }
}
@media (min-width: 940px) {
  h1.entry-title {
    font-size: 26pt;
  }
}
h1.entry-title > span.title-highlight {
  background-color: #002c41;
  color: #fff;
  padding: 0.5em;
}

.entry-content h6, .description-actual h6 {
  font-size: 12pt;
}
.entry-content h5, .description-actual h5 {
  font-size: 15pt;
}
.entry-content h4, .description-actual h4 {
  font-size: 18pt;
}
.entry-content h3, .description-actual h3 {
  font-size: 22pt;
}
.entry-content h2, .description-actual h2 {
  font-size: 27pt;
}
.entry-content h1, .description-actual h1 {
  font-size: 33pt;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .description-actual h1, .description-actual h2, .description-actual h3, .description-actual h4, .description-actual h5, .description-actual h6 {
  line-height: 1.4;
  margin: 0.5em 0;
  clear: none;
}
.entry-content table, .description-actual table {
  border-collapse: collapse;
}
.entry-content table th, .entry-content table td, .description-actual table th, .description-actual table td {
  border: 1px solid #aaa;
  padding: 5px;
  line-height: 1.3;
}
.entry-content table td, .description-actual table td {
  vertical-align: top;
}
.entry-content .has-x-small-font-size, .description-actual .has-x-small-font-size {
  font-size: 60%;
  line-height: 1.5;
}
.entry-content .has-small-font-size, .description-actual .has-small-font-size {
  font-size: 80%;
  line-height: 1.5;
}
.entry-content .has-medium-font-size, .description-actual .has-medium-font-size {
  font-size: 100%;
  line-height: 1.5;
}
.entry-content .has-large-font-size, .description-actual .has-large-font-size {
  font-size: 120%;
  line-height: 1.5;
}
.entry-content .has-x-large-font-size, .description-actual .has-x-large-font-size {
  font-size: 140%;
  line-height: 1.5;
}
.entry-content ul, .description-actual ul {
  margin-left: 0;
  padding-left: 30px;
}
.entry-content ul li, .description-actual ul li {
  margin-bottom: 1em;
}

a {
  color: #00853E;
}
a:visited {
  color: #555;
}
a:hover {
  color: #222;
}

.wp-block-button.shadow a strong {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3333333333));
}

.btb_youtube_embed_outer {
  width: 100%;
  position: relative;
}
.btb_youtube_embed_outer > .btb_youtube_embed_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.btb_youtube_embed_outer > .btb_youtube_embed_inner > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px;
}

nav#site-navigation {
  z-index: 60;
  line-height: 1.2;
  position: relative;
}
nav#site-navigation .half-width-breakout {
  background: #002c41;
  opacity: 0.96;
  position: absolute;
}
@media (min-width: 640px) {
  nav#site-navigation .half-width-breakout {
    position: relative;
    background: #346d64;
    opacity: 1;
  }
}
nav#site-navigation.slid-to-left .half-width-breakout {
  background: transparent;
}
nav#site-navigation.sliding-now .half-width-breakout {
  z-index: 100;
}
nav#site-navigation .desktop-hamburger {
  display: none;
}
nav#site-navigation .primary-menu-wrap {
  position: relative;
}
nav#site-navigation .mobile-primary-dropdown {
  background: transparent;
  border: none;
  position: absolute;
  width: auto;
  top: -60px;
  height: 60px;
  padding: 10px;
  overflow: visible;
  cursor: pointer;
  z-index: 0;
  border-radius: 0;
}
nav#site-navigation .mobile-primary-dropdown .menu-icon-wrap {
  width: 30px;
}
nav#site-navigation .mobile-primary-dropdown .expanded-icon {
  display: none;
}
nav#site-navigation .mobile-primary-dropdown[aria-expanded=true] {
  background-color: #002c41;
  color: #fff;
}
nav#site-navigation .mobile-primary-dropdown[aria-expanded=true] .unexpanded-icon {
  display: none;
}
nav#site-navigation .mobile-primary-dropdown[aria-expanded=true] .expanded-icon {
  display: block;
}
nav#site-navigation .search-outer-wrap {
  cursor: pointer;
  left: 270px;
  display: block;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  font-size: 10pt;
  position: absolute;
}
nav#site-navigation .search-outer-wrap .search-text {
  display: none;
}
nav#site-navigation .search-outer-wrap .material-icons {
  padding: 0;
  line-height: 26pt;
  font-size: 26pt;
}
nav#site-navigation .search-outer-wrap.expanded {
  background-color: #002c41;
  color: #fff;
}
nav#site-navigation .search-outer-wrap .visible-wrapper {
  height: 28pt;
}
nav#site-navigation .search-form-wrapper {
  width: 100%;
  display: none;
  position: absolute;
  white-space: nowrap;
}
nav#site-navigation .search-form-wrapper .full-width-breakout {
  background-color: #002c41;
}
nav#site-navigation .search-form-wrapper form {
  position: relative;
  display: block;
  padding: 30px 0;
}
nav#site-navigation .search-form-wrapper.expanded {
  display: block;
}
nav#site-navigation .search-form-wrapper.expanded input[type=search] {
  width: 100%;
  padding-right: 30px;
  border: 1px solid #aaa;
  margin-right: 0px;
  border-radius: 0px;
  border-right: 0px;
}
nav#site-navigation .search-form-wrapper.expanded input[type=submit] {
  border-radius: 0px;
  border: 1px solid #aaa;
  border-left: 0px;
  margin-left: 0px;
  overflow: hidden;
  position: absolute;
  font-size: 16pt;
  right: 0px;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
  background-color: #fff;
}
nav#site-navigation .search-form-wrapper.expanded input[type=submit]:hover {
  background-color: #eee;
}
nav#site-navigation .search-form-wrapper.expanded input {
  height: 24pt;
  font-size: 12pt;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 640px) {
  nav#site-navigation .menu-main-navigation-container {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  nav#site-navigation .desktop-hamburger {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    margin-right: 20px;
  }
  nav#site-navigation .search-outer-wrap {
    left: auto;
    padding: 0px;
    padding-left: 10px;
    right: 0px;
    top: 0px;
    color: #fff;
    height: 28pt;
  }
  nav#site-navigation .search-outer-wrap .form-wrapper {
    top: 35px;
  }
  nav#site-navigation .search-outer-wrap .visible-wrapper > span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 10px;
  }
  nav#site-navigation .search-outer-wrap .material-icons {
    font-size: 14pt;
    margin-left: 10pt;
    line-height: 1;
  }
  nav#site-navigation .search-form-wrapper .full-width-breakout {
    width: 300px;
    left: auto;
    right: 0;
    top: 0;
    position: absolute;
  }
}
@media (min-width: 640px) and (min-width: 940px) {
  nav#site-navigation .search-form-wrapper .full-width-breakout {
    right: 20px;
  }
}
@media (min-width: 640px) {
  nav#site-navigation .search-form-wrapper .full-width-breakout > .full-width-reset {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }
  nav#site-navigation .search-form-wrapper .full-width-breakout > .full-width-reset form {
    padding: 0px;
  }
}
nav#site-navigation #primary-menu {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 640px) {
  nav#site-navigation #primary-menu {
    padding-bottom: 0px;
  }
}
nav#site-navigation #primary-menu > li {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-weight: 400;
  border-bottom: 1px solid #e6e7e6;
  font-size: 16pt;
  text-transform: uppercase;
}
nav#site-navigation #primary-menu > li:after {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0px;
  font-size: 24pt;
  color: #fff;
  content: "\e5cc";
  font-family: "Material Icons";
}
@media (min-width: 640px) {
  nav#site-navigation #primary-menu > li {
    font-size: 11pt;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    font-weight: bold;
    height: 28pt;
    border-bottom: none;
  }
  nav#site-navigation #primary-menu > li:after {
    display: none;
  }
}
@media (min-width: 760px) {
  nav#site-navigation #primary-menu > li {
    padding-left: 10px;
    font-size: 12pt;
    padding-right: 10px;
  }
}
@media (min-width: 940px) {
  nav#site-navigation #primary-menu > li {
    font-size: 10pt;
    padding-right: 10px;
    padding-left: 8px;
  }
  nav#site-navigation #primary-menu > li > a {
    position: relative;
    top: 1px;
  }
}
@media (min-width: 940px) and (min-width: 1070px) {
  nav#site-navigation #primary-menu > li {
    font-size: 12pt;
    padding-right: 25px;
  }
  nav#site-navigation #primary-menu > li > a {
    top: 0px;
  }
}
nav#site-navigation #primary-menu > li:first-child {
  padding-left: 0;
}
nav#site-navigation #primary-menu > li:last-child {
  padding-right: 0;
}
nav#site-navigation #primary-menu > li ul.sub-menu {
  display: none;
}
nav#site-navigation #primary-menu > li.focus > ul.sub-menu {
  display: block;
  position: relative;
  float: none;
  display: none;
}
@media (min-width: 640px) {
  nav#site-navigation #primary-menu > li.focus > ul.sub-menu {
    display: none;
  }
}
@media (min-width: 940px) {
  nav#site-navigation #primary-menu > li > ul.sub-menu {
    position: absolute;
    left: -330px;
  }
}
nav#site-navigation #primary-menu > li > a {
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}
nav#site-navigation #primary-menu > li > a:hover {
  text-decoration: underline;
}
nav#site-navigation .expanded-resources-outerwrap {
  right: 0;
  left: 0;
  z-index: 50;
  position: absolute;
  top: 0;
  opacity: 0.96;
}
@media (min-width: 640px) {
  nav#site-navigation .expanded-resources-outerwrap {
    top: auto;
  }
}
nav#site-navigation .expanded-resources-outerwrap .close-expanded-resources-menu {
  display: none;
}
nav#site-navigation .expanded-resources-outerwrap .mobile-close-expanded-resources-menu {
  position: absolute;
  top: 20px;
  left: 0px;
  color: #fff;
}
nav#site-navigation .expanded-resources-outerwrap .mobile-close-expanded-resources-menu .material-icons {
  font-size: 40pt;
  cursor: pointer;
}
@media (min-width: 640px) {
  nav#site-navigation .expanded-resources-outerwrap .mobile-close-expanded-resources-menu {
    display: none;
  }
  nav#site-navigation .expanded-resources-outerwrap .close-expanded-resources-menu {
    display: block;
    width: 100vw;
    position: absolute;
    top: 10px;
    overflow: visible;
    left: calc(50% - 50vw);
  }
  nav#site-navigation .expanded-resources-outerwrap .close-expanded-resources-menu > span {
    color: #fff;
    position: absolute;
    right: 20px;
    cursor: pointer;
  }
}
nav#site-navigation .expanded-resources-outerwrap > .full-width-breakout {
  background-color: #002c41;
  display: none;
}
nav#site-navigation .expanded-resources-outerwrap .expanded-resources-megamenu {
  position: relative;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
  margin-left: 60px;
  display: flex;
  align-items: stretch;
  font-weight: 300;
  font-size: 14pt;
}
@media (min-width: 640px) {
  nav#site-navigation .expanded-resources-outerwrap div#expanded-resources {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 640px) {
  nav#site-navigation .expanded-resources-outerwrap div#expanded-resources {
    margin-left: 0px;
  }
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-right-box {
  display: none;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-left-box {
  flex-grow: 1;
}
@media (min-width: 640px) {
  nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-left-box {
    display: block;
    flex: 0 0 250px;
    border-right: 1px solid #fff;
    padding-right: 50px;
    flex-grow: 0;
  }
  nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-right-box {
    display: block;
    flex: 1 1;
    padding-left: 80px;
  }
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-left-box ul {
  width: 100%;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-left-box li {
  margin-bottom: 1em;
  border-bottom: 1px solid #e6e7e6;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-left-box li:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-left-box li {
    border-bottom: none;
  }
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-left-box li.megamenu-item-focus {
  position: relative;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-left-box li.megamenu-item-focus a {
  font-weight: bold;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-left-box li.megamenu-item-focus:after {
  content: "\e5cc";
  font-family: "Material Icons";
  position: absolute;
  right: -100px;
  top: -9px;
  font-size: 24pt;
  color: #fff;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-left-box a {
  color: #fff;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-right-box {
  color: #fff;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-right-box a {
  color: #fff;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-right-box > div {
  display: none;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-right-box > div.megamenu-item-focus {
  display: block;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-right-box a:hover {
  text-decoration: underline;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-right-box .item-description p:first-child {
  margin-top: 0;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-right-box ul {
  display: block;
  list-style-type: disc;
  margin-left: 30px;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-right-box ul li {
  margin-bottom: 1em;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-right-box .resources-menu-read-more {
  text-transform: uppercase;
  font-weight: bold;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-right-box .resources-menu-read-more a {
  display: inline;
  vertical-align: middle;
}
nav#site-navigation .expanded-resources-outerwrap div#expanded-resources .megamenu-right-box .resources-menu-read-more:after {
  font-weight: 400;
  vertical-align: middle;
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 24pt;
  display: inline;
}
nav#site-navigation .menu-toggle {
  left: 210px;
}
@media screen and (min-width: 640px) {
  nav#site-navigation .menu-toggle {
    display: none;
  }
  nav#site-navigation ul {
    display: flex;
  }
}

.category-resources-menu {
  background-color: #346d64;
  padding: 0px;
  color: #fff;
  line-height: 1.2;
}
.category-resources-menu ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.category-resources-menu ul li {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 16pt;
  position: relative;
}
.category-resources-menu ul li.current-menu-item a:after {
  content: "";
  width: 10px;
  border-left: 10px solid #ddb726;
  height: 100%;
  top: 0;
  left: -20px;
  position: absolute;
}
.category-resources-menu ul li:before {
  font-family: "Material Icons";
  content: "\e5cc";
}
.category-resources-menu ul li a {
  color: #fff;
  text-decoration: none;
}
.category-resources-menu ul li a:hover {
  text-decoration: underline;
}
.category-resources-menu .menu-main-navigation-container > ul > li:first-child {
  margin-top: 0px;
}
.category-resources-menu .menu-main-navigation-container > ul > li:first-child:before {
  content: "";
}
.category-resources-menu ul.sub-menu {
  padding: 20px 0;
}
.category-resources-menu a[href="#resources"] {
  pointer-events: none;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #002c41;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 14pt;
  cursor: text;
}
.category-resources-menu a[href="#resources"]:after {
  content: ":";
  display: inline;
}
@media (min-width: 760px) {
  .category-resources-menu a[href="#resources"] {
    display: none;
  }
  .category-resources-menu ul.sub-menu {
    display: flex;
    padding-bottom: 0;
    margin-top: 0;
  }
  .category-resources-menu ul.sub-menu li {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12pt;
    margin-right: 20px;
    position: relative;
  }
  .category-resources-menu ul.sub-menu li:before {
    content: "";
  }
  .category-resources-menu ul.sub-menu li > span {
    display: block;
    padding-bottom: 20px;
  }
  .category-resources-menu ul.sub-menu li.current-menu-item > span a:after {
    content: "";
    position: absolute;
    border-left: 0px;
    bottom: 0;
    width: 100%;
    left: 0;
    border-bottom: 10px solid #ddb726;
  }
}

.latest-resources-list-area {
  padding-bottom: 20px;
  overflow: visible;
}
.latest-resources-list-area a {
  text-decoration: none;
}
.latest-resources-list-area a:hover {
  text-decoration: underline;
}
.latest-resources-list-area h2.section-title {
  color: #ddb726;
  font-size: 24pt;
  font-weight: bold;
}
.latest-resources-list-area .article-list-wrap .after-thumbnail-wrap {
  background-color: #002c41;
  color: #fff;
}
.latest-resources-list-area .article-list-wrap h2.entry-title {
  line-height: 1.3;
}
.latest-resources-list-area .article-list-wrap h2.entry-title > a {
  color: #ddb726;
}
.latest-resources-list-area .article-list-wrap h2.entry-title > a:visited {
  color: #ddb726;
}
@media (min-width: 640px) {
  .latest-resources-list-area {
    background: repeating-linear-gradient(-45deg, #5C7A73 0px 8px, #58746E 8px 10px);
  }
  .latest-resources-list-area .full-width-reset {
    padding-top: 20px;
  }
  .latest-resources-list-area.thick-green-border-top .full-width-reset {
    padding-top: 0;
    border-top: 40px solid #346d64;
  }
  .latest-resources-list-area h2.section-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36pt;
  }
  .latest-resources-list-area .article-list-wrap .after-thumbnail-wrap {
    background-color: #fff;
    color: #346d64;
  }
  .latest-resources-list-area .article-list-wrap h2.entry-title > a {
    color: #346d64;
  }
  .latest-resources-list-area .article-list-wrap h2.entry-title > a:visited {
    color: #346d64;
  }
}
.latest-resources-list-area .btb-posts-navigation {
  color: #002c41;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16pt;
  text-align: right;
}
.latest-resources-list-area .btb-posts-navigation a, .latest-resources-list-area .btb-posts-navigation a:visited {
  color: inherit;
}
@media (min-width: 640px) {
  .latest-resources-list-area .btb-posts-navigation {
    color: #fff;
  }
  .latest-resources-list-area .btb-posts-navigation > * {
    display: inline;
  }
  .latest-resources-list-area .btb-posts-navigation > *:first-child {
    float: left;
  }
  .latest-resources-list-area .btb-posts-navigation > *:last-child {
    float: right;
  }
  .latest-resources-list-area .btb-posts-navigation:after {
    content: " ";
    clear: both;
    display: block;
  }
}

.featured-webinar-landing-wrap {
  padding: 80px 0;
}
.featured-webinar-landing-wrap .meta-label {
  text-transform: uppercase;
  color: #002c41;
  font-weight: 400;
  margin: 0;
}
.featured-webinar-landing-wrap .entry-title {
  font-size: 28pt;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.featured-webinar-landing-wrap .entry-title a, .featured-webinar-landing-wrap .entry-title a:visited {
  color: #002c41;
}
.featured-webinar-landing-wrap .entry-title a {
  text-decoration: none;
}
.featured-webinar-landing-wrap .entry-title a:hover {
  text-decoration: underline;
}
.featured-webinar-landing-wrap .entry-meta {
  padding-top: 10px;
  position: relative;
  text-transform: uppercase;
}
.featured-webinar-landing-wrap .entry-meta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  border-top: 1px solid #002c41;
  height: 0;
}
.featured-webinar-landing-wrap .entry-meta .article-meta-entry {
  display: inline;
}
.featured-webinar-landing-wrap .entry-meta .article-meta-entry:first-child:not(:last-child):after {
  content: "//";
  display: inline;
  margin: 0 10px;
}
.featured-webinar-landing-wrap .watch-now {
  padding-top: 10px;
}
.featured-webinar-landing-wrap .watch-now a, .featured-webinar-landing-wrap .watch-now a:visited {
  color: #002c41;
}
.featured-webinar-landing-wrap .watch-now a {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  border: 1px solid #002c41;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 640px) {
  .featured-webinar-landing-wrap .embed-area {
    flex-basis: 60%;
    flex-grow: 1;
  }
  .featured-webinar-landing-wrap .embed-description {
    flex-basis: 40%;
    margin-left: 20px;
    flex-grow: 0;
  }
}

.featured-resource-landing-wrap {
  margin-bottom: 40px;
}
.featured-resource-landing-wrap .featured-resource-col-1 {
  width: 231px;
}
@media (min-width: 640px) {
  .featured-resource-landing-wrap .featured-resource-col-1 {
    order: 1;
  }
  .featured-resource-landing-wrap .featured-resource-col-2 {
    order: 2;
  }
}
.featured-resource-landing-wrap a.featured-resource-download {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #346d64;
  color: #346d64;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.featured-resource-landing-wrap a.featured-resource-download:visited {
  color: #002c41;
}
.featured-resource-landing-wrap a.featured-resource-download:hover {
  text-decoration: underline;
}
.featured-resource-landing-wrap .featured-resource-landing-label {
  color: #346d64;
  text-transform: uppercase;
  font-size: 14pt;
}
.featured-resource-landing-wrap a.featured-resource-read-more {
  color: #002c41;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.featured-resource-landing-wrap a.featured-resource-read-more:visited {
  color: #002c41;
}
.featured-resource-landing-wrap a.featured-resource-read-more:hover {
  text-decoration: underline;
}
.featured-resource-landing-wrap a.featured-resource-read-more:after {
  display: inline-block;
  font-size: 24pt;
  color: #002c41;
  vertical-align: middle;
  content: "\e5cc";
  font-weight: 400;
  font-family: "Material Icons";
}
@media (min-width: 640px) {
  .featured-resource-landing-wrap {
    display: flex;
  }
  .featured-resource-landing-wrap .featured-resource-col-1 {
    flex: 231px 0 0;
  }
  .featured-resource-landing-wrap .featured-resource-col-2 {
    flex: 470px 0 1;
    margin-left: 50px;
  }
}

article.article-featured-resource {
  color: #346d64;
}
article.article-featured-resource > h2 {
  margin-top: 0;
  line-height: 1.2;
}
article.article-featured-resource > h2 > a {
  color: #002c41;
  text-decoration: none;
  font-size: 28pt;
}
article.article-featured-resource > h2 > a:hover {
  text-decoration: underline;
}
article.article-featured-resource > hr {
  width: 20px;
  margin-left: 0;
  border: 0;
  border-bottom: 1px solid #002c41;
}
article.article-featured-resource div.pdate {
  text-transform: uppercase;
}

hr.btb-double-separator {
  height: 10px;
  border: 0px;
  border-bottom: 1px solid #002c41;
  border-top: 1px solid #002c41;
  background: none;
}

#breadcrumbs {
  background: rgba(0, 44, 65, 0.7);
  color: #fff;
  padding: 5px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
#breadcrumbs a, #breadcrumbs a:visited {
  color: #fff;
}
#breadcrumbs a {
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

.email-sign-up {
  background-color: #ddb726;
  color: #222222;
  padding: 50px 0;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.email-sign-up .sign-up-label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16pt;
  vertical-align: middle;
}
.email-sign-up form {
  display: inline-block;
  line-height: 18pt;
  vertical-align: middle;
}
.email-sign-up form input {
  border-radius: 0px;
  height: 24pt;
  vertical-align: middle;
}
.email-sign-up form input[name=email] {
  border: none;
  margin-left: 20pt;
  margin-right: 10pt;
  width: 250px;
}
.email-sign-up form input[name=email]::placeholder {
  color: #346d64;
  text-align: center;
  text-transform: uppercase;
}
.email-sign-up form input[type=submit] {
  background-color: transparent;
  border: 2px solid #222222;
  color: #222222;
  font-weight: bold;
  cursor: pointer;
  font-size: 10pt;
  text-transform: uppercase;
  line-height: 12pt;
  padding-top: 5pt;
}

.newsletter-sign-up-page .striped-bg {
  overflow: auto;
}
.newsletter-sign-up-page h1.entry-title {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 640px) {
  .newsletter-sign-up-page h1.entry-title {
    margin-left: 30px;
  }
}
.newsletter-sign-up-page #mc-embedded-subscribe-form {
  padding: 0;
  max-width: 400px;
}
.newsletter-sign-up-page #mc-embedded-subscribe-form .indicates-required {
  font-size: 12pt;
}
.newsletter-sign-up-page #mc-embedded-subscribe-form input[type=checkbox] {
  margin-right: 10px;
}
.newsletter-sign-up-page #mc-embedded-subscribe-form input[type=submit] {
  background-color: #45a872;
}
.newsletter-sign-up-page #mc-embedded-subscribe-form label {
  display: block;
  font-size: 14pt;
}
.newsletter-sign-up-page #mc-embedded-subscribe-form .mc-field-group {
  padding: 10px 0;
  position: relative;
  width: 100%;
}

body.single .email-sign-up {
  background-color: #346d64;
  color: #fff;
  margin-bottom: -1px;
}
body.single .email-sign-up input {
  border: 2px solid #fff;
  color: #fff;
}

.home #home-page-slider-region .beyondbasics-slider {
  width: 100%;
  height: 0;
  padding-bottom: 33.33%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 900px) {
  .home #home-page-slider-region .beyondbasics-slider {
    padding-bottom: 0;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .home #home-page-slider-region .beyondbasics-slider {
    padding-bottom: 0;
    height: 400px;
  }
}
.home #home-page-slider-region .beyondbasics-slider .slide {
  position: absolute;
  height: 100%;
  width: 100%;
}
.home #home-page-slider-region .beyondbasics-slider .slide .slide-body {
  position: relative;
  min-height: 100%;
}
.home #home-page-slider-region .beyondbasics-slider .slide .background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.home #home-page-boxes {
  margin-left: -20px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #346d64;
  font-weight: 400;
}
.home #home-page-boxes b, .home #home-page-boxes strong {
  font-weight: 700;
}
.home #home-page-boxes > div {
  padding-left: 20px;
  padding-right: 20px;
}
.home #home-page-boxes .left-box-wrap {
  border-bottom: 1px solid #000;
  font-size: 16pt;
}
.home #home-page-boxes .right-box-wrap {
  line-height: 1.3;
}
@media (min-width: 640px) {
  .home #home-page-boxes {
    display: flex;
  }
  .home #home-page-boxes .left-box-wrap {
    border-right: 1px solid #000;
    border-bottom: 0px;
    width: 55%;
    font-size: 14pt;
  }
  .home #home-page-boxes .right-box-wrap {
    width: 45%;
    font-size: 13pt;
    line-height: 1.5;
  }
}
.home .home-page-archive-link {
  text-transform: uppercase;
  text-align: right;
  font-size: 18pt;
  color: #002c41;
  font-weight: bold;
}
.home .home-page-archive-link a, .home .home-page-archive-link a:visited {
  color: inherit;
}
.home .home-page-archive-link:after {
  font-family: "Material Icons";
  content: "\e5cf";
  display: inline;
  font-size: 24pt;
  vertical-align: middle;
  font-weight: 100;
}
@media (min-width: 640px) {
  .home .home-page-archive-link {
    color: #fff;
  }
}
.home #home-page-below-resources-banner-wrap {
  background-color: #002c41;
  color: #fff;
  padding: 0px;
}
.home #home-page-below-resources-banner-wrap .full-width-reset:before {
  display: block;
  content: "";
  width: 100px;
  height: 40px;
  background-color: #45a872;
}
.home #home-page-below-resources-banner-wrap h2 {
  text-transform: uppercase;
  font-size: 32pt;
  line-height: 1.2;
  margin: 0.5em 0 -0.3em 0;
}
.home #home-page-below-resources-banner-wrap .banner-description {
  font-size: 14pt;
}
.home #home-page-below-resources-banner-wrap a, .home #home-page-below-resources-banner-wrap a:visited {
  color: #ddb726;
}
.home #home-page-below-resources-banner-wrap .banner-link-wrap {
  text-align: right;
}
.home #home-page-below-resources-banner-wrap .banner-link-wrap > span {
  display: inline-block;
  background-color: #fff;
  font-weight: bold;
  font-size: 18pt;
  padding: 10px 20px 0px 20px;
}
.home #home-page-below-resources-banner-wrap .banner-link-wrap > span:after {
  content: "\e5cc";
  font-family: "Material Icons";
  color: #002c41;
  font-size: 24pt;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.home #home-page-below-resources-banner-wrap .banner-link-wrap > span:after:hover {
  text-decoration: none;
}
.home #home-page-below-resources-banner-wrap a {
  text-decoration: none;
  text-transform: uppercase;
  color: #002c41;
}
.home #home-page-below-resources-banner-wrap a:hover {
  text-decoration: underline;
}
.home div.additional-webinar-links {
  text-align: left;
  font-size: 20pt;
  text-transform: uppercase;
}
@media (min-width: 940px) {
  .home div.additional-webinar-links {
    text-align: center;
  }
}
.home div.additional-webinar-links a, .home div.additional-webinar-links a:visited {
  color: #002c41;
}
.home div.additional-webinar-links a {
  text-decoration: none;
}
.home div.additional-webinar-links a:hover {
  text-decoration: underline;
}
.home div.additional-webinar-links > span {
  padding-right: 50px;
  display: block;
}
@media (min-width: 940px) {
  .home div.additional-webinar-links > span {
    display: inline;
  }
}
.home div.additional-webinar-links > span:after {
  content: "\e5cc";
  font-family: "Material Icons";
  color: #002c41;
  font-size: 24pt;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

body.category #breadcrumbs, body.category .half-width-breakout {
  z-index: 50;
}
@media (min-width: 760px) {
  body.category .breadcrumbs-wrap {
    position: relative;
  }
  body.category .breadcrumbs-wrap #breadcrumbs {
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
  }
}
body.category .category-description-area {
  color: #002c41;
}
body.category .category-description-area .category-right-sidebar {
  font-size: 14pt;
  font-weight: bold;
  border-bottom: 1px solid #002c41;
}
body.category .category-description-area .category-right-sidebar p {
  margin-bottom: 0.25em;
}
body.category .category-description-area .category-right-sidebar p:last-child {
  margin-bottom: 1em;
}
body.category .category-description-area .category-right-sidebar a {
  text-decoration: none;
}
body.category .category-description-area .category-right-sidebar a:hover {
  text-decoration: underline;
}
@media (min-width: 760px) {
  body.category .category-description-area {
    display: flex;
    justify-content: right;
  }
  body.category .category-description-area .description-actual {
    padding-right: 20px;
    margin: 30px 0;
    flex-grow: 1;
    border-right: 1px solid #002c41;
    font-size: 14pt;
    line-height: 20pt;
  }
  body.category .category-description-area .description-actual:first-child {
    border-right: none;
  }
  body.category .category-description-area .category-right-sidebar {
    order: 2;
    flex: 250px 0 0;
    padding: 20px;
    margin: 30px 0;
    border-bottom: none;
    font-size: inherit;
    font-weight: normal;
  }
  body.category .category-description-area .category-right-sidebar p {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
}

.category-block-area .entry-content > h1 {
  font-size: 42pt;
}
.category-block-area .entry-content > h2 {
  font-size: 36pt;
}
.category-block-area .entry-content > h3 {
  font-size: 30pt;
}
.category-block-area .entry-content > h4 {
  font-size: 26pt;
}
.category-block-area .entry-content > h5 {
  font-size: 22pt;
}
.category-block-area .entry-content > h6 {
  font-size: 18pt;
}

hr.featured-resources-divider {
  border: 0;
  height: 20px;
  border-top: 1px solid #002c41;
  border-bottom: 1px solid #002c41;
  background: transparent;
}

h2.featured-resource-label {
  font-size: 36pt;
  text-transform: uppercase;
  color: #002c41;
}

.category-background-image.no-image .category-spacer {
  height: 150pt;
}

.no-image .category-title-wrap {
  position: absolute;
  z-index: 50;
  position: relative;
  margin-left: 20px;
  top: 0px;
}
@media (min-width: 1200px) {
  .no-image .category-title-wrap {
    margin-left: 0;
  }
}
@media (min-width: 760px) {
  .no-image .category-title-wrap {
    left: 0px;
    top: 70px;
  }
}
.no-image .category-title-wrap .striped-bg {
  display: none;
}
.no-image .category-title-wrap h1 {
  max-width: 650px;
  display: inline-block;
  background-color: #002c41;
  color: #fff;
  z-index: 50;
  padding: 20px;
  left: 0px;
  line-height: 1.2;
  font-size: 36pt;
}

.has-image .category-title-wrap h1 {
  position: relative;
  padding-left: 20px;
  margin-top: 0;
}
@media (min-width: 760px) {
  .has-image .category-title-wrap {
    position: relative;
    right: 0px;
    top: 100px;
    float: right;
    max-width: none;
    min-width: 350px;
    width: 40%;
  }
  .has-image .category-title-wrap h1 {
    margin: 0;
    position: relative;
    z-index: 50;
    line-height: 1;
    padding: 20px;
    font-size: 40pt;
    text-align: left;
    color: #002c41;
  }
}

.is-subcategory .category-title-wrap h1 {
  font-size: 25pt;
  line-height: 1.2;
}
.is-subcategory .category-title-wrap {
  max-width: none;
}

.striped-bg .banner-box {
  position: relative;
  background-color: #ddb726;
  padding: 20px;
  font-weight: bold;
}
@media (min-width: 640px) {
  .striped-bg .banner-box {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 18pt;
  }
}
.striped-bg .banner-box p {
  margin: 0;
}
.striped-bg .banner-box a {
  color: #002c41;
  text-decoration: none;
  color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3333333333));
  padding-right: 24pt;
  position: relative;
}
.striped-bg .banner-box a:hover {
  text-decoration: underline;
}
.striped-bg .banner-box a:after {
  content: " →";
  font-weight: bold;
  font-size: 18pt;
  top: -0.45em;
  position: absolute;
  right: 0;
}
@media (min-width: 640px) {
  .striped-bg .banner-box a {
    padding-right: 30pt;
  }
  .striped-bg .banner-box a:after {
    font-size: 24pt;
    top: -0.4em;
  }
}

.category-background-image {
  margin-top: -28pt;
  padding-top: 28pt;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 1200px) {
  .category-background-image {
    margin-left: 0;
    margin-right: 0;
  }
}
.category-background-image .category-spacer {
  display: none;
}
@media (min-width: 760px) {
  .category-background-image .category-spacer {
    display: block;
    height: 300pt;
  }
}
.category-background-image .category-background-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: none;
}
@media (min-width: 760px) {
  .category-background-image .category-background-image-inner {
    display: block;
  }
}

.category-image-below-menu .category-background-image {
  margin-top: 0;
  padding-top: 0;
}

body.category .category-image-below-menu .breadcrumbs-wrap #breadcrumbs {
  top: 0px;
}

.c-accordion__item {
  padding: 0px;
  border-collapse: collapse;
  padding-bottom: 20px;
}
.c-accordion__item .c-accordion__title {
  border: 1px solid #002c41;
  border-bottom: 0;
  background-color: #f9f9f9;
  color: #002c41;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  padding-left: 80px;
  font-size: 16pt;
}
.c-accordion__item .c-accordion__title::after {
  right: auto;
  height: 100%;
  left: 0;
  padding: 8px 20px 0px 20px;
  font-size: 28pt;
  font-weight: bold;
  border-right: 1px solid #002c41;
}
.c-accordion__item .c-accordion__content {
  border: 1px solid #002c41;
  border-bottom: 0px;
  padding: 40px;
}
.c-accordion__item::after {
  content: "";
  display: block;
  border-bottom: 1px solid #002c41;
  width: 100%;
  height: 0;
  position: relative;
  top: -1px;
}

.wp-block-beyondthebasics-faq-title-block,
div[data-type="beyondthebasics/faq-title-block"] {
  color: #002c41;
  border-bottom: 1px solid #002c41;
  margin-bottom: 50px;
}
.wp-block-beyondthebasics-faq-title-block h3, .wp-block-beyondthebasics-faq-title-block div[role=textbox],
div[data-type="beyondthebasics/faq-title-block"] h3,
div[data-type="beyondthebasics/faq-title-block"] div[role=textbox] {
  font-weight: 400;
  font-size: 22pt;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.wp-block-beyondthebasics-faq-title-block h3 strong, .wp-block-beyondthebasics-faq-title-block div[role=textbox] strong,
div[data-type="beyondthebasics/faq-title-block"] h3 strong,
div[data-type="beyondthebasics/faq-title-block"] div[role=textbox] strong {
  font-weight: 700;
}
.wp-block-beyondthebasics-faq-title-block .faq-section-title-download,
div[data-type="beyondthebasics/faq-title-block"] .faq-section-title-download {
  padding-bottom: 20px;
}
.wp-block-beyondthebasics-faq-title-block .faq-section-title-download a, .wp-block-beyondthebasics-faq-title-block .faq-section-title-download a:visited,
div[data-type="beyondthebasics/faq-title-block"] .faq-section-title-download a,
div[data-type="beyondthebasics/faq-title-block"] .faq-section-title-download a:visited {
  color: #002c41;
}
.wp-block-beyondthebasics-faq-title-block .faq-section-title-download a, .wp-block-beyondthebasics-faq-title-block .faq-section-title-download input[type=String],
div[data-type="beyondthebasics/faq-title-block"] .faq-section-title-download a,
div[data-type="beyondthebasics/faq-title-block"] .faq-section-title-download input[type=String] {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #002c41;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.wp-block-beyondthebasics-faq-title-block .faq-section-title-download a:hover,
div[data-type="beyondthebasics/faq-title-block"] .faq-section-title-download a:hover {
  text-decoration: underline;
}
@media (min-width: 940px) {
  .wp-block-beyondthebasics-faq-title-block,
  div[data-type="beyondthebasics/faq-title-block"] {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
  }
  .wp-block-beyondthebasics-faq-title-block .faq-section-title-inner,
  div[data-type="beyondthebasics/faq-title-block"] .faq-section-title-inner {
    flex-grow: 1;
  }
  .wp-block-beyondthebasics-faq-title-block .faq-section-title-download,
  div[data-type="beyondthebasics/faq-title-block"] .faq-section-title-download {
    flex-shrink: 1;
    white-space: nowrap;
    margin-left: 20px;
    padding-bottom: 0;
  }
}

div[data-type="beyondthebasics/faq-title-block"] .faq-section-title-download {
  margin-left: 0;
}

.youtube-embed-area {
  background-color: #002c41;
}
.youtube-embed-area > .full-width-reset {
  overflow: auto;
  padding-bottom: 30px;
}
.youtube-embed-area .youtube-section-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 36pt;
}

.youtube-jump-to-links {
  margin-top: 30px;
  padding: 20px;
  position: relative;
  color: #fff;
  font-size: 14pt;
  background: repeating-linear-gradient(-45deg, #5C7A73 0px 8px, #58746E 8px 10px);
}
.youtube-jump-to-links p {
  margin: 0;
  padding-bottom: 1em;
  margin-left: 30px;
  position: relative;
}
.youtube-jump-to-links p.expandable div.expander {
  display: inline;
  position: absolute;
  left: -30px;
  font-size: 24pt;
  top: -9pt;
  cursor: pointer;
}
.youtube-jump-to-links p.expandable div.expander:before {
  content: "+";
  display: inline;
}
.youtube-jump-to-links p.expandable.expanded div.expander:before {
  content: "-";
}
.youtube-jump-to-links ul {
  background: #346d64;
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  margin-left: 30px;
}
.youtube-jump-to-links a, .youtube-jump-to-links a:visited {
  color: inherit;
}
.youtube-jump-to-links a {
  text-decoration: none;
  font-weight: bold;
}
.youtube-jump-to-links a:hover {
  text-decoration: underline;
}
.youtube-jump-to-links .jump-to-body {
  margin-top: 1em;
}
.youtube-jump-to-links .jump-to-bg-hide {
  display: none;
}
.youtube-jump-to-links .jump-to-label {
  text-transform: uppercase;
  font-size: 18pt;
  line-height: 1;
  font-weight: bold;
}
.youtube-jump-to-links .jump-to-label:before {
  background: #ddb726;
  font-family: "Material Icons Outlined";
  content: "\e037";
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 24pt;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: -0.15em;
  margin-right: 10px;
  vertical-align: middle;
}
@media (min-width: 640px) {
  .youtube-jump-to-links .jump-to-body {
    overflow: auto;
    display: flex;
  }
  .youtube-jump-to-links .jump-to-body .jump-to-col-1,
  .youtube-jump-to-links .jump-to-body .jump-to-col-2 {
    flex: 40% 1 1;
  }
  .youtube-jump-to-links .jump-to-body .jump-to-col-1 {
    padding-right: 10px;
  }
  .youtube-jump-to-links .jump-to-body .jump-to-col-2 {
    padding-left: 10px;
  }
  .youtube-jump-to-links .jump-to-bg-hide {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 50px;
    left: 200px;
  }
}

.single-post .entry-header, article.use-post-layout .entry-header {
  display: flex;
  flex-direction: column;
}
.single-post .entry-header .title-and-byline-wrap, article.use-post-layout .entry-header .title-and-byline-wrap {
  background: #002c41;
}
.single-post .entry-header .byline, article.use-post-layout .entry-header .byline {
  color: #002c41;
  text-transform: uppercase;
  font-weight: bold;
  order: 2;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
.single-post .entry-header .byline .pdate, .single-post .entry-header .byline .authors, article.use-post-layout .entry-header .byline .pdate, article.use-post-layout .entry-header .byline .authors {
  position: relative;
}
.single-post .entry-header .title-and-byline-wrap, article.use-post-layout .entry-header .title-and-byline-wrap {
  order: 2;
  display: flex;
  flex-wrap: wrap;
}
.single-post .entry-header .entry-title-outer, article.use-post-layout .entry-header .entry-title-outer {
  order: 1;
  padding: 20px;
  width: 100%;
}
.single-post .entry-header .content-type-wrapper, article.use-post-layout .entry-header .content-type-wrapper {
  order: 1;
}
.single-post .entry-header .content-type-spacer, article.use-post-layout .entry-header .content-type-spacer {
  height: 30px;
}
.single-post .entry-header .big-content-type-label, article.use-post-layout .entry-header .big-content-type-label {
  background-color: #ddb726;
  color: #fff;
  font-size: 18pt;
  padding: 10pt;
  display: inline-block;
  font-weight: bold;
}
.single-post .entry-header .big-content-type-label span, article.use-post-layout .entry-header .big-content-type-label span {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3333333333));
}
.single-post .entry-header .entry-title, article.use-post-layout .entry-header .entry-title {
  order: 2;
  color: #fff;
  font-size: 36pt;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: bottom;
  margin-top: -0.1em;
}
.single-post .entry-header .header-intro-wrap, article.use-post-layout .entry-header .header-intro-wrap {
  padding: 20px 0;
  order: 4;
}
.single-post .entry-header .header-related-items, article.use-post-layout .entry-header .header-related-items {
  background-color: #002c41;
  color: #fff;
  padding: 20px 0;
}
.single-post .entry-header .header-related-items h3, article.use-post-layout .entry-header .header-related-items h3 {
  margin-top: 0;
}
.single-post .entry-header .header-related-items h3, .single-post .entry-header .header-related-items li, article.use-post-layout .entry-header .header-related-items h3, article.use-post-layout .entry-header .header-related-items li {
  padding: 0px 20px;
}
.single-post .entry-header .header-related-items ul, .single-post .entry-header .header-related-items li, article.use-post-layout .entry-header .header-related-items ul, article.use-post-layout .entry-header .header-related-items li {
  list-style-type: none;
  margin-left: 0;
}
.single-post .entry-header .header-related-items ul, article.use-post-layout .entry-header .header-related-items ul {
  margin-bottom: 0;
  padding-left: 0;
}
.single-post .entry-header .header-related-items li, article.use-post-layout .entry-header .header-related-items li {
  margin-bottom: 1em;
}
.single-post .entry-header .header-related-items li a, .single-post .entry-header .header-related-items li a:visited, article.use-post-layout .entry-header .header-related-items li a, article.use-post-layout .entry-header .header-related-items li a:visited {
  color: #fff;
}
.single-post .entry-header .header-related-items li a, article.use-post-layout .entry-header .header-related-items li a {
  text-decoration: none;
}
.single-post .entry-header .header-related-items li a:hover, article.use-post-layout .entry-header .header-related-items li a:hover {
  text-decoration: underline;
}
.single-post .entry-header .header-related-items li:last-child, article.use-post-layout .entry-header .header-related-items li:last-child {
  margin-bottom: 0;
}
.single-post .entry-header .header-related-items li.active-related-item, article.use-post-layout .entry-header .header-related-items li.active-related-item {
  font-weight: 700;
  border-left: 10px solid #ddb726;
  padding-left: 10px;
}
.single-post .entry-header .header-related-items li.active-related-item a, .single-post .entry-header .header-related-items li.active-related-item a:visited, article.use-post-layout .entry-header .header-related-items li.active-related-item a, article.use-post-layout .entry-header .header-related-items li.active-related-item a:visited {
  color: #ddb726;
}
.single-post .entry-header .post-thumbnail, article.use-post-layout .entry-header .post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
}
@media (min-width: 940px) {
  .single-post .entry-header .title-and-byline-wrap, article.use-post-layout .entry-header .title-and-byline-wrap {
    width: 60%;
  }
}
@media (min-width: 640px) {
  .single-post .entry-header, article.use-post-layout .entry-header {
    display: block;
  }
  .single-post .entry-header .content-type-wrapper, article.use-post-layout .entry-header .content-type-wrapper {
    width: 100%;
  }
  .single-post .entry-header .title-and-byline-wrap, article.use-post-layout .entry-header .title-and-byline-wrap {
    width: 100%;
    display: block;
  }
  .single-post .entry-header .byline, article.use-post-layout .entry-header .byline {
    float: right;
    width: auto;
    padding-top: 10px;
    min-height: 70px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-left: 20px;
    margin-top: 0;
    margin-right: -30px;
  }
  .single-post .entry-header .byline .pdate, article.use-post-layout .entry-header .byline .pdate {
    white-space: nowrap;
  }
  .single-post .entry-header .entry-title, article.use-post-layout .entry-header .entry-title {
    display: inline;
  }
  .single-post .entry-header .entry-title-outer, article.use-post-layout .entry-header .entry-title-outer {
    margin-right: 50px;
  }
  .single-post .entry-header .header-intro-wrap, article.use-post-layout .entry-header .header-intro-wrap {
    display: flex;
    justify-content: space-between;
    clear: both;
  }
  .single-post .entry-header .post-introduction, article.use-post-layout .entry-header .post-introduction {
    padding: 0px;
    flex: 50% 0.3 0;
  }
  .single-post .entry-header .header-related-items-wrap, article.use-post-layout .entry-header .header-related-items-wrap {
    flex: 300px 0 0;
    margin-left: 20px;
  }
}
@media (min-width: 940px) {
  .single-post .entry-header .big-content-type-label,
  .single-post .entry-header .header-intro-wrap, article.use-post-layout .entry-header .big-content-type-label,
  article.use-post-layout .entry-header .header-intro-wrap {
    margin-left: 100px;
  }
}

.use-page-layout .striped-bg-actual {
  display: none;
}
.use-page-layout .byline {
  display: none;
}

.btb-slide-block {
  height: 500px;
  position: relative;
  overflow: hidden;
  margin-right: -20px;
  margin-left: -20px;
}
.btb-slide-block .full-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1180px) {
  .btb-slide-block {
    margin-right: 0;
    margin-left: 0;
  }
}
.btb-slide-block .btb-slide-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.btb-slide-block .btb-slide-text {
  position: absolute;
  font-size: 24pt;
  pointer-events: none;
  z-index: 0;
  line-height: 1.2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 20px;
  margin-left: 20px;
}
.btb-slide-block .btb-slide-text a {
  pointer-events: all;
}
.btb-slide-block .btb-slide-text a:hover {
  text-decoration: underline;
}
@media (min-width: 1180px) {
  .btb-slide-block .btb-slide-text {
    margin-right: 0;
    margin-left: 0;
  }
}
.btb-slide-block .btb-slide-text a {
  text-decoration: none;
  color: inherit;
}
.btb-slide-block .btb-slide-text a:hover {
  color: inherit;
}
.btb-slide-block .btb-slide-text-block {
  position: relative;
}
.btb-slide-block .caret-last-word-nobreak {
  white-space: nowrap;
}
.btb-slide-block .inline-caret .material-icons {
  font-size: 1.5em;
  position: relative;
  line-height: 0.66em;
  vertical-align: bottom;
}
.btb-slide-block .block-caret, .btb-slide-block .btb-slide-text-block > div.block-caret {
  position: absolute;
  left: 100%;
}
.btb-slide-block .block-caret > div, .btb-slide-block .btb-slide-text-block > div.block-caret > div {
  margin-left: 40px;
  vertical-align: bottom;
  font-size: 1em;
  transform: scale(2);
}
.btb-slide-block .btb-inline-text-block {
  position: relative;
}
.btb-slide-block .btb-inline-text-block span {
  position: relative;
  vertical-align: bottom;
}
.btb-slide-block .btb-inline-text-block .text-clone {
  position: absolute;
  speak: never;
  color: transparent;
}
.btb-slide-block .btb-inline-text-block .text-clone > span {
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
}
.btb-slide-block .btb-inline-block-wrap {
  position: relative;
}
.btb-slide-block .btb-slide-text-block {
  margin-bottom: 0;
}
.btb-slide-block .btb-slide-text-block .with-padding {
  padding: 0.3em;
}
.btb-slide-block .btb-slide-text-block.has-shadow .text-actual > span, .btb-slide-block .btb-slide-text-block.has-shadow div.btb-slide-inner-wrap > div.block-text-innermost {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3333333333));
}
.btb-slide-block .btb-slide-text-block > div {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 1.2;
}
.btb-slide-block .btb-slide-text-block .indent-indented {
  margin-left: 50px;
}

#home-page-slider-region .home-page-slider-wrap .btb-slide-block {
  display: none;
}
#home-page-slider-region .home-page-slider-wrap .btb-slide-block:first-child {
  display: block;
}
#home-page-slider-region .home-page-slider-wrap .btb-incoming-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
}
#home-page-slider-region .btb-slider-controls {
  position: absolute;
  color: #ddb726;
  width: 100%;
  bottom: 10px;
  text-align: center;
  user-select: none;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3333333333));
}
#home-page-slider-region .btb-slider-controls .btb-slider-picker {
  color: #fff;
  position: relative;
  vertical-align: top;
  top: 12px;
}
#home-page-slider-region .btb-slider-controls > * {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline;
  cursor: pointer;
}
#home-page-slider-region .btb-slider-controls > * > span {
  font-size: 18pt;
}
#home-page-slider-region .btb-slider-controls > *.btb-prev-slide > span, #home-page-slider-region .btb-slider-controls > *.btb-next-slide > span {
  font-size: 36pt;
}
#home-page-slider-region .btb-slider-controls > * .active-slide-circle {
  color: #ddb726;
}

.additional-tools-and-resources > h2 {
  color: #ddb726;
  border-bottom: 1px solid #002c41;
  text-transform: uppercase;
}
.additional-tools-and-resources .article-view-mode-list .thumbnail-icon-wrap {
  display: none;
}
.additional-tools-and-resources .article-view-mode-list .thumbnail-wrap {
  background-color: #eee;
}
.additional-tools-and-resources .article-view-mode-list .after-thumbnail-wrap {
  background-color: #002c41;
  color: #fff;
}
.additional-tools-and-resources .article-view-mode-list .after-thumbnail-wrap .article-meta {
  color: inherit;
}
.additional-tools-and-resources .article-view-mode-list .after-thumbnail-wrap .byline:after {
  content: "—";
  display: block;
}
.additional-tools-and-resources .article-view-mode-list .after-thumbnail-wrap .entry-header .entry-title {
  font-size: 16pt;
}
.additional-tools-and-resources .article-view-mode-list .after-thumbnail-wrap .entry-header .entry-title a {
  text-decoration: none;
}
.additional-tools-and-resources .article-view-mode-list .after-thumbnail-wrap .entry-header .entry-title a, .additional-tools-and-resources .article-view-mode-list .after-thumbnail-wrap .entry-header .entry-title a:visited {
  color: #ddb726;
}
.additional-tools-and-resources .article-view-mode-list .after-thumbnail-wrap .entry-header .entry-title a:hover {
  text-decoration: underline;
}
.additional-tools-and-resources .article-view-mode-list .entry-summary {
  margin-top: 0;
}
.additional-tools-and-resources .article-view-mode-list .entry-summary p:first-child {
  margin-top: 0.5em;
}

.about-page-staff .wp-block-columns {
  clear: both;
  display: block;
}
.about-page-staff .wp-block-columns .wp-block-column {
  clear: both;
  margin-left: 0;
}
.about-page-staff .wp-block-columns figure {
  margin-top: 0;
}
@media (min-width: 940px) {
  .about-page-staff .wp-block-columns {
    display: flex;
  }
  .about-page-staff .wp-block-columns figure {
    margin-top: 20px;
  }
  .about-page-staff .wp-block-columns .wp-block-column:nth-child(2) {
    margin-left: 20px;
  }
}
.about-page-staff .wp-block-columns .wp-block-group {
  display: block;
  margin-left: 140px;
}
.about-page-staff .wp-block-image {
  padding-right: 20px;
  float: left;
}
.about-page-staff .wp-block-image img {
  width: 120px;
}

.back-to-top {
  position: fixed;
  display: none;
  bottom: 0px;
  right: 20px;
  width: 110px;
  color: #fff;
  padding: 10px;
  padding-bottom: 15px;
  text-align: center;
  background-color: rgba(0, 60, 30, 0.85);
  font-weight: bold;
  font-size: 10pt;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}
.back-to-top .text-wrap {
  margin-top: 1em;
  display: inline-block;
}
.back-to-top .text-wrap:hover {
  text-decoration: underline;
}
.back-to-top .arrow-up-wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 5px;
  left: 0px;
}
.back-to-top .arrow-up-wrap .material-icons {
  font-size: 18pt;
}

/*# sourceMappingURL=beyondbasics.css.map */
