/*******************************************************************************
* evergreen-content.layout.scss
*
* Styling of the "evergreen-content" layout demonstrating the golden rule and asymmetric
* grids with Singularity.
******************************************************************************/
/* line 5, ../../../sass/variables/_typography.scss */
* {
  font-size: 100%;
  font-family: Tahoma, Verdana, Segoe, sans-serif !important; }

/* line 11, ../../../sass/variables/_typography.scss */
body {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 15px;
  line-height: 20px; }
  /* line 15, ../../../sass/variables/_typography.scss */
  body .l-main {
    font-style: normal;
    font-weight: 400; }
    /* line 18, ../../../sass/variables/_typography.scss */
    body .l-main a {
      color: #1F419A; }
    /* line 21, ../../../sass/variables/_typography.scss */
    body .l-main a:hover {
      color: #cd3835;
      cursor: pointer; }

/* line 28, ../../../sass/variables/_typography.scss */
.l-content p {
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 20px; }

/* line 34, ../../../sass/variables/_typography.scss */
p {
  color: #4A4A4A;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 20px;
  padding: 0;
  margin: 0 0 10px 0; }

/* line 45, ../../../sass/variables/_typography.scss */
ul li, ol li {
  color: #4A4A4A;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 25px;
  padding: 0;
  margin: 0 0 10px 0; }

/* line 56, ../../../sass/variables/_typography.scss */
h1 {
  color: #1E384B;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 30px;
  padding: 0;
  margin: 0 0 10px 0; }
  @media (min-width: 39em) {
    /* line 56, ../../../sass/variables/_typography.scss */
    h1 {
      font-size: 32px;
      line-height: 34px; } }

/* line 71, ../../../sass/variables/_typography.scss */
h2 {
  color: #1E384B;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 25px;
  padding: 0;
  margin: 0 0 10px 0; }
  @media (min-width: 39em) {
    /* line 71, ../../../sass/variables/_typography.scss */
    h2 {
      font-size: 28px;
      line-height: 30px; } }

/* line 86, ../../../sass/variables/_typography.scss */
h3 {
  color: #1E384B;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 20px;
  padding: 0;
  margin: 0 0 10px 0; }
  @media (min-width: 39em) {
    /* line 86, ../../../sass/variables/_typography.scss */
    h3 {
      font-size: 21px;
      line-height: 22px; } }

/* line 101, ../../../sass/variables/_typography.scss */
h4 {
  color: #1E384B;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 18px;
  padding: 0;
  margin: 0 0 10px 0; }
  @media (min-width: 39em) {
    /* line 101, ../../../sass/variables/_typography.scss */
    h4 {
      font-size: 16px;
      line-height: 18px; } }

/* line 116, ../../../sass/variables/_typography.scss */
h5 {
  color: #1E384B;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 16px;
  padding: 0;
  margin: 0 0 10px 0; }
  @media (min-width: 39em) {
    /* line 116, ../../../sass/variables/_typography.scss */
    h5 {
      font-size: 15px;
      line-height: 16px; } }

/* line 132, ../../../sass/variables/_typography.scss */
.samhsa-data-link {
  color: #003399;
  text-decoration: none;
  cursor: pointer; }
  /* line 136, ../../../sass/variables/_typography.scss */
  .samhsa-data-link:hover {
    color: #cd3835;
    cursor: pointer; }

/* line 142, ../../../sass/variables/_typography.scss */
.samhsa-data-text, .evergreen-main .l-region--evergreen-content ul li, .evergreen-main .l-region--evergreen-content ol li, .evergreen-main .l-region--evergreen-sidebar ul.menu li {
  color: #4A4A4A;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px; }
  /* line 147, ../../../sass/variables/_typography.scss */
  .samhsa-data-text a, .evergreen-main .l-region--evergreen-content ul li a, .evergreen-main .l-region--evergreen-content ol li a, .evergreen-main .l-region--evergreen-sidebar ul.menu li a {
    color: #003399;
    text-decoration: none;
    cursor: pointer; }
  /* line 152, ../../../sass/variables/_typography.scss */
  .samhsa-data-text a:hover, .evergreen-main .l-region--evergreen-content ul li a:hover, .evergreen-main .l-region--evergreen-content ol li a:hover, .evergreen-main .l-region--evergreen-sidebar ul.menu li a:hover {
    color: #cd3835;
    cursor: pointer; }

/* line 159, ../../../sass/variables/_typography.scss */
.samhsa-data-title-text {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px; }
  /* line 164, ../../../sass/variables/_typography.scss */
  .samhsa-data-title-text a {
    color: #003399;
    text-decoration: none;
    cursor: pointer; }
  /* line 169, ../../../sass/variables/_typography.scss */
  .samhsa-data-title-text a:hover {
    color: #cd3835;
    cursor: pointer; }

/* line 177, ../../../sass/variables/_typography.scss */
.samhsa-data-form-input-txt-style1 {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #545454;
  background-color: #FFFFFF;
  padding: 10px 15px;
  height: 45px;
  border: 1px solid #9B9B9B; }
  @media (min-width: 39em) {
    /* line 177, ../../../sass/variables/_typography.scss */
    .samhsa-data-form-input-txt-style1 {
      font-size: 17px; } }
  /* line 189, ../../../sass/variables/_typography.scss */
  .samhsa-data-form-input-txt-style1:focus {
    border-color: #5F8EE4;
    -webkit-box-shadow: 0 0 0 2px rgba(95, 142, 228, 0.2);
    box-shadow: 0 0 0 2px rgba(95, 142, 228, 0.2); }

/* line 197, ../../../sass/variables/_typography.scss */
.samhsa-data-form-checkbox-style1 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #4A4A4A; }
  /* line 202, ../../../sass/variables/_typography.scss */
  .samhsa-data-form-checkbox-style1:focus, .samhsa-data-form-checkbox-style1:checked {
    background: #A96401; }

/* line 208, ../../../sass/variables/_typography.scss */
.samhsa-data-form-radio-style1 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #4A4A4A; }
  /* line 213, ../../../sass/variables/_typography.scss */
  .samhsa-data-form-radio-style1:focus, .samhsa-data-form-radio-style1:checked {
    background: #A96401; }

/* line 219, ../../../sass/variables/_typography.scss */
.samhsa-data-form-select-dd-style1 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #4A4A4A;
  padding: 4px;
  border: 1px solid #d4d4d4; }
  /* line 226, ../../../sass/variables/_typography.scss */
  .samhsa-data-form-select-dd-style1:focus {
    background: #CCCCCC; }
  /* line 229, ../../../sass/variables/_typography.scss */
  option .samhsa-data-form-select-dd-style1:hover {
    background-color: #CCCCCC; }

/* line 235, ../../../sass/variables/_typography.scss */
.samhsa-data-form-submit-style1 {
  display: inline-block;
  background: #1a6986;
  background-color: #1a6986;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  width: auto;
  height: 45px;
  line-height: 15px; }
  @media (min-width: 39em) {
    /* line 235, ../../../sass/variables/_typography.scss */
    .samhsa-data-form-submit-style1 {
      font-size: 16px;
      line-height: 18px; } }
  /* line 259, ../../../sass/variables/_typography.scss */
  .samhsa-data-form-submit-style1:focus {
    outline: none; }
  /* line 262, ../../../sass/variables/_typography.scss */
  .samhsa-data-form-submit-style1:hover {
    background-color: #5f636a; }

/* line 268, ../../../sass/variables/_typography.scss */
.samhsa-data-form-submit-style2 {
  display: inline-block;
  background: #FFFFFF;
  background-color: #FFFFFF;
  border: 1px solid #4A4A4A;
  color: #4A4A4A;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  padding: auto 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  width: auto;
  height: 45px;
  line-height: 15px; }
  @media (min-width: 39em) {
    /* line 268, ../../../sass/variables/_typography.scss */
    .samhsa-data-form-submit-style2 {
      font-size: 18px;
      line-height: 18px; } }
  /* line 292, ../../../sass/variables/_typography.scss */
  .samhsa-data-form-submit-style2:focus {
    outline: none; }
  /* line 295, ../../../sass/variables/_typography.scss */
  .samhsa-data-form-submit-style2:hover {
    background-color: #A96401;
    color: #FFFFFF;
    border: 1px solid #A96401; }

/* line 303, ../../../sass/variables/_typography.scss */
.samhsa-data-link-button-style1 {
  display: inline-block;
  background: #1a6986;
  background-color: #1a6986;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: 15px; }
  @media (min-width: 39em) {
    /* line 303, ../../../sass/variables/_typography.scss */
    .samhsa-data-link-button-style1 {
      font-size: 15px;
      line-height: 15px; } }
  /* line 327, ../../../sass/variables/_typography.scss */
  .samhsa-data-link-button-style1:focus {
    outline: none; }
  /* line 330, ../../../sass/variables/_typography.scss */
  .samhsa-data-link-button-style1:hover {
    background-color: #5f636a; }

/* line 336, ../../../sass/variables/_typography.scss */
.samhsa-data-link-button-style2 {
  display: inline-block;
  background: #FFFFFF;
  background-color: #FFFFFF;
  border: 1px solid #1a6986;
  color: #1a6986;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0;
  padding: 15px;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: 15px; }
  @media (min-width: 39em) {
    /* line 336, ../../../sass/variables/_typography.scss */
    .samhsa-data-link-button-style2 {
      font-size: 15px;
      line-height: 15px; } }
  /* line 360, ../../../sass/variables/_typography.scss */
  .samhsa-data-link-button-style2:focus {
    outline: none; }
  /* line 363, ../../../sass/variables/_typography.scss */
  .samhsa-data-link-button-style2:hover {
    background: #FFFFFF;
    background-color: #FFFFFF;
    color: #5f636a;
    border: 1px solid #5f636a; }

/* line 372, ../../../sass/variables/_typography.scss */
.samhsa-data-ul-list, .evergreen-main .l-region--evergreen-content ul {
  list-style: disc outside none;
  margin: 15px 0 15px 15px;
  padding: 0 0 0 18px; }

/* line 377, ../../../sass/variables/_typography.scss */
.samhsa-data-ul-list-li, .evergreen-main .l-region--evergreen-content ul li {
  list-style: disc outside none;
  padding: 0 0 0 5px;
  margin: 0 0 10px 0; }

/* line 382, ../../../sass/variables/_typography.scss */
.samhsa-data-ol-list, .evergreen-main .l-region--evergreen-content ol {
  list-style: inherit outside none;
  margin: 15px 0 15px 15px;
  padding: 0 0 0 18px; }

/* line 387, ../../../sass/variables/_typography.scss */
.samhsa-data-ol-list-li, .evergreen-main .l-region--evergreen-content ol li {
  list-style: inherit outside none;
  padding: 0 0 0 5px;
  margin: 0 0 10px 0; }

/* line 392, ../../../sass/variables/_typography.scss */
.samhsa-data-list-as-block, .evergreen-main .l-region--evergreen-sidebar ul.menu {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* line 399, ../../../sass/variables/_typography.scss */
.samhsa-data-list-item-block, .evergreen-main .l-region--evergreen-sidebar ul.menu li {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  /* line 405, ../../../sass/variables/_typography.scss */
  .samhsa-data-list-item-block a, .evergreen-main .l-region--evergreen-sidebar ul.menu li a {
    display: inline-block; }

/* line 411, ../../../sass/variables/_typography.scss */
.samhsa-data-clear-block {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

/* line 16, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
.l-main, .l-content {
  width: 100%; }

/* line 20, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
.l-main, .l-content .l-region {
  padding: 10px;
  background: #fff; }

/* line 2, ../../../sass/abstractions/_mixins.scss */
.lt-ie9 .l-page {
  width: 1000px; }

@media (min-width: 624px) and (max-width: 768px) {
  /* line 4, ../../../sass/abstractions/_mixins.scss */
  .l-page {
    width: 624px; } }
@media (min-width: 768px) and (max-width: 864px) {
  /* line 5, ../../../sass/abstractions/_mixins.scss */
  .l-page {
    width: 768px; } }
@media (min-width: 864px) and (max-width: 1000px) {
  /* line 6, ../../../sass/abstractions/_mixins.scss */
  .l-page {
    width: 864px; } }
@media (min-width: 1000px) {
  /* line 7, ../../../sass/abstractions/_mixins.scss */
  .l-page {
    width: 1000px; } }
/* line 27, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
.l-region--header {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both; }

/* line 28, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
.l-region--evergreen-content-content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both; }

/* line 29, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
.l-region--evergreen-content_sidebar {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both; }

/* line 30, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
.l-region--data-site-footer {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both; }

/* line 31, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
.l-region--footer {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both; }

/* line 32, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
.l-region--bottom-footer {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both; }

@media (min-width: 39em) {
  /* line 36, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .l-region--header {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: both; }

  /* line 37, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .l-region--evergreen-content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: both; }

  /* line 38, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .l-region--evergreen-sidebar {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: both; }

  /* line 39, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .l-region--data-site-footer {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: both; }

  /* line 40, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .l-region--footer {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: both; }

  /* line 41, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .l-region--bottom-footer {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: both; } }
@media (min-width: 54em) {
  /* line 46, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .l-region--header {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: both; }

  /* line 47, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .l-region--evergreen-content {
    width: 66.10169%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }

  /* line 48, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .l-region--evergreen-sidebar {
    width: 32.20339%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }

  /* line 49, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .l-region--data-site-footer {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: both; }

  /* line 50, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .l-region--footer {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: both; }

  /* line 51, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .l-region--bottom-footer {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: both; } }
/* line 55, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
.l-main {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff; }
  /* line 60, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .l-main .l-content {
    background: #ffffff;
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 15px; }
    @media (min-width: 39em) {
      /* line 60, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
      .l-main .l-content {
        padding: 45px 45px; } }
    /* line 69, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
    .l-main .l-content .l-region {
      background: #ffffff;
      padding: 0; }

/* line 77, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
.evergreen-main {
  position: relative;
  padding: 0 0 50px 0;
  /* for contact us subission message page */ }
  @media (min-width: 54em) {
    /* line 77, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
    .evergreen-main {
      padding: 0; } }
  /* line 86, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .evergreen-main .l-region--evergreen-content h1, .evergreen-main .l-region--evergreen-content h2 {
    position: relative;
    padding-left: 60px;
    line-height: 45px;
    vertical-align: middle; }
  /* line 92, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .evergreen-main .l-region--evergreen-content .views-field-field-content-page-hero-image {
    display: none; }
  /* line 114, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .evergreen-main .l-region--evergreen-sidebar ul.menu {
    display: block;
    margin: 15px 0; }
    /* line 118, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
    .evergreen-main .l-region--evergreen-sidebar ul.menu li {
      display: block;
      margin: 0 0 10px 0;
      padding: 0 0 5px 0;
      border-bottom: 1px solid #D4D4D4; }
    /* line 126, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
    .evergreen-main .l-region--evergreen-sidebar ul.menu li.last {
      border: none;
      margin: 0;
      padding: 0; }
    /* line 131, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
    .evergreen-main .l-region--evergreen-sidebar ul.menu li.hover, .evergreen-main .l-region--evergreen-sidebar ul.menu li.active {
      cursor: pointer; }
    /* line 134, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
    .evergreen-main .l-region--evergreen-sidebar ul.menu li.collection-reports-title a {
      display: block;
      font-size: 16px;
      font-weight: 400;
      color: #4A4A4A;
      line-height: 20px;
      text-decoration: none; }
    /* line 142, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
    .evergreen-main .l-region--evergreen-sidebar ul.menu ul {
      margin: 15px 0 0 15px; }
  /* line 148, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
  .evergreen-main .view-contact-us-submission-page {
    display: block;
    position: absolute;
    font-size: 18px;
    top: -10px; }

/* Our Evaluation - Icon Style - Begin */
/* line 162, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
body.alias-program-evaluations-evaluation-reports .l-region--evergreen-content h1:before,
body.alias-program-evaluations-evaluation-policies .l-region--evergreen-content h1:before,
body.alias-program-evaluations-reports-data .l-region--evergreen-content h1:before,
body.alias-program-evaluations-ongoing-evaluations .l-region--evergreen-content h1:before,
body.alias-program-evaluations-evidence-based-resources .l-region--evergreen-content h1:before {
  background-image: url("/data/sites/all/themes/omega_samhsa_datasite/images/egIcons2.png");
  background-repeat: no-repeat;
  width: 60px;
  top: 0px;
  line-height: 45px;
  position: absolute;
  left: 0;
  content: '';
  height: 45px; }

/* line 175, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
body.alias-program-evaluations-evaluation-reports h1:before {
  background-position: 0 0; }

/* line 179, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
body.alias-program-evaluations-evaluation-policies h1:before {
  background-position: -60px 0; }

/* line 183, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
body.alias-program-evaluations-reports-data h1:before {
  background-position: -120px 0; }

/* line 187, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
body.alias-program-evaluations-ongoing-evaluations h1:before {
  background-position: -180px 0; }

/* line 191, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
body.alias-program-evaluations-evidence-based-resources h1:before {
  background-position: -240px 0; }

/* Our Evaluation - Icon Style - End */
/* About us pages - Icon Style - Begin */
/* line 205, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
body.alias-about-us-our-mission .l-region--evergreen-content h1:before,
body.alias-about-us-history-cbhsq .l-region--evergreen-content h1:before,
body.alias-about-us-future-efforts .l-region--evergreen-content h1:before,
body.alias-about-us-offices-divisions .l-region--evergreen-content h1:before,
body.alias-about-us-offices-divisions-division-evaluation-analysis-quality .l-region--evergreen-content h1:before,
body.alias-about-us-offices-divisions-division-surveillance-data-collection .l-region--evergreen-content h1:before,
body.alias-about-us-our-data-integrity .l-region--evergreen-content h1:before {
  background-image: url("/data/sites/all/themes/omega_samhsa_datasite/images/egIcons1.png");
  background-repeat: no-repeat;
  width: 58px;
  top: 0px;
  line-height: 45px;
  position: absolute;
  left: 0;
  content: '';
  height: 45px; }

/* line 218, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
body.alias-about-us-our-mission h1:before {
  background-position: 0 0; }

/* line 222, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
body.alias-about-us-history-cbhsq h1:before {
  background-position: -240px 0; }

/* line 226, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
body.alias-about-us-future-efforts h1:before {
  background-position: -179px 0; }

/* line 230, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
body.alias-about-us-offices-divisions h1:before,
body.alias-about-us-offices-divisions-division-evaluation-analysis-quality h1:before,
body.alias-about-us-offices-divisions-division-surveillance-data-collection h1:before {
  background-position: -60px 0; }

/* line 236, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
body.alias-about-us-our-data-integrity h1:before {
  background-position: -119px 0; }

/* About us pages - Icon Style - End */
/* line 242, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
.section-about-us #block-menu-menu-mega ul li.aboutus {
  background: none; }

/* contact us message page */
/* line 247, ../../../sass/layouts/evergreen-content/evergreen-content.layout.scss */
body.page-node-58841 .l-main .l-content {
  padding: 80px 45px; }

/*# sourceMappingURL=evergreen-content.layout.css.map */
