/**
 * Capital Confidence Barometer - Edition 18 INTERNAL PAGES CSS

 */

.ccb-landing .section7 {
  display: none; }

.sharelist .print {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); }

.hamburger {
  background: #646464;
  padding: 20px;
  width: 65px;
  height: 65px;
  right: 0; }

.ccb-landing * {
  -webkit-font-smoothing: antialiased; }

.ccb-landing .maincolumn {
  width: 100%; }

.ccb-landing .eyhero-home:before,
.ccb-landing .eyhero:before {
  display: none; }

.ccb-landing .servicecallout {
  font-size: 2.3em;
  margin-top: 1em; }
  .ccb-landing .servicecallout::before {
    background-color: #ffe600;
    left: 0; }

.ccb-landing p.initcap:first-letter {
  color: #ffe600;
  line-height: 0.9; }

.ccb-landing .eyhero {
  height: auto !important;
  overflow: hidden; }
  .ccb-landing .eyhero .section0 {
    padding-top: 140px; }
    @media (max-width: 767px) {
      .ccb-landing .eyhero .section0 {
        padding-top: 0;
        padding-bottom: 35px

        } }

.ccb-landing .eyhero,
.ccb-landing .section0,
.ccb-landing .section1 {
  background: url("https://cdn.ey.com/echannel/gl/en/services/transactions/ccb17/img/14H06154_RF.jpg") no-repeat right top !important;
  background-size: cover !important;
  background-attachment: fixed !important; }

.ccb-landing .article > section.section2 {
  background: #ffe600 !important; }

.ccb-landing .maincolumn h2,
.ccb-landing section h2 {
  font-size: 3em;
  margin-top: 0; }
  @media (max-width: 640px) {
    .ccb-landing .maincolumn h2,
    .ccb-landing section h2 {
      font-size: 2em; } }

@media (max-width: 767px) {
  .ccb-landing .type-system-ey .socialshare {

    /*top: -40px; */
    top: -28px;

    } }

.figures {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 769px) {
    .figures {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 3em; } }

span.fig-item:hover {
  background: #646464; }

.fig-item {
  display: block;
  border-collapse: collapse;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  padding: 20px;
  color: #333;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }
  .fig-item:hover {
    background: #00A3AE; }
  @media screen and (min-width: 769px) {
    .fig-item {
      background: #646464;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 31%;
              flex: 1 0 31%;
      border: 1px solid white; }
      .ccb-landing .eyhero .fig-item {
        background: rgba(0, 0, 0, 0.2); }
      .sans-border .fig-item {
        border: none !important;
        padding: 0 !important; } }

.countup {
  font-size: 18px; }

@media screen and (min-width: 320px) {
  .countup {
    font-size: calc(18px + 32 * (100vw - 320px) / 1046); } }

@media screen and (min-width: 1366px) {
  .countup {
    font-size: 50px; } }

.section1 a.fig-item {
  background: rgba(0, 0, 0, 0.2); }
  .section1 a.fig-item:hover {
    background: #00A3AE; }

.countup {
  line-height: 1;
  max-width: 80%;
  margin: auto;
  text-align: center; }

.stats-number {
  min-width: 1.2em;
  text-align: right;
  font-size: 6vw;
  font-weight: 700;
  display: inline-block; }

@media (max-width: 1150px) {
  .eyhero .container {
    max-width: 100%;
    padding: 0 6vw; } }

@media (max-width: 768px) {
  article > section.section1 h2,
  article > section.section3 h2,
  article > section.section4 h2 {
    margin: 0 30px 30px 0; } }

/* flickity on by default */
.carousel:after {
  content: 'flickity';
  display: none;
  /* disable Flickity for large devices */ }
  @media screen and (min-width: 769px) {
    .carousel:after {
      content: ''; } }

.carousel-cell {
  width: 66%;
  height: auto;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .carousel-cell img {
    height: auto;
    width: 100%; }
  .carousel-cell.teal {
    background: #00A3AE; }
    .carousel-cell.teal:hover {
      background: #fff; }
      .carousel-cell.teal:hover .top5 {
        color: #333; }
        .carousel-cell.teal:hover .top5:before {
          color: rgba(1, 163, 174, 0.28); }
  .carousel-cell.dark {
    background: #333; }
  .carousel-cell:before {
    background: rgba(0, 0, 0, 0.25);
    display: none;
    height: 5%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  @media screen and (max-width: 768px) {
    .carousel-cell {
      opacity: 0.4;
      background: #00A3AE; }
      .carousel-cell.is-selected {
        background: #00A3AE;
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1); }
      .carousel-cell.teal.is-selected {
        background: #00A3AE; } }
  @media screen and (min-width: 769px) {
    .carousel-cell {
      height: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 31%;
              flex: 1 0 31%; }
      .quarter .carousel-cell {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 24%;
                flex: 1 0 24%; }
      .carousel-cell.teal {
        height: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 42%;
                flex: 1 0 42%; }
        .carousel-cell.teal:last-child {
          text-align: center; } }

.top5 {
  color: #fff;
  margin: 20px;
  font-size: 21px;
  line-height: 1; }

@media (min-width: 769px) {
  .carousel-cell.teal:before {
    display: none; } }

@media (max-width: 768px) {
  .carousel-card .fig-item {
    min-height: 240px; }
    .carousel-card .fig-item .top5 {
      font-size: 4.5vw; } }

@media (max-width: 480px) {
  .carousel-card .fig-item .top5 {
    font-size: 7vw;
    margin: 0; } }

@media (min-width: 768px) {
  .carousel-card .fig-item {
    padding: 40px; } }

.carousel-card {
  counter-reset: section;
  margin-bottom: 40px; }

.carousel-card .top5:before {
  counter-increment: section;
  /* content: counter(section); */
  content: "10";
  position: absolute;
  top: 50%;
  font-weight: 700;
  font-size: 8vw;
  left: 50%;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 768px) {
    .carousel-card .top5:before {
      font-size: 40vw; } }
  @media (min-width: 768px) {
    .carousel-card .top5:before {
      /* font-size: 12vw; */
      font-size: 10vw;
  } }

.auto-number {
  counter-reset: section;
  margin-bottom: 40px; }

.auto-number h3 {
  margin-top: 3em; }
  .auto-number h3:before {
    counter-increment: section;
    content: counter(section);
    position: relative;
    top: 0;
    font-weight: 700;
    font-size: 60px;
    left: 0;
    color: #fff;
    background: #00A3AE;
    display: block;
    /*padding: 20px;*/
    padding-top: 20px;
    text-align: center;
    float: left;
    margin: 8px 0 0 -100px;
    width: 80px;
    height: 80px;
    line-height: 0.6;
    text-align: center;
    display: block; }
    @media (max-width: 767px) {
      .auto-number h3:before {
        margin: 0 10px 0 0; } }

#main-nav nav {
  max-width: 68em; }

.ccb-nav {
  position: static;
  border-bottom: 1px solid #646464;
  margin-bottom: 40px !important; }
  .ccb-nav > ul {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border-width: 1px 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: translateX(60px);
            transform: translateX(60px); }
    @media (min-width: 480px) {
      .ccb-nav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    #main-nav .ccb-nav > ul {
      -webkit-transform: none;
              transform: none; }
    .is-smallmenu .ccb-nav > ul {
      -webkit-transform: scale(0.8) translateX(30px);
              transform: scale(0.8) translateX(30px); }
    .ccb-nav > ul > li {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      margin: 0 1em 0 0;
      -ms-flex-item-align: start;
          align-self: flex-start;
      list-style-type: none;
      padding: 10px;
      color: #fff;
      font-size: 0.875rem; }
      #main-nav .ccb-nav > ul > li a {
        padding: 5px 0;
        display: block; }
      .ccb-nav > ul > li ul {
        margin-left: 1em;
        margin-top: 10px; }
        .ccb-nav > ul > li ul > li::before {
          -webkit-transform: translateY(0.6em) translateX(-1em) !important;
                  transform: translateY(0.6em) translateX(-1em) !important; }
      .ccb-nav > ul > li a {
        color: #fff; }
  .ccb-nav > ul > li > a {
    color: #ffe600 !important;
    font-weight: bold; }

.main-header > .ccb-nav > ul {
  margin-top: -50px; }

.sectors .fig-item {
  padding: 2vw; }

@media only screen and (max-width: 767px) {
  .figures {
    margin-left: -6vw;
    margin-right: -6vw; } }

@media only screen and (min-width: 768px) {
  .figures + h2,
  .figures + h3 {
    margin-top: 2em; }
  .medium-6 {
    width: 50%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.333%; } }

@media only screen and (max-width: 767px) {
  .figures {
    margin-left: -3vw;
    margin-right: -3vw; }
  .small-6 {
    width: 50%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.333%; } }

.ccb-countrylisting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .ccb-countrylisting li {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.2;
    background: rgba(0, 0, 0, 0.15);
    text-align: center;
    margin: 0 2% 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 21%;
            flex: 1 0 21%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@media only screen and (max-device-width: 736px) {
  .ccb-countrylisting li {
    flex: 1 0 22%;
  }
}

  .ccb-countrylisting a {
    color: #333;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    padding: 15px;
    display: block;
    width: 100%; }
    .ccb-countrylisting a:hover {
      background: #ffe600;
      color: #333; }

.carousel.flickity-enabled {
  margin-bottom: 20px; }

@media (max-width: 768px) {
  .scroll-div {
    overflow: hidden;
    overflow-x: scroll;
    max-width: 100%;
    padding: 0;
    position: relative;
    border: 1px solid #ccc; }
    .scroll-div .scroll-div-inner {
      overflow-x: scroll; }
      .scroll-div .scroll-div-inner > img {
        width: auto;
        height: 70vh;
        padding: 0;
        max-width: none; }
      .scroll-div .scroll-div-inner::after {
        display: block;
        content: '';
        width: 40px;
        height: 100%;
        top: 0;
        right: 0;
        background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
        background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
        position: absolute; }
      .scroll-div .scroll-div-inner::before {
        content: 'scroll for more';
        display: block;
        color: #000;
        position: absolute;
        right: -53px;
        top: 20%;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        opacity: 0.5;
        text-align: right;
        letter-spacing: 2px; } }

.fit-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1em; }

.fit-grid > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 13em;
          flex: 1 0 13em;
  margin: 1em; }

.ccb-infographic {
  height: auto;
  padding: 15px; }

nav.ccb-nav > ul > li {
  position: relative; }

.eyhero {
  background: url("https://cdn.ey.com/echannel/gl/en/services/transactions/ccb18/img/ey-ccb18-banner.jpg") no-repeat left top !important;
  background-size: cover !important; }

.ccb-nav:before {
  display: block;
  content: "Global Capital Confidence Barometer | 16th edition";
  margin: 10px 0 20px;
  color: #fff;
  font-size: 24px; }

@media (min-width: 736px) {
  .page-details {
    margin-top: 5em; } }

.page-details p {
  margin: 0.25em 0; }

.page-details a {
  padding: 0; }

.page-details .contact-photo {
  max-width: none;
  width: 100%; }
  @media (max-width: 736px) {
    .page-details .contact-photo {
      width: 50%; } }

.page-details [class$='icon'] {
  background-size: 16px;
  font-size: 10px;
  margin: 1em 0 !important; }
  .page-details [class$='icon'] a {
    padding-left: 20px;
    white-space: nowrap;

   }

@media (max-width: 767px) {
  .article .article-subnav {
    display: block;
    margin: auto auto 60px;
    width: 80%; } }

.ccb-download {
  background: url("https://cdn.ey.com/echannel/gl/en/services/transactions/CCB-2016-10/img/ey-download-global-report.png") no-repeat;
  background-size: 68px;
  padding: 10px 15px 25px 80px !important;
  margin: 20px auto;
  font-size: 16px;
  border: 1px solid #ccc;
  font-weight: 700;
  background-position: 0 7px;
  line-height: 1.2;
  display: block; }
  @media (max-width: 736px) {
    .ccb-download {
      background-size: 36px;
      padding: 10px 15px 10px 40px !important;
      background-position: -3px 1px;
      box-sizing: border-box;
      font-size: 13px; } }

@media (min-width: 480px) and (max-width: 767px) {
  .page-details .contact-photo {
    max-width: 250px;
    width: 30%;
    float: left; }
  .contact-detail {
    float: left;
    margin-left: 20px; }
  .page-details > div {
    overflow: hidden; } }

p.initcap::first-letter {
  font-size: 3.4em;
  color: #00A3AE; }
  @media (max-width: 736px) {
    p.initcap::first-letter {
      margin-left: -5px !important; } }

.servicecallout::before {
  background-color: #00A3AE;
  left: 0; }

.twitter-icon {
  background: url("https://www.ey.com/Media/vwLUExtFile/SLassets-transactions/$FILE/ey-twitter.png") no-repeat left center/contain; }

.linked-in-icon {
  background: url("https://www.ey.com/Media/vwLUExtFile/SLassets-transactions/$FILE/ey-linkedin.png") no-repeat left center/contain; }

@media only screen and (max-width: 568px) {
  .ccb-landing .eyhero {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat; }
  .ccb-landing .section0,
  .ccb-landing .section1 {
    background-image: none !important; }
  .ccb-landing .servicecallout {
    font-size: 1.3em !important;
    margin-top: 1em;
    /*padding: 2% 1% 30%; */
    padding: 2% 1% 15%;
  }
  .large-2 > .ccb-infographic {
    /*max-width: 50%;*/
    max-width: 35%;
    margin: auto;
    display: block; } }

.dk-gray-bg {
  background-color: #333; }

.maincolumn > img {
  height: auto;
  border: 0px solid #fff;
  padding: 15px; }
  @media (max-width: 768px) {
    .maincolumn > img {
      width: 100%; } }

@media (min-width: 740px) {
  .maincolumn h3 {
    font-size: 1.5em;
    line-height: 1.1; }
  .maincolumn h4 {
    font-size: 1.2em;
    line-height: 1.1;
    color: #808080;
    padding-top: 0.7em;
    margin-top: 1em; } }

img.pdf {
  display: none !important; }

.ccb-landing .section0 a {
  color: #ffe600; }

.h3 {
  font-size: 1.8em;
  margin-top: 0; }

.large-push-2-modified {
  margin-left: 13.0596085997%;
}

@media (max-width: 767px) {
  .large-push-2-modified {
    margin-left: 0;
  }
}

#section5 .flickity-prev-next-button, #section5 .flickity-page-dots {
  display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .carousel.flickity-enabled {
    max-width: 38em;
  }

  .large-push-2-modified {
    margin-left: 17.0596085997%;
  }

  .ccb-download {
    padding: 10px 15px 25px 65px!important;
  }

}

@media only screen and (max-width: 568px) {

  .scroll-div .scroll-div-inner > img {
    height: 60vh;
  }

}

@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .ccb-infographic {
    padding: 2% 32% 5%;
  }
}

li, p {
    -webkit-font-feature-settings: inherit;
    font-feature-settings: inherit;
}

.svg-container img {
    width: 75%;
    height: auto;
}

.svg-container.small {
    width: 68%;
}
.svg-container {
    padding: 15px 0;
    width: 78%;
    margin-bottom: 10px;
}


.quoteinternal
{
  font-style:italic;
  font-size: 15px ; 
  margin-left:32px	;
  margin-top: 35px;
  margin-bottom: 35px;
  font-weight: 
  font-family:"Segoe Print", "Times New Roman", Verdana;
  padding-left: 82px;
  background:url('https://cdn.ey.com/echannel/gl/en/issues/business-environment/digital/assets/img/site/quote.png');
  background-repeat:no-repeat;
  min-height: 30px;  
}

/*buttons definition*/
.sl-landing > section.lighttext a, article > section.lighttext a, body > section.lighttext a{
  color: #333 !important;
}
a.button{
  color: #333 !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'interstate', sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 11px;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  background-color: #fff;
  transition:all 0.4s;
  color:#333;
  border:1px solid #333;
  font-weight: normal;
}
a.button:hover{
  color:#fff !important;
  background: #333
}
a.button.disable{
  opacity: 0.5;
  cursor:default;
}
a.button.disable:hover{
  background-color: #fff;
  color:#333 !important;
}
section.lighttext .container a.button{
  color: #333 !important;
}
section.lighttext .container a.button:hover{
  color: #fff !important;
  background: #333
}

@media screen and (min-width: 768px){
  .btn-container{
    text-align: center;
  }
  a.button{
    margin:0 20px 20px 0;
    }
}

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