@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,900,100|Cabin:400,400italic,500,700,700italic);
/* Breakpoints */
/*adding 5-col layout to BS*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
@media (max-width: 768px) {
  .img-responsive-mobile {
    display: block;
    height: auto;
    max-width: 100%; } }
@media (max-width: 480px) {
  .sponsor-logo.img-responsive {
    width: 100%; } }
@media (max-width: 767px) {
  html, body {
    overflow-x: hidden; }

  .front .col-sm-4 {
    margin-bottom: 25px; }

  .thought-leader {
    text-align: center; }

  .sponsor-logo {
    margin: 25px auto; }

  .tl-wrap {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 25px; }

  .block-facetapi {
    width: 24%;
    margin-right: 1%;
    float: left;
    height: 500px;
    overflow: auto; }

  /*New Join Page*/
  .row-eq-height {
    display: block; }

  .details {
    border-left: none; }

  .atype h3 {
    font-size: 25px;
    line-height: 35px; } }
@media (max-width: 991px) {
  .midfooter .chd-contact {
    margin-bottom: 25px; }

  .tl-wrap {
    text-align: center; }

  .sponsor-logo {
    width: 180px !important; }

  .sponsor-logo:last-child {
    margin-right: 0; } }
h1, h2, h3, h4, h5, h6 {
  font-family: Cabin, sans-serif;
  margin-top: 0;
  clear: both; }

body {
  font-family: Cabin, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #363636;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #0d6577;
  text-decoration: none; }

a:hover {
  color: #1393ad;
  text-decoration: underline; }

hr {
  clear: both;
  margin: 0;
  border: 0;
  border-top: 1px solid #c1c1c1; }

a.file:hover, a.btn-share:hover {
  color: #fff;
  font-weight: normal; }

.callout {
  background-color: #592c82;
  float: right;
  padding: 20px;
  color: #fff;
  margin-left: 25px; }

.node-type-resource .region-content h2, .chdsg-h2, .purple-header-ul {
  color: #642e9d;
  font-size: 30px;
  margin-bottom: 0;
  text-transform: uppercase; }

.node-type-resource .region-content h3, .chdsg-h3, .green-header {
  color: #009f4b;
  font-size: 20px;
  text-transform: capitalize;
  display: inline-block;
  /*needed to allow callouts to float properly*/ }

.node-type-resource .region-content h4, .chdsg-h4 {
  color: #642e9d;
  font-size: 18px;
  display: inline-block;
  /*needed to allow callouts to float properly*/ }

.node-type-resource .region-content h5, .chdsg-h5 {
  color: #5e5e5e;
  font-size: 18px;
  display: inline-block;
  /*needed to allow callouts to float properly*/ }

.field-name-body .panel.panel-default, .node-article .field-name-field-design-issue {
  background-color: #592c82;
  width: 33%;
  float: right;
  padding: 10px 20px;
  color: #fff;
  margin: 0 0 25px 25px; }

.field-name-body .panel-heading.box-title, .node-article .field-name-field-design-issue .field-label {
  background-color: transparent;
  color: #fff;
  border-bottom: none;
  font-size: 22px; }

.field-name-body .panel-heading {
  padding: 10px 0; }

.node-article .field-name-field-design-issue .field-label {
  margin-bottom: 10px; }

.field-name-body .panel-body {
  padding: 0 0 15px 0; }

.field-name-body .panel-body ul, .field-name-body .panel-body ol {
  padding-left: 20px; }

.cke-img-left {
  float: left;
  margin: 0 25px 25px 0;
  padding: 0; }

.cke-img-right {
  float: right;
  margin: 0 0 25px 25px;
  padding: 0; }

.cke-img-center {
  margin-bottom: 25px; }

figure.image {
  position: relative; }

figure.image img {
  width: 100%;
  height: auto; }

figcaption {
  background-color: rgba(13, 101, 119, 0.66);
  color: #fff;
  padding: 7px;
  font-size: 16px;
  line-height: 22px; }

blockquote, .row.quotebox {
  padding: 0;
  border-left: none;
  background-image: url(../images/pullquote_icon.png);
  background-position: left 0;
  background-repeat: no-repeat;
  padding-left: 100px;
  min-height: 68px;
  color: #5e5e5e;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  align-items: center;
  font-size: 24px;
  line-height: 30px; }

blockquote p {
  font-size: 24px;
  line-height: 30px; }

.quotebox .quote {
  margin: 0;
  quotes: "“" "”" "‘" "’";
  width: 90%;
  font-size: 18px;
  line-height: 26px; }

.quotebox .quote div:before, .quotebox .quote .ckeditor-accordion-container > dl dt > div.ckeditor-accordion-toggle:after, .ckeditor-accordion-container > dl .quotebox .quote dt > div.ckeditor-accordion-toggle:after {
  content: open-quote; }

.quotebox .quote div:after {
  content: close-quote; }

.quotebox .byline {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  text-align: right;
  width: 90%; }

.desc-small {
  font-size: 14px;
  line-height: 20px; }

.lightweight {
  font-weight: 100;
  font-family: Lato; }

@media print {
  * {
    -webkit-print-color-adjust: exact; }

  body {
    font-size: 12pt; }

  a[href]:after {
    content: ''; }

  iframe,
  footer .follow-links,
  .tabpanel,
  .dev-query,
  footer .midfooter .col-md-4:nth-child(2),
  #block-menu-menu-top-buttons,
  #block-masquerade-masquerade,
  #block-menu-menu-footer-terms,
  #block-views-user-stats-online-users-block-1 {
    display: none; } }
/************
 *
 * Events
 *
 ************/
h3.event-title {
  margin-top: 0; }

.event-bigdate {
  text-align: center;
  color: #592c82;
  font-size: 150%; }
  .event-bigdate img {
    max-height: 150px;
    width: auto;
    margin: 0 auto; }

.event-row {
  padding: 30px 0;
  border-bottom: 1px dashed #c1c1c1;
  overflow: hidden;
  color: #363636;
  font-size: 16px;
  line-height: 20px; }
  .event-row.views-row-last {
    border-bottom: none; }

.event-series-links li {
  margin: 0 -20px; }
  .event-series-links li span.active {
    background-color: #c1c1c1;
    display: block;
    padding: 10px 40px 10px 20px;
    font-weight: bold; }

.view-chd-events .view-header {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 10px;
  overflow: hidden; }
  .view-chd-events .view-header .upevents-title {
    color: #009f4b;
    float: left;
    margin: 0; }
  .view-chd-events .view-header .evttype-desc {
    margin-bottom: 25px; }
  .view-chd-events .view-header .evcal-link {
    float: right;
    font-style: italic;
    padding-right: 10px; }

.blk-featured-events .block-title {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #c1c1c1;
  color: #0d6577;
  font-size: 175%; }

.vevent .crm-accordion-wrapper {
  display: none; }

/* Events view - single event */
.page-events- .whitebox {
  padding-bottom: 15px; }
.page-events- .ft-box {
  padding-top: 15px; }

.view-id-chd_events.view-display-id-single_event_details .views-label {
  display: table-cell;
  vertical-align: top;
  font-weight: bold;
  width: 80px; }
.view-id-chd_events.view-display-id-single_event_details .field-content {
  display: table-cell; }
.view-id-chd_events.view-display-id-single_event_details .field-date-and-time {
  margin-bottom: 10px; }
.view-id-chd_events.view-display-id-single_event_details .views-field.views-field-event-type {
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 0.9em; }
  .view-id-chd_events.view-display-id-single_event_details .views-field.views-field-event-type .views-label {
    display: inline-block;
    font-weight: bold;
    width: inherit;
    margin-right: 10px; }
  .view-id-chd_events.view-display-id-single_event_details .views-field.views-field-event-type .field-content {
    display: inline-block; }

.view-id-chd_events.view-display-id-single_event .view-header {
  margin-bottom: 10px; }
  .view-id-chd_events.view-display-id-single_event .view-header .view-display-id-single_event_civicrm_links {
    font-size: .8em;
    line-height: 1em;
    text-align: right; }
    .view-id-chd_events.view-display-id-single_event .view-header .view-display-id-single_event_civicrm_links .views-field {
      margin-left: 15px; }
.view-id-chd_events.view-display-id-single_event .views-field-summary {
  margin-bottom: 25px; }

/* Events view - events of current type block, and upcoming events block */
.block-views .view-id-chd_events.view-display-id-events_of_current_type .view-header,
.block-views .view-id-chd_events.view-display-id-upcoming_events .view-header {
  margin-bottom: 10px; }
.block-views .view-id-chd_events.view-display-id-events_of_current_type .views-row,
.block-views .view-id-chd_events.view-display-id-upcoming_events .views-row {
  margin-bottom: 10px; }
.block-views .view-id-chd_events.view-display-id-events_of_current_type .event-title,
.block-views .view-id-chd_events.view-display-id-upcoming_events .event-title {
  font-weight: bold;
  display: block; }

/* Event series page */
#block-chd-events-become-a-sponsor {
  margin: 25px 0; }
  #block-chd-events-become-a-sponsor #become-a-sponsor-button,
  #block-chd-events-become-a-sponsor #become-a-sponsor-contact {
    display: table-cell;
    vertical-align: middle; }
  #block-chd-events-become-a-sponsor #become-a-sponsor-button {
    padding-right: 15px; }
  #block-chd-events-become-a-sponsor #become-a-sponsor-contact {
    font-size: 0.8em;
    /* padding-left: 15px; */ }
  #block-chd-events-become-a-sponsor a.become-a-sponsor {
    padding: 8px 15px; }

/*events page template */
.events-top-left {
  margin-bottom: 25px; }

.event-topright {
  background-color: #1393AD;
  padding: 25px 47px 25px 25px;
  color: #fff;
  margin-bottom: 25px; }

.event-topright:before, .ckeditor-accordion-container > dl dt > .event-topright.ckeditor-accordion-toggle:after {
  content: '';
  border-top: 65px solid #ae234a;
  border-left: 130px solid transparent;
  position: absolute;
  top: 0;
  right: 0; }

.view-display-id-single_event .views-field-description {
  clear: both; }

.event-loc-info {
  float: right;
  background-color: #009f4b;
  color: #fff;
  padding: 25px; }

.view-display-id-single_event div > h2 {
  color: #009f4b;
  font-size: 22px;
  display: inline-block; }

.chd-event-register-button,
.chd-event-registration-unavailable {
  margin: 15px 0; }

.chd-event-register-button {
  text-transform: uppercase;
  font-size: 16px; }

.chd-event-registration-unavailable {
  text-align: center;
  max-width: 320px;
  border-radius: 5px;
  line-height: 1.6; }
  .chd-event-registration-unavailable .small-print {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    font-style: italic; }
  .chd-event-registration-unavailable a {
    text-decoration: underline; }
  .chd-event-registration-unavailable .chd-event-register-here-link {
    margin-top: 10px; }

/* custom bootstrap-like buttons with chd colors */
.btn.btn-chd {
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.2s; }
  .btn.btn-chd span.glyphicon {
    margin-right: 10px; }

.btn.btn-chd-red {
  background-color: #B01D49;
  border-color: #B01D49;
  color: #FFFFFF; }

.btn.btn-chd-red:hover,
.btn.btn-chd-red:focus,
.btn.btn-chd-red:active,
.btn.btn-chd-red.active {
  background-color: #9a1940;
  border-color: #841637;
  color: #FFFFFF; }

.btn.btn-chd-red.disabled:hover,
.btn.btn-chd-red.disabled:focus,
.btn.btn-chd-red.disabled:active,
.btn.btn-chd-red.disabled.active,
.btn.btn-chd-red[disabled]:hover,
.btn.btn-chd-red[disabled]:focus,
.btn.btn-chd-red[disabled]:active,
.btn.btn-chd-red[disabled].active,
fieldset[disabled] .btn.btn-chd-red:hover,
fieldset[disabled] .btn.btn-chd-red:focus,
fieldset[disabled] .btn.btn-chd-red:active,
fieldset[disabled] .btn.btn-chd-red.active {
  background-color: #B01D49;
  border-color: #B01D49;
  color: #FFFFFF; }

.btn.btn-chd-purple {
  background-color: #7d49b4;
  border-color: #7d49b4;
  color: #FFFFFF; }

.btn.btn-chd-purple:hover,
.btn.btn-chd-purple:focus,
.btn.btn-chd-purple:active,
.btn.btn-chd-purple.active {
  background-color: #5B2D7E;
  border-color: #5B2D7E;
  color: #FFFFFF; }

.btn.btn-chd-purple.disabled:hover,
.btn.btn-chd-purple.disabled:focus,
.btn.btn-chd-purple.disabled:active,
.btn.btn-chd-purple.disabled.active,
.btn.btn-chd-purple[disabled]:hover,
.btn.btn-chd-purple[disabled]:focus,
.btn.btn-chd-purple[disabled]:active,
.btn.btn-chd-purple[disabled].active,
fieldset[disabled] .btn.btn-chd-purple:hover,
fieldset[disabled] .btn.btn-chd-purple:focus,
fieldset[disabled] .btn.btn-chd-purple:active,
fieldset[disabled] .btn.btn-chd-purple.active {
  background-color: #7d49b4;
  border-color: #7d49b4;
  color: #FFFFFF; }

.flag-wrapper .flag-message {
  line-height: normal;
  font-size: 14px; }

.resource.teaser {
  border-bottom: 1px dashed #c1c1c1;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 16px; }
  .resource.teaser:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .resource.teaser h4 {
    font-family: Cabin, sans-serif;
    font-size: 20px;
    margin: 0; }
  .resource.teaser table {
    margin-bottom: 0; }
    .resource.teaser table tr td {
      line-height: 20px;
      vertical-align: middle;
      border: none; }
      .resource.teaser table tr td:first-child {
        width: 120px; }

@media (max-width: 666px) {
  .resource.teaser table tr td:first-child {
    display: none; } }
@media (min-width: 768px) {
  .resource.teaser table tr td:first-child {
    width: 130px; } }
/*********************************************
 *
 * row-teaser-content
 *
 * A reusable class to add to views that list
 * node teasers.
 *
 *********************************************/
.row-teaser-content {
  background: #fff;
  padding: 20px;
  border: 1px solid #c1c1c1; }
  .row-teaser-content .row-block {
    margin-bottom: 20px; }
  .row-teaser-content ul {
    padding: 0;
    list-style: none; }
  .row-teaser-content table h2 {
    margin-top: 0;
    color: #0d6577;
    font-size: 36 px;
    text-transform: none; }

@media (min-width: 768px) {
  .row-teaser-content {
    padding: 30px; } }
/*********************************************
 *
 * resource-list
 *
 * Use for resources being displayed in a list.
 * List elements inside .resource-list should
 * be .resource-list-item (see below).
 *
 * When using in a view, give the view itself the
 * class .resource-list-view
 *
 *********************************************/
.resource-list,
.resource-list-view .view-content {
  background-color: white;
  border: 1px solid #ccc;
  /*********************************************
   *
   * resource-list-item
   *
   * Use for resources being displayed in a list.
   * Meant to replace .row-teaser-content
   *
   *********************************************/ }
  .resource-list .resource-list-item,
  .resource-list-view .view-content .resource-list-item {
    position: relative;
    padding: 20px;
    border-bottom: 1px dotted #ccc;
    /* General spacing of fields within a row */
    /*
     * Turns views node edit link field into an
     * absolutely positioned, appear on row hover
     * link.
     */ }
    .resource-list .resource-list-item:last-child,
    .resource-list-view .view-content .resource-list-item:last-child {
      border-bottom: none; }
    .resource-list .resource-list-item > div,
    .resource-list-view .view-content .resource-list-item > div {
      margin: 10px 0; }
    .resource-list .resource-list-item h4,
    .resource-list-view .view-content .resource-list-item h4 {
      font-family: Cabin, sans-serif;
      font-size: 21px;
      margin: 0 0 5px 0;
      line-height: 24px; }
    .resource-list .resource-list-item .views-label,
    .resource-list-view .view-content .resource-list-item .views-label {
      font-weight: bold; }
    .resource-list .resource-list-item .views-field-edit-node,
    .resource-list-view .view-content .resource-list-item .views-field-edit-node {
      opacity: 0;
      transition: opacity 0.2s; }
    .resource-list .resource-list-item:hover .views-field-edit-node,
    .resource-list-view .view-content .resource-list-item:hover .views-field-edit-node {
      opacity: 1; }
    .resource-list .resource-list-item .views-field-edit-node,
    .resource-list-view .view-content .resource-list-item .views-field-edit-node {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 0 8px 8px;
      margin: 0;
      background-color: white; }
      .resource-list .resource-list-item .views-field-edit-node .field-content,
      .resource-list-view .view-content .resource-list-item .views-field-edit-node .field-content {
        display: block;
        padding: 0;
        margin: 0;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background-color: #eee; }
        .resource-list .resource-list-item .views-field-edit-node .field-content a,
        .resource-list-view .view-content .resource-list-item .views-field-edit-node .field-content a {
          display: block;
          padding: 5px 15px;
          text-decoration: none;
          color: #333;
          font-size: 12px;
          transition: all 0.2s; }
          .resource-list .resource-list-item .views-field-edit-node .field-content a:hover,
          .resource-list-view .view-content .resource-list-item .views-field-edit-node .field-content a:hover {
            text-decoration: none;
            background-color: #666;
            color: white; }
  @media (min-width: 768px) {
    .resource-list .resource-list-item,
    .resource-list-view .view-content .resource-list-item {
      padding: 30px; } }

/*********************************************
 *
 * Individual KR row.
 *
 * Extends .resource-list-item
 *
 *********************************************/
.view.view-id-knowledge_repository .resource-list-item .views-field-field-year,
.view.view-id-knowledge_repository .resource-list-item .views-field-field-journal,
.view.view-id-knowledge_repository .resource-list-item .views-field-field-ref-type {
  display: inline-block; }
  .view.view-id-knowledge_repository .resource-list-item .views-field-field-year .field-content,
  .view.view-id-knowledge_repository .resource-list-item .views-field-field-journal .field-content,
  .view.view-id-knowledge_repository .resource-list-item .views-field-field-ref-type .field-content {
    padding: 0 5px; }
.view.view-id-knowledge_repository .resource-list-item .views-field-field-year:after,
.view.view-id-knowledge_repository .resource-list-item .views-field-field-journal:after {
  content: '∘';
  font-size: 30px;
  vertical-align: 0;
  color: #95cc74; }
.view.view-id-knowledge_repository .resource-list-item .views-field-field-year .field-content {
  padding-left: 0; }
.view.view-id-knowledge_repository .resource-list-item .views-field-field-issue,
.view.view-id-knowledge_repository .resource-list-item .views-field-field-volume,
.view.view-id-knowledge_repository .resource-list-item .views-field-field-pages {
  display: inline-block; }
  .view.view-id-knowledge_repository .resource-list-item .views-field-field-issue .field-content,
  .view.view-id-knowledge_repository .resource-list-item .views-field-field-volume .field-content,
  .view.view-id-knowledge_repository .resource-list-item .views-field-field-pages .field-content {
    padding: 0 5px 0 0; }
.view.view-id-knowledge_repository .resource-list-item .views-field-field-issue:after,
.view.view-id-knowledge_repository .resource-list-item .views-field-field-volume:after {
  content: ','; }
.view.view-id-knowledge_repository .resource-list-item .article-body {
  font-size: 16px;
  line-height: 24px;
  padding: 5px 10px;
  background: #f6f6f6;
  border-left: 4px solid #ccc; }
.view.view-id-knowledge_repository .resource-list-item .article-buttons {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  opacity: 0.6;
  transition: opacity 0.2s; }
  .view.view-id-knowledge_repository .resource-list-item .article-buttons > div {
    display: inline-block;
    margin-right: 3px;
    margin-top: 3px; }
    .view.view-id-knowledge_repository .resource-list-item .article-buttons > div > div {
      margin: 0; }
    .view.view-id-knowledge_repository .resource-list-item .article-buttons > div a.btn {
      padding: 6px 10px;
      font-size: 12px;
      transition: all 0.2s; }
      .view.view-id-knowledge_repository .resource-list-item .article-buttons > div a.btn span.glyphicon {
        margin-right: 5px; }
.view.view-id-knowledge_repository .resource-list-item:hover .article-buttons {
  opacity: 1; }

.navbar-vertical .messages-wrapper {
  left: 240px; }

.messages-wrapper {
  display: none;
  position: fixed;
  width: auto;
  top: auto;
  left: 0;
  right: 0;
  text-align: center;
  box-shadow: 0px 0 8px 4px rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-bottom: 1px solid #666;
  z-index: 1100; }
  .messages-wrapper .messages {
    width: 80%;
    margin: 10px auto;
    background: white;
    padding: 6px;
    border-radius: 8px; }
    .messages-wrapper .messages .alert {
      margin-bottom: 5px;
      padding: 10px; }
      .messages-wrapper .messages .alert:last-child {
        margin-bottom: 0; }
      .messages-wrapper .messages .alert a.close {
        display: block;
        padding: 2px 8px;
        opacity: .6;
        font-size: 32px;
        line-height: 20px; }

#block-chd-search-kr-featured .row-teaser-content,
#chd-search-block-is-featured .row-teaser-content {
  margin-bottom: 15px; }
#block-chd-search-kr-featured h2,
#chd-search-block-is-featured h2 {
  font-size: 26px;
  margin-bottom: 15px; }

#block-chd-store-discount-message {
  margin: 0 0 15px 0;
  padding: 15px 20px;
  background-color: #dceed1;
  border: 1px solid #95cc74;
  border-radius: 5px;
  color: #33551f; }
  #block-chd-store-discount-message span {
    vertical-align: middle; }
  #block-chd-store-discount-message span.glyphicon {
    font-size: 21px;
    margin-right: 15px; }

#block-chd-core-print-page-button {
  float: right;
  margin: 0 0 20px 0; }

.view-id-uc_orders_user.view-display-id-page a.uc-order-action {
  display: block;
  margin: 10px 0; }
  .view-id-uc_orders_user.view-display-id-page a.uc-order-action img {
    width: 30px; }

.uc-cart-checkout-form #delivery-pane .form-control,
.uc-cart-checkout-form #billing-pane .form-control {
  width: initial; }
.uc-cart-checkout-form .form-item-panes-delivery-select-address,
.uc-cart-checkout-form .form-item-panes-billing-select-address {
  margin: 15px 0 25px 0; }
  .uc-cart-checkout-form .form-item-panes-delivery-select-address label,
  .uc-cart-checkout-form .form-item-panes-billing-select-address label {
    float: left;
    margin-right: 20px;
    padding-left: 5px; }
  .uc-cart-checkout-form .form-item-panes-delivery-select-address select,
  .uc-cart-checkout-form .form-item-panes-billing-select-address select {
    min-width: 300px; }
.uc-cart-checkout-form img.uc-credit-cctype {
  width: 37px;
  display: inline-block; }
.uc-cart-checkout-form .form-item-panes-payment-details-cc-cvv label {
  width: 100%; }
.uc-cart-checkout-form input#edit-panes-payment-details-cc-cvv {
  margin-right: 10px;
  width: 100px; }
.uc-cart-checkout-form .uc-credit-cvv-help {
  float: left; }
.uc-cart-checkout-form .uc-credit-cvv-help img {
  width: 16px;
  display: inline-block; }
.uc-cart-checkout-form .form-item-panes-quotes-quotes-quote-option img {
  width: 46px; }

body.page-knowledge-repository.page-search .view.view-id-knowledge_repository.view-display-id-page {
  border-top: 5px solid #1393AD;
  margin-bottom: 25px;
  /* Search highlighting */ }
  body.page-knowledge-repository.page-search .view.view-id-knowledge_repository.view-display-id-page .view-empty {
    padding: 20px 50px;
    background: white;
    text-align: center; }
  body.page-knowledge-repository.page-search .view.view-id-knowledge_repository.view-display-id-page strong {
    background-color: rgba(149, 204, 116, 0.4);
    border: 2px solid rgba(149, 204, 116, 0.3);
    border-right: none;
    border-left: none;
    padding: 1px 3px;
    font-weight: inherit; }
  body.page-knowledge-repository.page-search .view.view-id-knowledge_repository.view-display-id-page .view-footer {
    background: #f9f9f9;
    color: #333;
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center; }

.alert.user-pass-reset {
  margin-bottom: 20px; }

.view-taxonomy-term-page .view-header {
  overflow: hidden; }
  .view-taxonomy-term-page .view-header img {
    width: 100%;
    height: auto; }
.view-taxonomy-term-page .view-footer > a {
  display: block; }

.page-topics.page-taxonomy-term .view-id-taxonomy_term_page.view-display-id-page {
  position: relative; }
  .page-topics.page-taxonomy-term .view-id-taxonomy_term_page.view-display-id-page .view-filters {
    position: absolute;
    bottom: 0;
    right: 0; }
    .page-topics.page-taxonomy-term .view-id-taxonomy_term_page.view-display-id-page .view-filters .views-exposed-widgets {
      padding: 0;
      margin: 0; }
      .page-topics.page-taxonomy-term .view-id-taxonomy_term_page.view-display-id-page .view-filters .views-exposed-widgets .views-exposed-widget {
        padding: 0; }
        .page-topics.page-taxonomy-term .view-id-taxonomy_term_page.view-display-id-page .view-filters .views-exposed-widgets .views-exposed-widget label.control-label {
          font-size: 14px; }

/*Join Pages*/
@media (max-width: 1199px) {
  .page-join .benefit-table .join-col .benefits {
    height: 580px;
    font-size: 15px;
    line-height: 19px; } }
@media (max-width: 991px) {
  .page-join .benefit-table .join-col .header h3 {
    font-size: 18px;
    line-height: 20px; }
  .page-join .benefit-table .join-col .subhead {
    height: 80px; }
    .page-join .benefit-table .join-col .subhead h5 {
      font-size: 15px;
      line-height: 18px; }
  .page-join .benefit-table .join-col .benefits {
    height: 770px;
    font-size: 14px;
    line-height: 18px; } }
@media (max-width: 767px) {
  .page-join .button-wrap {
    padding: 0; }
  .page-join .benefit-table {
    border: 0; }
    .page-join .benefit-table .join-col {
      margin-bottom: 50px;
      border: 1px solid; }
      .page-join .benefit-table .join-col .header {
        border: 0; }
      .page-join .benefit-table .join-col .pricing {
        height: auto; }
      .page-join .benefit-table .join-col .subhead {
        height: auto; }
        .page-join .benefit-table .join-col .subhead h5 {
          position: relative;
          margin-bottom: 0; }
      .page-join .benefit-table .join-col .benefits {
        height: auto;
        margin: 0 auto;
        text-align: center; }
        .page-join .benefit-table .join-col .benefits ul {
          display: inline-block;
          margin: 0 auto;
          list-style-position: inside;
          padding: 20px 0; } }
.page-join .leftbox {
  padding-left: 0; }
  .page-join .leftbox .region-content {
    padding-bottom: 0; }
.page-join .pullquote {
  padding-right: 0; }
.page-join .quotebox {
  margin: 0; }
.page-join .quotebox .quote {
  font-size: 18px;
  line-height: 32px; }
.page-join .checked {
  height: 24px;
  text-indent: -999px;
  overflow: hidden;
  background: url(../images/green_check.png) no-repeat center center; }
.page-join .row-same-height {
  margin: 25px -15px; }
.page-join .middle {
  margin-bottom: 25px; }
.page-join .benefits-table td {
  font-size: 16px; }
.page-join .hashcopy h2 {
  margin: 0; }
.page-join h1.page-header {
  margin-bottom: 25px; }
.page-join .button-wrap {
  padding-right: 0; }

.purplebutton {
  color: #fff;
  background-color: #592c82;
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 10px; }
  .purplebutton:hover {
    text-decoration: none;
    color: #fff; }

.aplusbox {
  border: 1px solid #592c82;
  border-top: 22px solid #592c82;
  padding: 20px;
  margin-bottom: 25px; }
  .aplusbox h3 {
    color: #592c82; }
  .aplusbox .bigredbutton {
    color: #fff;
    display: block;
    border-radius: 5px;
    background-color: #ae234a;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 20px; }
    .aplusbox .bigredbutton span {
      display: block; }
    .aplusbox .bigredbutton .top {
      border-bottom: 1px solid #fff;
      font-size: 20px;
      padding-bottom: 10px;
      margin-bottom: 6px;
      line-height: 24px; }
    .aplusbox .bigredbutton:hover {
      text-decoration: none;
      color: #fff; }

.table-header {
  padding-left: 0; }
  .table-header h3 {
    padding-top: 25px;
    color: #1393AD;
    font-size: 40px; }
    .table-header h3 span {
      font-size: 18px; }

.benefit-table {
  margin-top: 15px;
  border: 1px solid #363636; }
  .benefit-table .join-col {
    background-color: #f7f9f9;
    padding: 0;
    text-align: center; }
    .benefit-table .join-col div {
      border-right: 1px solid #ccc;
      padding: 10px; }
    .benefit-table .join-col div:first-child {
      border-right: 1px solid #fff; }
    .benefit-table .join-col .header {
      color: #fff;
      background-color: #1393AD;
      position: relative;
      height: 75px; }
      .benefit-table .join-col .header h3 {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 0 10px;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px; }
    .benefit-table .join-col .pricing {
      height: 140px;
      font-size: 14px; }
      .benefit-table .join-col .pricing .boldblue {
        color: #1393AD;
        font-size: 22px;
        margin-bottom: 0; }
    .benefit-table .join-col .subhead {
      background-color: #e9e8e8;
      height: 67px;
      position: relative; }
      .benefit-table .join-col .subhead h5 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 10px;
        font-weight: bold;
        font-size: 17px;
        line-height: 22px; }
    .benefit-table .join-col .benefits {
      height: 500px;
      font-size: 16px;
      line-height: 20px;
      text-align: left; }
      .benefit-table .join-col .benefits a {
        color: #c9476a;
        text-decoration: underline; }
    .benefit-table .join-col .button {
      background-color: #fff;
      height: 68px;
      padding-top: 20px; }
      .benefit-table .join-col .button a {
        background-color: #c9476a;
        font-size: 14px; }
  .benefit-table .join-col:last-child div {
    border-right: none; }

.linkbox {
  margin-bottom: 25px; }
  .linkbox a {
    padding: 5px 40px 5px 20px;
    font-size: 16px;
    line-height: 24px; }
  .linkbox h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 20px; }
  .linkbox .indent {
    padding-left: 25px; }

.crm-contribution-page-id-10 .membership-group fieldset {
  border-top: none; }
.crm-contribution-page-id-10 .pay_later-group {
  display: none; }
.crm-contribution-page-id-10 .membership_amount-section {
  display: none; }
.crm-contribution-page-id-10 .cividiscount {
  display: none; }
.crm-contribution-page-id-10 .custom_post_profile-group fieldset {
  border-top: none; }
.crm-contribution-page-id-10 .custom_post_profile-group legend {
  display: none; }

/*End Join Page*/
body.page-knowledge-repository.page-search .region-sidebar-first .block, .region-sidebar-second .block, .inset {
  background: #fff;
  border: 1px solid #c1c1c1;
  padding: 20px;
  margin-bottom: 25px;
  border-top: 5px solid #1393AD; }

body.page-knowledge-repository.page-search .region-sidebar-first .block, .region-sidebar-second .block {
  border-top: 5px solid #1393AD;
  font-size: 0.75em; }
  body.page-knowledge-repository.page-search .region-sidebar-first .block .block-title, .region-sidebar-second .block .block-title {
    font-size: 1.25em; }

.bordered td a, .bordered th a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px; }

.bordered td a:hover, .bordered td a:focus, .bordered th a:hover, .bordered th a:focus {
  background: #0d6577 !important;
  text-decoration: none !important;
  color: #fff; }

td h1, td h2, td h3, th h1, th h2, th h3 {
  text-transform: uppercase;
  color: #592c82;
  margin: 0; }

td h3, th h3 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  color: #747474; }

#carousel-hero .item .carousel-feature-container, .carousel-hero .item .carousel-feature-container {
  position: relative;
  z-index: 200;
  margin: 0 auto; }

.locked.lock.left, .locked .lock.left {
  padding-left: 40px;
  position: absolute;
  top: 55%;
  height: 35px;
  line-height: 35px; }

.row-teaser-content h1, .page-join-center-health-design h1 {
  font-family: Cabin, sans-serif;
  font-size: 44px;
  color: #0d6577;
  text-transform: none;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 15px; }

a.btn_edac_cert, #block-menu-menu-top-buttons ul.menu li a {
  background-color: #7d49b4;
  padding: 0;
  padding-left: 32px;
  border-radius: 4px;
  font-size: 14px; }

a.btn_edac_cert span, #block-menu-menu-top-buttons ul.menu li a span {
  padding: 0 10px;
  background-color: #592c82;
  height: 32px;
  line-height: 32px;
  display: block;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.btn_cart, .btn_cart2, .btn_lock, .btn_plus {
  color: #fff;
  background-color: #592c82;
  line-height: 28px;
  display: inline;
  text-transform: uppercase;
  background: url(../images/sprites_top_buttons.png) no-repeat;
  height: 32px; }

/* General styles for second-sidebar blocks */
.event-series-links, .block-views .view-id-chd_events.view-display-id-events_of_current_type,
.block-views .view-id-chd_events.view-display-id-upcoming_events, aside .block-menu .menu, aside .block-menu-block .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 130%; }

.event-series-links li a, aside .block-menu .menu li a, aside .block-menu-block .menu li a {
  display: block;
  padding: 10px 40px 10px 20px;
  background-image: url(../images/event-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  overflow: hidden; }

aside .block-menu .menu li a.active, aside .block-menu-block .menu li a.active {
  background-color: #c1c1c1;
  background-image: none;
  color: #000;
  font-weight: bold; }

.event-series-links li a:hover, aside .block-menu .menu li a:hover, aside .block-menu-block .menu li a:hover {
  background-color: #c1c1c1;
  text-decoration: none;
  background-image: url(../images/event-arrow-hvr.png);
  background-repeat: no-repeat;
  background-position: right 15px center; }

.highlighted.w-slider .field-slideshow-slide, .highlighted.w-slider .field-slideshow-slide a, .highlighted.w-slider .field-slideshow-slide img {
  max-width: 100%;
  height: auto !important;
  width: 100% !important;
  position: absolute;
  bottom: 0; }

a.flag.chd-flag-old, a.btn-share {
  background-position: 9px 6px;
  background-repeat: no-repeat;
  display: block;
  background-color: #c9476a;
  padding-left: 29px;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px; }
  a.flag.chd-flag-old:focus, a.btn-share:focus {
    color: #fff;
    text-decoration: none; }
  a.flag.chd-flag-old:hover, a.btn-share:hover {
    text-decoration: none; }
    a.flag.chd-flag-old:hover span, a.btn-share:hover span {
      background: transparent; }
  a.flag.chd-flag-old span, a.btn-share span {
    background-color: #ae234a;
    display: block;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 10px; }

#pre-footer .col {
  background-color: #FFFFFF;
  padding: 20px;
  border-top-width: 5px;
  border-top-style: solid; }
  #pre-footer .col h4 {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #686868;
    text-transform: uppercase; }

.view-resources .views-field.views-field-created:after,
.disc {
  font-size: 30px;
  color: #95cc74;
  padding: 0 5px; }

.container {
  word-wrap: break-word; }

.chd-in-progress {
  position: relative;
  opacity: 0.4; }
  .chd-in-progress:after {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px; }
  .chd-in-progress .glyphicon {
    display: block;
    position: absolute;
    left: 50%;
    font-size: 50px;
    margin: 0 auto;
    top: 100px; }

/*********************************************
 *
 *  Basic HTML elements
 *
 *********************************************/
h1 {
  font-size: 36px; }

@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 1.3; } }
@media (max-width: 767px) {
  h1 {
    font-size: 28px; } }
@media (max-width: 666px) {
  h1 {
    font-size: 24px; } }
/*********************************************
 *
 *  Various link styles
 *
 *********************************************/
a {
  color: #0d6577; }
  a.follow-fb {
    background-position: -2px 0; }
  a.follow-tw {
    background-position: -42px 0; }
  a.follow-yt {
    background-position: -81px 0; }
  a.follow-in {
    background-position: -117px 0; }
  a.follow-ig {
    background-position: -153px 0; }
  a.button-plan {
    text-align: center;
    width: 100%;
    height: 30px;
    color: #fff;
    text-transform: uppercase;
    background-position: 20px 20px;
    font-size: 18px; }
    a.button-plan span {
      display: inline-block;
      margin: 0 auto;
      background-color: #ae234a;
      border-radius: 4px;
      padding: 3px 12px; }
  a.benefit-link {
    display: block;
    padding-right: 30px;
    background: url(../images/icon_info.png) no-repeat right center; }
  a.btn_edac_cert {
    background-color: #c9476a;
    background: url(../images/icon_cert.png) no-repeat;
    height: 52px;
    line-height: 52px;
    background-position: 12px 10px;
    display: block;
    background-color: #c9476a;
    font-size: 90%;
    padding-left: 52px;
    margin-bottom: 25px;
    color: #fff; }
    a.btn_edac_cert span {
      height: 52px;
      line-height: 52px;
      background-color: #ae234a; }
    a.btn_edac_cert:hover {
      color: #fff;
      text-decoration: none; }
      a.btn_edac_cert:hover span {
        background: transparent; }
    a.btn_edac_cert:focus {
      color: #fff;
      text-decoration: none; }
  a.btn_red {
    background-color: #ae234a;
    border-radius: 4px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px; }
    a.btn_red:hover {
      text-decoration: none;
      background-color: #c9476a; }
  a.flag.chd-flag-old {
    background-image: url(../images/icon_bookmark.png);
    overflow: hidden; }
  a.btn-share {
    background-image: url(../images/icon_share.png);
    float: right; }
  a.file {
    background-color: #592c82;
    height: 56px;
    border-radius: 5px;
    display: block;
    line-height: 56px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px; }
    a.file span {
      float: left; }
    a.file .icon {
      display: block;
      width: 56px;
      text-align: center;
      background-color: #592c82; }
    a.file .filename {
      padding-left: 25px; }
    a.file .filesize {
      float: right;
      padding-right: 15px;
      font-size: 75%; }
    a.file .filetype {
      float: right;
      text-transform: uppercase;
      font-size: 75%; }
  a.btn-get-started {
    height: auto;
    line-height: inherit; }
    a.btn-get-started span {
      height: auto;
      line-height: inherit; }

@media (max-width: 767px) {
  a.file {
    height: initial;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 40px; }
    a.file span {
      float: left; }
    a.file .icon {
      width: 40px; }
    a.file .filename {
      padding-left: 0;
      line-height: 40px; }
    a.file .filesize {
      padding-right: 5px;
      clear: left; }
    a.file .filetype,
    a.file .filesize {
      line-height: 1;
      padding-bottom: 5px;
      margin-top: -8px; } }
.chd-badge {
  position: relative; }
  .chd-badge[data-chd-badge-num]:after {
    content: attr(data-chd-badge-num);
    position: absolute;
    top: -13px;
    right: -13px;
    font-size: 14px;
    background: #009f4b;
    color: white;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(51, 51, 51, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 57, 27, 0.6); }

/*********************************************
 *
 *  Logo & Title
 *
 *********************************************/
#titlebar {
  background: #fff;
  padding: 10px 0; }

@media (max-width: 767px) {
  #titlebar .container {
    text-align: center; } }
/*********************************************
 *
 *  User / Store Menu
 *
 *********************************************/
#block-menu-menu-top-buttons {
  float: right;
  margin-top: 10px; }
  #block-menu-menu-top-buttons ul.menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 5px 15px; }
    #block-menu-menu-top-buttons ul.menu li a:hover {
      color: #fff;
      text-decoration: none; }
      #block-menu-menu-top-buttons ul.menu li a:hover span {
        background: transparent; }
    #block-menu-menu-top-buttons ul.menu li a:focus {
      color: #fff;
      text-decoration: none; }
    #block-menu-menu-top-buttons ul.menu li a.btn_plus {
      background-color: #c9476a; }
      #block-menu-menu-top-buttons ul.menu li a.btn_plus span {
        background-color: #ae234a; }
      #block-menu-menu-top-buttons ul.menu li a.btn_plus:hover span {
        background: transparent; }
    #block-menu-menu-top-buttons ul.menu li a.btn_cart {
      background: none;
      padding-left: 0; }
      #block-menu-menu-top-buttons ul.menu li a.btn_cart span {
        border-radius: 4px; }
      #block-menu-menu-top-buttons ul.menu li a.btn_cart:hover span {
        background-color: #7d49b4; }
    #block-menu-menu-top-buttons ul.menu li a.btn_donate span {
      background-color: #009f4b; }
    #block-menu-menu-top-buttons ul.menu li a.btn_donate:hover span {
      background-color: #95cc74; }
    #block-menu-menu-top-buttons ul.menu li a.btn_cart2 {
      background-color: #592c82; }
      #block-menu-menu-top-buttons ul.menu li a.btn_cart2:hover {
        background-color: #7d49b4; }
      #block-menu-menu-top-buttons ul.menu li a.btn_cart2 span {
        display: none; }

.btn_cart {
  background-position: 0 -64px; }

.btn_cart2 {
  background-position: 0 -64px; }

.btn_lock {
  background-position: 0 -32px; }

.btn_plus {
  background-position: 0 0; }

/* Hide icons in medium screens and below */
@media (max-width: 991px) {
  #block-menu-menu-top-buttons ul.menu li {
    margin-left: 2px; }
    #block-menu-menu-top-buttons ul.menu li a {
      padding-left: 0px;
      border-radius: 4px;
      font-size: 12px; }
      #block-menu-menu-top-buttons ul.menu li a span {
        border-radius: 4px; }
      #block-menu-menu-top-buttons ul.menu li a.btn_cart2 {
        padding-left: 32px; }
        #block-menu-menu-top-buttons ul.menu li a.btn_cart2 span {
          display: none; } }
/* More modifications for small screens */
@media (max-width: 767px) {
  .navbar-brand {
    padding: 15px 0 15px 5px;
    font-size: 16px; }

  #logo-sitename {
    display: inline-block; }
    #logo-sitename .navbar-brand {
      padding-right: 0; }

  #block-menu-menu-top-buttons {
    float: none;
    margin-top: 0; }
    #block-menu-menu-top-buttons ul.menu {
      display: inline-block; }
      #block-menu-menu-top-buttons ul.menu li.first {
        margin-left: 0; } }
/*********************************************
 *
 *  Main Menu / Navbar
 *
 *********************************************/
#menuwrap {
  background-color: #0d6577; }
  #menuwrap .navbar.container {
    margin-top: 0; }

#navbar.navbar-default {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  background-image: none; }
  #navbar.navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    color: #95cc74;
    border-bottom: none; }
    #navbar.navbar-default .navbar-nav > .active > a:hover {
      background-color: transparent;
      color: #95cc74;
      border-bottom: none; }
    #navbar.navbar-default .navbar-nav > .active > a:focus {
      background-color: transparent;
      color: #95cc74;
      border-bottom: none; }
  #navbar.navbar-default .navbar-nav > li > a {
    color: #fff; }
    #navbar.navbar-default .navbar-nav > li > a:hover {
      background-color: transparent;
      color: #95cc74;
      border-bottom: none; }
    #navbar.navbar-default .navbar-nav > li > a:focus {
      background-color: transparent;
      color: #95cc74;
      border-bottom: none; }
  #navbar.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  #navbar.navbar-default .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #95cc74;
    border-bottom-color: #95cc74; }
  #navbar.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #95cc74;
    border-bottom-color: #95cc74; }

#navbar .navbar-collapse .navbar-nav > li > a {
  text-shadow: none; }
#navbar a {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  padding: 0 14px; }
#navbar ul {
  width: auto; }
#navbar .navbar-nav > li.last a {
  background: url(../images/magglass.png) right 10px top 23px no-repeat;
  background-color: #094754;
  padding-right: 45px; }
  #navbar .navbar-nav > li.last a:hover {
    color: #fff;
    border-bottom: none; }

@media screen and (min-width: 992px) {
  .page-insights-solutions #navbar.navbar-default .dropdown-menu > .active > a {
    color: #333; }

  #navbar.navbar-default {
    padding-right: 0;
    padding-left: 0; }
    #navbar.navbar-default .navbar-collapse {
      padding-right: 0;
      padding-left: 0; }
    #navbar.navbar-default .navbar-nav > .active > a {
      background-color: transparent;
      background-image: none;
      box-shadow: none;
      color: #95cc74;
      border-bottom: 3px solid #95cc74; }
      #navbar.navbar-default .navbar-nav > .active > a:hover {
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        color: #95cc74;
        border-bottom: 3px solid #95cc74; }
      #navbar.navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        color: #95cc74;
        border-bottom: 3px solid #95cc74; }
    #navbar.navbar-default .navbar-nav > li > a:hover {
      background-color: transparent;
      background-image: none;
      box-shadow: none;
      color: #95cc74;
      border-bottom: 3px solid #95cc74; }
    #navbar.navbar-default .navbar-nav > li > a:focus {
      background-color: transparent;
      background-image: none;
      box-shadow: none;
      color: #95cc74;
      border-bottom: 3px solid #95cc74; }
    #navbar.navbar-default .navbar-nav > li.first a {
      padding-left: 0; }
      #navbar.navbar-default .navbar-nav > li.first a:hover {
        border-bottom: none; }
        #navbar.navbar-default .navbar-nav > li.first a:hover span {
          background-position: 0 -18px; }
      #navbar.navbar-default .navbar-nav > li.first a.active {
        border-bottom: none; }
      #navbar.navbar-default .navbar-nav > li.first a span {
        background: url(../images/sprites_home_icons.png) no-repeat;
        width: 18px;
        height: 18px;
        display: inline-block;
        background-position: 0 0;
        overflow: hidden;
        text-indent: -999px;
        vertical-align: middle; }
    #navbar.navbar-default .dropdown-menu > .active > a {
      color: #95cc74;
      text-decoration: none;
      background-color: #fff;
      outline: 0; }
      #navbar.navbar-default .dropdown-menu > .active > a:hover {
        color: #95cc74;
        text-decoration: none;
        background-color: #fff;
        outline: 0; }
      #navbar.navbar-default .dropdown-menu > .active > a:focus {
        color: #95cc74;
        text-decoration: none;
        background-color: #fff;
        outline: 0; } }
/* Keep dropdowns open in mobile and style differently */
@media (max-width: 767px) {
  #navbar .navbar-nav {
    margin-top: 0;
    margin-bottom: 0; }
    #navbar .navbar-nav a {
      border-bottom: 1px solid #10798e; }
    #navbar .navbar-nav li > a.dropdown-toggle {
      background-color: #CCCCCC;
      color: #555555;
      height: 40px;
      line-height: 40px; }
      #navbar .navbar-nav li > a.dropdown-toggle:hover, #navbar .navbar-nav li > a.dropdown-toggle:active {
        background-color: #CCCCCC;
        color: #555555; }
      #navbar .navbar-nav li > a.dropdown-toggle span.caret {
        display: none; }
    #navbar .navbar-nav .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      #navbar .navbar-nav .dropdown-menu a {
        color: #FFFFFF;
        background-color: #10798e;
        border-bottom: 1px solid #128ca5;
        padding-left: 40px;
        line-height: 40px;
        height: 40px; }
      #navbar .navbar-nav .dropdown-menu .active > a {
        color: #95cc74; }
  #navbar .dropdown-menu {
    padding: 0;
    display: block; } }
/*********************************************
 *
 *  Second sidebar
 *
 *********************************************/
.region-sidebar-second img {
  width: 100%;
  height: auto; }

@media (max-width: 991px) {
  .region-sidebar-second .block {
    padding: 15px; }
    .region-sidebar-second .block.block-facetapi a {
      font-size: 15px; } }
@media (max-width: 767px) {
  .region-sidebar-second .block {
    padding: 12px;
    font-size: .7em; }
    .region-sidebar-second .block.block-facetapi a {
      font-size: 14px; } }
/* Views tables */
.views-table {
  /* this overrides some views active table column styling */ }
  .views-table tr.odd {
    background-color: #f6f6f6; }
  .views-table.table > thead > tr > td.active, .views-table.table > tbody > tr > td.active, .views-table.table > tfoot > tr > td.active, .views-table.table > thead > tr.active > td, .views-table.table > tbody > tr.active > td, .views-table.table > tfoot > tr.active > td {
    background-color: inherit; }

.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0; }

.no-inset {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important; }

.breadbasket {
  background-color: #fff; }
  .breadbasket .bread-crumb-ribbon {
    color: #5e5e5e;
    padding: 10px 0; }

.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding-left: 0; }
  .breadcrumb a {
    color: #0d6577; }
  .breadcrumb li + li:before, .breadcrumb .ckeditor-accordion-container > dl dt > li + li.ckeditor-accordion-toggle:after, .ckeditor-accordion-container > dl .breadcrumb dt > li + li.ckeditor-accordion-toggle:after {
    content: ">"; }
  .breadcrumb li.first a span {
    width: 18px;
    height: 18px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/sprites_home_icons.png) no-repeat;
    background-position: 0 -40px;
    vertical-align: middle;
    text-indent: -999px; }
  .breadcrumb li.first a:hover span {
    background-position: 0 -56px; }

.navbar-brand {
  color: #0d6577;
  font-weight: bold;
  font-size: 20px;
  padding: 20px; }
  .navbar-brand:hover {
    color: #0d6577; }
  .navbar-brand:focus {
    color: #0d6577; }

body {
  background: url(../images/diagonal_line_texture.jpg); }
  body.no-footer-margin .footer {
    margin-top: -65px; }

h3.topic-header {
  color: #0d6577;
  clear: both;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 5px;
  padding-top: 25px; }

/*********************************************
 *
 * Tables
 *
 *********************************************/
td {
  vertical-align: bottom;
  padding: 0; }
  td a:hover .emphasized-title {
    color: #fff; }

th {
  vertical-align: bottom;
  padding: 0; }

.bordered td {
  padding: 0 !important;
  border: 1px solid #c1c1c1 !important; }
.bordered th {
  padding: 0 !important;
  border: 1px solid #c1c1c1 !important; }

li.teaser td {
  border-top: none !important;
  border-bottom: none !important; }
li.teaser th {
  border-top: none !important;
  border-bottom: none !important; }
li.flag-bookmarks {
  margin-left: 20px; }
li.vertical-tab-button {
  word-wrap: break-word; }

div#about-block td {
  border-top: none !important;
  border-bottom: none !important; }
div#about-block th {
  border-top: none !important;
  border-bottom: none !important; }
div.vertical-tabs ul li.vertical-tab-button .summary {
  word-wrap: break-word; }

.borderless td {
  border-top: none !important;
  border-bottom: none !important; }
.borderless th {
  border-top: none !important;
  border-bottom: none !important; }

.block.research-services {
  background-color: #1393ad; }
.block.become-affiliate {
  background-color: #0d6577; }
.block.green-foot {
  background-color: #009f4b;
  font-size: 16px; }

.footer {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff; }
  .footer #block-masquerade-masquerade {
    background-color: #aaa; }
    .footer #block-masquerade-masquerade input {
      width: auto;
      border: none; }
    .footer #block-masquerade-masquerade .input-group-addon {
      width: auto;
      height: 34px;
      border: none; }
    .footer #block-masquerade-masquerade .btn.form-submit {
      margin-left: 20px;
      vertical-align: top; }
  .footer #block-views-user-stats-online-users-block-1 {
    background-color: #aaa;
    border-top: 2px solid #000; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #fff; }
  .footer h3 {
    font-size: 30px;
    line-height: 36px; }
  .footer h5 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase; }
  .footer .table > tbody > tr > td {
    padding: 0; }
  .footer address {
    margin-bottom: 0; }
  .footer .donate {
    float: right; }

.is-icon {
  width: 120px;
  color: #494949;
  padding-top: 70px;
  text-align: center;
  background-size: 180px !important;
  background-position: 15px -10px !important;
  font-size: 14px; }
  .is-icon.off {
    background-position: -75px -10px;
    position: relative; }

.sprite-book {
  background: url(../images/is-icons/is-case-study.png) 0 0 no-repeat;
  color: #c9476a; }

.sprite-book:hover {
  color: #c9476a; }

.sprite-interview {
  background: url(../images/is-icons/is-interview.png) 0 0 no-repeat;
  color: #592c82; }

.sprite-interview:hover {
  color: #592c82; }

.sprite-summary {
  background: url(../images/is-icons/is-executive-summary.png) 0 0 no-repeat;
  color: #009f4b; }

.sprite-summary:hover {
  color: #009f4b; }

.sprite-report {
  background: url(../images/is-icons/is-reports.png) 0 0 no-repeat;
  color: #1393AD; }

.sprite-report:hover {
  color: #1393AD; }

.sprite-blog {
  background: url(../images/is-icons/is-blog.png) 0 0 no-repeat;
  color: #c9476a; }

.sprite-blog:hover {
  color: #c9476a; }

.sprite-webinar {
  background: url(../images/is-icons/is-webinars.png) 0 0 no-repeat;
  color: #009f4b; }

.sprite-webinar:hover {
  color: #009f4b; }

.sprite-events {
  background: url(../images/is-icons/is-event.png) 0 0 no-repeat;
  color: #592c82; }

.sprite-events:hover {
  color: #592c82; }

.sprite-keypoint {
  background: url(../images/is-icons/is-KPS.png) 0 0 no-repeat;
  color: #009f4b; }

.sprite-keypoint:hover {
  color: #009f4b; }

.sprite-infographic {
  background: url(../images/is-icons/is-infographic.png) 0 0 no-repeat;
  color: #1393AD; }

.sprite-infographic:hover {
  color: #1393AD; }

.sprite-tools {
  background: url(../images/is-icons/is-tools.png) 0 0 no-repeat;
  color: #1393AD; }

.sprite-tools:hover {
  color: #1393AD; }

.sprite-member-project {
  background: url(../images/is-icons/is-member-projects.png) 0 0 no-repeat;
  color: #592c82; }

.sprite-member-project:hover {
  color: #592c82; }

.sprite-design-strategy {
  background: url(../images/is-icons/is-design-strategy.png) 0 0 no-repeat;
  color: #c9476a; }

.sprite-design-strategy:hover {
  color: #c9476a; }

.sprite-lessons-learned {
  background: url(../images/is-icons/is-lessons-learned.png) 0 0 no-repeat;
  color: #009f4b; }

.sprite-lessons-learned:hover {
  color: #009f4b; }

.sprite-related-resource {
  background: url(../images/is-icons/is-related-resources.png) 0 0 no-repeat;
  color: #009f4b; }

.sprite-related-resource:hover {
  color: #009f4b; }

.sprite-issue-brief {
  background: url(../images/is-icons/is-issue-brief.png) 0 0 no-repeat;
  color: #1393AD; }

.sprite-issue-brief:hover {
  color: #1393AD; }

.sprite-podcast {
  background: url(../images/is-icons/is-podcast.png) 0 0 no-repeat;
  color: #009f4b; }

.sprite-podcast:hover {
  color: #009f4b; }

/*********************************************
 *
 * Slideshows / carousels
 *
 *********************************************/
#carousel-hero .carousel-inner {
  height: 510px; }
#carousel-hero .item {
  height: 510px; }

.carousel-hero .carousel-inner {
  height: 510px; }
.carousel-hero .item {
  height: 510px; }
  .carousel-hero .item > img {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100; }

.carousel-indicators {
  z-index: 200; }

.carousel-feature-copy {
  padding: 60px; }

.carousel-feature-ribbon {
  height: 5px;
  background-color: #95cc74; }

.carousel-feature-control {
  position: absolute;
  top: 50%; }
  .carousel-feature-control img {
    width: inherit !important; }
  .carousel-feature-control.left {
    left: -25px; }
  .carousel-feature-control.right {
    right: -25px; }

.carousel-feature-container .carousel-feature-tile {
  position: relative;
  top: 90px;
  background-color: rgba(13, 101, 119, 0.66);
  color: #fff;
  max-width: 700px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 300;
  font-family: Lato, sans-serif; }

@media (max-width: 991px) {
  #carousel-hero .carousel-inner {
    height: 310px; }
  #carousel-hero .item {
    height: 310px; }

  .carousel-hero .carousel-inner {
    height: 310px; }
  .carousel-hero .item {
    height: 310px; }

  .carousel-feature-copy {
    padding: 30px 50px;
    text-align: center; }

  .carousel-feature-container .carousel-feature-tile {
    top: 40px;
    max-width: 768px;
    font-size: 36px;
    line-height: 50px; }

  .carousel-inner > .item:first-child .carousel-feature-container .carousel-feature-tile {
    font-size: 42px;
    line-height: 60px; } }
@media (max-width: 767px) {
  #carousel-hero .carousel-inner {
    height: 310px; }
  #carousel-hero .item {
    height: 310px; }

  .carousel-hero .carousel-inner {
    height: 310px; }
  .carousel-hero .item {
    height: 310px; }

  .carousel-feature-copy {
    padding: 20px 40px;
    text-align: center; }

  .carousel-feature-container .carousel-feature-tile {
    top: 30px;
    font-size: 24px;
    line-height: 32px; }

  .carousel-inner > .item:first-child .carousel-feature-container .carousel-feature-tile {
    font-size: 32px;
    line-height: 40px; } }
#home-center-content {
  margin-top: 25px;
  padding: 0; }
  #home-center-content .box1 {
    background-color: #0d6577;
    color: #fff;
    vertical-align: top; }
    #home-center-content .box1 a {
      color: #fff; }
  #home-center-content .box2 {
    background-color: #fff;
    vertical-align: top;
    border-top: 5px solid #ae234a; }
    #home-center-content .box2 h2 {
      color: #ae234a; }
  #home-center-content .box3 {
    background-color: #fff;
    vertical-align: top;
    border-top: 5px solid #1393ad; }
    #home-center-content .box3 h2 {
      color: #1393ad; }
  #home-center-content .row-same-height > div {
    vertical-align: top;
    margin-bottom: 25px;
    font-size: 17px; }

.home-panel-block {
  padding: 20px 10px; }
  .home-panel-block h1 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 48px; }
  .home-panel-block h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 30px;
    font-family: Lato, sans-serif; }
  .home-panel-block h3 {
    margin-top: 0;
    text-transform: uppercase; }

.home-panel-button {
  background-repeat: no-repeat;
  background-position: 90% 80%; }
  .home-panel-button a {
    padding: 20px 10px;
    display: block;
    color: #fff; }
    .home-panel-button a:hover {
      text-decoration: none; }
  .home-panel-button h1 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 48px; }
  .home-panel-button h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 30px;
    font-family: Lato, sans-serif; }
  .home-panel-button h3 {
    margin-top: 0;
    text-transform: uppercase; }
  .home-panel-button.dis {
    background-color: #1393ad;
    background-image: url(/sites/all/themes/chd2015/images/dis_arrow.png); }
  .home-panel-button.sra {
    background-color: #95cc74;
    background-image: url(/sites/all/themes/chd2015/images/sra_warning.png); }
  .home-panel-button.kr {
    background-color: #592c82;
    background-image: url(/sites/all/themes/chd2015/images/book_stack.png); }

ul.topics {
  padding: 0;
  list-style: none;
  margin-top: 30px; }
ul.news-items {
  padding: 0;
  list-style: none;
  margin-top: 25px; }
  ul.news-items li {
    margin-bottom: 25px;
    display: inline-block; }
  ul.news-items a {
    color: #1393ad; }
    ul.news-items a .news-type {
      color: #747474;
      text-transform: uppercase; }
    ul.news-items a:hover {
      text-decoration: none; }

#about-block {
  background: #fff;
  padding: 30px 0;
  color: #747474;
  font-size: 16px; }
  #about-block .about-header {
    padding: 0; }
    #about-block .about-header .row-same-height {
      margin-bottom: 0; }
    #about-block .about-header .row-same-height > div {
      vertical-align: middle; }
  #about-block hr {
    margin-bottom: 25px; }
  #about-block h1 {
    color: #592c82;
    text-transform: uppercase; }
  #about-block h3 {
    text-transform: uppercase; }
  #about-block .table {
    margin-bottom: 0; }
  #about-block .home-panel-block {
    background-color: #592c82;
    display: block; }
    #about-block .home-panel-block:hover {
      text-decoration: none; }
  #about-block .add-space {
    background-color: #747474;
    padding: 40px;
    font-size: 30px;
    color: #fff;
    margin: 20px 30px; }

.text-danger {
  color: #ae234a !important;
  font-family: Cabin, sans-serif;
  font-size: 12px;
  font-weight: bold; }

.emphasized-title {
  font-family: Cabin, sans-serif;
  font-size: 16px;
  color: #0d6577; }

.locked {
  color: #747474; }
  .locked.lock {
    padding-right: 40px;
    background: url(/sites/all/themes/chd2015/images/lock.png) no-repeat; }
    .locked.lock.right {
      background-position-x: 99%;
      background-position-y: 50%; }
      .locked.lock.right a:hover {
        background: none !important;
        cursor: default; }
        .locked.lock.right a:hover .emphasized-title {
          color: #747474; }
      .locked.lock.right a:focus {
        background: none !important;
        cursor: default; }
        .locked.lock.right a:focus .emphasized-title {
          color: #747474; }
  .locked .lock {
    background: url(/sites/all/themes/chd2015/images/lock.png) no-repeat; }
    .locked .lock.right {
      background-position-x: 99%;
      background-position-y: 50%; }
      .locked .lock.right a:hover {
        background: none !important;
        cursor: default; }
        .locked .lock.right a:hover .emphasized-title {
          color: #747474; }
      .locked .lock.right a:focus {
        background: none !important;
        cursor: default; }
        .locked .lock.right a:focus .emphasized-title {
          color: #747474; }
  .locked * {
    color: #747474; }
  .locked .link-wrapper a {
    display: inline-block; }

.joinnow {
  margin-top: 0;
  color: #fff;
  background: url(/sites/all/themes/chd2015/images/joinnow.png) right center no-repeat;
  padding-right: 30px; }
  .joinnow:hover {
    text-decoration: underline;
    color: #fff; }

#block-exposed-form-best-practices-page-1 {
  position: relative; }
  #block-exposed-form-best-practices-page-1 .form-submit {
    position: absolute;
    right: 7px;
    bottom: 51px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background: url(../images/magglass_teal.png) center center no-repeat;
    border: none;
    text-indent: -999px;
    overflow: hidden; }

.block-facetapi a {
  font-size: 17px; }
.block-facetapi h2.block-title {
  font-size: 20px; }

.midfooter {
  padding: 20px 0 15px 0; }
  .midfooter .email-updates {
    height: 50px; }
    .midfooter .email-updates > div {
      position: relative; }
    .midfooter .email-updates button {
      background: url(/sites/all/themes/chd2015/images/form_arrow.png) 0 0 no-repeat;
      width: 22px;
      height: 22px;
      border: none;
      position: absolute;
      top: 50%;
      right: 10px;
      text-indent: -999px;
      overflow: hidden;
      padding: 0;
      transform: translateY(-50%); }

#block-block-54 .midfooter {
  padding-bottom: 0; }

.benefits-table {
  width: 100%;
  color: #009f4b;
  font-weight: bold;
  margin-top: 25px; }
  .benefits-table tr td:first-child {
    color: #5e5e5e;
    text-align: left;
    font-size: 16px; }
  .benefits-table tr td:last-child {
    border-right: none; }
  .benefits-table tr th:first-child {
    color: #fff;
    text-align: left;
    font-size: 16px; }
  .benefits-table tr th:last-child {
    border-right: none; }
  .benefits-table th {
    color: #fff;
    border-right: 2px solid #fff;
    text-align: center; }
  .benefits-table td {
    border-right: 2px solid #fff;
    text-align: center; }
  .benefits-table .th1 {
    background-color: #747474 !important; }
  .benefits-table .th2 {
    background-color: #af73ee; }
  .benefits-table .th3 {
    background-color: #7d49b4; }
  .benefits-table .th4 {
    background-color: #592c82; }
  .benefits-table .th5 {
    background-color: #39125f; }
  .benefits-table tfoot a.button-plan {
    position: relative; }

.purplebox {
  padding: 25px;
  color: #fff;
  position: relative;
  margin-bottom: 25px; }
  .purplebox .bg {
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%; }
  .purplebox .cnt {
    z-index: 50;
    position: relative; }
  .purplebox .hdr {
    margin-bottom: 5px; }
    .purplebox .hdr h2 {
      margin: 0;
      font-family: Lato;
      font-weight: normal; }
      .purplebox .hdr h2 span {
        font-weight: 100; }
    .purplebox .hdr h3 {
      margin: 0;
      font-family: Lato;
      font-size: 30px;
      font-weight: 700;
      font-style: italic; }
      .purplebox .hdr h3 span {
        font-size: 18px;
        font-weight: 100; }
    .purplebox .hdr p {
      margin: 0;
      font-family: Lato; }
  .purplebox.aff .bg {
    background-color: #7d49b4; }
  .purplebox.affplus .bg {
    background-color: #592c82; }
  .purplebox.affcustom .bg {
    background-color: #592c82; }

.row-same-height {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 25px 0;
  margin-bottom: 25px; }

.col-xs-height {
  display: table-cell;
  float: none !important;
  vertical-align: top; }

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important; } }
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important; } }
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important; } }
.magazine-thumbnails .img-responsive {
  width: auto; }

.img-responsive {
  width: 100%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.title-details {
  background-color: #fff;
  clear: both; }
  .title-details .resource {
    background: none;
    border: none;
    text-indent: 0;
    display: inline; }
  .title-details .field-collection-container {
    border: none;
    margin: 0;
    display: inline; }
    .title-details .field-collection-container div {
      display: inline;
      float: none;
      width: auto; }
  .title-details .field-collection-view {
    border: none;
    padding: 0;
    margin: 0; }
  .title-details .clearfix:before, .title-details .ckeditor-accordion-container > dl dt > .clearfix.ckeditor-accordion-toggle:after, .ckeditor-accordion-container > dl .title-details dt > .clearfix.ckeditor-accordion-toggle:after {
    display: inline; }
  .title-details .clearfix:after {
    display: inline; }
  .title-details .field {
    display: inline; }
  .title-details .field-items {
    display: inline; }
  .title-details .field-item {
    display: inline; }
  .title-details .field-collection-item-field-author-info {
    display: inline; }
  .title-details .content {
    display: inline; }
  .title-details ul.links {
    display: inline;
    float: right; }

.admin-secondary {
  background-color: #fff;
  clear: both; }
  .admin-secondary .nav-tabs {
    margin-bottom: 0;
    background-color: #000; }
    .admin-secondary .nav-tabs li a {
      color: #fff; }
    .admin-secondary .nav-tabs li.active a {
      color: #000; }

.node-type-article .page-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1c1c1; }

.node-article .content .field-label {
  color: #009f4b;
  font-size: 20px;
  text-transform: capitalize;
  display: inline-block;
  /*needed to allow callouts to float properly*/
  margin: 10px 0; }

.node-article .content .field:first-child .field-label {
  margin-top: 0; }

.node-article .field-name-field-design-issue .field-label {
  color: #fff; }

.node-type-article .field-label-inline .field-label, .node-type-article .field-label-inline .field-items {
  float: none;
  display: inline-block; }

.node-type-article .region-sidebar-first .field-name-field-article-types .field-item {
  overflow: hidden;
  margin-left: auto;
  border-right: 1px solid #c1c1c1;
  margin-bottom: 25px;
  width: 100px;
  color: #009f4b;
  padding-top: 90px;
  text-align: center;
  background: url(../images/is-icons/is-KPS.png) 0 0 no-repeat; }

.node-type-article .field-label-inline .field-label {
  float: none;
  display: inline-block; }
.node-type-article .field-label-inline .field-items {
  float: none;
  display: inline-block; }
.node-type-article .title-details .field-name-field-year .field-label {
  display: none; }
.node-type-article .field-name-field-journal {
  font-style: italic; }
.node-type-article .field-name-field-cck-authors ul {
  list-style: none;
  font-style: italic; }
.node-type-article .region-sidebar-first .block-title {
  font-weight: bold; }
.node-type-article .region-sidebar-first {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  display: inline-block; }
.node-type-article .region-sidebar-first .block-title {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  display: inline-block; }
.node-type-article .field-name-field-volume {
  display: inline; }
.node-type-article .field-name-field-volume div {
  display: inline; }
.node-type-article .field-name-field-issue {
  display: inline; }
.node-type-article .field-name-field-issue div {
  display: inline; }
.node-type-article .field-name-field-pages {
  display: inline; }
.node-type-article .field-name-field-pages div {
  display: inline; }

.node-type-resource .title-details {
  padding-bottom: 25px; }
.node-type-resource .page-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1c1c1; }
.node-type-resource .region-sidebar-first {
  font-size: 14px;
  line-height: 20px;
  color: #5e5e5e; }
  .node-type-resource .region-sidebar-first h3 {
    color: #009f4b;
    font-size: 19px; }
  .node-type-resource .region-sidebar-first strong {
    color: #494949; }
.node-type-resource .field-name-field-resource-type {
  color: #0d6577; }
.node-type-resource .field-slideshow-wrapper {
  margin-bottom: 20px; }

.page-header {
  color: #0d6577;
  margin: 0;
  padding: 0;
  border-bottom: none; }

.page-store .page-header {
  margin-bottom: 25px; }

.whitebox {
  background-color: #fff;
  padding-bottom: 30px;
  border-bottom: 1px solid #c1c1c1; }

#block-fieldblock-node-resource-default-field-file-download table {
  border-spacing: 0 10px;
  border-collapse: separate;
  vertical-align: middle; }
#block-fieldblock-node-resource-default-field-file-download thead {
  display: none; }
#block-fieldblock-node-resource-default-field-file-download td {
  background-color: #592c82;
  color: #fff;
  padding: 0;
  vertical-align: middle;
  font-size: 125%; }
#block-fieldblock-node-resource-default-field-file-download .file {
  vertical-align: middle; }
#block-fieldblock-node-resource-default-field-file-download img {
  margin-right: 25px;
  background-color: #7d49b4;
  background-image: url(/modules/file/icons/x-office-document.png);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center center;
  padding: 25px;
  width: 32px; }
#block-fieldblock-node-resource-default-field-file-download a {
  color: #fff; }

.flag-wrapper.flag-bookmarks {
  position: relative;
  display: block; }
  .flag-wrapper.flag-bookmarks .flag-message {
    position: absolute;
    top: -20px;
    line-height: normal;
    right: 0;
    left: inherit;
    text-align: right;
    width: 500px;
    font-size: 14px; }
  .flag-wrapper.flag-bookmarks .flag-throbber {
    position: absolute;
    right: 0;
    text-align: right;
    top: -25px; }

.pdf-content {
  position: relative; }
  .pdf-content canvas {
    box-shadow: none;
    width: 100%; }

.image-caption-container-left {
  float: left;
  width: 480px;
  padding: 25px;
  padding-left: 0;
  box-sizing: content-box; }
  .image-caption-container-left .image-caption {
    color: #0d6577; }

.image-caption-container-right {
  float: right;
  width: 480px;
  padding: 25px;
  padding-right: 0;
  box-sizing: content-box; }
  .image-caption-container-right .image-caption {
    color: #0d6577; }

.image-caption-container-none {
  width: 100%;
  text-align: center; }

.bottom-space {
  padding-bottom: 25px;
  margin-bottom: 25px; }

.page-topics .views-row {
  clear: both;
  overflow: hidden; }
.page-topics .views-field-field-thumbnail {
  float: left;
  margin-right: 25px; }
.page-topics .views-field-description .field-content {
  overflow: hidden; }

.page-insights-solutions .player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px; }
  .page-insights-solutions .player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.page-insights-solutions .region-content {
  padding-bottom: 25px; }
  .page-insights-solutions .region-content .content {
    overflow: hidden; }
.page-insights-solutions .view-filters {
  display: none; }

/*
.purple-header-ul {
	color: $color_eminence_approx;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin-bottom: 18px;
	font-size: 24px;
	border-bottom: 1px solid $color_silver_approx;
	clear: both;
}*/
.view-store-homepage .view-content > h3 {
  color: #592c82;
  text-transform: uppercase;
  padding-bottom: 18px;
  margin-bottom: 18px;
  font-size: 30px;
  border-bottom: 2px solid #592c82;
  clear: both; }
.view-store-homepage table {
  width: 100%; }

.green-header {
  color: #009f4b;
  margin-bottom: 18px;
  font-size: 24px; }

.green-header-ul {
  color: #009f4b;
  padding-bottom: 10px;
  margin-bottom: 17px;
  font-size: 24px;
  border-bottom: 1px solid #c1c1c1; }

.right-purplebox {
  background-color: #592c82;
  float: right;
  padding: 20px;
  color: #fff;
  margin-left: 25px; }

.page-user .whitebox {
  padding-bottom: 50px; }
.page-user .nav-tabs {
  margin-bottom: 0;
  border: none; }
.page-user h3 {
  color: #592c82;
  border-bottom: 1px solid #592c82;
  text-transform: capitalize; }
.page-user .tabpanel .nav-tabs li {
  background-color: #009f4b; }
  .page-user .tabpanel .nav-tabs li a {
    background: none; }
  .page-user .tabpanel .nav-tabs li.active a {
    background: #fff; }
  .page-user .tabpanel .nav-tabs li:nth-child(3) {
    background: #ae234a; }
.page-user .inset {
  border-top: 1px solid #c1c1c1; }

.prod-img {
  padding: 0;
  min-height: 200px; }
  .prod-img img {
    width: 100%;
    height: auto;
    border: 1px solid #c1c1c1; }

.store-product {
  vertical-align: top;
  padding-bottom: 35px;
  overflow: hidden; }
  .store-product .prod-title {
    text-transform: none;
    padding-bottom: 15px; }
  .store-product .prod-price {
    color: #000;
    font-weight: bold; }

.uc_out_of_stock_html {
  color: #c9476a;
  font-weight: bold; }

.page-store .view-uc-popular-products {
  background: #592c82;
  padding: 0 25px; }
  .page-store .view-uc-popular-products h3 {
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 18px;
    padding-bottom: 8px;
    margin-top: 0;
    padding-top: 10px; }
  .page-store .view-uc-popular-products a {
    color: #fff; }
  .page-store .view-uc-popular-products .store-product .prod-price {
    color: #fff; }
.page-store .field-name-body {
  clear: both; }
.page-store .content {
  margin-bottom: 50px; }
.page-store .term-list {
  padding-left: 0; }
.page-store .term-row {
  padding-left: 0;
  height: 65px; }
.page-store .title-details {
  padding-bottom: 25px; }
.page-store a.term-link {
  display: inline-block;
  padding: 0 0 0 50px;
  background-color: #c9476a;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-image: url(../images/icons_store_categories.png);
  background-repeat: no-repeat;
  background-position: 0 10px; }
  .page-store a.term-link span {
    background-color: #ae234a;
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 0 5px 5px 0;
    padding-left: 15px; }
  .page-store a.term-link:hover {
    text-decoration: none; }
    .page-store a.term-link:hover span {
      background-color: #c9476a; }

#block-views-uc-catalog-terms-block-1 {
  padding: 0; }

#block-views-uc-popular-products-block-1 {
  padding-right: 0; }

.flexslider a.flex-disabled, .flexslider:hover a.flex-disabled {
  display: none; }

.flexslider {
  border: none;
  margin-bottom: 0; }
  .flexslider .flex-control-nav {
    bottom: 5px;
    z-index: 10; }
  .flexslider .flex-direction-nav a:before, .flexslider .flex-direction-nav .ckeditor-accordion-container > dl dt > a.ckeditor-accordion-toggle:after, .ckeditor-accordion-container > dl .flexslider .flex-direction-nav dt > a.ckeditor-accordion-toggle:after {
    display: none; }
  .flexslider .flex-direction-nav a {
    display: block;
    opacity: 1;
    width: 50px;
    height: 50px;
    text-indent: -999px;
    word-wrap: normal; }
  .flexslider .flex-direction-nav .flex-prev {
    left: 10px !important;
    opacity: 1 !important;
    margin-left: 0;
    background-image: url(../images/arrow_left.png);
    background-size: cover; }
  .flexslider .flex-direction-nav .flex-next {
    right: 10px !important;
    opacity: 1 !important;
    margin-right: 0;
    background-image: url(../images/arrow_right.png);
    background-size: cover;
    text-indent: 999px; }
  @media (max-width: 767px) {
    .flexslider .flex-direction-nav .flex-prev {
      left: 0 !important;
      width: 30px;
      height: 30px; }
    .flexslider .flex-direction-nav .flex-next {
      right: 0 !important;
      width: 30px;
      height: 30px; } }
  .flexslider .fwrap {
    /*overbox*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .flexslider .fwrap .container {
      height: 100%;
      position: relative; }
    .flexslider .fwrap .flex-caption {
      /*ft-box*/
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(13, 101, 119, 0.66);
      color: #fff;
      padding: 7px;
      font-size: 16px;
      line-height: 22px; }

.front .flexslider .fwrap .flex-caption {
  z-index: 20;
  top: 50%;
  bottom: inherit;
  left: 10px;
  right: 10px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 300;
  font-family: Lato, sans-serif;
  border-bottom: 5px #95cc74 solid;
  padding: 30px;
  font-size: 5vmin;
  line-height: 6vmin;
  padding: 3vmin 6vmin;
  text-align: left;
  max-width: 730px;
  max-height: 100%;
  transform: translateY(-50%); }

.not-front .flexslider .fwrap .container {
  width: 100%; }
.not-front .flex-control-nav {
  display: none; }
.not-front .flex-direction-nav {
  position: absolute;
  top: 0;
  bottom: 35px;
  width: 100%;
  z-index: 15; }

.group-prod-images {
  border: 4px solid #592c82;
  background-color: #fff; }

.group-prod-head {
  overflow: hidden;
  background-color: #592c82;
  margin-bottom: 25px;
  color: #fff; }

.uc-price-label {
  display: none; }

.vertspace {
  margin: 25px 0;
  overflow: hidden; }

.term-list {
  display: block;
  overflow: hidden;
  list-style: none; }

.page-cart .whitebox {
  padding-bottom: 50px; }
.page-cart .btn-info {
  color: #363636;
  background-color: #fff;
  border-color: #c1c1c1; }
.page-cart #edit-continue-shopping {
  float: left;
  margin-right: .5em; }

.btn-danger {
  color: #fff;
  background-color: #ae234a;
  border-color: #ae234a; }
  .btn-danger:hover {
    background-color: #c9476a;
    border-color: #c9476a; }
  .btn-danger:focus {
    background-color: #c9476a;
    border-color: #c9476a; }
  .btn-danger:active {
    background-color: #c9476a;
    border-color: #c9476a; }
  .btn-danger.active {
    background-color: #c9476a;
    border-color: #c9476a; }

.order-review-table {
  margin: 25px 0;
  width: 100%; }
  .order-review-table .title-col {
    padding-right: 15px; }
  .order-review-table .pane-title-row {
    background-color: #592c82;
    border: solid 1px #592c82;
    color: #fff;
    text-transform: uppercase; }

.alert {
  margin-bottom: 0; }

.alert-info {
  color: #ae234a;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
  text-align: center;
  font-weight: normal;
  font-size: 22px; }
  .alert-info a {
    text-decoration: underline;
    color: #ae234a;
    font-weight: bold; }

#affiliate-membership-form {
  clear: both; }

#civicrm-footer {
  display: none; }

#civicrm-menu #crm-qsearch input {
  color: black; }

#block-views-related-product-block {
  margin-bottom: 25px; }
  #block-views-related-product-block .block-title {
    color: #009f4b;
    border-bottom: 2px solid #009f4b; }

.group-prod-details {
  padding: 25px; }
  .group-prod-details .add-to-cart {
    margin-top: 25px; }
  .group-prod-details .field-name-title-field {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px; }

.add-to-cart fieldset.panel {
  display: none; }

td.store-product fieldset.panel {
  display: none; }

.field-name-field-discounted-percentage {
  display: inline; }
  .field-name-field-discounted-percentage div {
    display: inline; }
  .field-name-field-discounted-percentage:before, .ckeditor-accordion-container > dl dt > .field-name-field-discounted-percentage.ckeditor-accordion-toggle:after {
    content: "(";
    padding-left: 5px; }
  .field-name-field-discounted-percentage:after {
    content: ")"; }

.field-name-field-discount-savings {
  display: inline; }
  .field-name-field-discount-savings div {
    display: inline; }

.anon-price {
  font-size: 150%;
  font-weight: bold;
  padding-top: 25px; }

.event-bigdate {
  text-align: center;
  color: #592c82;
  font-size: 150%; }
  .event-bigdate img {
    max-height: 150px;
    width: auto;
    margin: 0 auto; }

.ev-month {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px; }

.ev-day {
  font-size: 200%;
  line-height: 100%; }

.has-img .ev-month {
  display: none; }
.has-img .ev-day {
  display: none; }

aside {
  overflow: hidden; }
  aside .block-menu .menu li {
    margin: 0 -20px; }
    aside .block-menu .menu li a.active:hover {
      background-image: none; }
  aside .block-menu .block-title {
    font-size: 100%; }
  aside .block-menu-block .menu li {
    margin: 0 -20px; }
    aside .block-menu-block .menu li a.active:hover {
      background-image: none; }
  aside .block-menu-block .block-title {
    font-size: 100%; }
  aside blockquote {
    margin: 0;
    padding: 0;
    background-image: none; }

.page-civicrm-event .region-content {
  padding-bottom: 25px; }
.page-civicrm-event .label {
  color: #000;
  white-space: normal; }

.label {
  color: #000 !important;
  white-space: normal !important; }

.event_summary-section {
  padding-bottom: 25px; }

.event_description-section {
  padding-bottom: 25px; }

.page-civicrm-member-search table.crm-copy-fields {
  table-layout: fixed; }
  .page-civicrm-member-search table.crm-copy-fields tr.columnheader td {
    width: 123px; }
  .page-civicrm-member-search table.crm-copy-fields input.crm-form-date {
    width: 7em; }
  .page-civicrm-member-search table.crm-copy-fields a.crm-clear-link {
    padding: 0;
    margin-left: 0; }

#crm-container.crm-public .CRM_Contribute_Form_Contribution_Main .crm-form-radio {
  margin-right: 10px;
  margin-top: 0; }
#crm-container.crm-public .calc-value {
  padding-top: 0;
  font-size: inherit; }
#crm-container.crm-public .content {
  padding-top: 0;
  font-size: inherit; }
#crm-container.crm-public .crm-section {
  margin-bottom: 5px; }
#crm-container .ac_results li {
  line-height: inherit; }

.crm-container .register_link-top {
  float: none;
  margin-left: 0; }
.crm-container .help {
  font-size: inherit;
  font-family: inherit; }
.crm-container h3 {
  font-family: inherit;
  font-size: inherit; }

a.button.crm-register-button {
  display: inline-block;
  background: #592c82;
  font-size: 110%;
  padding: 5px 20px;
  text-transform: uppercase;
  color: #fff; }

.views-field.crm-register-button a,
.views-field .crm-register-button a {
  display: inline-block;
  background: #592c82;
  font-size: 110%;
  padding: 5px 20px;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0 0; }

.crm-actionlinks-top {
  overflow: hidden;
  padding-bottom: 25px; }

.crm-actionlinks-bottom {
  overflow: hidden;
  padding-top: 25px; }

.crm-section {
  margin-bottom: 5px; }
  .crm-section.crm-socialnetwork.help {
    background-color: transparent;
    border-color: #c1c1c1;
    padding: 25px; }

/* .field-slideshow-wrapper {
	background-color: $color_silver_approx;
} */
.field-slideshow {
  margin: 0 auto;
  width: 100% !important; }

.field-slideshow-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(13, 101, 119, 0.66);
  color: #fff;
  padding: 7px;
  font-size: 16px;
  line-height: 22px; }

/* .field-slideshow-controls {
	.prev {
		position: absolute;
		left: 10px;
		top: 50%;
		z-index: 100;
		text-indent: -999px;
		background-image: $url_36;
		background-repeat: no-repeat;
		background-position: center left;
		width: 50px;
		height: 100px;
		overflow: hidden;
		margin-top: -50px;
	}
	.next {
		position: absolute;
		top: 50%;
		right: 10px;
		z-index: 100;
		text-indent: -999px;
		background-image: $url_37;
		background-repeat: no-repeat;
		background-position: center right;
		width: 50px;
		height: 100px;
		overflow: hidden;
		margin-top: -50px;
	}
} */
.content-leader {
  overflow: hidden; }

.looking {
  text-align: center;
  margin-bottom: 25px; }
  .looking h3 {
    padding: 0;
    margin: 0;
    font-size: 105%; }
  .looking p {
    font-size: 80%; }

.ft-img {
  padding-left: 0; }
  .ft-img img {
    width: 100%;
    height: auto;
    display: block; }

.ft-copy.col-sm-12 {
  padding-left: 0; }
.ft-copy.col-sm-9 {
  padding-left: 30px; }

.ft-box {
  border-top: 1px solid #c1c1c1;
  overflow: hidden;
  padding-top: 30px;
  margin-top: 15px; }

span[data-picture-align="left"] {
  float: left;
  margin: 0 25px 25px 0; }

img[data-picture-align="left"] {
  float: left;
  margin: 0 25px 25px 0; }

span[data-picture-align="right"] {
  float: right;
  margin: 0 0 25px 25px; }

img[data-picture-align="right"] {
  float: right;
  margin: 0 0 25px 25px; }

.middle {
  margin-top: 30px; }
  .middle > .row > section.col-sm-9 > .inset {
    min-height: 200px; }

.page-knowledge-repository .view-filters {
  display: none; }
.page-knowledge-repository .field-name-body {
  margin-bottom: 20px; }
.page-knowledge-repository .field-name-field-cck-authors {
  margin-bottom: 20px; }
  .page-knowledge-repository .field-name-field-cck-authors .field-item {
    word-break: break-word; }
.page-knowledge-repository .field.field-name-field-doi-link {
  margin: 5px 0 10px 0; }

.page-search .view-filters {
  display: none; }
.page-search .views-row {
  margin-bottom: 25px;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 25px; }
.page-search .views-field-type {
  font-size: 14px;
  color: #747474; }

.textformatter-separator {
  padding: 0 7px; }

.linkbox {
  border: 1px solid #c1c1c1;
  padding: 15px;
  margin-top: 25px; }
  .linkbox a {
    display: block;
    padding: 3px 40px 3px 20px;
    background-image: url(../images/event-arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    overflow: hidden; }

.arrowlink {
  background-image: url(../images/event-arrow.png);
  padding-right: 25px;
  background-position: center right;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase; }

.overbox {
  position: absolute;
  top: 0;
  bottom: 36px;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none; }
  .overbox .container {
    height: 100%;
    position: relative; }
  .overbox .row {
    height: 100%; }
  .overbox .ft-box {
    border: none;
    top: 50%;
    transform: translateY(-50%);
    max-height: 95%;
    max-width: 745px;
    padding-top: 0;
    margin-top: 0; }
  .overbox .ft-inner {
    background-color: rgba(13, 101, 119, 0.66);
    color: #fff;
    border-bottom: 6px solid #95cc74;
    max-height: 95%;
    font-size: 2vmin;
    line-height: 3vmin;
    padding: 1vmin 3vmin; }
  .overbox .ft-img {
    margin: 0 25px 25px 0; }

.sponsor-logo {
  margin-bottom: 25px;
  height: auto;
  display: inline-block; }

.thought-leader {
  text-transform: none;
  font-size: 16px; }

.field-name-body {
  overflow: hidden; }

#block-menu-menu-footer-terms {
  background-color: #009f4b; }
  #block-menu-menu-footer-terms a {
    color: #fff; }
    #block-menu-menu-footer-terms a:hover {
      background-color: inherit;
      text-decoration: underline; }
  #block-menu-menu-footer-terms ul.menu {
    text-align: center; }
    #block-menu-menu-footer-terms ul.menu li {
      display: inline-block; }

.term-listing-heading {
  overflow: hidden; }

.term-link {
  text-align: center; }

.page-taxonomy-term .region-sidebar-second .term-link {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px; }

.page-taxonomy-term .topic-description {
  padding-top: 15px; }

.become-affiliate-copy {
  padding-left: 0; }

.main-container .row-teaser-content table tr td:first-child {
  width: 100px;
  vertical-align: top; }

.tabpanel .nav-tabs {
  border-bottom: none;
  border-left: 1px solid #c1c1c1;
  margin-bottom: -1px; }
  .tabpanel .nav-tabs li {
    border-right: 1px solid #fff;
    float: none;
    display: table-cell;
    vertical-align: middle;
    background: #009f4b; }
    .tabpanel .nav-tabs li:hover {
      background: #95cc74; }
    .tabpanel .nav-tabs li.active {
      background: #fff;
      border-top: 1px solid #009f4b; }
      .tabpanel .nav-tabs li.active:hover {
        color: #009f4b; }
      .tabpanel .nav-tabs li.active:focus {
        color: #009f4b; }
    .tabpanel .nav-tabs li a {
      color: #fff;
      font-family: Cabin, sans-serif;
      font-size: 20px;
      font-size: 1.9vmin;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      margin: 0;
      border: none;
      text-align: center;
      padding: 1vmin;
      line-height: 2.4vmin; }
      .tabpanel .nav-tabs li a:hover {
        border: none;
        background: none; }
      .tabpanel .nav-tabs li a:focus {
        border: none;
        background: none; }
    .tabpanel .nav-tabs li.active a {
      color: #009f4b; }

.follow-links a {
  display: inline-block;
  width: 33px;
  height: 33px;
  text-indent: -999px;
  overflow: hidden;
  margin-right: 15px;
  background-image: url(../images/icons-follow2.png);
  background-repeat: no-repeat; }

.region-sidebar-first .field-rt {
  overflow: hidden;
  margin-left: auto;
  border-right: 1px solid #c1c1c1;
  margin-bottom: 25px;
  padding-right: 5px; }

.topics a {
  color: #747474;
  display: inline-block;
  padding-left: 55px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 25px;
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  background-size: 32px;
  /*
  &.topic-safety {
  		background-position: left top;
  	}
  	&.topic-noise {
  		background-position: left -60px;
  	}
  	&.topic-costmanagement {
  		background-position: left -120px;
  	}
  	&.topic-lighting {
  		background-position: left -180px;
  	}*/ }

/*remove discount box from membership signup pages*/
#membership .cividiscount {
  display: none; }

.page-join .whitebox {
  padding-top: 30px; }
  .page-join .whitebox a {
    text-decoration: underline; }
.page-join .tableborder {
  border: 1px solid #000;
  margin-top: 20px; }
.page-join .new-benefit-table {
  margin-top: 26px; }
  .page-join .new-benefit-table .row > div {
    padding: 10px; }
  .page-join .new-benefit-table a {
    color: #ae234a;
    font-weight: bold; }
.page-join .linkbox {
  border: 1px solid #000;
  padding: 10px;
  margin-top: 0px; }
  .page-join .linkbox h3 {
    color: #ae234a;
    font-size: 20px; }
.page-join .row-even {
  background-color: #ddd; }
.page-join .details {
  border-left: 1px solid #000; }
.page-join .atype {
  color: #fff;
  text-align: center; }
  .page-join .atype .button {
    padding-bottom: 10px; }
  .page-join .atype h3 {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    padding-top: 10px; }
.page-join .price {
  color: #1c94ad;
  font-size: 20px;
  text-align: center; }
  .page-join .price h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin-top: 10px; }
.page-join .rw1 .atype {
  background-color: #9c74b3; }
.page-join .rw2 .atype {
  background-color: #592c82; }
.page-join .rw3 .atype {
  background-color: #784199; }
.page-join .rw4 .atype {
  background-color: #1c94ad; }
.page-join .rw5 .atype {
  background-color: #136d82; }
.page-join .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.page-join .atype .button a {
  background-color: #c9476a;
  font-size: 14px;
  color: #fff; }
.page-join a.button-plan span {
  display: inline-block;
  margin: 0 auto;
  background-color: #ae234a;
  border-radius: 4px;
  padding: 3px 12px; }
.page-join .join-side .row > div {
  margin-bottom: 20px; }
.page-join .mbennies h4 {
  color: #0d6577;
  font-size: 18px;
  line-height: 28px;
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
.page-join .cont-info h5 {
  font-size: 15px;
  line-height: 13px; }

/*********************************************
 *
 *  Insights & Solutions - node/detail page
 *
 *********************************************/
.node-type-resource .links-wrapper {
  float: right; }
.node-type-resource .title-details ul.links {
  float: left;
  margin-top: -2px; }

@media (max-width: 767px) {
  .node-type-resource .links-wrapper {
    display: block;
    float: none;
    width: 100%;
    margin-top: 10px; }
  .node-type-resource a.btn-share {
    float: left;
    margin-right: 10px; }
  .node-type-resource .title-details ul.links {
    float: left; }
  .node-type-resource #block-fieldblock-node-resource-default-field-resource-type {
    display: none; } }
.views-row-last .resource.teaser {
  border-bottom: none;
  margin-bottom: 0; }

.hdr p {
  font-weight: 100;
  font-size: 16px; }

.boldtitle h2 {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 48px;
  margin-bottom: 30px; }
  .boldtitle h2 span {
    font-weight: 100; }

#pdfContainer canvas:first-child {
  display: none; }

.node-type-page .region-content {
  padding-bottom: 25px; }

.field-name-field-hd-image img {
  width: 100%;
  height: auto;
  margin-bottom: 25px; }

.term-933 a.term-link {
  background-position: 0 10px; }

.term-934 a.term-link {
  background-position: 0 -383px; }

.term-928 a.term-link {
  background-position: 0 -100px; }

.term-931 a.term-link {
  background-position: 0 -318px; }

.term-930 a.term-link {
  background-position: 0 -156px; }

.term-929 a.term-link {
  background-position: 0 -441px; }

.term-932 a.term-link {
  background-position: 0 -264px; }

#uc-cart-view-form img {
  padding-right: 0; }

.uc-cart-checkout-form .form-item label {
  text-align: left; }

.views-field-field-image-cache span {
  display: block;
  position: relative;
  min-height: 100px; }

.page-products .views-field-field-image-cache img {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 10px; }

.view-related-product .views-row {
  text-align: center;
  padding: 20px 0; }

.field.field-name-field-discount-savings:after {
  display: inline; }

.discounted .uc-price {
  text-decoration: line-through; }

.anon-price-join a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold; }

.page-civicrm-contribute .label {
  color: #000;
  white-space: normal; }

.select2-container .select2-choice {
  height: auto; }

.page-civicrm table.report .label {
  display: table-cell; }

.highlighted.w-slider {
  width: 100%;
  padding: 0;
  position: relative; }
  .highlighted.w-slider .field-slideshow-controls {
    position: absolute;
    bottom: 250px;
    width: 100%; }
  .highlighted.w-slider .field.field-name-field-header-slideshow {
    height: 500px;
    overflow: hidden;
    position: relative; }
    .highlighted.w-slider .field.field-name-field-header-slideshow > .field-items {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: auto; }
  .highlighted.w-slider > .container {
    width: 100%;
    padding: 0; }

.view-knowledge-repository .field-type-taxonomy-term-reference {
  color: #747474;
  font-size: 12px; }

.page-node-95 .page-header {
  margin-bottom: 25px; }

.region-sidebar-first img {
  width: 100%;
  height: auto; }

#block-views-exp-kr-flag-list-page .views-exposed-widgets {
  margin-bottom: 1em; }
#block-views-exp-kr-flag-list-page .views-exposed-form .views-exposed-widget {
  padding-top: 0; }
  #block-views-exp-kr-flag-list-page .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 2.2em; }

.view.view-kr-flag-list .view-header {
  margin-bottom: 1em; }

#block-views-kr-flag-list-block-1,
#block-chd-search-is-results-link,
#block-chd-search-kr-results-link {
  border-top: 5px solid #ae234a; }
  #block-views-kr-flag-list-block-1 h2, #block-views-kr-flag-list-block-1 a,
  #block-chd-search-is-results-link h2,
  #block-chd-search-is-results-link a,
  #block-chd-search-kr-results-link h2,
  #block-chd-search-kr-results-link a {
    color: #ae234a; }

button#edit-checkout--2 {
  color: #fff;
  border: none;
  background-color: #ae234a; }
  button#edit-checkout--2:hover {
    background-color: #c9476a; }

.page-civicrm-showevents #crm-container div#printer-friendly {
  display: none; }

.research-services table {
  margin-bottom: 0; }

.field-name-field-video-link {
  margin-bottom: 20px; }

.field-name-field-video-link video {
  width: 100%;
  height: auto; }

.open .dropdown-toggle.btn-danger {
  background-color: #c9476a;
  border-color: #c9476a; }

.sharethis-wrapper {
  display: none; }

.field-name-field-associated-topics .field-item, .field-name-field-resource-tags .field-item {
  display: inline;
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #c1c1c1; }

.field-name-field-associated-topics .field-item:last-child, .field-name-field-resource-tags .field-item:last-child {
  border-right: none; }

.field-name-field-associated-topics, .field-name-field-resource-tags {
  font-size: 15px;
  margin-top: 20px; }

.field-name-field-associated-topics .field-label, .field-name-field-resource-tags .field-label {
  font-weight: normal; }

#pre-footer {
  padding: 25px 0 0 0; }
  #pre-footer .col#pre-footer-col-1 {
    border-top-color: #1393ad; }
  #pre-footer .col#pre-footer-col-2 {
    border-top-color: #ae234a; }

.view-resources ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.view-resources .description-small {
  font-size: 14px;
  line-height: 14px;
  font-color: #5E5E5E; }
.view-resources .views-row {
  margin-bottom: 20px; }
  .view-resources .views-row.views-row-last {
    margin-bottom: 0; }
.view-resources .views-field.views-field-field-resource-type {
  display: inline-block;
  margin-left: 5px; }
.view-resources .views-field.views-field-created {
  display: inline-block; }
  .view-resources .views-field.views-field-created:after {
    padding: 0;
    content: "∘";
    margin-left: 5px; }

#block-views-resources-related {
  margin: 40px 0 10px 0; }
  #block-views-resources-related .view-header h4 {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #747474; }

.field-slideshow {
  position: relative; }

.field-slideshow-slide img {
  max-width: 100%;
  height: auto !important;
  width: 100% !important; }

.field-slideshow-caption {
  background-color: rgba(13, 101, 119, 0.66);
  color: #fff; }

/* Resource type */
#resource-file-download {
  margin: 0 20px 0 15px; }

/* Expert Bio */
.field-name-field-related-expert-s- > .field-items > .field-item, .view .expert-bio {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 20px; }

.view .expert-bio {
  padding-bottom: 20px; }

.expert-bio-intro {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative; }

h4.expert-bio-label {
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 20px;
  color: #642e9d; }

.expert-bio-info {
  position: absolute;
  bottom: 0;
  right: 0; }

.expert-bio-pic {
  padding: 0; }

.expert-bio-pic img {
  width: 100%;
  height: auto; }

.expert-bio-name a {
  font-weight: bold;
  color: #009f4b; }

.expert-bio-title {
  font-style: italic; }

.expert-bio-body .field-item {
  padding-bottom: 20px; }

.expert-bio-intro + div {
  clear: both; }

/* .node-type-resource .field-name-field-related-expert-s- + div h2 {
  font-size:100%;
  color:$color_green_haze_approx;
  border: none;
  margin-top: 20px;
} */
.expert-bio-body {
  margin-top: 30px; }

#block-block-61 {
  padding-left: 0; }

.crm-button-icon {
  margin-top: 6px; }

span.crm-button.crm-button-type-upload.crm-button_qf_Main_upload.crm-icon-button {
  background-image: none;
  background-color: #592c82;
  border: none;
  border-radius: 5px; }

.view-secondary-title {
  margin: 30px 0 15px; }

.page-about-news .views-row, .page-about-us-news .views-row {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #c1c1c1; }

#block-views-resources-related .region-content h4 {
  display: block; }

#uc-cart-empty-confirm {
  position: relative;
  height: 100px; }

#uc-cart-empty-confirm > div {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0; }

#uc-cart-empty-confirm #edit-submit {
  position: absolute;
  bottom: 0;
  left: 0; }

#uc-cart-empty-confirm #edit-cancel {
  position: absolute;
  bottom: 0;
  left: 100px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none; }

#uc-cart-empty-confirm #edit-cancel:hover {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }

/* EDAC Directory page */
.view-id-edac_directory.view-display-id-page_1 .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 2.2em; }

section#block-block-76 {
  margin-top: 25px; }

.views-row.news-link {
  margin-bottom: 25px; }

/* Pebble */
#block-chd-pebble-become-a-partner {
  background-color: inherit;
  padding: 0;
  border: none; }

#block-views-pebble-facilities-block-1,
#block-views-pebble-partners-block-1 {
  margin: 20px 0; }

#block-views-pebble-facilities-block-1 .views-row {
  margin-bottom: 15px;
  min-height: 100px; }
#block-views-pebble-facilities-block-1 .views-field.views-field-field-images {
  float: left;
  margin-right: 10px; }
  #block-views-pebble-facilities-block-1 .views-field.views-field-field-images .field-content {
    width: 100px;
    height: 80px; }

#block-views-pebble-partners-block-1 tr {
  padding-bottom: 10px; }
#block-views-pebble-partners-block-1 td {
  vertical-align: middle; }
#block-views-pebble-partners-block-1 .views-field-field-pebble-partner-logo img {
  width: 100%;
  height: auto; }

.view-id-pebble_partners.view-display-id-page_1 .views-view-grid td,
.view-id-pebble_facilities.view-display-id-page_1 .views-view-grid td {
  padding: 20px; }

.view-id-pebble_facilities.view-display-id-page_1 .views-field.views-field-title {
  margin-bottom: 7px; }

.region-sidebar-second .view-id-pebble_facilities.view-display-id-partner_facilities {
  line-height: 22px; }
  .region-sidebar-second .view-id-pebble_facilities.view-display-id-partner_facilities .views-row {
    margin-bottom: 10px; }
    .region-sidebar-second .view-id-pebble_facilities.view-display-id-partner_facilities .views-row.views-row-last {
      margin-bottom: 0; }

/*hack to allow for custom text on 24hr webinar pass */
#node-20347 .anon-price {
  display: none; }
#node-20347 .anon-price-copy {
  text-indent: -999px;
  overflow: hidden; }
#node-20347 .uc-price {
  white-space: pre; }
#node-20347 .uc-price:after {
  content: '\A Affiliate Members save 20% \A Affiliate+ Members watch for free'; }

/*temp remove for Access to nature sale*/
#node-12254 .anon-price {
  display: none; }
#node-12254 .anon-price-copy {
  display: none; }
#node-12254 .anon-price-join {
  display: none; }

#block-menu-menu-top-buttons .contextual-links-wrapper {
  display: none; }

.facetapi-facetapi-links {
  padding-left: 0; }

.node-resource .field-item:first-child {
  padding-left: 0; }

.uc-store-address-field .form-item label {
  text-align: left; }

.views-field-registration-link-text {
  margin-top: 25px; }

.views-field-registration-link-text a {
  background-color: #642e9d;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: uppercase; }

.gvcaption {
  display: block;
  text-align: center;
  font-size: 12px; }

#user-page-contact {
  text-transform: capitalize; }

.node-type-pebble-partner-facility .field-slideshow-wrapper {
  background-color: #ffffff;
  max-height: 700px; }
.node-type-pebble-partner-facility .field.field-label-inline {
  margin-bottom: 5px; }
  .node-type-pebble-partner-facility .field.field-label-inline .field-label {
    width: 30%;
    text-align: right;
    padding-right: 15px; }
  .node-type-pebble-partner-facility .field.field-label-inline ul {
    list-style: none;
    padding-left: 0; }

.views-field-red-promo-flag-text-32 {
  transform: rotate(26deg);
  position: absolute;
  top: 16px;
  right: 0;
  width: 79px;
  text-align: center; }

/**************************************************
 *
 * EDAC section
 *
 **************************************************/
#block-views-webinars-block .pagination {
  margin-top: 10px; }

#block-views-webinars-block {
  margin-top: 20px; }

#block-views-edac-ceu-course-list-block-1 {
  margin-top: 20px; }

#colorbox #cboxContent {
  margin-bottom: 0; }
#colorbox .view.view-webinars {
  padding: 13px; }

.view-webinars .get-webinar-pass {
  display: block;
  text-align: center;
  padding: 7px;
  background-color: #c9476a;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 10px; }
  .view-webinars .get-webinar-pass:hover {
    text-decoration: none;
    background-color: #bf385c; }

/* KR & IS result link blocks */
#block-chd-search-kr-results-link a.btn,
#block-chd-search-is-results-link a.btn {
  display: block;
  margin-top: 13px; }

/*Quotator*/
#block-views-quotator-block {
  border-top: 5px solid #ae234a; }

.view-quotator .quote {
  color: #666;
  line-height: 30px;
  font-size: 20px; }
  .view-quotator .quote:before, .view-quotator .ckeditor-accordion-container > dl dt > .quote.ckeditor-accordion-toggle:after, .ckeditor-accordion-container > dl .view-quotator dt > .quote.ckeditor-accordion-toggle:after {
    content: open-quote;
    font-size: 40px;
    color: #ae234a;
    vertical-align: text-top;
    font-weight: bold; }
  .view-quotator .quote:after {
    content: close-quote;
    font-size: 40px;
    color: #ae234a;
    vertical-align: text-top;
    font-weight: bold; }

.ckeditor-accordion-container > dl {
  border: none; }
  .ckeditor-accordion-container > dl dt.active > a {
    background-color: transparent; }
  .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:before, .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:after {
    background: #000; }
  .ckeditor-accordion-container > dl dt > a {
    background-color: transparent;
    color: #000;
    border-bottom: none; }
    .ckeditor-accordion-container > dl dt > a:hover {
      background-color: transparent; }

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