/*************************Start Desktop Hero image*****************************************************/
#banner {
  font-size: 14px;
  overflow: hidden;
}
#banner.parallex-scroll {
  position: relative;
}
#banner.parallex-scroll::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4c4c4c;
  z-index: -111;
}
#banner .parallax-window {
  background-repeat: no-repeat;
  min-height: 480px;
  background: transparent;
}
#banner .parallax-window.desktop {
  display: block;
}
#banner .parallax-window.mobile {
  display: none;
}
#banner.parallex-scroll,
#banner.parallex-scroll h1,
#banner.parallex-scroll h2 {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.40);
  margin-left: -0.05em;
  font-family: "robotolight", sans-serif !important;
}
.parallex-scroll .paraContent {
  padding: 0;
  z-index: 5;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  max-width: 90%;
}
.parallex-scroll .paraContent h2 {
  color: #fff;
  font-size: 2.8em;
  line-height: normal;
  padding-bottom: 10px;
  text-align: center;
  margin: 0;
  font-family: "robotolight", sans-serif !important;
}
.parallex-scroll .paraContent p {
  font-size: 2.2em;
  margin: 0;
  color: #fff;
  max-width: 100%;
  font-family: "robotolight", sans-serif !important;
}
.parallex-scroll .image-caption {
  bottom: 0;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  padding: 8px 10px;
  right: 0;
  text-shadow: none;
}
.parallex-scroll .image-caption:empty {
  display: none;
}
/*************************End Desktop Hero image*****************************************************/

/*************************Start Expanding Choices section*****************************************************/
.expanding-choices .flex{
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.expanding-choices.container{
  max-width: 1000px;
  margin: 0px auto;
  width: 100%;
  padding: 50px;
}
.expanding-choices .container h2{
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 30px;
  margin: 0;
}
.expanding-choices .wicon{
  width: 20%;
  font-size: 14px;
  line-height: 1.4;
}
.expanding-choices .wicon p{margin: 0;}
.expanding-choices .icon{
  position: relative;
  overflow: hidden;
  max-width: 150px;
  margin: auto;
}
.expanding-choices .icon svg{
  max-height: 200px;
}
.expanding-choices .dottedContent ul{
  display: block;
  padding: 0 0 0 30px !important;
}
.expanding-choices .icon:hover:after{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, .0);
  z-index: 3;
  content: '';
  top: 0;left: 0;
}
.expanding-choices .colorGreen{color: #04B499}
.expanding-choices .colorYellow{color: #FAA634}
.expanding-choices .colorBlue{color: #0186CA}
.expanding-choices .colorPink{color: #FFCEF1}
.expanding-choices .colorGreen li:before{background-color: #04B499}
.expanding-choices .colorYellow li:before{background-color: #FAA634}
.expanding-choices .colorBlue li:before{background-color: #0186CA}
.expanding-choices .colorPink li:before{background-color: #FFCEF1}
.expanding-choices .dottedContent{
  display: flex;
  align-items: flex-start;
}
.expanding-choices .paragraph{
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}
.expanding-choices .titles{
  background: #404040;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 4px;
  width: 150px;
  text-align: center;
  margin-top: 5px;
}
.expanding-choices .unordered-lis{       
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 25px;
  font-weight: 400;
  list-style: none;
  margin-left: 10px;
}
.expanding-choices .dotted{font-size: 1.3rem;line-height: 1.3;}
.expanding-choices .unordered-lis span{color: #404040;font-size: 1rem;}
.expanding-choices .unordered-lis li{position: relative;}
.expanding-choices .unordered-lis li:before{
  position: absolute;
  left: -22px;
  top: 8px;
  width:12px;
  height:12px;
  border: 1px solid #404040;
  border-radius: 100%;
  content: '';
}
.expanding-choices .anima{
opacity: 0;
transition: ease-in-out 1s;
/*transform: translateY(20px);*/
transition-dealy: 0.2s;
}
.expanding-choices .show{
transform: translate(0);
opacity: 1;
}
@media (max-width: 600px){
  .expanding-choices.container{padding: 30px 20px;}
  .expanding-choices .flex{flex-wrap: wrap;}
  .expanding-choices .wicon{width: 100%;}
  .expanding-choices .dottedContent{flex-direction: column;}
  .expanding-choices .unordered-lis{
      margin: 20px 0 40px;
      padding-left: 30px;
  }
}
/*************************End Expanding Choices section*****************************************************/

section.related_ct_wrapper {
  padding: 1rem 0;
}
section.related_ct_wrapper h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding-bottom: 1rem;
  margin: 0;
}

/* // 3 column and 2 column card CSS starts */
section.related_ct_wrapper .rows_ct {
  display: flex;
  display: -webkit-flex;
}
section.related_ct_wrapper .rows_ct .col-card-3 {
  width: calc(100%/3.13);
  margin: 0 3% 0 0;
}
section.related_ct_wrapper .rows_ct .col-card-3:last-child {
  margin: 0;
}
section.related_ct_wrapper .rows_ct .col-card-2 {
  width: calc(100%/2);
  margin: 0 3% 0 0;
}
section.related_ct_wrapper .rows_ct .col-card-2:last-child {
  margin: 0;
}
section.related_ct_wrapper .rows_ct .col-card-3,
section.related_ct_wrapper .rows_ct .col-card-2 {
  background: #ffffff;
  min-height: 200px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.16);
}
html[data-useragent*='MSIE 10.0'] section.related_ct_wrapper .rows_ct .col-card-3 {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section.related_ct_wrapper .rows_ct .col-card-3 {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  }
}
_:-ms-lang(x), section.related_ct_wrapper .rows_ct .col-card-3 {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
}

html[data-useragent*='MSIE 10.0'] section.related_ct_wrapper .rows_ct .col-card-2 {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section.related_ct_wrapper .rows_ct .col-card-2 {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  }
}
_:-ms-lang(x), section.related_ct_wrapper .rows_ct .col-card-2 {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
}/* // 3 column and 2 column card CSS end */

section.related_ct_wrapper .rows_ct .ct_card {
  padding: 0 0 2.2rem 0;
  position: relative;
}
section.related_ct_wrapper .rows_ct .ct_card .ct_image {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 260px;
  border-bottom: 1px #e6e5e5 solid;
}
section.related_ct_wrapper .rows_ct .ct_card .ct_image img {
  display: inline-block;
  height: auto;
  width: 100%;
  vertical-align: top;
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  -ms-interpolation-mode: bicubic;
}
section.related_ct_wrapper .rows_ct .ct_card .ct_image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.related_ct_wrapper  .ct_wrapper {
  padding: 0.5rem 0.6rem 1.2rem 0.6rem;
}
section.related_ct_wrapper  .ct_wrapper .ct_type {
  color: #f7941d;
  font-size: 15px;
  margin: 0 0 0.2rem 0;
  text-transform: uppercase;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span {
  display: inline-block;
  padding: 0 0 0 27px;
  line-height: 25px;
  background: url(../images/ct_type_icons.png) no-repeat left -25px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_news {
  background-position: left -25px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_publications {
  background-position: left -74px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type spanct_video {
  background-position: left -49px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_feature {
  background-position: left -197px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_resources {
  background-position: left -197px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_events {
  background-position: left -128px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.slideshow {
  background-position: left -193px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_news {
  background-position: left -25px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_publications {
  background-position: left -74px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_video {
  background-position: left -49px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_feature {
  background-position: left -197px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_resources {
  background-position: left -197px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.ct_events {
  background-position: left -128px;
}
section.related_ct_wrapper  .ct_wrapper .ct_type span.slideshow {
  background-position: left -193px;
}
section.related_ct_wrapper .ct_wrapper .ct_title {
  padding: 0.2rem 0 0.6rem 0;
  font-size: 20px;
  line-height: 1.3em;
}
section.related_ct_wrapper .ct_wrapper .ct_title a {
  color: #037da9;
  font-weight: 400;
}
section.related_ct_wrapper .ct_wrapper .ct_title a:hover {
  color: #1c97c8;
}
section.related_ct_wrapper .ct_wrapper .ct_blurb,
section.related_ct_wrapper .ct_wrapper .ct_blurb p {
  color: #808080;
  font-size: 16px;
  line-height: 1.4em;
}
section.related_ct_wrapper .rows_ct .ct_card .ct_footer {
  width: calc(100% - 36px);
  margin: 0 18px;
  border-top: 1px #cfcfcf solid;
  padding: 0.6rem 0;
  min-height: 30px;
  position: absolute;
  bottom: 0;
  display: flex;
}
section.related_ct_wrapper .rows_ct .ct_card .ct_footer .ct_date {
  width: 50%;
  text-align: left;
  font-size: 16px;
  color: #808080;
}
section.related_ct_wrapper .rows_ct .ct_card .ct_footer .ct_readmore {
  width: 50%;
  text-align: right;
  font-size: 16px;
  color: #808080;
}
@media (min-width: 768px) and (max-width: 959px) {
  section.related_ct_wrapper .ct_wrapper .ct_type {
    margin: 0.5rem 0;
    font-size: 14px;
  }
  section.related_ct_wrapper .ct_wrapper .ct_title {
    padding: 0.5rem 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
  section.related_ct_wrapper .ct_wrapper .ct_blurb,
  section.related_ct_wrapper .ct_wrapper .ct_blurb p {
    color: #808080;
    font-size: 14px;
  }
  section.related_ct_wrapper .rows_ct .ct_card .ct_footer {
    width: calc(100% - 32px);
    margin: 0 0.8rem;
    padding: 1rem 0;
    position: absolute;
  }
  section.related_ct_wrapper .rows_ct .ct_card .ct_footer .ct_date {
    width: 50%;
    text-align: left;
    font-size: 0.6rem;
    color: #808080;
  }
  section.related_ct_wrapper .rows_ct .ct_card .ct_footer .ct_readmore {
    width: 50%;
    text-align: right;
    font-size: 0.6rem;
    color: #808080;
  }
  @media only screen
  and (min-device-width : 768px)
  and (max-device-width : 1024px)
  and (orientation : portrait) {
    section.related_ct_wrapper .rows_ct .ct_card {
      padding: 0 0 4.2rem 0;
      position: relative;
    }
    section.related_ct_wrapper .rows_ct .ct_card .ct_footer {
      flex-wrap: wrap;
    }
  }

}
.node-type-ct-topic-page #main.project_full_width .max_wrapper{
  max-width: 1260px;
  padding: 0 2rem 2rem 2rem;
  margin: 0 auto;
  height: 100%;
}
.view-display-id-topic_pages_library .view-content .views-row {
  max-width: 370px;
}
@media (max-width: 767px) {
  section.related_ct_wrapper .rows_ct {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  section.related_ct_wrapper .rows_ct .ct_card {
    padding: 0 0 3rem 0;
    position: relative;
  }
  section.related_ct_wrapper .rows_ct .col-card-3 {
    width: calc(100%);
    margin: 0 0 1rem 0;
  }
  section.related_ct_wrapper .ct_wrapper {
    padding: 1rem 1rem 1.2rem 1rem;
  }
  section.related_ct_wrapper .ct_wrapper .ct_type {
    font-size: 14px;
    margin: 0.4rem 0;
  }
  section.related_ct_wrapper .ct_wrapper .ct_title {
    font-size: 18px;
    padding: 0.5rem 0 0.8rem 0
  }
  section.related_ct_wrapper .ct_wrapper .ct_blurb,
  section.related_ct_wrapper .ct_wrapper .ct_blurb p {
    color: #808080;
    font-size: 14px;
  }
  section.related_ct_wrapper .rows_ct .ct_card .ct_footer {
    width: calc(100% - 32px);
    margin: 0 1rem;
    bottom: 0;
    display: flex;
  }
  section.related_ct_wrapper .rows_ct .ct_card .ct_footer .ct_date {
    font-size: 14px;
  }
  section.related_ct_wrapper .rows_ct .ct_card .ct_footer .ct_readmore {
    font-size: 14px;
  }
}
.related_ct_wrapper .media-youtube-video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.related_ct_wrapper .media-youtube-player {
  height: 100% !important;
  width: 100%;
}
.node-type-ct-topic-page p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 0.6rem;
}
.node-type-ct-topic-page article.body_content {
  max-width: unset;
  margin-top: 18px;
}
.view-id-topic_pages {
  margin-top: 15px;
  margin-bottom: 20px;
}
.node-type-ct-topic-page #main .max_wrapper {
  background: none;
}

/*---Started css for campaign page---*/
.campaign-wrapper {
  position: relative;
}
.campaign-wrapper .cardGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content:flex-start;
}
.campaign-wrapper .cardGroup .card {
  min-width: 31.33%;
  max-width: 31.33%;
  width: calc(100% / 3);
  margin: 1% 1% 2% 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #FFFFFF;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .campaign-wrapper .cardGroup .card {
    min-width: 48%;
    max-width: 48%;
    width: calc(100% / 2);
  }
}
@media (max-width: 575px) {
  .campaign-wrapper .cardGroup .card {
    max-width: 100%;
    width: 100%;
    margin: 1% 0 3%;
  }
}
.campaign-wrapper .cardGroup .card:hover {
  -webkit-box-shadow: 0px 0px 34px -5px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 34px -5px rgba(0, 0, 0, 0.22);
}
.campaign-wrapper .cardGroup .card .card-image {
  max-height: 209px;
  min-height: 209px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .campaign-wrapper .cardGroup .card .card-image {
    max-height: 165px;
    min-height: 165px;
  }
}

@media (min-width: 570px) and (max-width: 679px) {
  .campaign-wrapper .cardGroup .card .card-image {
    max-height: 140px;
    min-height: 140px;
  }
}

@media (min-width: 680px) and (max-width: 767px) {
  .campaign-wrapper .cardGroup .card .card-image {
    max-height: 160px;
    min-height: 160px;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .campaign-wrapper .cardGroup .card .card-image {
    max-height: 224px;
    min-height: 224px;
  }
}
.campaign-wrapper .cardGroup .card .card-image a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}
.campaign-wrapper .cardGroup .card .card-image a img {
  display: block;
  position: absolute;
  height: auto;
  width: 100%;
  transition: -webkit-transform 2.4s linear;
  -webkit-transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.campaign-wrapper .cardGroup .card .card-image a img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.campaign-card-body {
  background-color: #FFFFFF;
  padding: 30px;
  max-width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 5;
}
.campaign-card-body p.content-type {
  color: #f7941e;
  text-transform: normal;
  font-size: 1.12em;
  margin-bottom: 0.5em;
}
.campaign-card-body h5.card-title {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 700;
  padding: 0 0 25px 0;
  margin: 0;
}
.campaign-card-body h5.card-title a:hover {
    color: #4495d1;
}
.campaign-card-body h5.card-title, .campaign-card-body h5.card-title a {
  color: #000000;
}
.campaign-card-body p.card-description {
  font-size: 1.15em;
  color: #666666;
}
.campaign-wrapper .cardGroup .card .btn {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.85em;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #9a9a9a;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media (max-width: 575.98px) {
  .campaign-wrapper .cardGroup .card .btn {
    left: 35px;
  }
}
/**** Pager ****/
.page-campaigns .view-topic-pages .item-list ul.pager {
  text-align: right;
  float: right;
  font-family: Roboto, sans-serif;
  padding: 0 270px 0 0;
  margin: 35px 0 50px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-campaigns .view-topic-pages .item-list ul.pager a {
  color: #a1a1a1;
  width: auto;
}

.page-campaigns .view-topic-pages .item-list ul.pager a:hover {
  color: #f7941e;
}

@media (max-width: 979px) {
  .page-campaigns .view-topic-pages .item-list ul.pager {
    padding: 0;
  }
}

.page-campaigns .view-topic-pages .item-list ul.pager li {
  display: inline-block;
  padding: 0;
  width: auto;
  font-size: 15px;
  margin: 0 0 0 15px;
  overflow: initial;
}

.page-campaigns .view-topic-pages .item-list ul.pager li.pager-first.first, 
.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.first, 
.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.prev.disabled, 
.page-campaigns .view-topic-pages .item-list ul.pager li.pager-last.last {
  display: none;
}

.page-campaigns .view-topic-pages .item-list ul.pager li a,
.page-campaigns .view-topic-pages .item-list ul.pager li span {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #a1a1a1;
  outline: none;
}

.page-campaigns .view-topic-pages .item-list ul.pager li a:hover,
.page-campaigns .view-topic-pages .item-list ul.pager li span:hover {
  color: #f7941e;
}

.page-campaigns .view-topic-pages .item-list ul.pager li.pager-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.page-campaigns .view-topic-pages .item-list ul.pager li.pager-next, 
.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.next {
  margin-left: 1em;
  text-align: right;
  position: absolute;
  right: 0;
  width: 96px;
}

@media (max-width: 979px) {
  .page-campaigns .view-topic-pages .item-list ul.pager li.pager-next, 
  .page-campaigns .view-topic-pages .item-list ul.pager li.page-item.next {
    display: none;
  }
}

.page-campaigns .view-topic-pages .item-list ul.pager li.pager-next a:before, 
.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.next a:before {
  content: "Next";
  position: absolute;
  top: 6px;
  right: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-family: Roboto, sans-serif;
  padding-right: 30px;
  background: url(../images/icon-btn-arrow-next.svg) 99% center no-repeat;
  width: 74px;
  height: 15px;
  font-size: 0.9rem;
}

.page-campaigns .view-topic-pages .item-list ul.pager li.pager-next:after, 
.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.next:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  height: 38px;
  margin-top: -19px;
  width: 1px;
  background-color: #d0d0d0;
}

.page-campaigns .view-topic-pages .item-list ul.pager li.pager-previous a,
.page-campaigns .view-topic-pages .item-list ul.pager li.pager-next a,
.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.next a,
.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.prev a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0em;
  background: none;
  text-indent: 0;
  overflow: initial;
}

.page-campaigns .view-topic-pages .item-list ul.pager li.pager-previous, 
.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.prev {
  margin-right: 1em;
}

.page-campaigns .view-topic-pages .item-list ul.pager li.pager-previous a:before, 
.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.prev a:before {
  content: "Previous";
  position: absolute;
  right: -45px;
  top: 6px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-family: Roboto, sans-serif;
  padding-left: 30px;
  width: 74px;
  height: auto;
  font-size: 0.9rem;
  background: url(../images/icon-btn-arrow-previous.svg) 0px center no-repeat;
  opacity: 0.3;
}

@media (max-width: 979px) {
  .page-campaigns .view-topic-pages .item-list ul.pager li.pager-previous, 
  .page-campaigns .view-topic-pages .item-list ul.pager li.page-item.prev {
    display: none;
  }
}

.page-campaigns .view-topic-pages .item-list ul.pager li.pager-previous a, 
.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.prev a {
  position: absolute;
  right: 170px;
  text-align: center;
  top: 0px;
}

.page-campaigns .view-topic-pages .item-list ul.pager li.pager-current, 
.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.active,
.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.active a {
  font-weight: 600;
  background-color: transparent;
  padding: 0;
  color: #000000;
}

.i18n-fr.page-campaigns .view-topic-pages .item-list ul.pager li.pager-next a:before,
.i18n-fr.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.next a:before {
  content: "SUIVANTE";
  width: 90px;
}

.i18n-fr.page-campaigns .view-topic-pages .item-list ul.pager li.pager-previous a:before,
.i18n-fr.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.prev a:before {
  content: "PRÉCÉDENTE";
  width: 90px;
}

.i18n-fr.page-campaigns .view-topic-pages .item-list ul.pager li.pager-next:after,
.i18n-fr.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.next:after {
  left: -30px;
}

.i18n-es.page-campaigns .view-topic-pages .item-list ul.pager li.pager-next a:before,
.i18n-es.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.next a:before {
  content: "SIGUIENTE";
  width: 90px;
}

.i18n-es.page-campaigns .view-topic-pages .item-list ul.pager li.pager-previous a:before,
.i18n-es.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.prev a:before {
  content: "ANTERIOR";
  width: 90px;
}

.i18n-es.page-campaigns .view-topic-pages .item-list ul.pager li.pager-next:after,
.i18n-es.page-campaigns .view-topic-pages .item-list ul.pager li.page-item.next:after {
  left: -30px;
}

.node-type-ct-topic-page article .btn_share {
  right: 0;
  top: -10px;
}

@media only screen and (max-width: 767px) {
  .node-type-ct-topic-page h2#lib1 {
    margin-top: 25px;
  }
}

/* pager css end */

/*---Ended css for campaign page---*/