
/* structure and nav builds on revolve hub styles */
.ce-hub .rbody h2 {
  font-size: 32px !important;
}

.ce-hub .c-container {
  width: 100%;
}

.ce-hub .c-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
}

.ce-hub .article-alts-start-right:nth-child(even) .c-row {
  flex-direction: row-reverse;
}

.ce-hub .article-alts-start-left:nth-child(odd) .c-row {
  flex-direction: row-reverse;
}

.ce-hub .c-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 15px;
  padding-left: 15px;
}

.ce-hub .c-column--thirds {
  width: 33.333333%;
  flex: 0 0 33.333333%;
}

.ce-hub .c-column--halfs {
  flex: 0 0 50%;
  width: 50%;
}

.ce-hub .rev-banner {
  overflow: hidden;
}

.ce-hub .logo-container {
  max-width: 864px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.ce-hub .cop-logo {
  position: absolute;
  right:0;
  bottom: 0;
}

.ce-hub .rmenu h3 {
  background: #0098C5;
  color: #252516;
}

.ce-hub .rmenu nav ul {
  list-style: none;
  padding-left:0;
}

.ce-hub .rmenu nav ul li ul li {
  margin-left: 20px;
}

.ce-hub .rmenu nav ul li ul li a {
  font-size: 14px;
  color: #666666;
}

/* multi-level sidenav */
.ce-hub .rmenu nav > ul > li > ul {
  display: none;
}

.ce-hub .rmenu nav a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0098C5;
  bottom: 0;
  left: 0;
  border-right: 30px;
  transition: all .3s ease-in-out;
  transform-origin: left;
  transform: scaleX(0);
}

.ce-hub .rmenu nav a.active {
  color: #0098C5;
  font-size: 18px;
  font-weight: 700;
}

.ce-hub .rmenu nav a:hover:before,
.ce-hub .rmenu nav a.active:before {
  transform: scaleX(1);
}

.ce-hub .rcontainer--no-top {
  padding-top: 0;
}

.ce-hub .rcontainer--grey {
  background-color: #fafafa;
}

.ce-hub .rcontainer .cop-section-intro {
  margin-bottom: 40px;
  color: #666666;
}

.ce-hub .rcontainer .cop-section-intro p {
  font-size: 20px;
}

/*main panel homepage*/
.ce-hub .cop-main-panel {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 500px;
  display: flex;
  justify-content: flex-end;
}

.ce-hub .cop-main-panel__content {
  position: relative;
  width: 44%;
  top: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0,152,197,0.9);
  padding: 32px 32px 40px;
}

.ce-hub .cop-main-panel__content h2 {
  font-size: 30px !important;
  color: #252516;
  border-bottom: 1px solid #fff;
  display: block;
  line-height: 38px !important;
  padding-bottom: 16px;
}

.ce-hub .cop-main-panel__text {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 22px;
}

.ce-hub .cop-main-panel__cta:first-of-type {
  margin-bottom: 80px;
}


/*article preview*/
.ce-hub .article-preview {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 244px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ce-hub .rbody .article-preview__content {
  background-color: rgba(0,152,197,0.85);
  padding: 20px 10px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
  overflow-wrap: break-word;
}


.ce-hub .rbody .article-preview h3 {
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: normal !important;
  font-family: 'open_sansregular',Helvetica,Verdana,sans-serif;/*added*/
}

.ce-hub .article-preview__button {
  text-align: right;
  margin-bottom: 0;
  margin-top: 30px;
}

.ce-hub .rbody .article-preview__link:hover .article-preview__content  {
  background-color: rgba(0,152,197,1);
  min-height: 100%;
}

.ce-hub .rbody .article-preview__link:hover .article-preview h3  {
  text-decoration: underline;
}

.ce-hub .rbody .article-preview__link:hover .article-preview h3 span  {
  text-decoration: none;
}

/* Social component*/
.ce-hub .sm-container {
  border-top: none;
  padding: 40px 0;
}

.ce-hub .sm-twitter {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

.ce-hub .sm-twitter:hover {
  border-color: #0098C5;
}

.ce-hub .rbody .slick-dots li.slick-active button {
  background: #0098C5;
}

.ce-hub .rbody .slick-dots li button {
  border: 1px solid #0098C5;
}

.sm-heading__logo {
  width: 62px;
  height: 62px;
}

/*action component*/
.ce-hub .cop-action-preview {
  display: block;
  margin-bottom: 40px;
  transition: all .3s ease;
}

.ce-hub .cop-action-preview:hover .cop-action-preview__heading  {
  text-decoration: underline;
  text-decoration-color: #0098C5;
}

.ce-hub .cop-action-preview:hover .cop-action-preview__heading span.cop-preview-highlight  {
  text-decoration: underline;
  text-decoration-color: #0b0b0b;

}

.ce-hub .cop-action-preview__img-container {
  width: 100%;
  height: 198px;
  overflow: hidden;
  margin-bottom: 14px;
}


.ce-hub .cop-action-preview__img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.75s;
  transform: scale(1);
}

.ce-hub .cop-action-preview:hover .cop-action-preview__img {
  transform: scale(1.1);
}

.ce-hub .rbody .cop-action-preview__heading {
  font-size: 20px !important;
  line-height: 28px!important;
}

.ce-hub .cop-down-container {
  display: flex;
  justify-content: flex-end;
}

.ce-hub .cop-down-link {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

.ce-hub .cop-down-link:hover span:first-of-type {
  text-decoration: underline;
  text-decoration-color: #0098C5;
}


.ce-hub .cop-down {
  width: 36px;
  height: 36px;
  margin-left: 10px;
  border-radius: 50%;
  border: 1px solid #0098C5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}

.ce-hub .cop-down-link:hover span.cop-down {
  background: #0098C5;
}

.ce-hub .cop-down svg {
  width: 30px;
  height: 30px;
  fill: #0098C5;
  transition: all 0.2s ease;
}

.ce-hub .cop-down-link:hover span.cop-down svg {
  fill: #000;
}

/* clock */
.ce-hub .cop-countdown {
  background: #000;
  color: #fff;
  padding: 20px 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}

.ce-hub #clockdiv{
  color: #fff;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  display: flex;
}

.ce-hub #clockdiv > div{
  display: inline-block;
}

.ce-hub #clockdiv div > span{
  padding: 0 12px;
  display: inline-block;
  font-size: 60px;
  font-weight: 700;
}

.ce-hub #clockdiv .smalltext{
  font-size: 24px;
  color: #0098C5;
  font-weight: 700;
}

/* Feature block */
.ce-hub .brc-block {
  background: #0098C5;
  color: #252516;
  min-height: 560px;
  margin: 40px 0;
}

.ce-hub .brc-block:after,
.ce-hub .brc-block:before {
  content: none;
}

.ce-hub .brc-block-back1 {
  content: '';
  position: absolute;
  width: 500px;
  height: 484px;
  top: -65px;
  right: -384px;
  background: url(/sites/default/themes/zerowaste2016/images/cop-26/cop-circle.png) no-repeat;
}

.ce-hub .brc-block-back2 {
  content: '';
  position: absolute;
  width: 356px;
  height: 345px;
  bottom: 0;
  left: 0;
  background: url(/sites/default/themes/zerowaste2016/images/cop-26/cop-circle.png) no-repeat;
  background-size: contain;
}

.ce-hub .rbody h2.brc-title {
  font-size: 50px !important;
}

.ce-hub .brc-left-buttons {
  margin: 40px 0 90px;
}

/* Page preview */

.ce-hub .cop-page-preview {
  margin-bottom: 80px;
}

.ce-hub .cop-page-preview__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 400px;
  display: block;
}

.ce-hub .rbody h2.cop-page-preview__heading {
  font-size: 20px !important;
  line-height: 30px!important;
}

.ce-hub .cop-page-preview__content {
  margin-bottom: 16px;
}

.ce-hub .cop-page-preview__content p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

/*accordion*/
.ce-hub .cop-accordion {
  border-top: 1px solid #0098C5;
}

.ce-hub .cop-accordion > a {
  font-size: 20px;
  font-weight: 700;
  color: #252516;
  padding: 20px 50px 20px 0;
  display: block;
  position: relative;
}

.ce-hub .cop-accordion > a:hover {
  text-decoration: underline;
  text-decoration-color: #0098C5;
}

.ce-hub .cop-accordion > a .cop-down{
  content: '';
  position: absolute;
  top: calc(50% - 18px);
  right: 0;
}

.ce-hub .cop-accordion > a:hover .cop-down {
  background-color: #0098C5;
}

.ce-hub .cop-accordion > a .cop-down > svg{
  transition: all .2s linear;
}

.ce-hub .cop-accordion > a.open .cop-down > svg{
  transform: rotate(180deg);
}

.ce-hub .cop-accordion > a:hover .cop-down > svg {
  fill: #000;
}



.ce-hub .cop-accordion > div {
  font-size: 16px;
  color: #666666;
}

.ce-hub .cop-accordion > div p,
.ce-hub .cop-accordion > div li {
  font-size: 16px;
}

.ce-hub .cop-accordion > div > p:first-of-type {
  margin-top: 0;
}



/*generic*/

.ce-hub .cop-body-img {
  margin-top: 18px;
  max-width: 100%;
  height: auto;
}

.ce-hub .rbody-intro__title {
  width: 100%;
  margin-bottom: 40px;
}

.ce-hub .cop-body-content {
  color: #666666;
}

.ce-hub .cop-body-content p a,
.ce-hub .cop-body-content li a,
.ce-hub .cop-page-preview__content p a,
.ce-hub .cop-section-intro p a {
  color: #0098C5;
  text-decoration: underline;
  font-weight: 700;
}

.ce-hub .cop-body-content p a:hover,
.ce-hub .cop-body-content p a:focus,
.ce-hub .cop-body-content li a:hover,
.ce-hub .cop-body-content li a:focus,
.ce-hub .cop-page-preview__content p a:hover,
.ce-hub .cop-page-preview__content p a:focus,
.ce-hub .cop-section-intro p a:hover,
.ce-hub .cop-section-intro p a:focus {
  color: #000;
  text-decoration-color: #0098C5;
}

.ce-hub .rbody-intro__title--no-bottom {
  margin-bottom: 0;
}

.ce-hub .rbody-intro__highlight {
  margin-bottom: 34px;
}

.ce-hub .rbody-intro__highlight p {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  display: inline;
}

.ce-hub .cop-preview-highlight {
  color: #0098C5;
  background: #0b0b0b;
  margin-right: 6px;
  padding: 0 2px;
}

.ce-hub .cop-preview-date {
  font-size: 14px;
  color: #666666;
}

.ce-hub .cop-section-heading {
   font-size: 32px !important;
   color: #252516;
   border-bottom: 1px solid #0098C5;
   display: inline-block;
   line-height: 32px!important;
   padding-bottom: 18px;
}

.ce-hub .cop-section-heading--pad-bottom {
  margin-bottom: 40px;
}

.ce-hub .cop-section-heading--pad-left {
  margin-left: 70px;
  padding-left: 0;
}

/*buttons*/
.ce-hub .c-cta {
  font-size: 14px; /*changed*/
  font-family: 'open_sansregular',Helvetica,Verdana,sans-serif; /*added*/
  line-height: 20px; /*changed*/
  padding: 12px 20px; /*changed*/
  display: inline-block;
  text-transform: none;
  font-weight: normal; /*changed*/
  color: #252516;
  border-radius: 8px;
  background: #0098C5; /*changed*/
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); /*added*/
  transition: all .2s ease;
}

.ce-hub .c-cta--white {
  background: #fff;/*changed*/
}

.ce-hub .c-cta--main {
  font-size: 16px;
  padding: 12px 40px;
  box-shadow: none;
}

.ce-hub .c-cta--feature {
  display: block;
  width: 75%;
  margin-bottom: 15px;
  box-shadow: none;
  text-align: center;
  border: 1px solid #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 20px;
}

.ce-hub .c-cta--block {
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

.ce-hub .c-cta:hover,
.ce-hub .c-cta:focus {
  background: #252516;
  color: #0098C5;
}

.ce-hub .c-cta--white:hover,
.ce-hub .c-cta--white:focus {
  background: #252516;
  color: #0098C5;
}

.ce-hub .c-cta--feature:hover,
.ce-hub .c-cta--feature:focus {
  border: 1px solid #252516;

}


/*back to COP banner */
.ce-related-banner {
  width: 100%;
  height: 250px;
  background-color: #0090b4;
  background-image: url(/sites/default/themes/zerowaste2016/images/CEBillWebButton.png);
  background-size: 250px 250px;
  background-position: right 0;
  background-repeat:no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 0;
  transition: all 0.3s ease;
}

.ce-related-banner:hover {
  background-color: #00a5ce;
}

.ce-related-banner__text {
  font-size: 18px;
  color: #000;
  margin-bottom: 24px;
  padding: 0 20px;
  text-align: center;
  line-height: 24px;
}

.ce-related-banner:hover .ce-related-banner__text {
  text-decoration: underline;
}


/* show more articles*/
.ce-hub .hide {
  display: none;
}

.ce-hub .show {
   display: flex
}

/*slect filter */
.ce-hub .cop-select {
  display: flex;
  font-size: 16px;
  margin-bottom:30px;
  justify-content: flex-end;
  align-items: center;
}

.ce-hub .cop-select label {
  margin-right: 6px;
  font-weight: normal;
  font-size: 14px;
}

.ce-hub .cop-select-container {
  position: relative;
}

.ce-hub .cop-select-container:after {
  background: url(/sites/default/themes/zerowaste2016/images/cop-26/cop-down.svg) center center no-repeat;
  content: '';
  pointer-events: none;
  position: absolute;
  right: 4px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  z-index: 2;
}

.ce-hub .cop-select select {
  border: 1px solid #c7c7d0;
  border-radius: 4px;
  color: #4B4744;
  padding: 6px 30px 6px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: none;
}

.ce-hub .js-latest-item.hide > a,
.ce-hub .js-event-item.hide > a,
.ce-hub .js-research-item.hide > a,
.ce-hub .js-cs-item.hide > a {
  opacity: 0;
}

.ce-hub .js-latest-item.show > a,
.ce-hub .js-event-item.show > a,
.ce-hub .js-research-item.show > a,
.ce-hub .js-cs-item.show > a {
  animation: showItems .4s .2s ease forwards;
}

@keyframes showItems {
  to {
    opacity: 1;
  }
}


@media (max-width: 1340px){
  .ce-hub .rmenu {
    border-bottom: 1px solid #0098C5;
  }

  .ce-hub .rmenu nav a:hover {
    color: #0098C5;
  }
}

@media (max-width: 620px){

  /*grid*/
  .ce-hub .c-column--thirds,
  .ce-hub .c-column--halfs {
    width: 100%;
    flex: 0 0 100%;
  }

  .ce-hub .rmenu {
    border-bottom: 1px solid #0098C5;
  }

  .ce-hub .rcontainer {
    padding: 40px 25px;
  }

  .ce-hub .rcontainer--no-top {
    padding-top: 0;
  }

  .ce-hub h1.rbody-intro__title.rbody-intro__title--no-bottom {
    margin-top: 0;
  }

  .ce-hub .c-cta--main {
    padding: 12px 24px;
  }

  .ce-hub .cop-main-panel__content {
    width: 70%;
  }

  .ce-hub .cop-main-panel__content h2 {
    padding-bottom: 10px;
  }

  .ce-hub .article-preview__link,
  .ce-hub .c-cta--block {
    margin-bottom: 20px;
  }

  .ce-hub .rbody .article-preview__content {
    min-height: 0;
  }

  .ce-hub .cop-section-heading {
    padding-bottom: 10px;
  }

  .ce-hub .rbody-intro__title {
    margin-top: 0;
  }

  .ce-hub .rbody-intro__highlight p {
    font-size: 24px;
    line-height: 36px;
  }

  .ce-hub .rbody h2.brc-title {
    font-size: 34px !important;
  }

  .ce-hub .brc-left-buttons {
    margin-bottom: 40px;
  }

  .ce-hub .brc-block {
    min-height: auto;
    padding-bottom: 100px;
  }

  .ce-hub #clockdiv div > span {
    padding: 0 6px;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
  }

  .ce-hub #clockdiv .smalltext {
    font-size: 14px;
  }

  .ce-hub .cop-section-heading--pad-left {
    margin-left: 40px;
  }

  .ce-hub .rmenu nav ul li ul li a {
    font-size: 14px;
  }

  .ce-hub .cop-page-preview__img {
    margin-bottom: 20px;
    height: calc(100% - 20px);
  }

  .node-type-cop26-hub-action .cop26 .cop-page-preview:nth-child(2) .c-row {
      flex-direction: column-reverse;
  }

}

/* IE11 hacks */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .ce-hub .c-column--thirds,
  .ce-hub .c-column--halfs {
      flex: auto;
  }

  .ce-hub .c-column--halfs {
    max-width: 377px;
  }

  .ce-hub .rbody .article-preview__link:hover .article-preview__content {
    min-height: 120px;
  }

  .ce-hub .cop-select-container:after {
    content: none;
  }

  .ce-hub .c-cta--block {
    flex: auto;
  }

  .ce-hub .cop-body-img,
  .ce-hub .cop-page-preview__img {
    flex: none;
    height: auto;
  }
}









