/*!
Theme Name: BTSCRP
Theme URI: https://github.com/ttitamu/tti-genesis-blocks-starter
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 0.39

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: btscrp
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Print Styles
*/
/* BTSCRP variables ------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap");
/* HTML5 Reset
---------------------------------------------------------------------------- */
@import url(~normalize.css);
@import url('style-2.css');
@import url('style_acrp.css');
@import url('parent_style.css');
@import url('./genericons/genericons.css');

/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table; }

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table; }

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #fff;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden; }

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out; }

a {
  color: #0073e5;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

a:focus,
a:hover {
  color: #333;
  text-decoration: none; }

p {
  margin: 0 0 28px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto; }

b,
strong {
  font-weight: 700; }

blockquote,
cite,
em,
i {
  font-style: italic; }

mark {
  background: #ddd;
  color: #333; }

blockquote {
  margin: 30px; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h6 {
  font-family: "Georgia", "Frank Ruhl Libre", serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 20px; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 27px;
  font-weight: 500; }

h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px; }

h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px; }

h1.entry-title,
h2.entry-title {
  font-size: 36px; }

.genesis-title-hidden .entry-title {
  padding-top: 60px; }

.entry-content h3,
.entry-content h4 {
  font-weight: 600; }

.entry-content h4 {
  margin-top: 40px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto;
  vertical-align: top; }

figure {
  margin: 0; }

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px; }

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-ms-input-placeholder {
  color: #333;
  opacity: 1; }

:-ms-input-placeholder {
  color: #333;
  opacity: 1; }

::placeholder {
  color: #333;
  opacity: 1; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto; }

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff; }

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff; }

.button {
  display: inline-block; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all; }
  @media only screen and (min-width: 480px) {
    table {
      table-layout: auto;
      word-break: normal; } }

tbody {
  border-bottom: 1px solid #eee; }

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top; }

td {
  padding: 0.5em; }

tr {
  border-top: 1px solid #eee; }

th {
  font-weight: 600;
  padding: 0.5em; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px; }

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
 /* padding: 60px 30px 0; }
  @media only screen and (min-width: 960px) {
    .site-inner {
      max-width: 1140px; }*/ }

/* Content
--------------------------------------------- */
@media only screen and (min-width: 960px) {
  .content {
    float: left; }

  .sidebar-content .content {
    float: right; }

  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto; 
    max-width: 1080px;
} }
/* Column Classes
--------------------------------------------- */
@media only screen and (min-width: 960px) {
  /* Column Classes
  --------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }

  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }

  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }

  .one-fourth {
    width: 23.076923076923077%; }

  .three-fourths {
    width: 74.35897435897436%; }

  .one-sixth {
    width: 14.52991452991453%; }

  .five-sixths {
    width: 82.90598290598291%; }

  .first {
    clear: both;
    margin-left: 0; } }
/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px; }

.alignright .avatar {
  margin-left: 20px; }

.comment .avatar {
  margin: 0 15px 20px 0; }

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px; }

@media only screen and (min-width: 960px) {
  .author-box {
    background-color: #f5f5f5;
    padding: 30px; } }

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px; }
  @media only screen and (min-width: 960px) {
    .after-entry {
      padding: 40px 60px; } }

.after-entry .widget:last-of-type {
  margin-bottom: 0; }

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px; }

.genesis-title-hidden .breadcrumb {
  margin-top: 40px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 960px) {
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px; } }
/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px; }

.entry-title {
  font-size: 30px;
  margin-bottom: 10px; }

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none; }

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5; }

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px; }

.genesis-title-hidden .site-inner {
  padding-top: 0; }

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px; }

img.alignnone,
.alignnone {
  margin-bottom: 15px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px; }

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px; }

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px; }

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px; }

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px; }
  @media only screen and (min-width: 960px) {
    .after-entry .enews {
      padding-left: 30px;
      padding-right: 30px; } }

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px; }

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px; }

.after-entry .enews-widget input {
  text-align: center; }

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%; }

.enews form + p {
  margin-top: 20px; }

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0; }

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5; }

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right; }

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460"; }

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px; }

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden; }

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px; }

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600; }

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300; }

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important; }

.site-container .entry-content .wpforms-form textarea {
  padding: 15px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px; }

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  color: #ffffff;
}
  @media only screen and (min-width: 960px) {
    .site-header {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 9999; }
      .admin-bar .site-header {
        top: 32px; } }
  @media only screen and (min-width: 960px) {
    .site-header .wrap {
      margin-left: auto;
      margin-right: auto;
      max-width: 1140px; } }

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
  width: 42%; }

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%; }

.wp-custom-logo .title-area img {
  width: auto; }

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0; }

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none; }

.site-description {
  margin-bottom: 0; }

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%; }
  .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative; }
    @media only screen and (min-width: 960px) {
      .genesis-nav-menu .menu-item {
        display: inline-block; }
        .genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
          position: relative; } }
  .genesis-nav-menu a {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 400;
    outline-offset: -1px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-decoration: none; }
  .genesis-nav-menu a:focus,
  .genesis-nav-menu a:hover,
  .genesis-nav-menu .current-menu-item > a,
  .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
  .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #0073e5;
    text-decoration: none; }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 100%; }
  .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    z-index: 99; }
  .genesis-nav-menu .sub-menu a {
    background-color: #fff;
    font-size: 14px;
    position: relative;
    word-wrap: break-word; }
  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative; }
  .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: block;
    left: auto;
    opacity: 1; }
  @media only screen and (min-width: 960px) {
    .genesis-nav-menu > .menu-bold > a {
      font-weight: 700; }
    .genesis-nav-menu > .menu-highlight > a {
      background-color: #333;
      border-radius: 3px;
      color: #fff;
      font-weight: 600;
      margin-left: 15px;
      padding-left: 20px;
      padding-right: 20px; }
      .genesis-nav-menu > .menu-highlight > a:focus, .genesis-nav-menu > .menu-highlight > a:hover {
        background-color: #0073e5; }
    .genesis-nav-menu .sub-menu {
      border-top: 1px solid #eee;
      opacity: 0;
      padding-left: 0;
      position: absolute;
      transition: opacity 0.4s ease-in-out;
      width: 180px; }
      .genesis-nav-menu .sub-menu a {
        border: 1px solid #eee;
        border-top: 0;
        padding-bottom: 15px;
        padding-top: 15px;
        width: 180px; }
      .genesis-nav-menu .sub-menu .sub-menu {
        margin: -46px 0 0 179px; } }

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.genesis-responsive-menu {
  display: none;
  position: relative; }
  @media only screen and (min-width: 960px) {
    .genesis-responsive-menu {
      display: block;
      padding-top: 15px; } }

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none; }

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible; }
  @media only screen and (min-width: 960px) {
    .menu-toggle,
    .sub-menu-toggle {
      display: none;
      visibility: hidden; } }

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #0073e5; }

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000; }

.menu-toggle.activated::before {
  content: "\f335"; }

.site-header .dashicons-before::before {
  transition: none; }

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px; }

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100; }

.sub-menu .sub-menu-toggle {
  padding: 12px 10px; }

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out; }

.sub-menu-toggle.activated::before {
  transform: rotate(180deg); }

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 48% !important; }
  @media only screen and (min-width: 960px) {
    .nav-primary {
      clear: none;
      float: right;
      width: auto; }
      .nav-primary .genesis-nav-menu a {
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        padding-left: 15px;
        padding-right: 15px;
        text-transform: uppercase; }
      .nav-primary .genesis-nav-menu .sub-menu a span {
        color: #500000; }
      .nav-primary .genesis-nav-menu .sub-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu a:focus, .nav-primary .genesis-nav-menu .sub-menu a:active {
        background-color: #500000; }
        .nav-primary .genesis-nav-menu .sub-menu a:hover span, .nav-primary .genesis-nav-menu .sub-menu a:focus span, .nav-primary .genesis-nav-menu .sub-menu a:active span {
          color: #ffffff; } }

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px; }

.nav-secondary .genesis-nav-menu {
  line-height: 1.5; }

.nav-secondary .menu-item {
  display: inline-block; }

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0; }

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #f5f5f5; }

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px; }

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 20px; }

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none; }

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff; }

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px; }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px; }

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5; }
  @media only screen and (min-width: 960px) {
    .sidebar {
      float: right;
      width: 30%; }
      .sidebar-content .sidebar {
        float: left; } }

.sidebar .widget {
  margin-bottom: 40px; }

.sidebar p {
  margin-bottom: 20px; }

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #500000;
  clear: both;
  padding: 60px 0; }

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 960px) {
    .footer-widgets .wrap {
      max-width: 1140px; } }

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (min-width: 960px) {
    .footer-widget-area {
      float: left;
      margin-bottom: 0;
      width: calc(100% / 3); } }

.footer-widgets-3 {
  color: #ffffff; }
  @media only screen and (min-width: 960px) {
    .footer-widgets-3 {
      float: right; } }

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0; }

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #500000;
  border-top: 1px solid #eee;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
  display: none; }

.site-footer p {
  margin-bottom: 0; }

/* BTSCRP Styles
---------------------------------------------------------------------------- */
ul.four-choices {
  margin-bottom: 50px;
  min-height: 160px;
  overflow: auto;
  padding-left: 0; }
  ul.four-choices li {
    background-color: #7fc4fd;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    list-style-type: none;
    margin-right: 4%;
    min-height: 160px;
    overflow: auto;
    padding: 25px;
    width: 22%; }
    ul.four-choices li.others {
      background-color: #194379; }
    ul.four-choices li.behavior {
      background-color: #668250; }
    ul.four-choices li.program {
      background-color: #464646; }
    ul.four-choices li.plan {
      background-color: #65470C; }
    ul.four-choices li a {
      color: #ffffff;
      display: block;
      height: 100%;
      text-decoration: none;
      width: 100%; }
    ul.four-choices li:last-child {
      margin-right: 0; }
    ul.four-choices li.active {
      background-color: #500000; }
    ul.four-choices li:hover, ul.four-choices li:focus, ul.four-choices li:active {
      background-color: #500000; }

h3.safety-concerns {
  color: #500000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  text-transform: uppercase; }

.safety-concerns {
  overflow: auto; }
  .safety-concerns > div {
    background-color: #f2f2f2;
    float: left;
    margin-bottom: 20px;
    margin-right: 4%;
    min-height: 90px;
    width: 22%; }
    .safety-concerns > div:nth-child(4n) {
      margin-right: 0; }
    .safety-concerns > div:nth-child(5) {
      clear: left; }
    .safety-concerns > div h4 {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 15px;
      font-weight: bold;
      margin: 20px 20px 5px 20px;
      text-transform: uppercase; }
    .safety-concerns > div span {
      display: block;
      font-size: 13px;
      margin: 0 20px 5px 20px; }
    .safety-concerns > div.active, .safety-concerns > div:hover, .safety-concerns > div:focus, .safety-concerns > div:active {
      background-color: #500000;
      color: #ffffff;
      cursor: pointer; }
      .safety-concerns > div.active h4, .safety-concerns > div:hover h4, .safety-concerns > div:focus h4, .safety-concerns > div:active h4 {
        color: #ffffff; }

.filter-by {
  margin-top: 30px; }
  .filter-by div {
    background-color: #f2f2f2;
    color: #500000;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px 10px 20px; }
    .filter-by div h4 {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 20px;
      font-weight: bold;
      margin: 20px 20px 20px 10px;
      text-transform: uppercase; }
      .filter-by div h4 span {
        font-size: 15px; }
    .filter-by div ul {
      padding-left: 10px; }
    .filter-by div li {
      border: 1px solid #bce0fd;
      border-radius: 5px;
      float: left;
      font-size: 13px;
      list-style-type: none;
      margin: 0 20px 10px 0;
      padding: 2px 8px; }
      .filter-by div li.active, .filter-by div li:hover, .filter-by div li:focus, .filter-by div li:active {
        background-color: #500000;
        color: #ffffff;
        cursor: pointer; }

.industry-filter {
  margin-bottom: 40px;
  overflow: auto; }
  .industry-filter h4 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 20px 20px 10px;
    text-transform: uppercase;
    width: 39%; }
  .industry-filter ul li {
    background-color: #c3c3c3;
    color: #ffffff;
    float: left;
    font-weight: bold;
    list-style-type: none;
    margin-left: 2%;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 18%; }
    .industry-filter ul li.active, .industry-filter ul li:hover, .industry-filter ul li:focus, .industry-filter ul li:active {
      background-color: #500000;
      color: #ffffff;
      cursor: pointer; }

a {
  color: #500000; }
  a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden; }

.home .introduction {
  margin-bottom: 50px;
  overflow: auto; }
  .home .introduction img {
    float: left;
    margin: 0 25px 0 0;
    max-width: 500px; }
.home ul.four-choices {
  margin-bottom: 80px;
  padding: 0; }
.home .safety-outer,
.home .who-outer,
.home .trying-outer {
  border-top: 4px solid #500000;
  margin-top: 120px; }
  .home .safety-outer h2,
  .home .who-outer h2,
  .home .trying-outer h2 {
    background-color: #500000;
    border-radius: 7px;
    color: #ffffff;
    display: table;
    font-family: 'Oswald', sans-serif;
    font-size: 37px;
    letter-spacing: 5px;
    margin: 0 auto 30px;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin-top: -40px; }
.home .safety-innovation {
  border: 1px solid #c3c3c3;
  min-height: 480px;
  overflow: auto;
  position: relative; }
  .home .safety-innovation img {
    float: left;
    margin-top: -85px;
    width: 100%; }
  .home .safety-innovation .home-safety-innovation-inner {
    background-color: #ffffff;
    float: right;
    overflow: auto; }
  .home .safety-innovation h3 {
    background-color: #500000;
    color: #ffffff; }
  .home .safety-innovation p,
  .home .safety-innovation span {
    color: #000000;
    display: block;
    font-size: 14px;
    margin: 20px 30px 0;
    padding: 0; }
    .home .safety-innovation p strong,
    .home .safety-innovation span strong {
      font-size: 14px;
      text-transform: uppercase; }
  .home .safety-innovation span.industry {
    margin-bottom: 5px; }
  .home .safety-innovation span.innovations {
    margin-bottom: 0;
    margin-top: 0px; }
  .home .safety-innovation .next,
  .home .safety-innovation .previous {
    background-color: #500000;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    bottom: 0;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 30px 30px;
    position: absolute;
    width: auto; }
    .home .safety-innovation .next:hover, .home .safety-innovation .next:focus, .home .safety-innovation .next:active,
    .home .safety-innovation .previous:hover,
    .home .safety-innovation .previous:focus,
    .home .safety-innovation .previous:active {
      background-color: #757575; }
    .home .safety-innovation .next.previous,
    .home .safety-innovation .previous.previous {
      left: 0; }
    .home .safety-innovation .next.next,
    .home .safety-innovation .previous.next {
      right: 0; }
.home .who-are-you,
.home .trying-to-learn {
  margin-bottom: 50px;
  overflow: auto; }
  .home .who-are-you h2,
  .home .trying-to-learn h2 {
    font-size: 36px; }
  .home .who-are-you span,
  .home .trying-to-learn span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: uppercase; }
.home .who-are-you div {
  background-color: #f2f2f2;
  float: left;
  margin-right: 6%;
  width: 47%; }
  .home .who-are-you div:nth-child(2n) {
    margin-right: 0; }
  .home .who-are-you div h3 {
    font-size: 22px;
    margin-bottom: 30px;
    padding: 0 20px; }
  .home .who-are-you div a {
    background-color: #500000;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 20px; }
    .home .who-are-you div a:hover, .home .who-are-you div a:focus, .home .who-are-you div a:active {
      background-color: #757575; }
  .home .who-are-you div img {
    margin: 20px 0 0; }
  .home .who-are-you div p,
  .home .who-are-you div span {
    margin: 20px; }
.home .trying-to-learn > div {
  border: 1px solid #95989A;
  float: left;
  margin-right: 2.5%;
  min-height: 380px;
  padding: 0 0 42px;
  position: relative;
  width: 18%; }
  .home .trying-to-learn > div.safety-innovation {
    margin-right: 0; }
  .home .trying-to-learn > div h3 {
    background-color: #500000;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    margin: 0 0 10px;
    min-height: 165px;
    padding: 15px; }
  .home .trying-to-learn > div h4 {
    background-color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px 12px; }
  .home .trying-to-learn > div p {
    font-size: 16px;
    margin: 12px; }
  .home .trying-to-learn > div a {
    bottom: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-transform: uppercase; }
  .home .trying-to-learn > div.what-others-are-doing h3 {
    background-color: #194379; }
  .home .trying-to-learn > div.how-to-change-behavior h3 {
    background-color: #668250; }
  .home .trying-to-learn > div.is-program-working h3 {
    background-color: #464646; }
  .home .trying-to-learn > div.plan-safety-program h3 {
    background-color: #65470C; }

.page-template-about .introduction {
  margin-bottom: 50px;
  overflow: auto; }
  .page-template-about .introduction img {
    float: left;
    margin: 0 25px 0 0;
    max-width: 500px; }
  .page-template-about .introduction p:empty {
    display: none; }

.case-studies,
.safety-innovations {
  clear: left; }

#case-studies-safety-insights {
  display: inline-block;
  padding-top: 160px; }

.case-study-overview {
  background-color: #f2f2f2;
  border-bottom: 4px solid #194379;
  border-top: 4px solid #194379;
  margin-top: 90px;
  margin-bottom: 50px;
  padding: 20px 50px 70px; }
  .case-study-overview h2 {
    background-color: #500000;
    border-radius: 7px;
    color: #ffffff;
    display: table;
    font-family: 'Oswald', sans-serif;
    font-size: 37px;
    letter-spacing: 5px;
    margin: 0 auto 30px;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    background-color: #194379;
    margin-top: -60px; }
  .case-study-overview h3 {
    font-family: "Georgia", "Frank Ruhl Libre", serif;
    font-size: 35px;
    font-weight: normal; }

.case-studies-heading {
  background-color: #500000;
  border-radius: 7px;
  color: #ffffff;
  display: table;
  font-family: 'Oswald', sans-serif;
  font-size: 37px;
  letter-spacing: 5px;
  margin: 0 auto 30px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  background-color: #194379;
  margin-top: -90px; }

.case-study,
.safety-innovation {
  margin-bottom: 50px;
  overflow: auto; }
  .case-study p,
  .safety-innovation p {
    clear: both;
    font-size: 14px;
    padding: 10px; }
  .case-study a,
  .safety-innovation a {
    text-decoration: none; }
    .case-study a.more,
    .safety-innovation a.more {
      background-color: #500000;
      border-radius: 5px;
      color: #ffffff;
      display: block;
      float: right;
      font-size: 12px;
      font-weight: bold;
      margin-top: 10px;
      padding: 10px 15px;
      text-decoration: none;
      text-transform: uppercase; }
      .case-study a.more:hover, .case-study a.more:focus, .case-study a.more:active,
      .safety-innovation a.more:hover,
      .safety-innovation a.more:focus,
      .safety-innovation a.more:active {
        background-color: #757575; }
  .case-study img,
  .safety-innovation img {
    clear: both;
    float: left;
    width: 30%; }
  .case-study .safety-innovation-outer,
  .safety-innovation .safety-innovation-outer {
    float: right;
    width: 70%; }
    .case-study .safety-innovation-outer p,
    .safety-innovation .safety-innovation-outer p {
      padding: 20px; }
  .case-study .case-study-inner,
  .case-study .safety-innovation-inner,
  .safety-innovation .case-study-inner,
  .safety-innovation .safety-innovation-inner {
    background-color: #f2f2f2;
    overflow: auto;
    padding: 20px; }
    .case-study .case-study-inner .case-study-topics,
    .case-study .case-study-inner .safety-innovation-topics,
    .case-study .safety-innovation-inner .case-study-topics,
    .case-study .safety-innovation-inner .safety-innovation-topics,
    .safety-innovation .case-study-inner .case-study-topics,
    .safety-innovation .case-study-inner .safety-innovation-topics,
    .safety-innovation .safety-innovation-inner .case-study-topics,
    .safety-innovation .safety-innovation-inner .safety-innovation-topics {
      float: left;
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 20px;
      text-transform: uppercase;
      width: 40%; }
    .case-study .case-study-inner h3,
    .case-study .safety-innovation-inner h3,
    .safety-innovation .case-study-inner h3,
    .safety-innovation .safety-innovation-inner h3 {
      clear: left;
      float: left;
      width: 40%; }
    .case-study .case-study-inner .fleet,
    .case-study .case-study-inner .workforce,
    .case-study .case-study-inner .industry,
    .case-study .safety-innovation-inner .fleet,
    .case-study .safety-innovation-inner .workforce,
    .case-study .safety-innovation-inner .industry,
    .safety-innovation .case-study-inner .fleet,
    .safety-innovation .case-study-inner .workforce,
    .safety-innovation .case-study-inner .industry,
    .safety-innovation .safety-innovation-inner .fleet,
    .safety-innovation .safety-innovation-inner .workforce,
    .safety-innovation .safety-innovation-inner .industry {
      border: 1px solid #757575;
      float: right;
      font-size: 13px;
      margin-left: 2%;
      min-height: 85px;
      padding: 10px;
      width: 15%; }
      .case-study .case-study-inner .fleet h4,
      .case-study .case-study-inner .workforce h4,
      .case-study .case-study-inner .industry h4,
      .case-study .safety-innovation-inner .fleet h4,
      .case-study .safety-innovation-inner .workforce h4,
      .case-study .safety-innovation-inner .industry h4,
      .safety-innovation .case-study-inner .fleet h4,
      .safety-innovation .case-study-inner .workforce h4,
      .safety-innovation .case-study-inner .industry h4,
      .safety-innovation .safety-innovation-inner .fleet h4,
      .safety-innovation .safety-innovation-inner .workforce h4,
      .safety-innovation .safety-innovation-inner .industry h4 {
        font-size: 14px;
        margin: 0 0 5px;
        text-transform: uppercase; }

.case-study-safety-innovation-toggle {
  margin-bottom: 50px;
  overflow: auto; }
  .case-study-safety-innovation-toggle .choose-case-studies,
  .case-study-safety-innovation-toggle .choose-safety-innovations {
    border: 1px solid #ffffff;
    color: #000000;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin-right: 10%;
    padding: 5px 25px;
    text-align: center;
    text-transform: uppercase;
    width: 45%; }
    .case-study-safety-innovation-toggle .choose-case-studies:hover, .case-study-safety-innovation-toggle .choose-case-studies:focus, .case-study-safety-innovation-toggle .choose-case-studies:active, .case-study-safety-innovation-toggle .choose-case-studies.active,
    .case-study-safety-innovation-toggle .choose-safety-innovations:hover,
    .case-study-safety-innovation-toggle .choose-safety-innovations:focus,
    .case-study-safety-innovation-toggle .choose-safety-innovations:active,
    .case-study-safety-innovation-toggle .choose-safety-innovations.active {
      border-color: #000000; }
    .case-study-safety-innovation-toggle .choose-case-studies:hover, .case-study-safety-innovation-toggle .choose-case-studies:focus, .case-study-safety-innovation-toggle .choose-case-studies:active,
    .case-study-safety-innovation-toggle .choose-safety-innovations:hover,
    .case-study-safety-innovation-toggle .choose-safety-innovations:focus,
    .case-study-safety-innovation-toggle .choose-safety-innovations:active {
      cursor: pointer; }
  .case-study-safety-innovation-toggle .choose-safety-innovations {
    margin-right: 0; }

.page-template-how-to-change-behavior h3.overview {
  background-color: #500000;
  border-radius: 7px;
  color: #ffffff;
  display: table;
  font-family: 'Oswald', sans-serif;
  font-size: 37px;
  letter-spacing: 5px;
  margin: 0 auto 30px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  background-color: #668250;
  margin-bottom: -40px;
  position: relative;
  z-index: 10; }

.what-is-bct {
  background-color: #f2f2f2;
  border-bottom: 4px solid #668250;
  border-top: 4px solid #668250;
  margin: 0 0px 50px;
  padding: 76px 50px 96px;
  position: relative;
  z-index: 1; }
  .what-is-bct h2 {
    font-size: 32px; }
  .what-is-bct h3 {
    clear: right; }
  .what-is-bct p {
    font-size: 16px; }
  .what-is-bct .bct-overview {
    background-color: #500000;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #000000;
    margin-bottom: 40px; }
    .what-is-bct .bct-overview:hover, .what-is-bct .bct-overview:focus, .what-is-bct .bct-overview:active {
      background-color: #757575; }

.download-academic-studies {
  background-color: #500000;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000000;
  margin-bottom: 20px; }
  .download-academic-studies:hover, .download-academic-studies:focus, .download-academic-studies:active {
    background-color: #757575; }
  .download-academic-studies:hover, .download-academic-studies:focus, .download-academic-studies:active {
    color: #ffffff; }

.choose-theory {
  overflow: auto; }
  .choose-theory > ul {
    float: left;
    padding-left: 0;
    width: 35%; }
    .choose-theory > ul li {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.3;
      list-style-type: none;
      padding: 8px 6%;
      text-align: center;
      width: 88%; }
      .choose-theory > ul li:hover, .choose-theory > ul li:focus, .choose-theory > ul li:active {
        background-color: #555;
        color: #ffffff;
        cursor: pointer; }
      .choose-theory > ul li.active {
        background-color: #555;
        color: #ffffff; }
  .choose-theory > div {
    background-color: #ffffff;
    border: 1px solid #000000;
    float: right;
    margin-bottom: 40px;
    padding: 20px;
    width: 62%; }
    .choose-theory > div p {
      margin-bottom: 10px; }
    .choose-theory > div ul {
      padding-left: 40px; }
    .choose-theory > div li {
      font-size: 16px; }
    .choose-theory > div div {
      display: none; }
      .choose-theory > div div.active {
        display: block; }
      .choose-theory > div div img {
        display: block;
        margin: 10px auto;
        max-height: 350px; }

h2.theories-at-work {
  background-color: #500000;
  border-radius: 7px;
  color: #ffffff;
  display: table;
  font-family: 'Oswald', sans-serif;
  font-size: 37px;
  letter-spacing: 5px;
  margin: 0 auto 30px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  background-color: #668250;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: -90px;
  position: relative;
  z-index: 6; }

.change-theories {
  clear: both; }
  .change-theories .change-theory {
    margin-bottom: 50px;
    overflow: auto; }
    .change-theories .change-theory p {
      clear: both;
      font-size: 14px;
      padding: 10px; }
      .change-theories .change-theory p strong {
        text-transform: uppercase; }
    .change-theories .change-theory .change-theory-inner {
      background-color: #f2f2f2;
      overflow: auto;
      padding: 20px; }
      .change-theories .change-theory .change-theory-inner .title-overview {
        float: left;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 20px;
        text-transform: uppercase;
        width: 28%; }
        .change-theories .change-theory .change-theory-inner .title-overview h3 {
          font-size: 18px;
          font-style: italic;
          margin: 20px 0;
          text-transform: none; }
        .change-theories .change-theory .change-theory-inner .title-overview span {
          display: block;
          line-height: 1.3;
          margin-bottom: 10px; }
      .change-theories .change-theory .change-theory-inner .details {
        float: right;
        width: 72%; }
        .change-theories .change-theory .change-theory-inner .details .detail {
          border: 1px solid #757575;
          float: left;
          font-size: 13px;
          margin-bottom: 20px;
          margin-left: 2%;
          min-height: 110px;
          padding: 10px;
          width: 23%; }
          .change-theories .change-theory .change-theory-inner .details .detail h4 {
            font-size: 14px;
            margin: 0 0 5px;
            text-transform: uppercase; }
          .change-theories .change-theory .change-theory-inner .details .detail p {
            line-height: 1.3;
            margin: 0;
            padding: 0; }
          .change-theories .change-theory .change-theory-inner .details .detail:nth-child(4n+1) {
            clear: left; }

h3.moe-overview-heading {
  background-color: #500000;
  border-radius: 7px;
  color: #ffffff;
  display: table;
  font-family: 'Oswald', sans-serif;
  font-size: 37px;
  letter-spacing: 5px;
  margin: 0 auto 30px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  background-color: #464646;
  margin-bottom: -130px;
  position: relative;
  z-index: 10; }

.moe-intro {
  background-color: #f2f2f2;
  border-top: 4px solid #464646;
  margin-bottom: 50px;
  margin-top: 90px;
  overflow: auto;
  padding: 90px 50px 50px;
  position: relative;
  z-index: 1; }
  .moe-intro div {
    border: 2px solid #500000;
    float: left;
    min-height: 560px;
    overflow: auto;
    padding: 20px 20px 70px;
    position: relative;
    width: calc(45% - 4px); }
    .moe-intro div h2 {
      color: #500000;
      font-family: "Georgia", "Frank Ruhl Libre", serif;
      font-weight: normal; }
    .moe-intro div p {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 0; }
    .moe-intro div a {
      background-color: #500000;
      border-radius: 5px;
      color: #ffffff;
      display: block;
      float: right;
      font-size: 12px;
      font-weight: bold;
      margin-top: 10px;
      padding: 10px 15px;
      text-decoration: none;
      text-transform: uppercase;
      background-color: #000000;
      bottom: 20px;
      position: absolute;
      right: 20px; }
      .moe-intro div a:hover, .moe-intro div a:focus, .moe-intro div a:active {
        background-color: #757575; }
  .moe-intro .research-literature {
    margin-right: 10%; }

a#filter-lit, a#filter-prog {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }

.moe-research-lit h2,
.moe-research-lit h3,
.moe-research-prog h2,
.moe-research-prog h3 {
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  clear: left; }
.moe-research-lit h3,
.moe-research-prog h3 {
  text-transform: none; }
  .moe-research-lit h3.post-header, .moe-research-lit h3.pre-post-header,
  .moe-research-prog h3.post-header,
  .moe-research-prog h3.pre-post-header {
    border-top: 2px solid #c3c3c3;
    padding-top: 30px; }
.moe-research-lit .filter-lit,
.moe-research-lit .filter-prog,
.moe-research-prog .filter-lit,
.moe-research-prog .filter-prog {
  margin: 50px 0;
  overflow: auto; }
  .moe-research-lit .filter-lit h3,
  .moe-research-lit .filter-prog h3,
  .moe-research-prog .filter-lit h3,
  .moe-research-prog .filter-prog h3 {
    border: none;
    float: left;
    margin: 0;
    width: 20%; }
  .moe-research-lit .filter-lit li,
  .moe-research-lit .filter-prog li,
  .moe-research-prog .filter-lit li,
  .moe-research-prog .filter-prog li {
    float: left;
    list-style-type: none;
    margin: 0 1.5%;
    padding: 0 2%;
    text-align: center;
    width: 24%; }
    .moe-research-lit .filter-lit li.pre, .moe-research-lit .filter-lit li.post, .moe-research-lit .filter-lit li.pre-post,
    .moe-research-lit .filter-prog li.pre,
    .moe-research-lit .filter-prog li.post,
    .moe-research-lit .filter-prog li.pre-post,
    .moe-research-prog .filter-lit li.pre,
    .moe-research-prog .filter-lit li.post,
    .moe-research-prog .filter-lit li.pre-post,
    .moe-research-prog .filter-prog li.pre,
    .moe-research-prog .filter-prog li.post,
    .moe-research-prog .filter-prog li.pre-post {
      border: 5px solid #EBCF95;
      background-color: #EBCF95; }
      .moe-research-lit .filter-lit li.pre:hover, .moe-research-lit .filter-lit li.pre:focus, .moe-research-lit .filter-lit li.pre:active, .moe-research-lit .filter-lit li.pre.active, .moe-research-lit .filter-lit li.post:hover, .moe-research-lit .filter-lit li.post:focus, .moe-research-lit .filter-lit li.post:active, .moe-research-lit .filter-lit li.post.active, .moe-research-lit .filter-lit li.pre-post:hover, .moe-research-lit .filter-lit li.pre-post:focus, .moe-research-lit .filter-lit li.pre-post:active, .moe-research-lit .filter-lit li.pre-post.active,
      .moe-research-lit .filter-prog li.pre:hover,
      .moe-research-lit .filter-prog li.pre:focus,
      .moe-research-lit .filter-prog li.pre:active,
      .moe-research-lit .filter-prog li.pre.active,
      .moe-research-lit .filter-prog li.post:hover,
      .moe-research-lit .filter-prog li.post:focus,
      .moe-research-lit .filter-prog li.post:active,
      .moe-research-lit .filter-prog li.post.active,
      .moe-research-lit .filter-prog li.pre-post:hover,
      .moe-research-lit .filter-prog li.pre-post:focus,
      .moe-research-lit .filter-prog li.pre-post:active,
      .moe-research-lit .filter-prog li.pre-post.active,
      .moe-research-prog .filter-lit li.pre:hover,
      .moe-research-prog .filter-lit li.pre:focus,
      .moe-research-prog .filter-lit li.pre:active,
      .moe-research-prog .filter-lit li.pre.active,
      .moe-research-prog .filter-lit li.post:hover,
      .moe-research-prog .filter-lit li.post:focus,
      .moe-research-prog .filter-lit li.post:active,
      .moe-research-prog .filter-lit li.post.active,
      .moe-research-prog .filter-lit li.pre-post:hover,
      .moe-research-prog .filter-lit li.pre-post:focus,
      .moe-research-prog .filter-lit li.pre-post:active,
      .moe-research-prog .filter-lit li.pre-post.active,
      .moe-research-prog .filter-prog li.pre:hover,
      .moe-research-prog .filter-prog li.pre:focus,
      .moe-research-prog .filter-prog li.pre:active,
      .moe-research-prog .filter-prog li.pre.active,
      .moe-research-prog .filter-prog li.post:hover,
      .moe-research-prog .filter-prog li.post:focus,
      .moe-research-prog .filter-prog li.post:active,
      .moe-research-prog .filter-prog li.post.active,
      .moe-research-prog .filter-prog li.pre-post:hover,
      .moe-research-prog .filter-prog li.pre-post:focus,
      .moe-research-prog .filter-prog li.pre-post:active,
      .moe-research-prog .filter-prog li.pre-post.active {
        background-color: #ffffff;
        cursor: pointer; }
    .moe-research-lit .filter-lit li.post,
    .moe-research-lit .filter-prog li.post,
    .moe-research-prog .filter-lit li.post,
    .moe-research-prog .filter-prog li.post {
      border-color: #9CBEC4;
      background-color: #9CBEC4; }
    .moe-research-lit .filter-lit li.pre-post,
    .moe-research-lit .filter-prog li.pre-post,
    .moe-research-prog .filter-lit li.pre-post,
    .moe-research-prog .filter-prog li.pre-post {
      border-color: #ACB498;
      background-color: #ACB498; }
.moe-research-lit .pre-program-examples,
.moe-research-lit .post-program-examples,
.moe-research-lit .pre-and-post-program-examples,
.moe-research-prog .pre-program-examples,
.moe-research-prog .post-program-examples,
.moe-research-prog .pre-and-post-program-examples {
  margin-bottom: 50px; }
  .moe-research-lit .pre-program-examples .inner,
  .moe-research-lit .post-program-examples .inner,
  .moe-research-lit .pre-and-post-program-examples .inner,
  .moe-research-prog .pre-program-examples .inner,
  .moe-research-prog .post-program-examples .inner,
  .moe-research-prog .pre-and-post-program-examples .inner {
    float: left;
    width: 50%; }
  .moe-research-lit .pre-program-examples .moe,
  .moe-research-lit .post-program-examples .moe,
  .moe-research-lit .pre-and-post-program-examples .moe,
  .moe-research-prog .pre-program-examples .moe,
  .moe-research-prog .post-program-examples .moe,
  .moe-research-prog .pre-and-post-program-examples .moe {
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px; }
    .moe-research-lit .pre-program-examples .moe h4,
    .moe-research-lit .post-program-examples .moe h4,
    .moe-research-lit .pre-and-post-program-examples .moe h4,
    .moe-research-prog .pre-program-examples .moe h4,
    .moe-research-prog .post-program-examples .moe h4,
    .moe-research-prog .pre-and-post-program-examples .moe h4 {
      margin-top: 0;
      font-style: italic; }
  .moe-research-lit .pre-program-examples .author,
  .moe-research-lit .pre-program-examples .industry,
  .moe-research-lit .pre-program-examples .level1-tags,
  .moe-research-lit .pre-program-examples .citation,
  .moe-research-lit .post-program-examples .author,
  .moe-research-lit .post-program-examples .industry,
  .moe-research-lit .post-program-examples .level1-tags,
  .moe-research-lit .post-program-examples .citation,
  .moe-research-lit .pre-and-post-program-examples .author,
  .moe-research-lit .pre-and-post-program-examples .industry,
  .moe-research-lit .pre-and-post-program-examples .level1-tags,
  .moe-research-lit .pre-and-post-program-examples .citation,
  .moe-research-prog .pre-program-examples .author,
  .moe-research-prog .pre-program-examples .industry,
  .moe-research-prog .pre-program-examples .level1-tags,
  .moe-research-prog .pre-program-examples .citation,
  .moe-research-prog .post-program-examples .author,
  .moe-research-prog .post-program-examples .industry,
  .moe-research-prog .post-program-examples .level1-tags,
  .moe-research-prog .post-program-examples .citation,
  .moe-research-prog .pre-and-post-program-examples .author,
  .moe-research-prog .pre-and-post-program-examples .industry,
  .moe-research-prog .pre-and-post-program-examples .level1-tags,
  .moe-research-prog .pre-and-post-program-examples .citation {
    display: block;
    font-size: 14px;
    margin-bottom: 12px; }
  .moe-research-lit .pre-program-examples .eval-design,
  .moe-research-lit .pre-program-examples .location,
  .moe-research-lit .pre-program-examples .metrics-used,
  .moe-research-lit .post-program-examples .eval-design,
  .moe-research-lit .post-program-examples .location,
  .moe-research-lit .post-program-examples .metrics-used,
  .moe-research-lit .pre-and-post-program-examples .eval-design,
  .moe-research-lit .pre-and-post-program-examples .location,
  .moe-research-lit .pre-and-post-program-examples .metrics-used,
  .moe-research-prog .pre-program-examples .eval-design,
  .moe-research-prog .pre-program-examples .location,
  .moe-research-prog .pre-program-examples .metrics-used,
  .moe-research-prog .post-program-examples .eval-design,
  .moe-research-prog .post-program-examples .location,
  .moe-research-prog .post-program-examples .metrics-used,
  .moe-research-prog .pre-and-post-program-examples .eval-design,
  .moe-research-prog .pre-and-post-program-examples .location,
  .moe-research-prog .pre-and-post-program-examples .metrics-used {
    border: 1px solid #757575;
    float: right;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-left: 2%;
    min-height: 122px;
    padding: 10px;
    width: 13%; }
    .moe-research-lit .pre-program-examples .eval-design h4,
    .moe-research-lit .pre-program-examples .location h4,
    .moe-research-lit .pre-program-examples .metrics-used h4,
    .moe-research-lit .post-program-examples .eval-design h4,
    .moe-research-lit .post-program-examples .location h4,
    .moe-research-lit .post-program-examples .metrics-used h4,
    .moe-research-lit .pre-and-post-program-examples .eval-design h4,
    .moe-research-lit .pre-and-post-program-examples .location h4,
    .moe-research-lit .pre-and-post-program-examples .metrics-used h4,
    .moe-research-prog .pre-program-examples .eval-design h4,
    .moe-research-prog .pre-program-examples .location h4,
    .moe-research-prog .pre-program-examples .metrics-used h4,
    .moe-research-prog .post-program-examples .eval-design h4,
    .moe-research-prog .post-program-examples .location h4,
    .moe-research-prog .post-program-examples .metrics-used h4,
    .moe-research-prog .pre-and-post-program-examples .eval-design h4,
    .moe-research-prog .pre-and-post-program-examples .location h4,
    .moe-research-prog .pre-and-post-program-examples .metrics-used h4 {
      font-size: 14px;
      margin: 0 0 7px;
      text-transform: uppercase; }
    .moe-research-lit .pre-program-examples .eval-design p,
    .moe-research-lit .pre-program-examples .location p,
    .moe-research-lit .pre-program-examples .metrics-used p,
    .moe-research-lit .post-program-examples .eval-design p,
    .moe-research-lit .post-program-examples .location p,
    .moe-research-lit .post-program-examples .metrics-used p,
    .moe-research-lit .pre-and-post-program-examples .eval-design p,
    .moe-research-lit .pre-and-post-program-examples .location p,
    .moe-research-lit .pre-and-post-program-examples .metrics-used p,
    .moe-research-prog .pre-program-examples .eval-design p,
    .moe-research-prog .pre-program-examples .location p,
    .moe-research-prog .pre-program-examples .metrics-used p,
    .moe-research-prog .post-program-examples .eval-design p,
    .moe-research-prog .post-program-examples .location p,
    .moe-research-prog .post-program-examples .metrics-used p,
    .moe-research-prog .pre-and-post-program-examples .eval-design p,
    .moe-research-prog .pre-and-post-program-examples .location p,
    .moe-research-prog .pre-and-post-program-examples .metrics-used p {
      margin-bottom: 0; }
  .moe-research-lit .pre-program-examples .summary,
  .moe-research-lit .post-program-examples .summary,
  .moe-research-lit .pre-and-post-program-examples .summary,
  .moe-research-prog .pre-program-examples .summary,
  .moe-research-prog .post-program-examples .summary,
  .moe-research-prog .pre-and-post-program-examples .summary {
    clear: both;
    font-size: 16px;
    margin-bottom: 0; }
.moe-research-lit .pre-program-examples .moe,
.moe-research-prog .pre-program-examples .moe {
  background-color: #EBCF95; }
.moe-research-lit .post-program-examples .moe,
.moe-research-prog .post-program-examples .moe {
  background-color: #9CBEC4; }
.moe-research-lit .pre-and-post-program-examples .moe,
.moe-research-prog .pre-and-post-program-examples .moe {
  background-color: #ACB498; }

.safety-program-overview,
.build-heading,
.logic-model-examples {
  background-color: #500000;
  border-radius: 7px;
  color: #ffffff;
  display: table;
  font-family: 'Oswald', sans-serif;
  font-size: 37px;
  letter-spacing: 5px;
  margin: 0 auto 30px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  background-color: #65470C;
  margin-bottom: -40px;
  position: relative;
  z-index: 10; }

.logic-model-example,
.build {
  background-color: #f2f2f2;
  margin-bottom: 50px;
  overflow: auto;
  padding: 50px; }
  .logic-model-example h2,
  .build h2 {
    font-size: 36px; }
  .logic-model-example h3,
  .build h3 {
    color: #500000; }
  .logic-model-example p,
  .build p {
    font-size: 16px; }
  .logic-model-example .columns,
  .build .columns {
    clear: left;
    overflow: auto; }
    .logic-model-example .columns h4,
    .build .columns h4 {
      font-size: 15px;
      margin: 0 0 10px;
      text-align: center;
      text-transform: uppercase; }
      .logic-model-example .columns h4 span,
      .build .columns h4 span {
        display: block;
        font-size: 13px;
        text-transform: none; }
    .logic-model-example .columns div,
    .build .columns div {
      border: 2px solid #500000;
      border-radius: 4px;
      float: left;
      margin-right: 2.5%;
      min-height: 550px;
      padding: 10px;
      width: 18%; }
      .logic-model-example .columns div:nth-child(5),
      .build .columns div:nth-child(5) {
        margin-right: 0; }
      .logic-model-example .columns div > span,
      .build .columns div > span {
        display: block;
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 15px;
        text-transform: uppercase; }
  .logic-model-example a.build-button,
  .build a.build-button {
    background-color: #500000;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #555;
    margin-top: 20px; }
    .logic-model-example a.build-button:hover, .logic-model-example a.build-button:focus, .logic-model-example a.build-button:active,
    .build a.build-button:hover,
    .build a.build-button:focus,
    .build a.build-button:active {
      background-color: #757575; }

.logic-model-example {
  border-bottom: 4px solid #65470C;
  border-top: 4px solid #65470C;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  z-index: 1; }

h2.logic-model-examples {
  margin-top: -90px; }

.build-heading {
  margin-bottom: 5px;
  margin-top: 70px; }

.build {
  background-color: #ffffff;
  padding-bottom: 20px;
  padding-top: 20px; }
  .build .planned-work,
  .build .intended-results {
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    font-size: 15px;
    float: left;
    padding: 5px;
    text-align: center;
    text-transform: uppercase; }
  .build label {
    clear: left;
    display: block;
    font-size: 14px;
    font-weight: bold; }
  .build .inputs-select,
  .build .activities-select,
  .build .outputs-select,
  .build .outcomes-select,
  .build .impacts-select {
    float: left;
    margin-bottom: 10px;
    margin-right: 2.5%;
    max-height: 120px;
    overflow-y: scroll;
    padding: 5px;
    width: 18%; }
    .build .inputs-select option,
    .build .activities-select option,
    .build .outputs-select option,
    .build .outcomes-select option,
    .build .impacts-select option {
      margin-bottom: 4px; }
    .build .inputs-select div,
    .build .activities-select div,
    .build .outputs-select div,
    .build .outcomes-select div,
    .build .impacts-select div {
      border-bottom: 1px dotted #c3c3c3;
      padding: 4px 0; }
    .build .inputs-select input,
    .build .inputs-select label,
    .build .activities-select input,
    .build .activities-select label,
    .build .outputs-select input,
    .build .outputs-select label,
    .build .outcomes-select input,
    .build .outcomes-select label,
    .build .impacts-select input,
    .build .impacts-select label {
      display: inline-block;
      margin-right: 5px;
      vertical-align: top;
      width: 16%; }
    .build .inputs-select fieldset,
    .build .activities-select fieldset,
    .build .outputs-select fieldset,
    .build .outcomes-select fieldset,
    .build .impacts-select fieldset {
      border: none;
      padding: 0; }
    .build .inputs-select label,
    .build .activities-select label,
    .build .outputs-select label,
    .build .outcomes-select label,
    .build .impacts-select label {
      font-weight: normal;
      line-height: 1.2;
      margin-right: 0;
      width: 70%; }
  .build .impacts-select {
    margin-right: 0; }
  .build .planned-work {
    margin-right: 2.5%;
    width: 38.5%; }
  .build .intended-results {
    width: 59%; }
  .build .downloadlink,
  .build .downloadlink2,
  .build .reset-logic-model,
  .build .pf-button a,
  .build .csvlink {
    background-color: #500000;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #555;
    color: #ffffff;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 20px;
    overflow: auto; }
    .build .downloadlink:hover, .build .downloadlink:focus, .build .downloadlink:active,
    .build .downloadlink2:hover,
    .build .downloadlink2:focus,
    .build .downloadlink2:active,
    .build .reset-logic-model:hover,
    .build .reset-logic-model:focus,
    .build .reset-logic-model:active,
    .build .pf-button a:hover,
    .build .pf-button a:focus,
    .build .pf-button a:active,
    .build .csvlink:hover,
    .build .csvlink:focus,
    .build .csvlink:active {
      background-color: #757575; }
  .build #logic-model-download {
    display: none;
    height: 750px;
    margin-top: 20px; }
  .build .csv-instructions {
    border: none;
    clear: right;
    color: #500000;
    font-style: italic;
    font-weight: bold;
    padding-top: 10px;
    text-align: center; }

.more-info {
  padding-top: 80px; }
  .more-info h3 {
    font-size: 18px;
    text-transform: uppercase; }

.page-template-pre-packaged-program .entry-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700; }
  .page-template-pre-packaged-program .entry-title a {
    border-left: 1px solid #c3c3c3;
    color: #500000;
    display: inline-block;
    margin-left: 10px;
    padding-left: 40px; }
.page-template-pre-packaged-program a #safety {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden; }
.page-template-pre-packaged-program h2 {
  color: #500000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 32px; }
.page-template-pre-packaged-program .pre-packaged-programs {
  margin-bottom: 50px; }
.page-template-pre-packaged-program .program,
.page-template-pre-packaged-program .organization {
  border-bottom: 1px solid #c3c3c3;
  overflow: auto;
  margin-bottom: 30px;
  padding-bottom: 20px; }
  .page-template-pre-packaged-program .program h3,
  .page-template-pre-packaged-program .organization h3 {
    font-size: 20px;
    margin-bottom: 10px; }
    .page-template-pre-packaged-program .program h3 a,
    .page-template-pre-packaged-program .organization h3 a {
      float: none; }
  .page-template-pre-packaged-program .program p,
  .page-template-pre-packaged-program .organization p {
    font-size: 16px;
    margin-bottom: 5px; }
  .page-template-pre-packaged-program .program a,
  .page-template-pre-packaged-program .organization a {
    font-weight: bold;
    display: block;
    float: right;
    text-decoration: none;
    text-transform: uppercase; }

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]::after {
    content: " (" attr(href) ")"; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }

  thead {
    display: table-header-group; }

  img,
  tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  .content,
  .content-sidebar {
    width: 100%; }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }

  .title-area {
    text-align: center;
    width: 100%; }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }

  .site-inner {
    padding-top: 0;
    position: relative; }

  .author-box {
    margin-bottom: 0; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }

  img {
    page-break-after: avoid;
    page-break-inside: avoid; }

  blockquote,
  pre,
  table {
    page-break-inside: avoid; }

  dl,
  ol,
  ul {
    page-break-before: avoid; } }

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


.site-inner {
  background-color: white !important;
}


.main-navigation .primary-menu > li {
    float: left;
}

.main-navigation ul .toggled-on {
        display: block !important;
}

