@charset "UTF-8";
/**************
 SCSS VARIABLES
***************/
/* START GLOBAL DECLERATIONS */
html, body {
  font-size: 15px;
  font-family: "Roboto",Arial,Helvetica,sans-serif;
  color: #3E3E42;
  background-color: #fafafa; }

body.page {
  background-color: #EFEFEF; }

body.listing {
  background-color: white; }

a {
  color: #2c2c2c; }

a:hover {
  color: #1f1f1f;
  text-decoration: underline; }

/* END GLOBAL DECLARATIONS */
/* START HEADER */
header {
  border-bottom: 1px solid #CCCCCC; }

header .brand {
  width: 20rem;
  position: absolute;
  height: 100%;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  background: white;
  height: 5.8rem; }

header .brand img {
  max-width: 100%;
  width: auto; }

.top-menu .nav-item a {
  font-size: 0.9rem; }

.nav-item a {
  letter-spacing: 0.02rem; }

header .navbar {
  margin-left: 20rem; }

.navbar.navbar-tight {
  padding: 0 1rem; }

.navbar .navbar-brand img {
  width: 250px; }

.navbar .dropdown-header {
  background: #00a17e;
  color: white;
  font-size: 1rem;
  padding: 0.5rem 1rem; }

/*
.dropdown:hover>.dropdown-menu {
  display: block;
}
*/
.navbar .social-icons {
  width: 2rem;
  text-align: center;
  padding: 0.2rem 0.4rem;
  border: 1px solid #CCC;
  border-radius: 10px;
  margin: 0.5rem; }

.navbar .social-icons:hover {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7) !important; }

/* START custom collapsing navbar links */
.nav-collapsing .navbar-brand {
  float: none; }

@media (min-width: 768px) {
  .nav-collapsing {
    list-style: none;
    padding-left: 0;
    float: left;
    white-space: nowrap; }
  .nav-collapsing > li {
    white-space: nowrap;
    position: relative;
    display: inline-block !important;
    float: none; }
  .nav-collapsing > li > a, .nav-collapsing .dropdown-menu > li > a {
    display: block; }
  .dropdown-submenu > .dropdown-menu {
    right: 0;
    margin-left: -1px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown-submenu.pull-left {
    float: none; }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px; }
  .dropdown-menu .dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%; } }

/* END custom collapsing navbar links */
.social-icon {
  display: inline-block;
  width: 2rem;
  text-align: center;
  padding: 0.2rem 0.4rem;
  border: 1px solid #CCC;
  border-radius: 10px;
  margin: 0 0.5rem 0 0;
  background: white; }

.si-tw {
  color: #00aced;
  border-color: #00aced !important; }

.si-fb {
  color: #3b5998;
  border-color: #3b5998 !important; }

.si-li {
  color: #0077b5;
  border-color: #0077b5 !important; }

.si-yt {
  color: #FF0000;
  border-color: #FF0000 !important; }

/* ADVERT LEADERBOARDS*/
.advert-header, .advert-footer {
  background: inherit;
  padding: 2rem 0; }

.advert-grid {
  background: inherit;
  padding: 0 0 4rem 0; }

.advert-list {
  background: inherit;
  padding: 2rem 0; }

.advert-sub-footer {
  background: inherit;
  margin: 0 0 2rem 0; }

.leaderboard {
  width: 970px;
  height: 90px;
  margin: 0 auto;
  border: 1px red dotted; }

main {
  background: white; }

main.article-page, main.page {
  background: #EFEFEF; }

body {
  background: white;
  color: #2c2c2c; }

footer {
  color: white;
  background: #2c2c2c;
  padding: 2rem 0 0; }

.footer-container {
  background: #2c2c2c; }

.footer {
  margin-bottom: 2rem; }

footer a {
  color: white; }

footer a:hover {
  color: #00a17e;
  text-decoration: none; }

footer h3 {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0.5rem; }

footer h4 {
  font-size: 1.1rem;
  text-transform: capitalize; }

footer p.subtitle {
  color: #00a17e;
  font-family: 'Merriweather','Times New Roman', serif;
  font-size: 0.9rem;
  font-weight: 800;
  font-style: italic; }

.sub-footer {
  padding: 1rem 0;
  border-top: 1px solid #ECECEC; }

.subfooter p {
  margin: 0; }

/*
 * HOMEPAGE STYLES
 *
 */
/* Start FEATURES */
.features {
  border: 1px solid white; }
  .features .item {
    color: white;
    position: relative; }
    .features .item h2 a {
      color: white; }
    .features .item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(10, 10, 10, 0), rgba(10, 10, 10, 0.8)); }
    .features .item .content {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      padding: 2rem; }
      .features .item .content h2.title {
        font-weight: 600;
        letter-spacing: 0.1rem; }
      .features .item .content .categories {
        color: #00a17e; }
      .features .item .content .meta {
        /* color: $climate-action-green; */
        color: #717177;
        font-weight: 700; }
    .features .item .article-image {
      padding: 2rem;
      width: 100%;
      position: relative;
      background-position: center center;
      background-size: cover;
      border: 1px solid white; }
    .features .item .article-image:hover .overlay {
      background: linear-gradient(rgba(0, 161, 126, 0.3), rgba(10, 10, 10, 0.8)); }
    .features .item .article-block {
      padding: 2rem;
      width: 100%;
      position: relative;
      background-position: center center;
      background-size: cover;
      border: 1px solid white; }
  .features .item.item-header {
    background-color: #00a17e;
    padding: 0.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid white; }
    .features .item.item-header .title {
      font-weight: 600;
      margin-bottom: 0;
      font-size: 1.4rem; }
    .features .item.item-header .buttons ul {
      margin-bottom: 0; }
  .features .item.item-header.item-feature {
    background-color: #003366; }
  .features .item.item-alpha h2 {
    font-size: 2.5rem; }
  .features .item.item-alpha .article-image {
    height: 40rem; }
  .features .item.item-beta h2 {
    font-size: 2rem; }
  .features .item.item-beta .article-image {
    height: 20rem; }
  .features .item.item-beta .article-block {
    height: 20rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .features .item.item-beta .article-block .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 51, 102, 0.5), rgba(0, 51, 102, 0.9)); }
    .features .item.item-beta .article-block .content .title {
      font-size: 1.5rem;
      font-weight: 600; }
    .features .item.item-beta .article-block .content .categories {
      color: white; }
    .features .item.item-beta .article-block .content .meta {
      color: white;
      margin-bottom: 1rem; }
    .features .item.item-beta .article-block .content .description {
      margin-bottom: 1rem; }
  .features .item.item-charlie h2 {
    font-size: 1.5rem; }
  .features .item.item-charlie .article-image {
    height: 20rem; }
  .features .item.item-charlie .article-block {
    height: 20rem;
    /* background-color: $climate-action-blue; */
    padding: 2rem;
    /* border: 1px solid $climate-action-white; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .features .item.item-charlie .article-block .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 51, 102, 0.5), rgba(0, 51, 102, 0.9)); }
    .features .item.item-charlie .article-block .content .title {
      font-size: 1.5rem;
      font-weight: 600; }
    .features .item.item-charlie .article-block .content .categories {
      color: white; }
    .features .item.item-charlie .article-block .content .meta {
      color: white;
      margin-bottom: 1rem; }
    .features .item.item-charlie .article-block .content .description {
      margin-bottom: 1rem; }
  .features .most-popular {
    padding: 2rem;
    background: #ECECEC;
    border: 1px solid white;
    height: 100%;
    max-height: 44rem;
    counter-reset: item; }
    .features .most-popular .header .title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 2rem; }
    .features .most-popular .body .list {
      margin-bottom: 0; }
      .features .most-popular .body .list .list-item {
        position: relative;
        list-style-type: none;
        padding: 0;
        margin-bottom: 0.75rem;
        margin-left: 0.75rem; }
        .features .most-popular .body .list .list-item a {
          color: #2c2c2c; }
        .features .most-popular .body .list .list-item .title {
          font-size: 1.2rem;
          font-weight: 400; }
        .features .most-popular .body .list .list-item .date {
          font-size: 0.8rem; }
        .features .most-popular .body .list .list-item .categories {
          color: #00a17e; }
      .features .most-popular .body .list .list-item:before {
        counter-increment: item;
        content: counter(item);
        font-size: 1.2rem;
        font-weight: 600;
        text-align: center;
        background: #00a17e;
        padding: 0.3rem 0rem;
        height: 2.4rem;
        width: 2.4rem;
        color: white;
        position: absolute;
        left: -55px;
        top: 0px; }

@media (max-width: 575px) {
  .features .item.item-beta {
    flex-direction: column; } }

.features-signup .social-media-signup {
  font-size: 1.2rem;
  border: 1px solid white;
  border-top: 0;
  background: white;
  height: 100%; }
  .features-signup .social-media-signup .title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .features-signup .social-media-signup .social-media-panel {
    border: 5px solid #003366;
    padding: 2rem 3rem;
    height: 100%; }
    .features-signup .social-media-signup .social-media-panel .list-inline {
      width: 100%;
      text-align: center; }
      .features-signup .social-media-signup .social-media-panel .list-inline .list-inline-item {
        margin-bottom: 1rem; }
        .features-signup .social-media-signup .social-media-panel .list-inline .list-inline-item .btn {
          width: 10rem; }
        .features-signup .social-media-signup .social-media-panel .list-inline .list-inline-item .btn-yt {
          color: #FFFFFF;
          border-color: #FF0000;
          background-color: #FF0000; }
        .features-signup .social-media-signup .social-media-panel .list-inline .list-inline-item .btn-li {
          color: #FFFFFF;
          border-color: #4875B4;
          background-color: #4875B4; }
        .features-signup .social-media-signup .social-media-panel .list-inline .list-inline-item .btn-tw {
          color: #FFFFFF;
          background-color: #1DA1F2;
          border-color: #1DA1F2; }
        .features-signup .social-media-signup .social-media-panel .list-inline .list-inline-item .btn-ig {
          color: #FFFFFF;
          border-color: #C13584;
          background-color: #C13584; }

.features-signup .newsletter-signup {
  font-size: 1.2rem;
  border: 1px solid white !important;
  height: 100%; }
  .features-signup .newsletter-signup .newsletter-form {
    background: #00a17e;
    border-top: 0;
    color: white;
    padding: 2rem 3rem;
    height: 100%; }
    .features-signup .newsletter-signup .newsletter-form form button {
      border-radius: 0;
      background: white; }
    .features-signup .newsletter-signup .newsletter-form h2 {
      font-size: 1.8rem;
      margin-bottom: 1rem;
      font-weight: 700;
      color: white;
      background-color: transparent; }

.digital {
  border: 1px solid white; }
  .digital .events-widget {
    height: 100%;
    border: 1px solid white;
    display: flex;
    flex-direction: column; }
    .digital .events-widget .header {
      background-color: #003366;
      padding: 0.5rem 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .digital .events-widget .header .title {
        font-weight: 600;
        margin-bottom: 0;
        font-size: 1.4rem;
        color: white; }
      .digital .events-widget .header .buttons ul {
        margin-bottom: 0; }
    .digital .events-widget .body {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .digital .events-widget .body .upcoming-events {
        border: 5px solid #003366;
        border-bottom: 0;
        padding: 1rem; }
        .digital .events-widget .body .upcoming-events .title {
          font-size: 1.4rem;
          font-weight: 600;
          color: #003366;
          margin-bottom: 1rem; }
        .digital .events-widget .body .upcoming-events .feature {
          margin-bottom: 3rem; }
          .digital .events-widget .body .upcoming-events .feature .figure {
            margin-bottom: 0.5rem; }
          .digital .events-widget .body .upcoming-events .feature .title {
            font-size: 1.4rem;
            font-weight: 600;
            color: #2c2c2c;
            margin: 0; }
          .digital .events-widget .body .upcoming-events .feature .tagline {
            margin-bottom: 0.25rem; }
          .digital .events-widget .body .upcoming-events .feature .meta {
            margin-bottom: 1rem;
            color: #717177; }
          .digital .events-widget .body .upcoming-events .feature .description {
            margin-bottom: 1rem; }
          .digital .events-widget .body .upcoming-events .feature .buttons ul {
            margin-bottom: 0;
            padding-left: 0; }
        .digital .events-widget .body .upcoming-events .standard-event {
          font-size: 0;
          margin-bottom: 0; }
          .digital .events-widget .body .upcoming-events .standard-event .standard-event-item {
            width: 50%;
            display: inline-block;
            padding-right: 1rem;
            margin-bottom: 1rem;
            font-size: 1rem;
            vertical-align: top; }
            .digital .events-widget .body .upcoming-events .standard-event .standard-event-item .figure {
              max-width: 14rem;
              margin-bottom: 0; }
            .digital .events-widget .body .upcoming-events .standard-event .standard-event-item .standard-event-details .title {
              font-size: 1.2rem;
              font-weight: 600;
              color: #2c2c2c;
              margin-bottom: 0rem; }
            .digital .events-widget .body .upcoming-events .standard-event .standard-event-item .standard-event-details .tagline {
              margin-bottom: 0.25rem; }
            .digital .events-widget .body .upcoming-events .standard-event .standard-event-item .standard-event-details .meta {
              color: #717177; }
      .digital .events-widget .body .past-events {
        border: 5px solid #003366;
        padding: 1rem;
        flex-grow: 1;
        font-size: 0; }
        .digital .events-widget .body .past-events .title {
          font-size: 1.4rem;
          font-weight: 600;
          color: #003366;
          margin-bottom: 1rem; }
        .digital .events-widget .body .past-events .event-list {
          margin-bottom: 0; }
          .digital .events-widget .body .past-events .event-list .media {
            margin-bottom: 1rem;
            width: 33.33333%;
            display: inline-flex;
            font-size: 1rem; }
            .digital .events-widget .body .past-events .event-list .media a {
              width: 30%;
              margin-right: 1rem; }
            .digital .events-widget .body .past-events .event-list .media .media-image {
              min-height: 6rem;
              background-size: cover;
              background-position: center center; }
            .digital .events-widget .body .past-events .event-list .media .media-body {
              display: flex;
              flex-direction: column;
              font-size: 1rem; }
              .digital .events-widget .body .past-events .event-list .media .media-body a {
                width: 100%;
                text-decoration: none; }
                .digital .events-widget .body .past-events .event-list .media .media-body a .title {
                  font-size: 1.2rem;
                  margin-bottom: 0.5rem; }
              .digital .events-widget .body .past-events .event-list .media .media-body p {
                margin-bottom: 0; }
  .digital .video-widget {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid white; }
    .digital .video-widget > .header {
      background-color: #00a17e;
      padding: 0.5rem 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .digital .video-widget > .header .title {
        font-weight: 600;
        margin-bottom: 0;
        font-size: 1.4rem;
        color: white; }
      .digital .video-widget > .header .buttons ul {
        margin-bottom: 0; }
    .digital .video-widget .grid {
      display: flex;
      flex-direction: column;
      border: 5px solid #00a17e;
      border-bottom: 0; }
    .digital .video-widget .trending {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      border: 5px solid #00a17e;
      padding: 1rem; }
      .digital .video-widget .trending .title {
        font-weight: 600;
        margin-bottom: 1rem;
        font-size: 1.4rem;
        color: #00a17e; }
      .digital .video-widget .trending .body .media-list {
        margin-bottom: 0; }
        .digital .video-widget .trending .body .media-list li:nth-last-child(2) {
          margin-bottom: 0; }
        .digital .video-widget .trending .body .media-list li:last-child {
          margin-bottom: 0; }
        .digital .video-widget .trending .body .media-list .media {
          margin-bottom: 1rem; }
          .digital .video-widget .trending .body .media-list .media a {
            width: 30%;
            margin-right: 1rem; }
          .digital .video-widget .trending .body .media-list .media .media-image {
            min-height: 6rem;
            background-size: cover;
            background-position: center center; }
          .digital .video-widget .trending .body .media-list .media .media-body {
            display: flex;
            flex-direction: column;
            font-size: 1rem; }
            .digital .video-widget .trending .body .media-list .media .media-body a {
              width: 100%;
              text-decoration: none; }
              .digital .video-widget .trending .body .media-list .media .media-body a .title {
                font-size: 1.2rem;
                margin-bottom: 0.5rem; }
            .digital .video-widget .trending .body .media-list .media .media-body p {
              margin-bottom: 0; }

@media (max-width: 575px) {
  .digital .events-widget .body .upcoming-events .standard-event .standard-event-item {
    width: 100%;
    padding-right: 0;
    display: flex; }
    .digital .events-widget .body .upcoming-events .standard-event .standard-event-item .figure {
      margin-right: 1rem;
      width: 25%; }
    .digital .events-widget .body .upcoming-events .standard-event .standard-event-item .standard-event-details {
      width: 75%; }
  .digital .events-widget .body .past-events .event-list .media {
    width: 100%; } }

@media (min-width: 576px) and (max-width: 767px) {
  .digital .events-widget .body .past-events .event-list .media {
    width: 100%; }
    .digital .events-widget .body .past-events .event-list .media .media-image {
      width: 40%; }
    .digital .events-widget .body .past-events .event-list .media .media-body {
      width: 60%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .digital .events-widget .body .upcoming-events .standard-event .standard-event-item {
    display: inline-block;
    width: 33.33333%;
    padding-right: 1rem; }
  .digital .events-widget .body .past-events .event-list .media {
    width: 50%; }
    .digital .events-widget .body .past-events .event-list .media .media-image {
      width: 40%; }
    .digital .events-widget .body .past-events .event-list .media .media-body {
      width: 60%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .digital .events-widget .body .upcoming-events .standard-event .standard-event-item {
    display: inline-block;
    width: 33.33333%;
    padding-right: 1rem; }
  .digital .events-widget .body .past-events .event-list .media {
    width: 50%; } }

.twitter-widget {
  max-height: 40rem; }
  .twitter-widget .header {
    background-color: #00a17e;
    padding: 0.5rem 2rem;
    border: 2px solid white;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .twitter-widget .header .title {
      font-weight: 600;
      margin-bottom: 0;
      font-size: 2rem;
      color: white; }
  .twitter-widget .body {
    padding: 0 2rem; }
    .twitter-widget .body iframe {
      overflow: scroll; }

/* End FEATURES */
/* Start NEWS */
.news {
  margin-bottom: 1rem; }

.news .news-header h2 {
  margin-bottom: 2rem;
  font-weight: 700;
  color: #00a17e; }

.news .grid .row [class^=col-] {
  margin-bottom: 2rem; }

.news .item .content {
  padding: 1rem; }

.news .item .content h3.title {
  font-size: 1.2rem;
  font-weight: 700; }

.news .item .content p.summary {
  margin-bottom: 0; }

.news .item .content .meta {
  color: #00a17e;
  text-transform: uppercase;
  margin-bottom: 0; }

.news .item.item-feature {
  background: #2c2c2c;
  color: white; }

.news .item.item-feature .content h3.title a {
  border-bottom: 1px solid #CECECE;
  text-decoration: none; }

.news .item.item-feature .content h3.title a:hover {
  border-color: #00a17e; }

.news .item.item-feature .content h3.title, .news .item.item-feature .content h3.title a {
  color: white; }

.news .item.item-feature .content .meta {
  color: #00a17e;
  margin-top: 1rem;
  margin-bottom: 0; }

.news .item .image, .news .item.item-feature .image {
  position: relative; }

.news .item .image .overlay, .news .item.item-feature .image .overlay {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0.5rem;
  border-radius: 1rem;
  border: 1px solid #00a17e;
  line-height: 0;
  background: #00a17e;
  color: white; }

.news .item.item-large {
  background: #2c2c2c;
  color: white; }

.news .item.item-large .image {
  background: #ECECEC; }

.news .grid .item.item-large .content h3 {
  font-weight: 700; }

.news .item.item-large .row [class^=col-] {
  margin-bottom: 0; }

/* End NEWS */
/* Start EVENTS */
.events {
  margin-bottom: 3rem; }

.events .item {
  position: relative;
  min-height: 34rem;
  border-right: 5px solid white; }

.events .item.item-alpha {
  color: white; }

.events .item.item-alpha .overlay {
  background: rgba(0, 161, 126, 0.75);
  position: absolute;
  height: 100%;
  width: 100%; }

.events .item.item-alpha .content {
  padding: 2rem; }

.events .item.item-beta {
  background: #ECECEC; }

.events .item.item-beta .content {
  padding: 2rem; }

.events .item .content .super-title {
  text-transform: uppercase;
  margin-bottom: 0.2rem; }

.events .item .content h2.title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0.2rem;
  font-weight: 700; }

.events .item .content h2.title a {
  font-style: none; }

.events .item .content h2.title a:hover {
  font-style: underline; }

.events .item .content .body {
  text-align: justify; }

.events .item .content .button-wrapper {
  text-align: left; }

/* End EVENTS */
/* WEBINARS, INTERVIEWS & WHITE PAPERS */
.resources {
  margin-bottom: 2rem; }

.webinars .item .article-image {
  padding: 2rem;
  background: url(https://via.placeholder.com/420x320);
  height: 20rem;
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  border: 2px solid white; }
  .webinars .item .article-image .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem; }
    .webinars .item .article-image .content h2 {
      font-size: 1.5rem;
      font-weight: 600;
      letter-spacing: 0.1rem;
      color: white; }
      .webinars .item .article-image .content h2 a {
        color: white; }
    .webinars .item .article-image .content .categories {
      color: #00a17e; }
    .webinars .item .article-image .content .meta {
      color: #717177;
      font-weight: 700; }
  .webinars .item .article-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(10, 10, 10, 0), rgba(10, 10, 10, 0.8)); }

.webinars .item .article-image:hover .overlay {
  background: linear-gradient(rgba(0, 161, 126, 0.3), rgba(10, 10, 10, 0.8)); }

.interviews .item {
  padding: 2rem;
  background: #ECECEC;
  border: 2px solid white;
  height: 100%; }
  .interviews .item .title {
    font-size: 1.5rem;
    font-weight: 600; }
  .interviews .item .categories {
    color: #00a17e; }
  .interviews .item .meta {
    color: #717177;
    font-weight: 700; }

.white-papers {
  border: 2px solid white; }
  .white-papers .header {
    padding: 1rem;
    background: #00a17e;
    color: white;
    text-align: center; }
    .white-papers .header .title {
      margin-bottom: 0;
      font-size: 1.4rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem; }
  .white-papers .body {
    background: #ECECEC;
    color: #2c2c2c; }
    .white-papers .body ul {
      margin-bottom: 0; }
    .white-papers .body .item {
      padding: 1rem 2rem;
      border-top: 1px solid #FEFEFE; }
      .white-papers .body .item .title {
        font-size: 1.2rem;
        font-weight: 600; }
        .white-papers .body .item .title a {
          color: #2c2c2c; }
      .white-papers .body .item .meta {
        text-transform: uppercase;
        margin-bottom: 0; }
        .white-papers .body .item .meta a {
          color: #717177;
          font-weight: 600; }
  .white-papers .footer {
    background: #00a17e;
    padding: 1rem;
    margin-bottom: 0;
    border-top: 1px solid #FEFEFE; }

.featured-company {
  border: 3px solid #00a17e;
  padding: 2rem;
  height: 100%; }
  .featured-company .header {
    margin-bottom: 1rem; }
    .featured-company .header .surtitle {
      color: #00a17e;
      margin-bottom: 0; }
    .featured-company .header .title {
      font-weight: 600;
      margin-bottom: 0; }
  .featured-company .body {
    margin-bottom: 1rem;
    max-height: 19.33333333333333rem;
    overflow: hidden; }
    .featured-company .body .logo {
      float: left;
      margin-right: 1rem;
      margin-bottom: 1rem; }
    .featured-company .body .lead {
      font-size: 1rem;
      font-weight: 600; }
  .featured-company .footer {
    color: #00a17e;
    margin-bottom: 0;
    width: 100%; }
    .featured-company .footer .btn-green:hover {
      color: white; }

/* DIGITAL PARTNERS */
.digital-partners {
  border: 3px solid #00a17e; }
  .digital-partners .header {
    background: #00a17e;
    height: 100%;
    padding: 1rem; }
  .digital-partners h3 {
    color: white;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center; }

/* FEATURED COMPANIES */
.featured-companies {
  border: 3px solid #00a17e; }
  .featured-companies .header {
    background: #00a17e;
    height: 100%;
    padding: 1rem; }
  .featured-companies h3 {
    color: white;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center; }

/*
 * CONTACT US
 *
 */
.contact-page .main-contacts {
  background: #EFEFEF; }
  .contact-page .main-contacts .contacts {
    max-width: 50rem;
    width: 100%;
    padding: 3rem;
    margin-left: auto; }
    .contact-page .main-contacts .contacts .wrapper {
      margin: 0 0 2rem 0; }

.contact-page .content-header h1 {
  font-size: 2.5rem;
  text-align: center;
  color: #00a17e;
  padding: 25px 0  10px 0;
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem; }

.map-picture {
  background-image: url(/assets/Capture.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  min-height: 30rem; }

.main-contacts .contacts .row [class^=col-] {
  margin-bottom: 1rem; }

.main-contacts p {
  font-size: 1rem;
  line-height: 2; }

.main-contacts h2 {
  font-size: 1.6rem;
  display: inline-block; }

.form-pic img {
  width: 8rem;
  margin: 1rem; }

.form-button .btn {
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 10px 30px 10px 30px;
  background-color: white;
  border: 2px solid #00a17e; }

.form-button .btn:hover {
  background-color: #00a17e; }

.map-box {
  background-color: #00a17e;
  padding: 1rem;
  width: 100%;
  max-width: 22rem;
  top: 15%;
  position: absolute;
  left: 33%; }

.map-box p {
  color: white;
  text-align: center;
  margin: 10px;
  font-size: 1.25rem; }

.map-box i {
  font-size: 2rem; }

.map-box .btn {
  font-size: 1.25rem;
  border-radius: 5px;
  background-color: #00a17e;
  border: 2px solid white;
  color: white; }

.map-box .btn:hover {
  color: #00a17e;
  background-color: white; }

.modal-body {
  padding: 20px;
  font-size: 1.2rem; }

.modal-footer .btn {
  font-size: 1.2rem; }

.modal-title {
  font-size: 1.5rem;
  color: #00a17e; }

/*
 * PAGE STYLES
 *
 */
.page {
  background: #EFEFEF; }

.page-container {
  background: white; }

.page-container:after {
  display: table;
  content: " ";
  clear: both; }

.page-container .page {
  float: left; }

.page-alpha {
  width: 56rem;
  background: white;
  padding: 2rem 3rem; }

.page-alpha .section-title .title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem; }

.page-alpha .section-title .summary {
  font-family: 'Merriweather','Times New Roman', serif;
  font-size: 1.4rem; }

.page-alpha .section-title .meta {
  color: #6C6C6C; }

.page-alpha .section-title .meta ul li {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px dotted #CECECE; }

.page-alpha .section-title .meta ul li:last-child {
  border-right: none; }

.page-alpha .section-image {
  border-top: 1px #CECECE dotted; }

.page-alpha .section-image .image, .page-alpha .section-image {
  padding: 1rem 0;
  margin: 2rem auto 1rem; }

.page-alpha .section-image .image .image-center {
  margin: 0 auto; }

.page-alpha .section-video {
  border-top: 1px #CECECE dotted;
  margin: 2rem auto; }

.page-alpha .section-video div {
  margin: 1rem 0; }

.page-alpha .section-body p.lead {
  font-size: 1rem;
  font-weight: 500; }

.page-alpha .section-body .mid-content {
  padding: 0.25rem 0;
  margin: 2rem 0;
  border-top: 1px #CECECE dotted;
  border-bottom: 1px #CECECE dotted; }

.mid-content .subtitle {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
  color: #6C6C6C; }

.page-alpha .image {
  display: table; }

.page-alpha .image img {
  display: block; }

.page-alpha .image figcaption {
  font-weight: 500;
  display: table-caption;
  caption-side: bottom; }

.page-alpha .image-left {
  float: left;
  margin: 0 1.5rem 0.5rem 0;
  padding: 0 0 1rem 0; }

.page-alpha .image-right {
  float: right;
  margin: 0 0 0.5rem 1.5rem;
  padding: 0 0 1rem 0; }

.page-alpha .drop-cap {
  color: #903;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px; }

.page-alpha .section-body {
  text-align: justify; }

.page-alpha .blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’"; }

.page-alpha .blockquote p {
  display: inline; }

.page-alpha .blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

.page-alpha .section-footer .meta {
  border-top: 1px dotted #CECECE;
  border-bottom: 1px dotted #CECECE;
  padding: 2rem 0;
  font-size: 0.9rem; }

.page-alpha .section-footer .meta ul {
  margin-bottom: 0; }

.page-alpha .section-footer .meta ul li:first-child {
  border-right: 1px dotted #CECECE;
  padding-right: 1rem;
  margin-right: 1rem; }

/* 
 * WEBINAR LISTING STYLES
 *
 */
.list-container:after {
  display: table;
  content: " ";
  clear: both; }

.list-webinars .title {
  margin: 2rem 0;
  color: #00a17e; }

.list-webinars .list-webinar-main {
  background: white; }
  .list-webinars .list-webinar-main h1 {
    margin: 2rem 0;
    color: #00a17e; }
  .list-webinars .list-webinar-main h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem; }
  .list-webinars .list-webinar-main .title {
    color: #2c2c2c;
    font-weight: 600; }
  .list-webinars .list-webinar-main .item-list {
    font-size: 0;
    margin-bottom: 1rem; }
    .list-webinars .list-webinar-main .item-list .row div:nth-child(odd) .item {
      padding-right: 0.5rem; }
    .list-webinars .list-webinar-main .item-list .row div:nth-child(even) .item {
      padding-left: 0.5rem; }
    .list-webinars .list-webinar-main .item-list .row div:nth-last-child(1):nth-child(odd) .item {
      padding: 0; }
    .list-webinars .list-webinar-main .item-list .item {
      height: 100%;
      padding-bottom: 1rem;
      min-height: 18rem; }
      .list-webinars .list-webinar-main .item-list .item .row {
        height: 100%; }
      .list-webinars .list-webinar-main .item-list .item .content {
        font-size: 1rem;
        padding: 2rem;
        background: #EFEFEF;
        height: 100%; }
        .list-webinars .list-webinar-main .item-list .item .content .status {
          text-transform: uppercase; }
          .list-webinars .list-webinar-main .item-list .item .content .status ul {
            margin-bottom: 1rem; }
            .list-webinars .list-webinar-main .item-list .item .content .status ul li {
              color: #00a17e;
              font-weight: 600; }
        .list-webinars .list-webinar-main .item-list .item .content .series {
          color: #717177;
          font-size: 0.9rem;
          text-transform: uppercase;
          margin-bottom: 0.25rem; }
        .list-webinars .list-webinar-main .item-list .item .content .title {
          font-size: 1.4rem;
          margin: 0 0 0.5rem; }
        .list-webinars .list-webinar-main .item-list .item .content .meta {
          color: #717177;
          font-size: 0.9rem; }
        .list-webinars .list-webinar-main .item-list .item .content .categories a {
          color: #00a17e;
          font-size: 0.9rem; }
      .list-webinars .list-webinar-main .item-list .item .image {
        display: flex;
        align-items: center;
        background-size: cover;
        background-position: center left;
        height: 100%; }
        .list-webinars .list-webinar-main .item-list .item .image img {
          padding: 2rem;
          opacity: 0.6; }
      .list-webinars .list-webinar-main .item-list .item .image:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        /* background: rgba(255, 255, 255, 0.6) */ }
    .list-webinars .list-webinar-main .item-list .item.item-feature {
      width: 100%;
      margin-bottom: 1rem;
      padding-right: 0; }
      .list-webinars .list-webinar-main .item-list .item.item-feature .content {
        background: #00a17e; }
        .list-webinars .list-webinar-main .item-list .item.item-feature .content .series {
          color: white; }
        .list-webinars .list-webinar-main .item-list .item.item-feature .content .status ul li {
          color: white; }
        .list-webinars .list-webinar-main .item-list .item.item-feature .content .title {
          color: white;
          font-size: 1.4rem; }
          .list-webinars .list-webinar-main .item-list .item.item-feature .content .title a {
            color: inherit; }
        .list-webinars .list-webinar-main .item-list .item.item-feature .content .meta {
          color: white;
          font-size: 1rem;
          margin-bottom: 1rem; }
          .list-webinars .list-webinar-main .item-list .item.item-feature .content .meta a {
            color: inherit; }
        .list-webinars .list-webinar-main .item-list .item.item-feature .content .summary {
          color: white; }
        .list-webinars .list-webinar-main .item-list .item.item-feature .content .categories {
          color: white;
          font-size: 1.4rem; }
          .list-webinars .list-webinar-main .item-list .item.item-feature .content .categories a {
            color: inherit; }
  .list-webinars .list-webinar-main .carousel .carousel-item .item {
    height: 100%;
    min-height: 14rem;
    padding-bottom: 1rem;
    padding-right: 1rem; }
    .list-webinars .list-webinar-main .carousel .carousel-item .item .row {
      height: 100%; }
    .list-webinars .list-webinar-main .carousel .carousel-item .item .content {
      font-size: 1rem;
      padding: 2rem;
      background: #EFEFEF;
      height: 100%; }
      .list-webinars .list-webinar-main .carousel .carousel-item .item .content .status {
        text-transform: uppercase; }
        .list-webinars .list-webinar-main .carousel .carousel-item .item .content .status ul {
          margin-bottom: 1rem; }
          .list-webinars .list-webinar-main .carousel .carousel-item .item .content .status ul li {
            color: #00a17e;
            font-weight: 600; }
      .list-webinars .list-webinar-main .carousel .carousel-item .item .content .series {
        color: #717177;
        font-size: 0.9rem;
        text-transform: uppercase;
        margin-bottom: 0.25rem; }
      .list-webinars .list-webinar-main .carousel .carousel-item .item .content .title {
        font-size: 1.4rem;
        margin: 0 0 0.5rem; }
      .list-webinars .list-webinar-main .carousel .carousel-item .item .content .meta {
        color: #717177;
        font-size: 0.9rem; }
      .list-webinars .list-webinar-main .carousel .carousel-item .item .content .categories a {
        color: #00a17e;
        font-size: 0.9rem; }

/*
.list-webinars .item.item-feature .title, .list-webinars .item.item-feature .title a {
	color:$climate-action-white;
	font-size:1.4rem;
}
*/
.list-webinars .item.item-feature .content .categories, .list-webinars .item.item-feature .content .categories a {
  color: white;
  font-size: 0.9rem; }

.list-webinars .item.item-feature .content .meta {
  color: #ECECEC;
  font-size: 0.9rem; }

.list-webinars .item.item-feature .content .featured {
  margin-top: 1rem;
  color: #ECECEC;
  font-weight: 500; }

/* CAROUSEL */
.carousel .item.item-feature {
  margin-bottom: 1rem; }

.carousel .item .content {
  height: 13rem;
  overflow: hidden; }

.carousel-view-more {
  margin-bottom: 1rem; }

/*
 * TOPIC LISTING STYLES
 *
 */
.list-topic-main {
  float: left;
  width: 56rem;
  padding-right: 1rem; }

.list-topic {
  background: white; }

.list-topic h1 {
  margin: 2rem 0;
  color: #00a17e; }

.list-topic h3 {
  font-size: 1.6rem;
  font-weight: 400; }

.list-topic p {
  margin-bottom: 0; }

.list-topic .list-unstyled {
  margin-bottom: 5rem; }

.list-topic .item {
  margin-bottom: 1rem;
  margin-right: 1rem; }

.list-topic .item .image {
  background: url(http://via.placeholder.com/420x320);
  background-size: cover;
  background-position: center center;
  height: 100%; }

.list-topic .item .content {
  padding: 1rem;
  background: #EFEFEF;
  height: 9.367rem; }

.list-topic .item .content .title {
  font-size: 1.2rem;
  max-height: 4.2rem;
  overflow: hidden; }

.list-topic .item .content .categories, .list-topic .item .content .categories a {
  color: #00a17e;
  font-size: 0.9rem; }

.list-topic .item .content .meta {
  color: #717177;
  font-size: 0.9rem; }

.list-topic .item .content .meta .channel {
  color: #00a17e;
  text-transform: uppercase; }

.list-topic .item.item-feature {
  margin-bottom: 1rem;
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 1rem; }

.list-topic .item.item-feature .content {
  padding: 2rem;
  background: #00a17e;
  color: white;
  height: 19.5rem; }

.list-topic .item.item-feature .content .title, .list-topic .item.item-feature .title a {
  color: white;
  font-size: 1.4rem; }

.list-topic .item.item-feature .content .title {
  max-height: 5rem; }

.list-topic .item.item-feature .content .summary {
  max-height: 6rem;
  overflow: hidden; }

.list-topic .item.item-feature .content .categories, .list-topic .item.item-feature .content .categories a {
  color: inherit;
  font-size: 0.9rem; }

.list-topic .item.item-feature .content .meta {
  color: #ECECEC;
  font-size: 0.9rem; }

.list-topic .item.item-feature .content .meta .date {
  margin-top: 0.5rem; }

.list-topic .item.item-feature .content .meta .channel {
  color: white;
  font-weight: 500; }

.list-topic .item.item-sponsored .sponsor-tag {
  padding: 0 0 0.5rem;
  display: inline-block;
  color: #717177; }

.list-topic .item.item-sponsored .content {
  height: auto; }

.list-topic .item.item-sponsored .content .list-unstyled {
  margin-bottom: 0; }

.list-topic .item.item-sponsored .content .list-unstyled li {
  margin-bottom: 1rem; }

.list-topic .item.item-sponsored .content .list-unstyled.end li {
  margin-left: 1rem; }

.list-topic .item.item-sponsored .sponsor-branding {
  border: 1px solid #EFEFEF;
  padding: 1rem; }

.list-topic .item.item-sponsored .sponsor-branding .logo {
  margin-bottom: 1rem; }

.list-topic .item.item-sponsored .sponsor-branding h2 {
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase; }

.list-topic .item.item-sponsored .view-more {
  text-align: right; }

.list-topic .item.item-sponsored .view-more a {
  color: #00a17e; }

/* 
 * EVENT LISTING STYLES
 *
 */
.events-listing .event-listing-page {
  margin-bottom: 3rem; }

.events-listing .year {
  font-size: 2rem;
  font-weight: 800; }

.events-listing h1.title, .events-listing h2.title {
  color: #00a17e; }

.events-listing .item.item-feature h2.title, .events-listing .item.item-feature h3.subtitle {
  color: inherit; }

.list-events .item {
  margin-bottom: 1rem; }

.list-events .item .btn-action {
  color: white;
  background-color: #00a17e;
  border-color: #00a17e; }

.list-events .item .btn-action:hover {
  color: white;
  background-color: #006F57;
  border-color: #006F57; }

.list-events .item h4.title {
  margin-bottom: 1rem; }

.list-events .item .content {
  background: white;
  padding: 1rem;
  border: 1px solid #CCC; }

.list-events .item .content .date {
  text-transform: uppercase;
  color: #00a17e; }

.list-events .item .content h3 {
  color: #00a17e; }

.list-events .item .content h4, .list-events .item .content h4 a {
  color: #00a17e; }

.list-events .item .content .button-wrapper {
  margin-top: 1rem; }

.list-events [class*="col-"]:nth-child(odd) .item {
  margin-right: 0.5rem; }

.list-events [class*="col-"]:nth-child(even) .item {
  margin-left: 0.5rem; }

.list-events .item.item-feature {
  margin-bottom: 2rem; }

.list-events .item.item-feature .content {
  background: #EFEFEF;
  border: 0; }

.list-events .item.item-feature .content .date {
  display: inline-block;
  color: #00a17e;
  text-transform: uppercase;
  margin-bottom: 0.5rem; }

.list-events .item.item-feature .content h2 {
  margin-bottom: 0; }

.list-events .item.item-feature .content h3 {
  font-weight: 400; }

.list-events .item.item-feature .image {
  background: url(http://via.placeholder.com/570x214);
  background-position: center center;
  background-size: cover;
  height: 100%; }

.list-events .item a {
  text-decoration: none; }

.event-register {
  font-weight: 500;
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  background: #00adef;
  color: white; }

.event-register:hover {
  background-color: #008abf; }

.event-signup {
  font-weight: 500;
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  background: #00a17e;
  color: white; }

.event-signup:hover {
  background-color: #006F57; }

/* 
 * NEWS LISTING STYLES
 *
 */
/* START NEWS FEATURE STYLES */
.news-features {
  margin-bottom: 4rem; }

.news-features p {
  margin-bottom: 0; }

.news-features .news-feature-alpha .item {
  padding: 0 1rem 0 0;
  border-right: 1px solid #ECECEC; }

.news-features .news-feature-alpha .item .image {
  margin-bottom: 0.5rem; }

.news-features .news-feature-beta .item {
  padding-left: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ECECEC; }

.news-features .news-feature-beta .item .image {
  margin-bottom: 0.5rem; }

.news-features .news-feature-charlie .item {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ECECEC; }

.news-features .news-feature-charlie .item:first-child {
  padding-top: 1rem;
  border-top: none; }

.news-features .item .title {
  font-weight: 600; }

.news-features .item h1 {
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  line-height: 2.8rem; }

.news-features .item h2 {
  font-size: 1.5rem; }

/* 
 * NEWS ARTICLE STYLES
 *
 */
.article {
  background: #EFEFEF; }

.article-container {
  background: white; }

.article-container:after {
  display: table;
  content: " ";
  clear: both; }

.article-container .article {
  float: left; }

/* START ALPHA STYLE */
.article-alpha {
  width: 56rem;
  background: white;
  padding: 2rem 3rem; }

.article-alpha .section-title .title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem; }

.article-alpha .section-title .summary {
  font-family: 'Merriweather','Times New Roman', serif;
  font-size: 1.4rem; }

.article-alpha .section-title .meta {
  color: #6C6C6C; }

.article-alpha .section-title .meta ul li {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px dotted #CECECE; }

.article-alpha .section-title .meta ul li:last-child {
  border-right: none; }

.article-alpha .section-image {
  border-top: 1px #CECECE dotted; }

.article-alpha .section-image .image, .article-alpha .section-image {
  padding: 1rem 0;
  margin: 2rem auto 1rem; }

.article-alpha .section-image .image .image-center {
  margin: 0 auto; }

.article-alpha .section-video {
  border-top: 1px #CECECE dotted;
  margin: 2rem auto; }

.article-alpha .section-video div {
  margin: 1rem 0; }

.article-alpha .section-body p.lead {
  font-size: 1rem;
  font-weight: 500; }

.article-alpha .section-body .mid-content {
  padding: 0.25rem 0;
  margin: 2rem 0;
  border-top: 1px #CECECE dotted;
  border-bottom: 1px #CECECE dotted; }

.article-alpha .mid-content .subtitle {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
  color: #6C6C6C; }

.article-alpha .image {
  display: table; }

.article-alpha .image img {
  display: block; }

.article-alpha .image figcaption {
  font-weight: 500;
  display: table-caption;
  caption-side: bottom; }

.article-alpha .image-left {
  float: left;
  margin: 0 1.5rem 0.5rem 0;
  padding: 0 0 1rem 0; }

.article-alpha .image-right {
  float: right;
  margin: 0 0 0.5rem 1.5rem;
  padding: 0 0 1rem 0; }

.article-alpha .drop-cap {
  color: #903;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px; }

.article-alpha .section-body {
  text-align: justify; }

.article-alpha .blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’"; }

.article-alpha .blockquote p {
  display: inline; }

.article-alpha .blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

.article-alpha .section-footer .meta {
  border-top: 1px dotted #CECECE;
  border-bottom: 1px dotted #CECECE;
  padding: 2rem 0;
  font-size: 0.9rem; }

.article-alpha .section-footer .meta ul {
  margin-bottom: 0; }

.article-alpha .section-footer .meta ul li:first-child {
  border-right: 1px dotted #CECECE;
  padding-right: 1rem;
  margin-right: 1rem; }

/* END ALPHA STYLE */
/* START BETA STYLE */
.article-beta {
  width: 56rem;
  background: white;
  padding: 2rem 3rem; }
  .article-beta .section-title .status {
    color: #00a17e;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem; }
  .article-beta .section-title .title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem; }
  .article-beta .section-title .subtitle {
    font-size: 1.6rem; }
  .article-beta .section-title .summary {
    font-family: 'Merriweather',serif;
    font-size: 1.4rem;
    margin-bottom: 2rem; }
  .article-beta .section-title .meta {
    color: #6C6C6C; }
    .article-beta .section-title .meta p {
      margin-bottom: 0; }
    .article-beta .section-title .meta ul {
      margin-bottom: 0;
      display: flex;
      justify-content: space-between; }
      .article-beta .section-title .meta ul li {
        padding-right: 1rem;
        margin-right: 1rem;
        border-right: 1px dotted #CECECE;
        vertical-align: middle; }
        .article-beta .section-title .meta ul li a {
          text-decoration: none;
          color: #00a17e; }
      .article-beta .section-title .meta ul li:first-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0; }
      .article-beta .section-title .meta ul li:last-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0; }
  .article-beta .section-image {
    position: relative;
    border-top: 1px #CECECE dotted;
    /*padding: 1rem 0;
		margin: 2rem auto 1rem; */ }
    .article-beta .section-image .image {
      padding: 1rem 0 0;
      margin-bottom: 2rem;
      /* margin: 2rem auto 1rem; */ }
      .article-beta .section-image .image .image-center {
        margin: 0 auto; }
    .article-beta .section-image .btn-wrapper {
      position: absolute;
      bottom: 1rem;
      right: 1rem; }
    .article-beta .section-image .btn.btn-green {
      background: #00a17e;
      color: white; }
  .article-beta .section-video {
    border-top: 1px #CECECE dotted;
    margin: 0 auto 2rem; }
    .article-beta .section-video .embed-responsive {
      padding: 1rem 0; }
      .article-beta .section-video .embed-responsive .embed-responsive-item .btn {
        background: white; }
      .article-beta .section-video .embed-responsive .embed-responsive-item .btn:hover {
        background: #00a17e; }
  .article-beta .section-body {
    text-align: justify;
    margin-bottom: 2rem; }
    .article-beta .section-body .title {
      font-size: 1.6rem;
      font-weight: 600; }
    .article-beta .section-body .subtitle {
      font-size: 1.4rem;
      font-weight: 600; }
    .article-beta .section-body p.lead {
      font-size: 1rem;
      font-weight: 500; }
    .article-beta .section-body .mid-content {
      padding: 0.25rem 0;
      margin: 2rem 0;
      border-top: 1px #CECECE dotted;
      border-bottom: 1px #CECECE dotted; }
      .article-beta .section-body .mid-content .subtitle {
        font-size: 0.8rem;
        line-height: 1.2rem;
        margin-bottom: 0.5rem;
        color: #6C6C6C; }

/*
.article-beta .image {display:table;}
.article-beta .image img {
    display: block;
}
.article-beta .image figcaption {
	font-weight:500;
    display:table-caption;
	caption-side:bottom;
}
.article-beta .image-left {
	float:left;
    margin: 0 1.5rem 0.5rem 0;
    padding: 0 0 1rem 0;
}
.article-beta .image-right {
	float:right;
	margin: 0 0 0.5rem 1.5rem;
	padding: 0 0 1rem 0;
}
.article-beta .drop-cap {
	color: #903;
	float: left;
	font-family: Georgia;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
}

.article-beta .blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
.article-beta .blockquote p {
	display: inline;
}
.article-beta .blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.article-beta .blockquote:after {
}
*/
.article-beta .section-speakers {
  margin-bottom: 2rem; }
  .article-beta .section-speakers .speakers-header .speakers-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .article-beta .section-speakers .speakers-body .figure-speaker {
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 0; }
    .article-beta .section-speakers .speakers-body .figure-speaker figcaption {
      text-align: center;
      color: inherit; }
      .article-beta .section-speakers .speakers-body .figure-speaker figcaption .role .company {
        font-weight: 600; }

.article-beta .section-partners {
  border: 1px solid #EFEFEF;
  padding: 1rem; }
  .article-beta .section-partners ul {
    margin-bottom: 0; }
    .article-beta .section-partners ul li {
      margin-bottom: 2rem; }
      .article-beta .section-partners ul li .partners-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
        .article-beta .section-partners ul li .partners-header .partner-title {
          font-size: 1.2rem;
          font-weight: 600;
          margin-right: 1rem; }
        .article-beta .section-partners ul li .partners-header .partner-figure {
          margin-bottom: 0; }
          .article-beta .section-partners ul li .partners-header .partner-figure .partner-img {
            max-height: 4rem; }
      .article-beta .section-partners ul li .partners-body p:last-child {
        margin-bottom: 0; }
    .article-beta .section-partners ul li:last-child {
      margin-bottom: 0; }

.article-beta .section-register {
  background: #EFEFEF;
  padding: 2rem;
  margin-bottom: 1rem; }
  .article-beta .section-register .description {
    text-align: center;
    margin-bottom: 2rem; }
    .article-beta .section-register .description .title {
      font-size: 1.2rem;
      font-weight: 800; }

.article-beta .section-footer .meta {
  border-top: 1px dotted #CECECE;
  padding: 1rem 0;
  font-size: 0.9rem;
  color: #6C6C6C; }
  .article-beta .section-footer .meta ul {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between; }
    .article-beta .section-footer .meta ul li {
      padding-right: 1rem;
      margin-right: 1rem;
      border-right: 1px dotted #CECECE;
      vertical-align: middle; }
      .article-beta .section-footer .meta ul li a {
        text-decoration: none;
        color: #00a17e; }
    .article-beta .section-footer .meta ul li:first-child {
      border-right: none;
      padding-right: 0;
      margin-right: 0; }
    .article-beta .section-footer .meta ul li:last-child {
      border-right: none;
      padding-right: 0;
      margin-right: 0; }
  .article-beta .section-footer .meta p {
    margin-bottom: 0; }

/* END BETA STYLE */
/* START RELATED CONTENT */
.related-content {
  margin: 3rem 0; }
  .related-content h3 {
    margin-bottom: 1rem; }
  .related-content h3, .related-content h5 {
    font-weight: 600; }
  .related-content a:hover h5 {
    color: #1f1f1f;
    text-decoration: underline; }
  .related-content .item {
    /*
		width: 33%;
		float:left;
		padding-right:15px;
		*/
    margin-bottom: 1rem; }
    .related-content .item .content .header {
      min-height: 3rem;
      margin-top: 0.5rem;
      overflow: hidden; }
    .related-content .item .content .meta {
      color: #00a17e;
      border: none;
      padding: 0;
      height: 2.4rem;
      overflow: hidden; }
  .related-content .item:last-child {
    /* padding-right:0px; */ }

/* END RELATED CONTENT */
/*
 * SIDEBAR
 *
 */
.sidebar {
  width: 20rem;
  float: right;
  background-color: white;
  overflow: hidden;
  padding: 0 2rem 0 0; }
  .sidebar .sidebar-item {
    margin-bottom: 1rem; }
    .sidebar .sidebar-item h2 {
      margin-bottom: 2rem;
      font-size: 1.8rem; }
  .sidebar .sidebar-item:first-child {
    margin-top: 2rem; }
  .sidebar .register-widget {
    padding-right: 1rem; }
    .sidebar .register-widget h2 {
      color: #00a17e; }
    .sidebar .register-widget form button {
      background: white; }
    .sidebar .register-widget .disclaimer {
      padding: 1rem;
      background: #EFEFEF; }
      .sidebar .register-widget .disclaimer a {
        color: #00a17e;
        font-weight: 700; }
  .sidebar .article-widget .feature {
    margin-bottom: 1rem;
    margin-left: 0; }
    .sidebar .article-widget .feature .meta {
      font-size: 0.9rem;
      color: #6C6C6C;
      margin: 0; }
    .sidebar .article-widget .feature .image {
      float: left;
      width: 40%; }
    .sidebar .article-widget .feature .content {
      padding: 0 0 1rem 1rem;
      float: left;
      width: 60%; }
      .sidebar .article-widget .feature .content h4 {
        font-size: 1rem;
        font-weight: 500; }
  .sidebar .article-widget .feature:after {
    display: table;
    content: " ";
    clear: both; }
  .sidebar .article-widget .most-popular {
    counter-reset: item; }
    .sidebar .article-widget .most-popular .list {
      margin-bottom: 0; }
      .sidebar .article-widget .most-popular .list .list-item {
        position: relative;
        list-style-type: none;
        padding: 0 0 1rem 0;
        border-bottom: 1px solid #ECECEC;
        margin-bottom: 1rem;
        margin-left: 1rem; }
        .sidebar .article-widget .most-popular .list .list-item a {
          color: #2c2c2c; }
        .sidebar .article-widget .most-popular .list .list-item h4 {
          font-size: 1.0rem;
          font-weight: 400; }
      .sidebar .article-widget .most-popular .list .list-item:before {
        counter-increment: item;
        content: counter(item);
        font-size: 1.2rem;
        font-weight: 600;
        background: #00a17e;
        padding: 0.2rem 0.8rem;
        color: white;
        position: absolute;
        left: -55px;
        top: 0px; }
  .sidebar .twitter-widget {
    border: 1px solid #CECECE;
    padding: 0.5rem;
    margin: 0rem 0.5rem 1rem 0; }

/*
 * NEWSLETTER SIGNUP
 *
 */
.newsletter-signup .newsletter-form {
  border-top: 5px solid #2c2c2c;
  background: white;
  padding: 2rem 3rem; }

.newsletter-signup .newsletter-form form button {
  border-radius: 0;
  background: white; }

.newsletter-signup .newsletter-form h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #00a17e;
  background: white; }

.newsletter-signup .newsletter-form p {
  font-size: 1.4rem; }

/* BANNERS */
.leaderboard {
  width: 970px;
  height: 90px;
  margin: 0 auto;
  border: 1px red dotted; }

.advert-list .leaderboard {
  width: 728px; }

.rectangle-mpu {
  width: 300px;
  height: 250px;
  margin: 0 auto;
  border: 1px red dotted; }

/* AUXILLIARY STYLES */
.disable-hover {
  pointer-events: none; }

.btn {
  border: 3px solid #2c2c2c;
  color: #2c2c2c;
  padding: 0.5rem 1rem;
  font-weight: 700;
  background-color: inherit;
  border-radius: 0; }

.btn:hover {
  color: white;
  background-color: #2c2c2c; }

.btn.btn-default {
  color: #2c2c2c;
  border-color: #2c2c2c; }

.btn.btn-default:hover {
  color: white;
  background-color: #2c2c2c; }

.btn.btn-white {
  color: white;
  border-color: white; }

.btn.btn-white:hover {
  color: #2c2c2c;
  background-color: white; }

.btn.btn-green {
  color: #00a17e;
  border-color: #00a17e; }

.btn.btn-green:hover {
  color: white;
  background-color: #00a17e; }

.btn.btn-black {
  color: #2c2c2c;
  border-color: #2c2c2c; }

.btn.btn-black:hover {
  color: white;
  background-color: #2c2c2c; }

.btn.btn-register {
  color: white;
  background-color: #00adef;
  border-color: #00adef; }

.btn.btn-register:hover {
  background-color: #008abf;
  border-color: #008abf; }

/* LOGOS */
.logo {
  margin: 0.5rem 0; }

.logo img {
  max-width: 120px;
  max-height: 80px;
  margin: 0 auto; }

/* VIDEO POPUP STYLE */
.modal-dialog {
  max-width: 800px;
  margin: 30px auto; }

.modal-body {
  position: relative;
  padding: 0px; }

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1; }

/* ACTIVE CAMPAIGN FORMS */
._form ._form-content {
  color: #2c2c2c !important; }

._form ._form-content a {
  color: #007bff;
  text-decoration: underline !important; }

.features .sidebar {
  width: auto; }
  .features .sidebar .article-widget .most-popular .list .list-item {
    position: relative;
    list-style-type: none;
    padding: 0;
    border-bottom: none; }
    .features .sidebar .article-widget .most-popular .list .list-item h4 {
      font-size: 1.2rem;
      font-weight: 500; }

@media only screen and (max-width: 768px) {
  .features .sidebar {
    display: block !important; } }

@media only screen and (max-width: 992px) {
  .features .sidebar {
    display: block !important; } }

.owl-carousel .owl-stage {
  display: flex;
  align-items: center; }

.owl-carousel .caption {
  text-align: center; }
